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-tool.lua | |
parent | ae1b47cb7dbf4ed21129cbf1116865b63a87b95e (diff) | |
download | luaotfload-21b1fb201a2fd9f058c1fee24dbd29df1debe6f7.tar.gz |
bump version; add/update attributions
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 0833842..827ece9 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -1,8 +1,17 @@ #!/usr/bin/env texlua +----------------------------------------------------------------------- +-- FILE: luaotfload-tool.lua +-- DESCRIPTION: database functionality +-- REQUIREMENTS: luaotfload 2.2 +-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang +-- VERSION: 2.2 +-- CREATED: 2013-05-01 14:40:50+0200 +----------------------------------------------------------------------- --[[doc-- -This file was originally written by Elie Roux and Khaled Hosny and is under CC0 -license (see http://creativecommons.org/publicdomain/zero/1.0/legalcode). +This file was originally written (as \fileent{mkluatexfontdb.lua}) by +Elie Roux and Khaled Hosny and is under CC0 license (see +http://creativecommons.org/publicdomain/zero/1.0/legalcode). This file is a wrapper for the luaotfload font names module (luaotfload-database.lua). It is part of the luaotfload bundle, please |