aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-10-20 18:42:55 +0200
committerUlrich Müller <ulm@gentoo.org>2023-10-20 18:42:55 +0200
commit83153f276fbc5a0996eda5a321fae0cab92c6b71 (patch)
tree3538c116351d76df6187445aef670f4b251c4450
parentMakefile.common: removed unused TEXLIVE_*_MOUNTPOINT variables (diff)
downloadtex-83153f276fbc5a0996eda5a321fae0cab92c6b71.tar.gz
tex-83153f276fbc5a0996eda5a321fae0cab92c6b71.tar.bz2
tex-83153f276fbc5a0996eda5a321fae0cab92c6b71.zip
license map: drop unused noinfo, nosource, other-nonfree
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-xscripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
index f24383c..5490430 100755
--- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
+++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
@@ -49,10 +49,10 @@ while [ $# -gt 0 ] ; do
echo "LPPL-1.3";;
#unknown)
# echo "TeX-unknown";;
- noinfo)
- echo "TeX-noinfo";;
- nosource)
- echo "TeX-nosource";;
+ #noinfo)
+ # echo "TeX-noinfo";;
+ #nosource)
+ # echo "TeX-nosource";;
collection)
echo "GPL-2";;
other-free)
@@ -63,8 +63,8 @@ while [ $# -gt 0 ] ; do
$0 other-free lppl1.3;;
#other)
# echo "TeX-other";;
- other-nonfree)
- echo "TeX-other-nonfree";;
+ #other-nonfree)
+ # echo "TeX-other-nonfree";;
lgpl)
echo "LGPL-2";;
lgpl2.1)