summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 18:36:35 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 18:36:44 -0500
commit010d7370088ed6369bd54c29a19035e9104eaa59 (patch)
tree16db2b95b49aed339ffceec96811ebf5cbda7cab
parent8a69abd730c1e676953038589fcf99b69ff6a022 (diff)
downloadperl-010d7370088ed6369bd54c29a19035e9104eaa59.tar.gz
Bump the perl -V copyright message, as it's now 2011
-rw-r--r--perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index 360b4db4a6..8f8565d99a 100644
--- a/perl.c
+++ b/perl.c
@@ -2,8 +2,8 @@
/* perl.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
- * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by Larry Wall
- * and others
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+ * 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.
@@ -3304,7 +3304,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2010, Larry Wall\n");
+ "\n\nCopyright 1987-2011, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PerlIO_stdout(),
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");