bash: Add myself as maintainer, add licensing information
authorMarcel Denia <[email protected]>
Thu, 25 Sep 2014 22:44:03 +0000 (00:44 +0200)
committerMarcel Denia <[email protected]>
Thu, 25 Sep 2014 22:44:03 +0000 (00:44 +0200)
Signed-off-by: Marcel Denia <[email protected]>
utils/bash/Makefile

index 86df4b81b09c89a07e3ff511d660c7b9f735e5e1..bd4315ddcabfd3ee12c8786ecfe20cc20615ff8d 100644 (file)
@@ -15,6 +15,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/bash
 PKG_MD5SUM:=3fb927c7c33022f1c327f14a81c0d4b0
 
+PKG_LICENSE:=GPL-3.0+
+PKG_LICENSE_FILES:=COPYING
+PKG_MAINTAINER:=Marcel Denia <[email protected]>
+
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/bash