Update copyright year to 2009.
Nicholas Clark [Mon, 5 Jan 2009 07:18:54 +0000 (07:18 +0000)]
README
perl.c

diff --git a/README b/README
index c0a0075..7f6e80c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Perl is Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others.
+2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others.
 All rights reserved.
 
 
diff --git a/perl.c b/perl.c
index 99a5ce2..00d402a 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1,7 +1,7 @@
 /*    perl.c
  *
- *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- *    2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
+ *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -3351,7 +3351,7 @@ Perl_moreswitches(pTHX_ const char *s)
 #endif
 
        PerlIO_printf(PerlIO_stdout(),
-                     "\n\nCopyright 1987-2008, Larry Wall\n");
+                     "\n\nCopyright 1987-2009, Larry Wall\n");
 #ifdef MACOS_TRADITIONAL
        PerlIO_printf(PerlIO_stdout(),
                      "\nMac OS port Copyright 1991-2002, Matthias Neeracher;\n"