From: Charles Bailey Date: Fri, 26 Oct 2007 15:27:36 +0000 (-0400) Subject: Re: copyright notices for vms.c and vmsish.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82dd182c2bf394910b632e03347f2df0d4480061;p=p5sagit%2Fp5-mst-13.2.git Re: copyright notices for vms.c and vmsish.h Message-id: <47223FA8.90300@newman.upenn.edu> At my instigation, Charles agreed to wear the copyright hat for the major VMS files. This is by analogy with the core files for which Larry, as Prime Mover, is the only named copyright holder, but "and others" includes, well, lots of others. p4raw-id: //depot/perl@32201 --- diff --git a/vms/vms.c b/vms/vms.c index 8fbac26..6bc51f7 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -1,13 +1,14 @@ -/* vms.c +* vms.c * - * VMS-specific routines for perl5 - * Version: 5.7.0 + * VMS-specific routines for perl5 * - * August 2005 Convert VMS status code to UNIX status codes - * August 2000 tweaks to vms_image_init, my_flush, my_fwrite, cando_by_name, - * and Perl_cando by Craig Berry - * 29-Aug-2000 Charles Lane's piping improvements rolled in - * 20-Aug-1999 revisions by Charles Bailey bailey@newman.upenn.edu + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + * 2002, 2003, 2004, 2005, 2006, 2007 by Charles Bailey and others. + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + * Please see Changes*.* or the Perl Repository Browser for revision history. */ #include diff --git a/vms/vmsish.h b/vms/vmsish.h index 178934e..f5622ba 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -1,13 +1,14 @@ -/* vmsish.h +/* vmsish.h * - * VMS-specific C header file for perl5. + * VMS-specific C header file for perl5. * - * revised: 16-Sep-1998 by Charles Bailey bailey@newman.upenn.edu - * Version: 5.5.2 + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + * 2002, 2003, 2004, 2005, 2006, 2007 by Charles Bailey and others. * - * Last revised: 10-Oct-2005 by John Malmberg (HP OpenVMS) wb8twy@qsl.net - * Add SYMLINK support, and updated Craig Berry's - * largefile support. + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + * Please see Changes*.* or the Perl Repository Browser for revision history. */ #ifndef __vmsish_h_included