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-resolvers.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-resolvers.lua')
-rw-r--r-- | src/luaotfload-resolvers.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua index 2e34a4e..3d7f6b0 100644 --- a/src/luaotfload-resolvers.lua +++ b/src/luaotfload-resolvers.lua @@ -5,8 +5,6 @@ -- DESCRIPTION: Resolvers for hooking into the fontloader -- REQUIREMENTS: Luaotfload and a decent bit of courage -- AUTHOR: Philipp Gesang (Phg), <phg@phi-gamma.net> --- VERSION: 1.0 --- CREATED: 2015-07-23 07:31:50+0200 ----------------------------------------------------------------------- -- --- The bare fontloader uses a set of simplistic file name resolvers |