diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-21 11:29:38 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-21 11:29:38 +0930 |
commit | 6f13e33d4302b2d1468d8341309a0684d1d05d79 (patch) | |
tree | a6220ca884ec26e6429d1da1e2745cea760c1115 | |
parent | e74fa663259487a03c68359d55840186a0e45140 (diff) | |
download | luaotfload-6f13e33d4302b2d1468d8341309a0684d1d05d79.tar.gz |
fix licenses and readme for context-derived files.
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | otfl-font-nms.lua | 2 | ||||
-rw-r--r-- | otfl-luat-ovr.lua | 2 |
3 files changed, 9 insertions, 6 deletions
@@ -137,8 +137,6 @@ All non-ConTeXt source files in this bundle, mkluatexfontdb.lua otfl-data-con.lua otfl-font-clr.lua - otfl-luat-ovr.lua - otfl-luat-nms.lua and derived files luaotfload.pdf luaotfload.sty @@ -147,9 +145,14 @@ are copyright 2010 by the luaotfload development team (see above). These files may be modified and distributed under the terms and conditions of the CC0 license: <http://creativecommons.org/publicdomain/zero/1.0> +The source files otfl-luat-ovr.lua and otfl-luat-nms.lua are copyright 2010 by +the luaotfload development team and are derived from ConTeXt sources. They are +distributed under the terms and conditions of the GNU General Public License +v2. + The ConTeXt files otfl-*.lua (as indicated above) are distributed under the -terms and conditions of the GNU GPLv2 license. These contents of these files -is copyright 2008 by PRAGMA ADE and the ConTeXt Development Team. +terms and conditions of the GNU General Public License v2. The contents of +these files is copyright 2008 by PRAGMA ADE and the ConTeXt Development Team. diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua index e661374..5333c2e 100644 --- a/otfl-font-nms.lua +++ b/otfl-font-nms.lua @@ -3,7 +3,7 @@ if not modules then modules = { } end modules ['font-nms'] = { comment = "companion to luaotfload.lua", author = "Khaled Hosny and Elie Roux", copyright = "Luaotfload Development Team", - license = "GPL" + license = "GNU GPL v2" } -- This is a patch for otfl-font-def.lua, that defines a reader for ofm fonts, diff --git a/otfl-luat-ovr.lua b/otfl-luat-ovr.lua index b12bb8b..20d2b73 100644 --- a/otfl-luat-ovr.lua +++ b/otfl-luat-ovr.lua @@ -3,7 +3,7 @@ if not modules then modules = { } end modules ['luat-ovr'] = { comment = "companion to luatex-*.tex", author = "Khaled Hosny and Elie Roux", copyright = "Luaotfload Development Team", - license = "GPL" + license = "GNU GPL v2" } |