summaryrefslogtreecommitdiff
path: root/src/luaotfload-parsers.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-11-05 22:08:47 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-11-05 22:08:50 +0100
commit8395eb8efec1ac9e311541d9834f1a939b91e710 (patch)
tree32f6de9a252b55046241d3fda993f0179709d10f /src/luaotfload-parsers.lua
parent330440f784cb12b0902fd80271e568c59da64771 (diff)
downloadluaotfload-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-parsers.lua')
-rw-r--r--src/luaotfload-parsers.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index 151cb9e..0349cdc 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -2,10 +2,8 @@
-------------------------------------------------------------------------------
-- FILE: luaotfload-parsers.lua
-- DESCRIPTION: various lpeg-based parsers used in Luaotfload
--- REQUIREMENTS: Luaotfload > 2.6
+-- REQUIREMENTS: Luaotfload >= 2.6
-- AUTHOR: Philipp Gesang (Phg), <phg@phi-gamma.net>
--- VERSION: same as Luaotfload
--- CREATED: 2014-01-14 10:15:20+0100
-------------------------------------------------------------------------------
--