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 | |
| parent | cac52b5f4cfdc934cd3c5a68777c77d8d70f4b7c (diff) | |
| download | luaotfload-f96e3da3a512247c8f5dddfd392c70d2f9243607.tar.gz | |
Some README and author updates
| -rw-r--r-- | README | 9 | ||||
| -rw-r--r-- | luaotfload-fonts.lua | 4 | ||||
| -rw-r--r-- | otfl-font-clr.lua | 4 | 
3 files changed, 9 insertions, 8 deletions
@@ -57,7 +57,8 @@ Source files:          otfl-node-ini.lua                       .          otfl-node-inj.lua                       .          otfl-node-res.lua       OTF support files from the ConTeXt distribution -        otfl-node-clr.lua       luaotfload module for font color support +        otfl-font-clr.lua       luaotfload module for font color support +        otfl-luat-ovr.lua       luaotfload module for overriding some ConTeXt functions  Derived files:          luaotfload.pdf          documentation @@ -77,13 +78,13 @@ starts by:  Copyright 2008 PRAGMA ADE / ConTeXt Development Team  " -for otf-*.lua files except otfl-font-clr.lua, and +for otf-*.lua files except otfl-font-clr.lua and otfl-luat-ovr.lua, and  " -Copyright 2010 Khaled Hosny +Copyright 2010 Luaotfload Development Team  " -for otfl-font-clr.lua, and continues by: +for otfl-font-clr.lua and otfl-luat-ovr.lua, and continues by:  "  This program is free software; you can redistribute it and/or diff --git a/luaotfload-fonts.lua b/luaotfload-fonts.lua index 2b61401..e1a4d55 100644 --- a/luaotfload-fonts.lua +++ b/luaotfload-fonts.lua @@ -6,8 +6,8 @@ luaotfload.fonts.module = {      version       = 1.001,      date          = "2010/01/12",      description   = "luaotfload font database.", -    author        = "Khaled Hosny", -    copyright     = "Khaled Hosny", +    author        = "Khaled Hosny and Elie Roux", +    copyright     = "Luaotfload Development Team",      license       = "CC0"  } 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"  }  | 
