games-roguelike/cataclysm-dda: update LICENSE

Show main license first, make soundpack license USE-conditional.
Add BSD license as per upstream d7e135a.

Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
strategictraveler
2025-02-01 19:55:43 +00:00
parent 09ec4813d6
commit 11d3671efe
2 changed files with 2 additions and 4 deletions

View File

@@ -29,8 +29,7 @@ else
KEYWORDS="~amd64"
fi
# CC-BY-SA-4.0 for soundpack
LICENSE="Apache-2.0 CC-BY-SA-3.0 CC-BY-SA-4.0 MIT OFL-1.1 Unicode-3.0"
LICENSE="CC-BY-SA-3.0 Apache-2.0 soundpack? ( CC-BY-SA-4.0 ) MIT OFL-1.1 Unicode-3.0"
IUSE="debug doc ncurses nls +sound +soundpack test +tiles"
REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \
|| ( tiles ncurses )"

View File

@@ -29,8 +29,7 @@ else
KEYWORDS="~amd64"
fi
# CC-BY-SA-4.0 for soundpack
LICENSE="Apache-2.0 CC-BY-SA-3.0 CC-BY-SA-4.0 MIT OFL-1.1 Unicode-3.0"
LICENSE="CC-BY-SA-3.0 Apache-2.0 BSD soundpack? ( CC-BY-SA-4.0 ) MIT OFL-1.1 Unicode-3.0"
IUSE="debug doc ncurses nls +sound +soundpack test +tiles"
REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \
|| ( tiles ncurses )"