From a6295b2f996154ad66bf985ab1caff52524cae16 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Mon, 18 Aug 2014 07:20:49 +0200 Subject: [PATCH] bash: Adopt to SPDX license identifiers Signed-off-by: Marcel Denia --- utils/bash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 6a1a2c18a..be80dff7c 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash PKG_MD5SUM:=81348932d5da294953e15d4814c74dd1 -PKG_LICENSE:=GPLv3+ +PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Marcel Denia