From 83153f276fbc5a0996eda5a321fae0cab92c6b71 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 20 Oct 2023 18:42:55 +0200 Subject: license map: drop unused noinfo, nosource, other-nonfree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 12 ++++++------ 1 file 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) -- cgit v1.2.3-65-gdbad