diff options
Diffstat (limited to 'package/network/utils/iwcap')
-rw-r--r-- | package/network/utils/iwcap/Makefile | 4 | ||||
-rw-r--r-- | package/network/utils/iwcap/src/iwcap.c | 2 |
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. |