summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2010-01-13 20:51:07 +0100
committerAbigail <abigail@abigail.be>2010-01-13 20:51:07 +0100
commit32709fdf41543f067562e0dc9944448dd11d2c28 (patch)
tree6ef22610ce8e2e527449678584f41ab04f4c6ebc /perl.c
parentac0367249e563330db9a9a04f778eae30defbab0 (diff)
downloadperl-32709fdf41543f067562e0dc9944448dd11d2c28.tar.gz
Changed Copyright year as suggested by karl williamson in http://nntp.perl.org/group/perl.perl5.porters/155493
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index f44fab7dc0..5d7d3147df 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 by Larry Wall and others
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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.
@@ -3253,7 +3254,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2009, Larry Wall\n");
+ "\n\nCopyright 1987-2010, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PerlIO_stdout(),
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");