summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-03-03 23:22:28 +0000
committerDavid Mitchell <davem@iabyn.com>2013-03-03 23:22:28 +0000
commit30ec7de223b6ce7fa555cc898b5f2a8c8e031710 (patch)
treef7468c89596923414fc0fea418bba25a78ceb11b
parented7e6e926ce0c083f44288ba98f38ec46885b9cc (diff)
downloadperl-30ec7de223b6ce7fa555cc898b5f2a8c8e031710.tar.gz
Bump copyright year, as it's now 2013v5.14.4-RC1
-rw-r--r--perl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index fb2c408964..b19fe07444 100644
--- a/perl.c
+++ b/perl.c
@@ -2,7 +2,8 @@
/* perl.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
- * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
+ * 2013
* by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
@@ -3337,7 +3338,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2012, Larry Wall\n");
+ "\n\nCopyright 1987-2013, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PerlIO_stdout(),
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");