summaryrefslogtreecommitdiff
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
parent330440f784cb12b0902fd80271e568c59da64771 (diff)
downloadluaotfload-8395eb8efec1ac9e311541d9834f1a939b91e710.tar.gz
[*] kill off file headers
We have the VCS info in the status file; these things are just silly.
-rw-r--r--src/luaotfload-auxiliary.lua2
-rw-r--r--src/luaotfload-configuration.lua1
-rw-r--r--src/luaotfload-diagnostics.lua2
-rw-r--r--src/luaotfload-init.lua2
-rw-r--r--src/luaotfload-loaders.lua1
-rw-r--r--src/luaotfload-main.lua2
-rw-r--r--src/luaotfload-parsers.lua4
-rw-r--r--src/luaotfload-resolvers.lua2
-rwxr-xr-xsrc/luaotfload-tool.lua2
9 files changed, 1 insertions, 17 deletions
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index dce0d60..15541af 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -4,8 +4,6 @@
-- DESCRIPTION: part of luaotfload
-- REQUIREMENTS: luaotfload 2.6
-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang
--- VERSION: 2.6
--- MODIFIED: 2015-03-29 12:43:26+0200
-----------------------------------------------------------------------
--
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index 86a302e..6f94195 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -5,7 +5,6 @@
-- REQUIREMENTS: Luaotfload 2.6 or above
-- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com>
-- AUTHOR: Dohyun Kim <nomosnomos@gmail.com>
--- VERSION: same as Luaotfload
-------------------------------------------------------------------------------
--
diff --git a/src/luaotfload-diagnostics.lua b/src/luaotfload-diagnostics.lua
index 255b5a5..582105a 100644
--- a/src/luaotfload-diagnostics.lua
+++ b/src/luaotfload-diagnostics.lua
@@ -4,8 +4,6 @@
-- DESCRIPTION: functionality accessible by the --diagnose option
-- REQUIREMENTS: luaotfload-tool.lua
-- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com>
--- VERSION: 2.5
--- MODIFIED: 2014-01-02 21:23:06+0100
-----------------------------------------------------------------------
--
local names = fonts.names
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index af71cb2..1c2046d 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -4,8 +4,6 @@
-- DESCRIPTION: Luaotfload font loader initialization
-- REQUIREMENTS: luatex v.0.80 or later; packages lualibs, luatexbase
-- AUTHOR: Philipp Gesang (Phg), <phg@phi-gamma.net>
--- VERSION: 1.0
--- CREATED: 2015-05-26 07:50:54+0200
-----------------------------------------------------------------------
--
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.
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 5fa316d..85c9cee 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -3,8 +3,6 @@
-- DESCRIPTION: Luaotfload entry point
-- REQUIREMENTS: luatex v.0.80 or later; packages lualibs, luatexbase
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
--- VERSION: same as Luaotfload
--- MODIFIED: 2015-06-09 23:08:18+0200
-----------------------------------------------------------------------
--
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
-------------------------------------------------------------------------------
--
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
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 6c54f29..e9a434a 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -4,9 +4,7 @@
-- DESCRIPTION: database functionality
-- REQUIREMENTS: luaotfload 2.6
-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang
--- VERSION: 2.6
-- LICENSE: GPL v2.0
--- MODIFIED: 2015-03-29 12:43:00+0200
-----------------------------------------------------------------------
luaotfload = luaotfload or { }