summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
-rw-r--r--otfl-font-nms.lua2
-rw-r--r--otfl-luat-ovr.lua2
3 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index e6a982a..de018a7 100644
--- a/README
+++ b/README
@@ -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"
}