summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pax
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-19 16:53:50 +0000
committerKarl Berry <karl@freefriends.org>2012-04-19 16:53:50 +0000
commitc192086fe45d957a4516f2b2f8d7db374df148aa (patch)
treef4e93e1340d347d399426585c6bc698a214d5251 /Master/texmf-dist/source/latex/pax
parentd9ebc1cca932446511d974e7efe4697e0fe3bdb8 (diff)
pax (18apr12)
git-svn-id: svn://tug.org/texlive/trunk@26047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pax')
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Constants.java4
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Entry.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/EntryWriteException.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/StringVisitor.java2
5 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/pax/src/Constants.java b/Master/texmf-dist/source/latex/pax/src/Constants.java
index 054d06717cc..7fd8a6d0b65 100644
--- a/Master/texmf-dist/source/latex/pax/src/Constants.java
+++ b/Master/texmf-dist/source/latex/pax/src/Constants.java
@@ -1,5 +1,5 @@
/* Constants.java
-Copyright (C) 2006-2008, 2011 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011, 2012 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
@@ -22,7 +22,7 @@ package pax;
public interface Constants {
- public String PAX_VERSION = "0.1k";
+ public String PAX_VERSION = "0.1l";
public String ENTRY_BEG = "\\[";
public String ENTRY_END = "\\\\\n";
diff --git a/Master/texmf-dist/source/latex/pax/src/Entry.java b/Master/texmf-dist/source/latex/pax/src/Entry.java
index 0f8493831cf..7140750d27a 100644
--- a/Master/texmf-dist/source/latex/pax/src/Entry.java
+++ b/Master/texmf-dist/source/latex/pax/src/Entry.java
@@ -1,5 +1,5 @@
/* Entry.java
-Copyright (C) 2006-2008, 2011 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011, 2012 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
diff --git a/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java b/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
index 59bef77f9ea..a1010ce121f 100644
--- a/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
+++ b/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
@@ -1,5 +1,5 @@
/* EntryWriteException.java
-Copyright (C) 2006-2008, 2011 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011, 2012 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
diff --git a/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java b/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
index 3388269f816..868dadaa80c 100644
--- a/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
+++ b/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
@@ -1,5 +1,5 @@
/* PDFAnnotExtractor.java
-Copyright (C) 2006-2008, 2011 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011, 2012 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
diff --git a/Master/texmf-dist/source/latex/pax/src/StringVisitor.java b/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
index b56a11cd1b2..485757e36fa 100644
--- a/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
+++ b/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
@@ -1,5 +1,5 @@
/* StringVisitor.java
-Copyright (C) 2006-2008, 2011 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011, 2012 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