diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-20 17:33:55 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-20 17:33:55 +0930 |
commit | 12cadb92c89834c272e092517ffd96d8f2122320 (patch) | |
tree | 62934068e52a8af7457bb58dbe999b8147851462 /luaotfload.dtx | |
parent | ef220e625c6741cc15f29a77e457c7094fc79541 (diff) | |
download | luaotfload-12cadb92c89834c272e092517ffd96d8f2122320.tar.gz |
Revert "Remove all mention of the CC0 licence; use GPL for all"
This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541.
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 4ca3dc8..4f83091 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -3,11 +3,10 @@ % Copyright (C) 2009-2010 by Elie Roux <elie.roux@telecom-bretagne.eu> % and Khaled Hosny <khaledhosny@eglug.org> % -% This work is distributed under the GNU General Public License v3. -% This work consists of this source file luaotfload.dtx and other -% files listed in the README. +% This work is under the CC0 license. % -% This file is used the source for the derived files +% This work consists of the main source file luaotfload.dtx +% and the derived files % luaotfload.sty, luaotfload.lua % % Unpacking: @@ -50,11 +49,10 @@ This is a generated file. Copyright (C) 2009-2010 by by Elie Roux <elie.roux@telecom-bretagne.eu> and Khaled Hosny <khaledhosny@eglug.org> -This work is distributed under the GNU General Public License v3. -This work consists of this source file luaotfload.dtx and other -files listed in the README. +This work is under the CC0 license. -This file luaotfload.dtx was to generate the derived files +This work consists of the main source file luaotfload.dtx +and the derived files luaotfload.sty, luaotfload.lua \endpreamble @@ -391,7 +389,7 @@ luaotfload.module = { description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", - license = "GNU GPL v3" + license = "CC0" } luatexbase.provides_module(luaotfload.module) |