summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hargreaves <dom@earth.li>2012-09-11 17:07:36 +0100
committerDominic Hargreaves <dom@earth.li>2012-09-11 17:07:36 +0100
commit71d225d2fd1d9ef71d7bc7f26e19bc0d10a61196 (patch)
tree81c1d95cf19c85c69fc101784300533101afe21e
parentfa308dc249ca9ef33f3847a922124028dc9db9b3 (diff)
downloadperl-71d225d2fd1d9ef71d7bc7f26e19bc0d10a61196.tar.gz
Bump copyright year, as it's now 2012
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 8df7f3ef49..ef97eb2fc5 100644
--- a/perl.c
+++ b/perl.c
@@ -2,7 +2,7 @@
/* perl.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
- * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
* by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
@@ -3337,7 +3337,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2011, Larry Wall\n");
+ "\n\nCopyright 1987-2012, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PerlIO_stdout(),
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");