diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:07 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:07 +0000 |
commit | 352d5a3ab0aab9889c59e847643d265e062cec0b (patch) | |
tree | e0189b7c762b8e87cf461b329640d6efdfab3520 /x2p/hash.h | |
parent | 6e21c824d91ef0b4ae60b95b347e344e5bb4d38a (diff) | |
download | perl-352d5a3ab0aab9889c59e847643d265e062cec0b.tar.gz |
perl 4.0 patch 7: patch #4, continued
See patch #4.
Diffstat (limited to 'x2p/hash.h')
-rw-r--r-- | x2p/hash.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x2p/hash.h b/x2p/hash.h index 14d2069362..bd65b8dbac 100644 --- a/x2p/hash.h +++ b/x2p/hash.h @@ -1,11 +1,14 @@ -/* $Header: hash.h,v 4.0 91/03/20 01:57:53 lwall Locked $ +/* $RCSfile: hash.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 12:16:04 $ * - * 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: hash.h,v $ + * Revision 4.0.1.1 91/06/07 12:16:04 lwall + * patch4: new copyright notice + * * Revision 4.0 91/03/20 01:57:53 lwall * 4.0 baseline. * |