]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/testfile.ps
Update copyrights and license text on files that were missed.
[thirdparty/cups.git] / test / testfile.ps
index bf8c36cbc4c461ec10812bbbdca8264c675b7e43..262ad23050d645e6bb3ac8beebf2b9dee2f04e58 100644 (file)
 %%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.
+% Licensed under Apache License v2.0.  See the file "LICENSE" for more
+% information.
 %
 /SEXTANT {                     % Draw a color wheel sextant...
                                % (name) white radius r g b SEXTANT -
@@ -573,10 +571,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 +590,4 @@ gsave
 % Show the page...
 grestore
 showpage
-%
-% End of "$Id: testfile.ps 6649 2007-07-11 21:46:42Z mike $".
-%
 %%EOF