diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-20 17:33:55 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-20 17:33:55 +0930 |
commit | 12cadb92c89834c272e092517ffd96d8f2122320 (patch) | |
tree | 62934068e52a8af7457bb58dbe999b8147851462 /mkluatexfontdb.lua | |
parent | ef220e625c6741cc15f29a77e457c7094fc79541 (diff) | |
download | luaotfload-12cadb92c89834c272e092517ffd96d8f2122320.tar.gz |
Revert "Remove all mention of the CC0 licence; use GPL for all"
This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541.
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 01fca8a..5eac9ae 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 distributed -under the GNU General Public License v3: http://www.gnu.org/licenses/gpl.html +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 a wrapper for the luaotfload's font names module. It is part of the luaotfload bundle, please see the luaotfload documentation for more info. |