[svn:parrot] r36498 - trunk/t/codingstd

particle at svn.parrot.org particle at svn.parrot.org
Mon Feb 9 18:09:34 UTC 2009


Author: particle
Date: Mon Feb  9 18:09:34 2009
New Revision: 36498
URL: https://trac.parrot.org/parrot/changeset/36498

Log:
[t] modify coding standard test to look for 'Parrot Foundation' in copyright

Modified:
   trunk/t/codingstd/copyright.t

Modified: trunk/t/codingstd/copyright.t
==============================================================================
--- trunk/t/codingstd/copyright.t	Mon Feb  9 17:56:20 2009	(r36497)
+++ trunk/t/codingstd/copyright.t	Mon Feb  9 18:09:34 2009	(r36498)
@@ -46,7 +46,7 @@
 my @gmtime       = gmtime(time);
 my $current_year = $gmtime[5] + 1900;
 my $copyright_text =
-    "Copyright \\(C\\) (\\d{4}\\-$current_year|$current_year), The Perl Foundation.";
+    "Copyright \\(C\\) (\\d{4}\\-$current_year|$current_year), Parrot Foundation.";
 
 foreach my $file (@files) {
 


More information about the parrot-commits mailing list