debian.README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. This is Debian Linux's package maintenance system.
  2. For an example of how to construct packages see the `hello' package
  3. which is part of Debian.
  4. Copyright (C) 1994,1995,1996 Ian Jackson <iwj10@cus.cam.ac.uk>
  5. Copyright (C) 1995,1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
  6. Copyright (C) 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr>
  7. Copyright (C) 1995 Bruce Perens <bruce@pixar.com>
  8. Copyright (C) 1994 Carl Streeter <streeter@cae.wisc.edu>
  9. Copyright (C) 1994 Matt Welsh <mdw@sunsite.unc.edu>
  10. Copyright (C) 1994 Ian Murdock <imurdock@debian.org>
  11. Parts written by Colin Plumb and Branko Lankester in 1993.
  12. This is free software; you can redistribute it and/or modify it under
  13. the terms of the GNU General Public License as published by the Free
  14. Software Foundation; either version 2, or (at your option) any later
  15. version.
  16. This is distributed in the hope that it will be useful, but WITHOUT
  17. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  18. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  19. for more details.
  20. You should have received a copy of the GNU General Public License with
  21. your Debian GNU/Linux system, in /usr/doc/copyright/GPL, or with the
  22. dpkg source package as the file COPYING. If not, write to the Free
  23. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  24. /usr/bin/md5sum is compiled from md5.[ch] (written by Colin Plumb in
  25. 1993 and modified by Ian Jackson in 1995) and md5sum.c (written by
  26. Branko Lankester in 1993 and modified by Colin Plumb in 1993 and Ian
  27. Jackson in 1995). The sources and the binary are all in the public
  28. domain.