diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-01-10 18:59:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-01-10 21:35:52 +0100 |
commit | ef25d13fc7c9769de6a5ea0f45e83510821fe3e5 (patch) | |
tree | e26e51d15cec47dd3be587d70d0d7247198feaa7 | |
parent | 7a389a6ec867e89a47b1a7109ddded72e9f01de2 (diff) | |
download | buildroot-ef25d13fc7c9769de6a5ea0f45e83510821fe3e5.tar.gz buildroot-ef25d13fc7c9769de6a5ea0f45e83510821fe3e5.zip |
package/gnuchess: license is GPL-3.0+, not GPL-2.0+
gnuchess is licensed under GPL-3.0+ not GPL-2.0+, also add hash for
license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/gnuchess/gnuchess.hash | 1 | ||||
-rw-r--r-- | package/gnuchess/gnuchess.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/gnuchess/gnuchess.hash b/package/gnuchess/gnuchess.hash index 064a845eda..e0a1c4c418 100644 --- a/package/gnuchess/gnuchess.hash +++ b/package/gnuchess/gnuchess.hash @@ -1,2 +1,3 @@ # sha256 locally computed sha256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef gnuchess-6.2.4.tar.gz +sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk index 1465ab0a00..0abdab5ba5 100644 --- a/package/gnuchess/gnuchess.mk +++ b/package/gnuchess/gnuchess.mk @@ -6,7 +6,7 @@ GNUCHESS_VERSION = 6.2.4 GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess -GNUCHESS_LICENSE = GPL-2.0+ +GNUCHESS_LICENSE = GPL-3.0+ GNUCHESS_LICENSE_FILES = COPYING GNUCHESS_DEPENDENCIES = host-flex flex |