summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texdoc/view.tlu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texdoc/view.tlu')
-rw-r--r--Master/texmf-dist/scripts/texdoc/view.tlu6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texdoc/view.tlu b/Master/texmf-dist/scripts/texdoc/view.tlu
index 9b96e7619d2..15784ff7390 100644
--- a/Master/texmf-dist/scripts/texdoc/view.tlu
+++ b/Master/texmf-dist/scripts/texdoc/view.tlu
@@ -1,7 +1,7 @@
--- $Id$
-- view.tlu view a document and/or display the list of results in texdoc
--
--- Manuel Pégourié-Gonnard, GPLv3+, see texdoclib.tlu for details
+-- Manuel Pégourié-Gonnard and the TeX Live team, GPLv3,
+-- see texdoclib.tlu for details
----------------------------- view a document -----------------------------
@@ -222,3 +222,5 @@ return {
view_file = view_file,
deliver_results = deliver_results,
}
+
+-- vim: ft=lua: