diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-01-01 22:48:34 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-01-01 22:48:34 +0000 |
commit | 82412c94bca696c5f2287e48b586caf822a6d734 (patch) | |
tree | d499e9f266239cdcbac9f94c671be92c2480eaf3 /perl.c | |
parent | a12c0f5690a38b5b84d767b0f8b7cc133a68affc (diff) | |
parent | 062365604b359a1490884f0ddc7e02f237691b4d (diff) | |
download | perl-82412c94bca696c5f2287e48b586caf822a6d734.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8294
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. @@ -2258,7 +2258,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"); |