diff options
author | Abigail <abigail@abigail.be> | 2010-01-13 20:51:07 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2010-01-13 20:51:07 +0100 |
commit | 32709fdf41543f067562e0dc9944448dd11d2c28 (patch) | |
tree | 6ef22610ce8e2e527449678584f41ab04f4c6ebc /perl.c | |
parent | ac0367249e563330db9a9a04f778eae30defbab0 (diff) | |
download | perl-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"); |