summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorStephen O. Lidie <lusol@turkey.cc.Lehigh.EDU>1998-02-16 15:31:06 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 12:43:32 +0000
commita411490c39ef480e7361bd7fb2e9f88c12bf760f (patch)
tree643e4cf441a0da7b55535a827b3996afdda445a7 /perl.c
parent302617ea51d04be5624485172cc77dd2fbebe8ed (diff)
downloadperl-a411490c39ef480e7361bd7fb2e9f88c12bf760f.tar.gz
- perl5.005_59, update Copyright
p4raw-id: //depot/perl@552
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index fd25ebb03e..418c491057 100644
--- a/perl.c
+++ b/perl.c
@@ -1,6 +1,6 @@
/* perl.c
*
- * Copyright (c) 1987-1997 Larry Wall
+ * Copyright (c) 1987-1998 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.
@@ -1652,7 +1652,7 @@ moreswitches(char *s)
LOCAL_PATCH_COUNT, (LOCAL_PATCH_COUNT!=1) ? "es" : "");
#endif
- printf("\n\nCopyright 1987-1997, Larry Wall\n");
+ printf("\n\nCopyright 1987-1998, Larry Wall\n");
#ifdef MSDOS
printf("\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");
#endif
@@ -1662,7 +1662,7 @@ moreswitches(char *s)
#endif
#ifdef OS2
printf("\n\nOS/2 port Copyright (c) 1990, 1991, Raymond Chen, Kai Uwe Rommel\n"
- "Version 5 port Copyright (c) 1994-1997, Andreas Kaiser, Ilya Zakharevich\n");
+ "Version 5 port Copyright (c) 1994-1998, Andreas Kaiser, Ilya Zakharevich\n");
#endif
#ifdef atarist
printf("atariST series port, ++jrb bammi@cadence.com\n");