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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
It was downloaded from ftp://ftp.gnu.org/gnu/findutils
Debian maintainer history: The original package was put together by
Ian Murdock <imurdock@debian.org>, afterwards Kevin Dalley
<kevind@rahul.net> took over. 2003-07 Andreas Metzler
<ametzler@debian.org> followed.
Upstream Authors:
* GNU find was written by Eric Decker <cire@cisco.com>,
with enhancements by David MacKenzie <djm@gnu.org>,
Jay Plett <jay@silence.princeton.nj.us>,
and Tim Wood <axolotl!tim@toad.com>.
The idea for -print0 and xargs -0 came from
Dan Bernstein <brnstnd@kramden.acf.nyu.edu>.
Improvements have been made by James Youngman <jay@gnu.org>.
* GNU xargs
was originally written by Mike Rendell, with enhancements by David
MacKenzie. Modifications by James Youngman Dmitry V. Levin
* GNU locate and its associated utilities were originally
written by James Woods, with enhancements by David MacKenzie, James Youngman
and Bas van Gompel.
Upstream's AUTHORS lists these major contributors:
Eric B. Decker
Michael Rendell
David J. MacKenzie
Jim Meyering
Tim Wood
Kevin Dalley <kevind@rahul.net>
Paul Eggert <eggert@cs.ucla.edu>
James Youngman <jay@gnu.org>
Jay Plett
Paul Sheer
Dmitry V. Levin
Bas van Gompel
Eric Blake <ebb9@byu.net>
Current upstream maintainer is James Youngman <jay@gnu.org>.
----------------------------
Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
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 3 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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
=============================================
DOCUMENTATION
----------------------------
Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006,
2007 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the section entitled
``GNU Free Documentation License.''
----------------------------
On Debian GNU/Linux systems, the complete text of the GNU Free Documentation
License, Version 1.2 can be found in `/usr/share/common-licenses/GFDL-1.2'.
|