diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:37 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:37 +0000 |
commit | 132b68a5c516d31aa5abdbca3bb36ded2c13b4cc (patch) | |
tree | d9d2896757fae635863444852c7d4d5c63033c8b /EXTERN.h | |
parent | 16a2aea0ab11de3fff7ce863c5c2cf1851bb125e (diff) | |
download | perl-132b68a5c516d31aa5abdbca3bb36ded2c13b4cc.tar.gz |
perl 4.0 patch 4: (combined patch)
Random patches, mostly bugs and portability stuff. //g is the
only major new feature. Additionally, there is now an alternate
license you can distribute Perl under.
Diffstat (limited to 'EXTERN.h')
-rw-r--r-- | EXTERN.h | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,11 +1,14 @@ -/* $Header: EXTERN.h,v 4.0 91/03/20 00:58:26 lwall Locked $ +/* $RCSfile: EXTERN.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 10:10:32 $ * - * Copyright (c) 1989, Larry Wall + * Copyright (c) 1991, Larry Wall * - * You may distribute under the terms of the GNU General Public License - * as specified in the README file that comes with the perl 3.0 kit. + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. * * $Log: EXTERN.h,v $ + * Revision 4.0.1.1 91/06/07 10:10:32 lwall + * patch4: new copyright notice + * * Revision 4.0 91/03/20 00:58:26 lwall * 4.0 baseline. * |