summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-01-01 22:48:34 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-01-01 22:48:34 +0000
commit82412c94bca696c5f2287e48b586caf822a6d734 (patch)
treed499e9f266239cdcbac9f94c671be92c2480eaf3 /perl.c
parenta12c0f5690a38b5b84d767b0f8b7cc133a68affc (diff)
parent062365604b359a1490884f0ddc7e02f237691b4d (diff)
downloadperl-82412c94bca696c5f2287e48b586caf822a6d734.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@8294
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index eabe43c4ca..9f197cb4f2 100644
--- a/perl.c
+++ b/perl.c
@@ -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");