summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-05 17:39:24 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-05 17:39:24 +0000
commit9be01f29fa8229b0cb279cd26191f322dbf0ae2a (patch)
tree6e49100157df4f460e5862a41908775f704aabf1 /perl.c
parent37937176ad16631f1ae6590b1fa705a66562529d (diff)
downloadperl-9be01f29fa8229b0cb279cd26191f322dbf0ae2a.tar.gz
Update copyright year to 2008.
p4raw-id: //depot/perl@34463
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index 98437a3e9d..e3d0161105 100644
--- 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 by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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.
@@ -3333,7 +3333,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2007, Larry Wall\n");
+ "\n\nCopyright 1987-2008, Larry Wall\n");
#ifdef MACOS_TRADITIONAL
PerlIO_printf(PerlIO_stdout(),
"\nMac OS port Copyright 1991-2002, Matthias Neeracher;\n"