Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436698
Collapse All | Expand All

(-)a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh (-13 / +12 lines)
Lines 19-38 while [ $# -gt 0 ] ; do Link Here
19
            echo "LPPL-1.3";;
19
            echo "LPPL-1.3";;
20
        gfsl)
20
        gfsl)
21
            echo "LPPL-1.3";;
21
            echo "LPPL-1.3";;
22
        unknown)
22
        #unknown)
23
            echo "as-is";;
23
        #    echo "TeX-unknown";;
24
        noinfo)
24
        noinfo)
25
            echo "as-is";;
25
            echo "TeX-noinfo";;
26
        nosource)
26
        nosource)
27
            echo "as-is";;
27
            echo "TeX-nosource";;
28
        collection)
28
        collection)
29
            echo "GPL-2";;
29
            echo "GPL-2";;
30
        other-free)
30
        other-free)
31
            echo "as-is";;            
31
            echo "TeX-other-free";;
32
        other)
32
        #other)
33
            echo "as-is";;
33
        #    echo "TeX-other";;
34
        other-nonfree)
34
        other-nonfree)
35
            echo "as-is";;
35
            echo "TeX-other-nonfree";;
36
        lgpl)
36
        lgpl)
37
            echo "LGPL-2";;
37
            echo "LGPL-2";;
38
        lgpl2.1)
38
        lgpl2.1)
Lines 53-62 while [ $# -gt 0 ] ; do Link Here
53
            echo "FDL-1.1";;
53
            echo "FDL-1.1";;
54
        ofl)
54
        ofl)
55
            echo "OFL";;
55
            echo "OFL";;
56
        nosell)
56
        #nosell)
57
            echo "nosell";;
57
        #    echo "nosell";;
58
        nocommercial)
58
        #nocommercial)
59
            echo "nosell";;
59
        #    echo "nosell";;
60
        *)
60
        *)
61
            echo "The $1 license is not mapped yet!"
61
            echo "The $1 license is not mapped yet!"
62
            exit 1;;
62
            exit 1;;
63
- 

Return to bug 436698