summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-15 00:07:20 +0000
committerKarl Berry <karl@freefriends.org>2013-02-15 00:07:20 +0000
commita13000a8a72574b999877de3f97bee16c0980c6a (patch)
treeb0c2631b8935232c29110ee34c85a2341dbdc9c7 /Master/texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl
parentcb596f1684bb71168918b7d69231a1d798f14e0c (diff)
latex-tds (14feb13)
git-svn-id: svn://tug.org/texlive/trunk@29109 c570f23f-e606-0410-a88d-b1316a301751
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.pl11
1 files changed, 6 insertions, 5 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 c62525391c0..b3866f0512c 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-2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com>
+# Copyright (C) 2006-2013 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
@@ -13,7 +13,7 @@ $^W=1; # turn warning on
# version. The latest version of this license is in
# http://www.latex-project.org/lppl.txt
# and version 1.3 or later is part of all distributions of
-# LaTeX version 2003/12/01 or later.
+# LaTeX version 2005/12/01 or later.
#
# This work has the LPPL maintenance status "maintained".
#
@@ -26,10 +26,10 @@ $^W=1; # turn warning on
#
my $file = "adjust_checksum.pl";
my $program = uc($&) if $file =~ /^\w+/;
-my $version = "1.5";
-my $date = "2011/04/15";
+my $version = "1.6";
+my $date = "2013/01/24";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 2002, 2006-2011 by $author.";
+my $copyright = "Copyright (c) 2002, 2006-2013 by $author.";
#
# Reqirements: Perl5, Linux
# History:
@@ -39,6 +39,7 @@ my $copyright = "Copyright (c) 2002, 2006-2011 by $author.";
# 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.
+# 2013/01/26 v1.6: License updated.
#
my $prg_latex = 'latex -draftmode';