commit bb589b0dcd7314585b7b53061ac4146292b5eae1
parent 032feefa7dc07a07c329ae021b0dcc7df59e45db
Author: sbyx <steven@midlink.org>
Date: Sun, 21 Sep 2014 09:39:12 +0200
Merge pull request #331 from br101/master
horst: Updade copyright, add maintainer and license tags
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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