diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-20 09:13:33 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-20 09:13:33 +0930 |
commit | ef220e625c6741cc15f29a77e457c7094fc79541 (patch) | |
tree | 25bad74d5ebe1a7a3bdd03ca069269648dbec7a2 /mkluatexfontdb.lua | |
parent | a55a85ab84d5fd784c7d0f043d4a80f0286f1def (diff) | |
download | luaotfload-ef220e625c6741cc15f29a77e457c7094fc79541.tar.gz |
Remove all mention of the CC0 licence; use GPL for all
Related question: do Manuel and I have to add our
names to the copyright?
Diffstat (limited to 'mkluatexfontdb.lua')
-rwxr-xr-x | mkluatexfontdb.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 5eac9ae..01fca8a 100755 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua --[[ -This file is copyright 2010 Elie Roux and Khaled Hosny and is under CC0 -license (see http://creativecommons.org/publicdomain/zero/1.0/legalcode). +This file is copyright 2010 Elie Roux and Khaled Hosny and is distributed +under the GNU General Public License v3: http://www.gnu.org/licenses/gpl.html This file is a wrapper for the luaotfload's font names module. It is part of the luaotfload bundle, please see the luaotfload documentation for more info. |