diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:36 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:18:47 +0200 |
commit | 13c72e379b8ff14612b86cee85997842f9523a8b (patch) | |
tree | 764a0a72395a767b989ee8302a753f6090b85ef1 /package/ghostscript/ghostscript.mk | |
parent | 89fbba72fa2121d7f3e1834e28f96335c3f2bf23 (diff) | |
download | buildroot-13c72e379b8ff14612b86cee85997842f9523a8b.tar.gz buildroot-13c72e379b8ff14612b86cee85997842f9523a8b.zip |
package: use SPDX short identifier for AGPLv3
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for AGPLv3 is AGPL-3.0.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/AGPLv3/AGPL-3.0/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ghostscript/ghostscript.mk')
-rw-r--r-- | package/ghostscript/ghostscript.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ghostscript/ghostscript.mk b/package/ghostscript/ghostscript.mk index 265503e471..c28cd06723 100644 --- a/package/ghostscript/ghostscript.mk +++ b/package/ghostscript/ghostscript.mk @@ -7,7 +7,7 @@ GHOSTSCRIPT_VERSION = 9.21 GHOSTSCRIPT_SITE = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921 GHOSTSCRIPT_SOURCE = ghostscript-$(GHOSTSCRIPT_VERSION).tar.xz -GHOSTSCRIPT_LICENSE = AGPLv3 +GHOSTSCRIPT_LICENSE = AGPL-3.0 GHOSTSCRIPT_LICENSE_FILES = LICENSE # 0001-Fix-cross-compilation-issue.patch GHOSTSCRIPT_AUTORECONF = YES |