diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/freifunk-firewall/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-p2pblock/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-watchdog/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-watchdog/src/ucix.c | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-watchdog/src/watchdog.c | 2 | ||||
-rw-r--r-- | contrib/package/freifunk-watchdog/src/watchdog.h | 2 | ||||
-rw-r--r-- | contrib/package/remote-update/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile index 5bcb2c8ad..b9d328c66 100644 --- a/contrib/package/freifunk-firewall/Makefile +++ b/contrib/package/freifunk-firewall/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2009 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the Apache 2.0 license. # diff --git a/contrib/package/freifunk-p2pblock/Makefile b/contrib/package/freifunk-p2pblock/Makefile index 6bf3a9610..8eeafbb4f 100644 --- a/contrib/package/freifunk-p2pblock/Makefile +++ b/contrib/package/freifunk-p2pblock/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2009 Andreas Seidler <tetzlav@subsignal.org> -# Copyright (C) 2012 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/contrib/package/freifunk-watchdog/Makefile b/contrib/package/freifunk-watchdog/Makefile index 33ba33da3..c720c251d 100644 --- a/contrib/package/freifunk-watchdog/Makefile +++ b/contrib/package/freifunk-watchdog/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2009-2012 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/contrib/package/freifunk-watchdog/src/ucix.c b/contrib/package/freifunk-watchdog/src/ucix.c index 44de25903..f2f69fc36 100644 --- a/contrib/package/freifunk-watchdog/src/ucix.c +++ b/contrib/package/freifunk-watchdog/src/ucix.c @@ -15,7 +15,7 @@ * * Copyright (C) 2008 John Crispin <blogic@openwrt.org> * - * Changed by Jo-Philipp Wich <xm@subsignal.org> + * Changed by Jo-Philipp Wich <jow@openwrt.org> */ #include <string.h> diff --git a/contrib/package/freifunk-watchdog/src/watchdog.c b/contrib/package/freifunk-watchdog/src/watchdog.c index ce66adadb..f546985c9 100644 --- a/contrib/package/freifunk-watchdog/src/watchdog.c +++ b/contrib/package/freifunk-watchdog/src/watchdog.c @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> + * Copyright (C) 2009 Jo-Philipp Wich <jow@openwrt.org> */ #include "watchdog.h" diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h index 34d616c3a..3aa887640 100644 --- a/contrib/package/freifunk-watchdog/src/watchdog.h +++ b/contrib/package/freifunk-watchdog/src/watchdog.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> + * Copyright (C) 2009 Jo-Philipp Wich <jow@openwrt.org> */ #include <stdio.h> diff --git a/contrib/package/remote-update/Makefile b/contrib/package/remote-update/Makefile index 2bb3b24cd..4f8b3a596 100644 --- a/contrib/package/remote-update/Makefile +++ b/contrib/package/remote-update/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2009 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the Apache 2.0 license. # |