diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 22:08:47 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 22:08:50 +0100 |
commit | 8395eb8efec1ac9e311541d9834f1a939b91e710 (patch) | |
tree | 32f6de9a252b55046241d3fda993f0179709d10f /src/luaotfload-loaders.lua | |
parent | 330440f784cb12b0902fd80271e568c59da64771 (diff) | |
download | luaotfload-8395eb8efec1ac9e311541d9834f1a939b91e710.tar.gz |
[*] kill off file headers
We have the VCS info in the status file; these things are just silly.
Diffstat (limited to 'src/luaotfload-loaders.lua')
-rw-r--r-- | src/luaotfload-loaders.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaotfload-loaders.lua b/src/luaotfload-loaders.lua index b644266..38062f6 100644 --- a/src/luaotfload-loaders.lua +++ b/src/luaotfload-loaders.lua @@ -4,7 +4,6 @@ -- DESCRIPTION: Luaotfload callback handling -- REQUIREMENTS: luatex v.0.80 or later; packages lualibs, luatexbase -- AUTHOR: Philipp Gesang (Phg), <phg@phi-gamma.net>, Hans Hagen, Khaled Hosny, Elie Roux --- VERSION: just consult Git, okay? ----------------------------------------------------------------------- -- --- Contains parts of the earlier main script. |