diff options
author | Ondřej Caletka <ondrej@caletka.cz> | 2016-07-21 14:22:02 +0200 |
---|---|---|
committer | Ondřej Caletka <ondrej@caletka.cz> | 2016-07-29 13:28:57 +0200 |
commit | a1d0525e279275a19eca5fadff46073369c147f8 (patch) | |
tree | 532f180de190ffa670250a21a9980c17264db72a /net/radsecproxy | |
parent | c6bc1bed739e7f34c98c1046d0ec42249e774f7b (diff) |
radsecproxy: Update copyright notice, add license
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Diffstat (limited to 'net/radsecproxy')
-rw-r--r-- | net/radsecproxy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index eded9323c..6faf5e217 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/ PKG_MD5SUM:=d76cf4fc68515667b8c67387f5045150 +PKG_LICENSE:=GPL-2.0+ +PKG_LICENSE_FILES:=LICENSE + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |