diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2022-08-22 01:20:06 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 00:04:53 +0100 |
commit | d90eec7554389295a98c935a46b353062e10d733 (patch) | |
tree | d47abd469730a455dbfb21653176929e24b04974 /gnome-extra/cjs | |
parent | gnome-extra/cjs: 5.4.1 version bump (diff) | |
download | gentoo-d90eec7554389295a98c935a46b353062e10d733.tar.gz gentoo-d90eec7554389295a98c935a46b353062e10d733.tar.bz2 gentoo-d90eec7554389295a98c935a46b353062e10d733.zip |
gnome-extra/cjs: Fix license declaration
Update to match upstream debian/copyright declaration.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra/cjs')
-rw-r--r-- | gnome-extra/cjs/cjs-5.2.0.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/cjs/cjs-5.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/cjs/cjs-5.2.0.ebuild b/gnome-extra/cjs/cjs-5.2.0.ebuild index 63325e9d3c4b..048dbbbf8c0d 100644 --- a/gnome-extra/cjs/cjs-5.2.0.ebuild +++ b/gnome-extra/cjs/cjs-5.2.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Linux Mint's fork of gjs for Cinnamon" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cjs" SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" +LICENSE="BSD CC0-1.0 MIT MPL-2.0 || ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" IUSE="+cairo examples readline sysprof test" KEYWORDS="amd64 ~arm64 ~riscv x86" diff --git a/gnome-extra/cjs/cjs-5.4.1.ebuild b/gnome-extra/cjs/cjs-5.4.1.ebuild index fde49a84c379..2e039d51fe6c 100644 --- a/gnome-extra/cjs/cjs-5.4.1.ebuild +++ b/gnome-extra/cjs/cjs-5.4.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Linux Mint's fork of gjs for Cinnamon" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cjs" SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" +LICENSE="BSD CC0-1.0 MIT MPL-2.0 || ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" IUSE="+cairo examples readline sysprof test" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" |