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