diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 |
commit | 21b1fb201a2fd9f058c1fee24dbd29df1debe6f7 (patch) | |
tree | 6c441a4a3f0b9eedaca9caf5bb0302cc12af95e2 /luaotfload-colors.lua | |
parent | ae1b47cb7dbf4ed21129cbf1116865b63a87b95e (diff) | |
download | luaotfload-21b1fb201a2fd9f058c1fee24dbd29df1debe6f7.tar.gz |
bump version; add/update attributions
Diffstat (limited to 'luaotfload-colors.lua')
-rw-r--r-- | luaotfload-colors.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/luaotfload-colors.lua b/luaotfload-colors.lua index 3d8bfab..1525214 100644 --- a/luaotfload-colors.lua +++ b/luaotfload-colors.lua @@ -1,9 +1,9 @@ if not modules then modules = { } end modules ['luaotfload-colors'] = { - version = 1.001, + version = 2.200, comment = "companion to luaotfload.lua (font color)", - author = "Khaled Hosny and Elie Roux", + author = "Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "Luaotfload Development Team", - license = "GPL" + license = "GNU GPL v2" } local newnode = node.new |