From f96e3da3a512247c8f5dddfd392c70d2f9243607 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 20 Feb 2010 07:33:46 +0200 Subject: Some README and author updates --- README | 9 +++++---- luaotfload-fonts.lua | 4 ++-- otfl-font-clr.lua | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README b/README index e04b106..6ac946c 100644 --- a/README +++ b/README @@ -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" } -- cgit v1.2.3