diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:14 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:14 +0000 |
commit | 9ef589d8078fdf16316dec772c00e81b3c38fd22 (patch) | |
tree | e45650d2a4acb876fe2b249e8727e066c5be4c90 /msdos | |
parent | 352d5a3ab0aab9889c59e847643d265e062cec0b (diff) | |
download | perl-9ef589d8078fdf16316dec772c00e81b3c38fd22.tar.gz |
perl 4.0 patch 8: patch #4, continued
See patch #4.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/popen.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/msdos/popen.c b/msdos/popen.c index 96e68558cc..c55c1364d9 100644 --- a/msdos/popen.c +++ b/msdos/popen.c @@ -1,11 +1,14 @@ -/* $Header: popen.c,v 4.0 91/03/20 01:34:50 lwall Locked $ +/* $RCSfile: popen.c,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:52 $ * * (C) Copyright 1988, 1990 Diomidis Spinellis. * - * 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: popen.c,v $ + * Revision 4.0.1.1 91/06/07 11:22:52 lwall + * patch4: new copyright notice + * * Revision 4.0 91/03/20 01:34:50 lwall * 4.0 baseline. * |