summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl')
-rwxr-xr-xMaster/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl b/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
index e9c2903699e..c62525391c0 100755
--- a/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
+++ b/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
@@ -5,7 +5,7 @@ $^W=1; # turn warning on
#
# adjust_checksum.pl
#
-# Copyright (C) 2006-2008 by Heiko Oberdiek <oberdiek@uni-freiburg.de>
+# Copyright (C) 2006-2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com>
#
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either
@@ -26,10 +26,10 @@ $^W=1; # turn warning on
#
my $file = "adjust_checksum.pl";
my $program = uc($&) if $file =~ /^\w+/;
-my $version = "1.4";
-my $date = "2008/07/16";
+my $version = "1.5";
+my $date = "2011/04/15";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 2002, 2006-2008 by $author.";
+my $copyright = "Copyright (c) 2002, 2006-2011 by $author.";
#
# Reqirements: Perl5, Linux
# History:
@@ -38,6 +38,7 @@ my $copyright = "Copyright (c) 2002, 2006-2008 by $author.";
# 2007/06/15 v1.2: -draftmode added.
# 2007/09/25 v1.3: ltxdoc.cfg added to speed up.
# 2008/07/16 v1.4: Use of package `syntonly' for speed.
+# 2011/04/15 v1.5: Email address updated.
#
my $prg_latex = 'latex -draftmode';