1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
$Id: copyright,v 1.2 1998/05/22 15:07:41 roderick Exp $
This is a Debian prepackaged version of makepatch. It was put together
by Roderick Schertler <roderick@argon.org> with sources obtained from
<URL:ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/JV/>.
The changes from the distributed software are:
- It uses the tempfile program to generate temporary files.
- It contains a workaround for a bug which caused some messages sent
to stderr to be lost if both stdout and stderr were connected to a
terminal.
Copyright:
This program is Copyright 1992,1998 by Johan Vromans.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
If you do not have a copy of the GNU General Public License write to
the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307, USA.
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/doc/copyright/GPL'.
|