diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-20 07:33:46 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-20 07:34:37 +0200 |
commit | f96e3da3a512247c8f5dddfd392c70d2f9243607 (patch) | |
tree | 9abcfd63f40caa9dab6f04ce43405cb3b2a00511 /otfl-font-clr.lua | |
parent | cac52b5f4cfdc934cd3c5a68777c77d8d70f4b7c (diff) | |
download | luaotfload-f96e3da3a512247c8f5dddfd392c70d2f9243607.tar.gz |
Some README and author updates
Diffstat (limited to 'otfl-font-clr.lua')
-rw-r--r-- | otfl-font-clr.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otfl-font-clr.lua b/otfl-font-clr.lua index 622c9cf..0594191 100644 --- a/otfl-font-clr.lua +++ b/otfl-font-clr.lua @@ -1,8 +1,8 @@ if not modules then modules = { } end modules ['font-clr'] = { version = 1.001, comment = "companion to font-otf.lua (font color)", - author = "Khaled Hosny", - copyright = "Khaled Hosny", + author = "Khaled Hosny and Elie Roux", + copyright = "Luaotfload Development Team", license = "GPL" } |