From a411490c39ef480e7361bd7fb2e9f88c12bf760f Mon Sep 17 00:00:00 2001 From: "Stephen O. Lidie" Date: Mon, 16 Feb 1998 15:31:06 -0500 Subject: - perl5.005_59, update Copyright p4raw-id: //depot/perl@552 --- perl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl.c') 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"); -- cgit v1.2.1