summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pax
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-23 22:41:07 +0000
committerKarl Berry <karl@freefriends.org>2011-04-23 22:41:07 +0000
commitaf6a118fb5e7779ff5e57eb79e384f667d6bc648 (patch)
tree47c774d879a0105fc641b49857ed3435910e980a /Master/texmf-dist/scripts/pax
parentc41e14a6ed15b3e1fa667aaf5d14b58f0a057ffc (diff)
pax (23apr11)
git-svn-id: svn://tug.org/texlive/trunk@22179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pax')
-rw-r--r--Master/texmf-dist/scripts/pax/pax.jarbin11465 -> 11465 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/pax/pdfannotextractor.pl8
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/pax/pax.jar b/Master/texmf-dist/scripts/pax/pax.jar
index baa06a02213..61b7b952ee8 100644
--- a/Master/texmf-dist/scripts/pax/pax.jar
+++ b/Master/texmf-dist/scripts/pax/pax.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
index 716da9b7bba..d111a305150 100755
--- a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
+++ b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
@@ -2,7 +2,7 @@
use strict;
$^W=1;
-# Copyright (C) 2008 Heiko Oberdiek
+# Copyright (C) 2008, 2011 Heiko Oberdiek
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,10 +24,10 @@ $^W=1;
my $name = 'PDFAnnotExtractor';
my $program = "\L$name\E";
my $file = "$program.pl";
-my $version = "0.1i";
-my $date = "2008/10/01";
+my $version = "0.1j";
+my $date = "2011/04/22";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 2008 by $author.";
+my $copyright = "Copyright (c) 2008, 2011 by $author.";
# History:
# 2008/10/01 v0.1i: First version of the wrapper script.