[gs-cvs] rev 8408 - trunk/gs/toolbin/tests

giles at ghostscript.com giles at ghostscript.com
Tue Nov 27 12:43:08 PST 2007


Author: giles
Date: 2007-11-27 12:43:07 -0800 (Tue, 27 Nov 2007)
New Revision: 8408

Modified:
   trunk/gs/toolbin/tests/build_revision.py
   trunk/gs/toolbin/tests/update_specific
Log:
Change the regression scripts to rewrite the product as
"GPL Ghostscript".


Modified: trunk/gs/toolbin/tests/build_revision.py
===================================================================
--- trunk/gs/toolbin/tests/build_revision.py	2007-11-27 18:11:10 UTC (rev 8407)
+++ trunk/gs/toolbin/tests/build_revision.py	2007-11-27 20:43:07 UTC (rev 8408)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- Mode: python -*-
 
-#    Copyright (C) 2001-2006 Artifex Software Inc.
+#    Copyright (C) 2001-2007 Artifex Software Inc.
 # 
 # This software is provided AS-IS with no warranty, either express or
 # implied.
@@ -90,7 +90,7 @@
             m = changere.search(line)
             if m:
                 state = 2
-                new.write("\t\"AFPL Ghostscript\"\n")
+                new.write("\t\"GPL Ghostscript\"\n")
             else:
                 new.write(line)
         elif state == 2:

Modified: trunk/gs/toolbin/tests/update_specific
===================================================================
--- trunk/gs/toolbin/tests/update_specific	2007-11-27 18:11:10 UTC (rev 8407)
+++ trunk/gs/toolbin/tests/update_specific	2007-11-27 20:43:07 UTC (rev 8408)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- Mode: python -*-
 
-#    Copyright (C) 2001-2006 Artifex Software Inc.
+#    Copyright (C) 2001-2007 Artifex Software Inc.
 # 
 # This software is provided AS-IS with no warranty, either express or
 # implied.
@@ -173,7 +173,7 @@
             m = changere.search(line)
             if m:
                 state = 2
-                new.write("\t\"AFPL Ghostscript\"\n")
+                new.write("\t\"GPL Ghostscript\"\n")
             else:
                 new.write(line)
         elif state == 2:



More information about the gs-cvs mailing list