diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2022-07-06 21:44:20 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-07-09 17:49:19 +0800 |
commit | 48c29e11f606cda2bbaafdfe6a6d69ff4f5a1a47 (patch) | |
tree | 521d98d341cd414e4cc191f4aa511030d0c2c824 | |
parent | app-emulation/nemu-xiangshan: add myself as a maintainer (diff) | |
download | riscv-48c29e11f606cda2bbaafdfe6a6d69ff4f5a1a47.tar.gz riscv-48c29e11f606cda2bbaafdfe6a6d69ff4f5a1a47.tar.bz2 riscv-48c29e11f606cda2bbaafdfe6a6d69ff4f5a1a47.zip |
app-emulation/nemu-xiangshan: correct LICENSE to MulanPSL-2.0
Closes: https://github.com/gentoo/riscv/pull/5
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | app-emulation/nemu-xiangshan/nemu-xiangshan-9999.ebuild | 3 | ||||
-rw-r--r-- | profiles/license_groups | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/nemu-xiangshan/nemu-xiangshan-9999.ebuild b/app-emulation/nemu-xiangshan/nemu-xiangshan-9999.ebuild index fb8c93e..576c0d3 100644 --- a/app-emulation/nemu-xiangshan/nemu-xiangshan-9999.ebuild +++ b/app-emulation/nemu-xiangshan/nemu-xiangshan-9999.ebuild @@ -35,8 +35,7 @@ inherit savedconfig readme.gentoo-r1 DESCRIPTION="NJU EMUlator, a full system x86/mips32/riscv32/riscv64 emulator for teaching" HOMEPAGE="https://github.com/OpenXiangShan/NEMU" -# no license specified in upstream -LICENSE="GPL-2" +LICENSE="MulanPSL-2.0" SLOT="0" IUSE="savedconfig" diff --git a/profiles/license_groups b/profiles/license_groups new file mode 100644 index 0000000..f93aecc --- /dev/null +++ b/profiles/license_groups @@ -0,0 +1 @@ +OSI-APPROVED MulanPSL-2.0 |