aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2014-09-20 18:31:34 +0100
committerBruno Randolf <br1@einfach.org>2014-09-20 18:34:21 +0100
commit8ea4c37e8d0415cf13b1b44e9b92fa17521088da (patch)
tree5b40a50d953de5a5a190c5e19cbfbe7f63bfe2bd
parent032feefa7dc07a07c329ae021b0dcc7df59e45db (diff)
horst: Updade copyright, add maintainer and license tags
-rw-r--r--net/horst/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/horst/Makefile b/net/horst/Makefile
index e746abea7..22ff4f2b0 100644
--- a/net/horst/Makefile
+++ b/net/horst/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -17,6 +17,10 @@ PKG_SOURCE_URL:=git://br1.einfach.org/horst
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=version-4.0
+PKG_MAINTAINER:=Bruno Randolf <br1@einfach.org>
+PKG_LICENSE:=GPL-2.0+
+PKG_LICENSE_FILE:=LICENSE
+
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk