summaryrefslogtreecommitdiff
path: root/test/testfile.ps
diff options
context:
space:
mode:
Diffstat (limited to 'test/testfile.ps')
-rw-r--r--test/testfile.ps21
1 files changed, 9 insertions, 12 deletions
diff --git a/test/testfile.ps b/test/testfile.ps
index bf8c36c..a86f666 100644
--- a/test/testfile.ps
+++ b/test/testfile.ps
@@ -12,15 +12,15 @@
%%BeginProlog
%%BeginResource procset testprint 1.3 0
%
-% PostScript test page for CUPS.
+% PostScript test page for CUPS.
%
-% Copyright 2007-2011 Apple Inc.
-% Copyright 1993-2007 Easy Software Products
+% Copyright (c) 2007-2011 Apple Inc.
+% Copyright (c) 1993-2007 Easy Software Products
%
-% These coded instructions, statements, and computer programs are the
-% property of Apple Inc. and are protected by Federal copyright law.
-% Distribution and use rights are outlined in the file "LICENSE.txt"
-% which is included with the CUPS source distribution.
+% These coded instructions, statements, and computer programs are the
+% property of Apple Inc. and are protected by Federal copyright law.
+% Distribution and use rights are outlined in the file "LICENSE.txt"
+% which is included with the CUPS source distribution.
%
/SEXTANT { % Draw a color wheel sextant...
% (name) white radius r g b SEXTANT -
@@ -573,10 +573,10 @@ gsave
pageHeight 8 mul % Move down...
2 copy moveto % Position text
smallFont setfont % Font
- (Copyright 2007 Apple Inc., All Rights Reserved. CUPS and the CUPS logo are the trademark) show
+ (Copyright 2007-2018 Apple Inc., All Rights Reserved. CUPS and the CUPS logo are trademarks) show
pageHeight 2 add sub % Move down...
2 copy moveto % Position text
- (property of Apple Inc., 1 Infinite Loop, Cupertino, CA 95014, USA.) show
+ (of Apple Inc., One Apple Park Way, 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
@@ -592,7 +592,4 @@ gsave
% Show the page...
grestore
showpage
-%
-% End of "$Id: testfile.ps 6649 2007-07-11 21:46:42Z mike $".
-%
%%EOF