aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwcap
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-07 11:42:32 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-07 11:42:52 +0200
commit24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2 (patch)
tree233181b8b05eab8eef2841c0d28bab1c567c272d /package/network/utils/iwcap
parente61fe4e4d762eb3e00c43b6714a229835efc7ea5 (diff)
downloadupstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.gz
upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.bz2
upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.zip
treewide: replace jow@openwrt.org with jo@mein.io
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/iwcap')
-rw-r--r--package/network/utils/iwcap/Makefile4
-rw-r--r--package/network/utils/iwcap/src/iwcap.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iwcap/Makefile b/package/network/utils/iwcap/Makefile
index d3f884715c..333344eeeb 100644
--- a/package/network/utils/iwcap/Makefile
+++ b/package/network/utils/iwcap/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the Apache 2 license.
#
@@ -17,7 +17,7 @@ define Package/iwcap
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Simple radiotap capture utility
- MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+ MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
endef
define Package/iwcap/description
diff --git a/package/network/utils/iwcap/src/iwcap.c b/package/network/utils/iwcap/src/iwcap.c
index d335e500e8..6bf25c57dd 100644
--- a/package/network/utils/iwcap/src/iwcap.c
+++ b/package/network/utils/iwcap/src/iwcap.c
@@ -1,7 +1,7 @@
/*
* iwcap.c - A simply radiotap capture utility outputting pcap dumps
*
- * Copyright 2012 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright 2012 Jo-Philipp Wich <jo@mein.io>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.