Broken tests in a2ps-4.14

Adam Sampson <[email protected]> Tue, 11 Dec 2012 12:11:55 +0000
Newsgroups gmane.comp.printing.a2ps.bugs
Message-ID <[email protected]>
--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

In a2ps-4.14, some of the test reference files are broken -- they've had
the GPL version number changed in them (when this is actually copied
verbatim from the source file). Patch attached.

Thanks,

-- 
Adam Sampson <[email protected]>                         <http://offog.org/>

--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="refs.diff"

Fix broken reference files for tests -- the GPL version number shouldn't have
been changed here!

diff -x config.log -x config.status -ru tmp/a2ps-4.14/tests/gps-ref/InsertBlock.ps work/a2ps-4.14/tests/gps-ref/InsertBlock.ps
--- tmp/a2ps-4.14/tests/gps-ref/InsertBlock.ps	2007-12-29 01:46:36.000000000 +0000
+++ work/a2ps-4.14/tests/gps-ref/InsertBlock.ps	2012-12-11 12:06:17.293000000 +0000
@@ -11,7 +11,7 @@
 /y0 y v get bfs th add sub store
 x0 y0 moveto
 0 T (/* This code is part of Freenet. It is distributed under the GNU General) c n
-0 T ( * Public License, version 3 \(or at your option any later version\). See) N
+0 T ( * Public License, version 2 \(or at your option any later version\). See) N
 0 T ( * http://www.gnu.org/ for further details of the GPL. */) N
 0 T () S
 (package) K
diff -x config.log -x config.status -ru tmp/a2ps-4.14/tests/gps-ref/bookie.ps work/a2ps-4.14/tests/gps-ref/bookie.ps
--- tmp/a2ps-4.14/tests/gps-ref/bookie.ps	2007-12-29 01:46:36.000000000 +0000
+++ work/a2ps-4.14/tests/gps-ref/bookie.ps	2012-12-11 12:06:23.309000000 +0000
@@ -16,7 +16,7 @@
 0 T () N
 (5) # (   This program is free software; you can redistribute it and/or modify) N
 0 T (   it under the terms of the GNU General Public License as published by) N
-0 T (   the Free Software Foundation; either version 3, or \(at your option\)) N
+0 T (   the Free Software Foundation; either version 2, or \(at your option\)) N
 0 T (   any later version.) N
 0 T () N
 (10) # (   \(c\) Copyright 1999 Bob Phillips) N
diff -x config.log -x config.status -ru tmp/a2ps-4.14/tests/ps-ref/InsertBlock.ps work/a2ps-4.14/tests/ps-ref/InsertBlock.ps
--- tmp/a2ps-4.14/tests/ps-ref/InsertBlock.ps	2007-12-29 01:46:48.000000000 +0000
+++ work/a2ps-4.14/tests/ps-ref/InsertBlock.ps	2012-12-11 12:05:33.732000000 +0000
@@ -11,7 +11,7 @@
 /y0 y v get bfs th add sub store
 x0 y0 moveto
 (/* This code is part of Freenet. It is distributed under the GNU General) c n
-( * Public License, version 3 \(or at your option any later version\). See) N
+( * Public License, version 2 \(or at your option any later version\). See) N
 ( * http://www.gnu.org/ for further details of the GPL. */) N
 (package) K
 ( freenet.client;) p n
diff -x config.log -x config.status -ru tmp/a2ps-4.14/tests/ps-ref/bookie.ps work/a2ps-4.14/tests/ps-ref/bookie.ps
--- tmp/a2ps-4.14/tests/ps-ref/bookie.ps	2007-12-29 01:46:48.000000000 +0000
+++ work/a2ps-4.14/tests/ps-ref/bookie.ps	2012-12-11 12:05:44.956000000 +0000
@@ -16,7 +16,7 @@
 () N
 (   This program is free software; you can redistribute it and/or modify) N
 (   it under the terms of the GNU General Public License as published by) N
-(   the Free Software Foundation; either version 3, or \(at your option\)) N
+(   the Free Software Foundation; either version 2, or \(at your option\)) N
 (   any later version.) N
 () N
 (   \(c\) Copyright 1999 Bob Phillips) N

--0ntfKIWw70PvrIHh--