From: Marcel Denia Date: Fri, 8 Aug 2014 23:24:34 +0000 (+0200) Subject: bash: Add licensing information X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a2f3e96ad16e13b86d65ed8682a191fdb9a8eeb7;p=openwrt-packages.git bash: Add licensing information Signed-off-by: Marcel Denia --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 5352db42b..4058bc5b8 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash PKG_MD5SUM:=81348932d5da294953e15d4814c74dd1 +PKG_LICENSE:=GPLv3+ +PKG_LICENSE_FILES:=COPYING + include $(INCLUDE_DIR)/package.mk define Package/bash