diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-16 23:46:42 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-16 23:49:44 +0100 |
commit | 41d2b33087da393453c45f5d923d690c88ee5474 (patch) | |
tree | 7e9bca3c2759a82e61f69da89644bf21799657c0 /contrib/package/freifunk-watchdog | |
parent | 7a3493b1f7d75a3945279115324cf2ff4da26b7b (diff) |
Update my email addresses in the license headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/package/freifunk-watchdog')
-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 |
4 files changed, 4 insertions, 4 deletions
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> |