diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-21 13:36:21 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-21 13:36:21 +0100 |
commit | bc7b496f925993c2338d2a4fae4c7a55d4ee50de (patch) | |
tree | ed5af4a80ad915922812c7453f516b50cc406a28 /scripts | |
parent | simplify tl-basic deps (diff) | |
download | aballier-bc7b496f925993c2338d2a4fae4c7a55d4ee50de.tar.gz aballier-bc7b496f925993c2338d2a4fae4c7a55d4ee50de.tar.bz2 aballier-bc7b496f925993c2338d2a4fae4c7a55d4ee50de.zip |
map lgpl3
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index 99d5343..61bf463 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -37,6 +37,8 @@ while [ $# -gt 0 ] ; do echo "LGPL-2";; lgpl2.1) echo "LGPL-2.1";; + lgpl3) + echo "LGPL-3";; pd) echo "public-domain";; apache2) |