Index: data/testprint.ps =================================================================== --- data/testprint.ps (revision 8235) +++ data/testprint.ps (working copy) @@ -6,7 +6,7 @@ %%DocumentSuppliedResources: procset testprint/1.3 %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman %%Creator: Michael Sweet, Apple Inc. -%%CreationDate: D:20070606214000+0500 +%%CreationDate: D:20090113092400+0800 %%Title: Test Page %%EndComments %%BeginProlog @@ -14,7 +14,7 @@ % % PostScript test page for the Common UNIX Printing System ("CUPS"). % -% Copyright 2007-2008 Apple Inc. +% Copyright 2007-2009 Apple Inc. % Copyright 1993-2007 Easy Software Products % % These coded instructions, statements, and computer programs are the @@ -565,18 +565,18 @@ % Draw the copyright notice at the bottom... pageWidth 17 mul % Center of page - pageHeight 10 mul % Bottom of page + pageHeight 9.5 mul % Bottom of page moveto % Position text - (Printed Using CUPS v1.3.x) show + (Printed with CUPS v1.3.x) show pageWidth 17 mul % Left side of page - pageHeight 8 mul % Move down... + pageHeight 7.5 mul % Move down... 2 copy moveto % Position text smallFont setfont % Font - (Copyright 2007-2008 Apple Inc., All Rights Reserved. CUPS and the CUPS logo are the) show + (Copyright 2007-2009 Apple Inc., All Rights Reserved. CUPS and the CUPS logo are) show pageHeight 2 add sub % Move down... 2 copy moveto % Position text - (trademark property of Apple Inc., 1 Infinite Loop, Cupertino, CA 95014, USA.) show + (the trademark property of Apple Inc., 1 Infinite Loop, Cupertino, CA 95014, USA.) show pageHeight 2 mul 4 add sub % Move down... moveto % Position text (Need help? Contact your operating system vendor or visit "http://www.cups.org/".) show