diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-04 21:57:46 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:54:56 -0800 |
commit | 41c998224d20160d7b5ecaf173df42bd5f6dc7a4 (patch) | |
tree | dc2ea5eac9c5d1ade5795671e3e7bc279d4fd6a0 | |
parent | 1ff280529bb44abb333e24c827c7f662c3372143 (diff) |
libs/libgd: fix license
libgd is licensed under its own "GD" license and not MIT
Fixes: 60feea09c9d343f648045e5e85e7788e75d4e039 (libgd: import from oldpackages, add myself as maintainer, add license...)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-rw-r--r-- | libs/libgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libgd/Makefile b/libs/libgd/Makefile index 750733fec..f1bc84f8b 100644 --- a/libs/libgd/Makefile +++ b/libs/libgd/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/gd- PKG_HASH:=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> -PKG_LICENSE:=MIT +PKG_LICENSE:=GD PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:libgd:libgd |