diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 18:36:35 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 18:36:44 -0500 |
commit | 010d7370088ed6369bd54c29a19035e9104eaa59 (patch) | |
tree | 16db2b95b49aed339ffceec96811ebf5cbda7cab /perl.c | |
parent | 8a69abd730c1e676953038589fcf99b69ff6a022 (diff) | |
download | perl-010d7370088ed6369bd54c29a19035e9104eaa59.tar.gz |
Bump the perl -V copyright message, as it's now 2011
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"); |