Skip to content

Commit

Permalink
switch the year output form 2012 to 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
gerd committed Jan 1, 2013
1 parent 41bfe48 commit bfc0617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/parrot/main.c
@@ -1,5 +1,5 @@
/*
Copyright (C) 2007-2012, Parrot Foundation.
Copyright (C) 2007-2013, Parrot Foundation.
=head1 NAME
Expand Down Expand Up @@ -622,7 +622,7 @@ Parrot_version(void)
ASSERT_ARGS(Parrot_version)
printf("This is Parrot version " PARROT_VERSION);
printf(" built for " PARROT_ARCHNAME ".\n");
printf("Copyright (C) 2001-2012, Parrot Foundation.\n\
printf("Copyright (C) 2001-2013, Parrot Foundation.\n\
\n\
This code is distributed under the terms of the Artistic License 2.0.\
\n\
Expand Down
4 changes: 2 additions & 2 deletions lib/Parrot/Configure/Messages.pm
@@ -1,4 +1,4 @@
# Copyright (C) 2001-2011, Parrot Foundation.
# Copyright (C) 2001-2013, Parrot Foundation.

package Parrot::Configure::Messages;

Expand All @@ -16,7 +16,7 @@ sub print_introduction {
my $parrot_version = shift;
print <<"END";
Parrot Version $parrot_version Configure 2.0
Copyright (C) 2001-2012, Parrot Foundation.
Copyright (C) 2001-2013, Parrot Foundation.
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed in
Expand Down

0 comments on commit bfc0617

Please sign in to comment.