diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-01 00:01:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-01 00:01:57 +0000 |
commit | bc89e66f06f2a92e37ea7c110f66788fcfbe6847 (patch) | |
tree | a70a6382cfb09e99f432ca110d770876f6140319 /perl.c | |
parent | 167b4407dd5b2fba815ebbfbfaf6d691189c78da (diff) | |
download | perl-bc89e66f06f2a92e37ea7c110f66788fcfbe6847.tar.gz |
Bump up Larry's copyright.
p4raw-id: //depot/perl@8289
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* perl.c * - * Copyright (c) 1987-2000 Larry Wall + * Copyright (c) 1987-2001 Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -2259,7 +2259,7 @@ Perl_moreswitches(pTHX_ char *s) #endif PerlIO_printf(PerlIO_stdout(), - "\n\nCopyright 1987-2000, Larry Wall\n"); + "\n\nCopyright 1987-2001, Larry Wall\n"); #ifdef MACOS_TRADITIONAL PerlIO_printf(PerlIO_stdout(), "\nMacOS port Copyright (c) 1991-2000, Matthias Neeracher\n"); |