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 /otfl-font-nms.lua | |
parent | e74fa663259487a03c68359d55840186a0e45140 (diff) | |
download | luaotfload-6f13e33d4302b2d1468d8341309a0684d1d05d79.tar.gz |
fix licenses and readme for context-derived files.
Diffstat (limited to 'otfl-font-nms.lua')
-rw-r--r-- | otfl-font-nms.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |