[svn:parrot] r36696 - trunk/compilers/imcc

allison at svn.parrot.org allison at svn.parrot.org
Fri Feb 13 22:54:30 UTC 2009


Author: allison
Date: Fri Feb 13 22:54:29 2009
New Revision: 36696
URL: https://trac.parrot.org/parrot/changeset/36696

Log:
[cage] Applying patch to update copyright years reported by -V (resolves TT
#255, thanks to Gerd Pokorra). Also update copyright holder to Parrot
Foundation.

Modified:
   trunk/compilers/imcc/main.c

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c	Fri Feb 13 22:44:14 2009	(r36695)
+++ trunk/compilers/imcc/main.c	Fri Feb 13 22:54:29 2009	(r36696)
@@ -4,7 +4,7 @@
  * Intermediate Code Compiler for Parrot.
  *
  * Copyright (C) 2002 Melvin Smith <melvin.smith at mindspring.com>
- * Copyright (C) 2003-2008, The Perl Foundation.
+ * Copyright (C) 2003-2009, Parrot Foundation.
  */
 
 /*
@@ -269,7 +269,7 @@
     ASSERT_ARGS(Parrot_version)
     printf("This is parrot version " PARROT_VERSION);
     printf(" built for " PARROT_ARCHNAME ".\n");
-    printf("Copyright (C) 2001-2008, The Perl Foundation.\n\
+    printf("Copyright (C) 2001-2009, Parrot Foundation.\n\
 \n\
 This code is distributed under the terms of the Artistic License 2.0.\
 \n\


More information about the parrot-commits mailing list