diff options
author | 2023-08-24 21:47:46 +0100 | |
---|---|---|
committer | 2023-08-24 21:47:54 +0100 | |
commit | 6bfc7422083df0d63bc1aa4399bf6e56c88bf2e2 (patch) | |
tree | 8c70e1a211aac92e64ae096b7978b117cf5197db /sys-apps/gentoo-functions | |
parent | Revert "sys-apps/gentoo-functions: update LICENSE" (diff) | |
download | gentoo-6bfc7422083df0d63bc1aa4399bf6e56c88bf2e2.tar.gz gentoo-6bfc7422083df0d63bc1aa4399bf6e56c88bf2e2.tar.bz2 gentoo-6bfc7422083df0d63bc1aa4399bf6e56c88bf2e2.zip |
sys-apps/gentoo-functions: update LICENSE
ecma48-cpr.c in master is public-domain. It is not yet in a release.
Closes: https://bugs.gentoo.org/912807
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-functions')
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index b43489741598..54a24d65f0a1 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -16,7 +16,7 @@ inherit meson DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" -LICENSE="GPL-2" +LICENSE="GPL-2 public-domain" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |