diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2007-10-26 11:27:36 -0400 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-10-30 01:08:10 +0000 |
commit | 82dd182c2bf394910b632e03347f2df0d4480061 (patch) | |
tree | b9b388a5c7e65d90f334c8a8ba9661939f16c9b6 /vms | |
parent | 8faed52958054bc8caf3982ebc3f742581d1498d (diff) | |
download | perl-82dd182c2bf394910b632e03347f2df0d4480061.tar.gz |
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
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vms.c | 17 | ||||
-rw-r--r-- | vms/vmsish.h | 15 |
2 files changed, 17 insertions, 15 deletions
@@ -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 <acedef.h> diff --git a/vms/vmsish.h b/vms/vmsish.h index 178934e1bb..f5622ba340 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 |