summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/hyphenex/hyphenex.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/hyphenex/hyphenex.pl')
-rw-r--r--Master/texmf-dist/source/generic/hyphenex/hyphenex.pl8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/hyphenex/hyphenex.pl b/Master/texmf-dist/source/generic/hyphenex/hyphenex.pl
index 7cc546634f7..416f057a4fe 100644
--- a/Master/texmf-dist/source/generic/hyphenex/hyphenex.pl
+++ b/Master/texmf-dist/source/generic/hyphenex/hyphenex.pl
@@ -1,6 +1,5 @@
#! /usr/bin/env perl
#
-#
# hyphenex.pl
#
# This small filter converts a hyphenation exception log article for
@@ -8,20 +7,19 @@
#
# Written by Werner Lemberg <wl@gnu.org>.
#
-# Version 1.2 (2007/11/16)
+# Version 1.3 (2008/05/20)
#
# Public domain.
#
#
# Usage:
-#
-# [perl] hyphenex.pl < tugboat-article > hyphenation-exceptions
+# perl hyphenex.pl < tugboat-article > hyphenation-exceptions
# print header
print "% Hyphenation exceptions for US English,\n";
print "% based on hyphenation exception log articles in TUGboat.\n";
print "%\n";
-print "% Copyright 2007 TeX Users Group.\n";
+print "% Copyright 2008 TeX Users Group.\n";
print "% You may freely use, modify and/or distribute this file.\n";
print "%\n";
print "% This is an automatically generated file. Do not edit!\n";