diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-01-16 11:54:37 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-01-16 11:54:37 +0200 |
commit | b9fdd5cf1886b47159fa380b4c4144e5b80b1066 (patch) | |
tree | 0b9a94f8fb5b07354eb0e04b31edbe4fad73c4f2 | |
parent | 332a9413f6a97d0866b3d77d7e338b093378d531 (diff) | |
download | luaotfload-b9fdd5cf1886b47159fa380b4c4144e5b80b1066.tar.gz |
Updating the README with otfl-font-msc.lua
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -55,6 +55,7 @@ Source files: otfl-node-ini.lua . otfl-node-inj.lua . otfl-node-res.lua OTF support files from the ConTeXt distribution + otfl-node-msc.lua luaotfload module for additional features Derived files: luaotfload.pdf documentation @@ -67,11 +68,22 @@ License This work is distributed under the GNU GPLv2 license. Please see COPYING file for more details about the license. -The files otfl-*.lua are under the GNU GPLv2 license. Their legal notice is +The files otfl-*.lua are under the GNU GPLv2 license. Their legal notice +starts by: " Copyright 2008 PRAGMA ADE / ConTeXt Development Team +" + +for otf-*.lua files except otfl-font-msc.lua, and + +" +Copyright 2010 Khaled Hosny +" + +for otfl-font-msc.lua, and continues by: +" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 @@ -87,6 +99,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. " + The file luaotfload.dtx and the derived files luaotfload.pdf luaotfload.sty |