diff options
Diffstat (limited to 'package/network/config/swconfig')
-rw-r--r-- | package/network/config/swconfig/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/cli.c | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/swlib.c | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/swlib.h | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/uci.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index b62b059873..2856742fcd 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig PKG_RELEASE:=10 -PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> +PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk diff --git a/package/network/config/swconfig/src/cli.c b/package/network/config/swconfig/src/cli.c index 90554143e1..331f3d5dac 100644 --- a/package/network/config/swconfig/src/cli.c +++ b/package/network/config/swconfig/src/cli.c @@ -1,7 +1,7 @@ /* * swconfig.c: Switch configuration utility * - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 Felix Fietkau <nbd@nbd.name> * Copyright (C) 2010 Martin Mares <mj@ucw.cz> * * This program is free software; you can redistribute it and/or diff --git a/package/network/config/swconfig/src/swlib.c b/package/network/config/swconfig/src/swlib.c index 9b675a924a..e6e9aead47 100644 --- a/package/network/config/swconfig/src/swlib.c +++ b/package/network/config/swconfig/src/swlib.c @@ -1,7 +1,7 @@ /* * swlib.c: Switch configuration API (user space part) * - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 Felix Fietkau <nbd@nbd.name> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/package/network/config/swconfig/src/swlib.h b/package/network/config/swconfig/src/swlib.h index f443bf5c26..3826a5e340 100644 --- a/package/network/config/swconfig/src/swlib.h +++ b/package/network/config/swconfig/src/swlib.h @@ -1,7 +1,7 @@ /* * swlib.h: Switch configuration API (user space part) * - * Copyright (C) 2008-2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008-2009 Felix Fietkau <nbd@nbd.name> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/package/network/config/swconfig/src/uci.c b/package/network/config/swconfig/src/uci.c index bbeeb03111..b541b71646 100644 --- a/package/network/config/swconfig/src/uci.c +++ b/package/network/config/swconfig/src/uci.c @@ -1,7 +1,7 @@ /* * uci.c: UCI binding for the switch configuration utility * - * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2009 Felix Fietkau <nbd@nbd.name> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |