copyright 1.8 KB

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