summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-05 07:18:54 +0000
committerDavid Mitchell <davem@iabyn.com>2009-04-11 20:11:33 +0100
commit20d51a4efc6acb8c927234d17f24745e40842e6f (patch)
tree4099048626fb7e324efeef6f34607bdbee09c614 /perl.c
parent62ec54c8f9248c3fb913dc745f13136645a15022 (diff)
downloadperl-20d51a4efc6acb8c927234d17f24745e40842e6f.tar.gz
Update copyright year to 2009.
(cherry picked from commit 737f4459472dcf02809316db56e6a102162aefd2)
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 c26538d24b..5acb3a028f 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, 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.
@@ -3384,7 +3384,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"