[svn:parrot] r43353 - trunk/compilers/imcc
gerd at svn.parrot.org
gerd at svn.parrot.org
Fri Jan 1 10:08:03 UTC 2010
Author: gerd
Date: Fri Jan 1 10:08:03 2010
New Revision: 43353
URL: https://trac.parrot.org/parrot/changeset/43353
Log:
change the -V option output to show the copyright with the new year
Modified:
trunk/compilers/imcc/main.c
Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c Fri Jan 1 09:41:40 2010 (r43352)
+++ trunk/compilers/imcc/main.c Fri Jan 1 10:08:03 2010 (r43353)
@@ -4,7 +4,7 @@
* Intermediate Code Compiler for Parrot.
*
* Copyright (C) 2002 Melvin Smith <melvin.smith at mindspring.com>
- * Copyright (C) 2003-2009, Parrot Foundation.
+ * Copyright (C) 2003-2010, Parrot Foundation.
*/
/*
@@ -266,7 +266,7 @@
ASSERT_ARGS(Parrot_version)
printf("This is Parrot version " PARROT_VERSION);
printf(" built for " PARROT_ARCHNAME ".\n");
- printf("Copyright (C) 2001-2009, Parrot Foundation.\n\
+ printf("Copyright (C) 2001-2010, 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