copyright 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. This is Debian's package maintenance system.
  2. Copyright © 2004-2005 Scott James Remnant <scott@netsplit.com>
  3. Copyright © 2004-2005 Canonical Ltd.
  4. Copyright © 1999-2002 Wichert Akkerman <wakkerma@debian.org>
  5. Copyright © 1999-2001 Marcus Brinkmann <brinkmd@debian.org>
  6. Copyright © 2001 Joey Hess <joeyh@debian.org>
  7. Copyright © 1994-1999 Ian Jackson <ian@chiark.greenend.org.uk>
  8. Copyright © 1999 Richard Kettlewell <rjk@sfere.greenend.org.uk>
  9. Copyright © 1999 Ben Collins <bcollins@debian.org>
  10. Copyright © 1999 Roderick Shertler <roderick@argon.org>
  11. Copyright © 1996-1998 Miquel van Smoorenburg <miquels@cistron.nl>
  12. Copyright © 1997-1998 Juho Vuori <javuori@cc.helsinki.fi>
  13. Copyright © 1997-1998 Charles Briscoe-Smith <cpbs@debian.org>
  14. Copyright © 1998 Nils Rennebarth <nils@debian.org>
  15. Copyright © 1998 Juan Cespedes <cespedes@debian.org>
  16. Copyright © 1998 Jim Van Zandt <jrv@vanzandt.mv.com>
  17. Copyright © 1998 Koichi Sekido <sekido@mbox.kyoto-inet.or.jp>
  18. Copyright © 1995-1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
  19. Copyright © 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr>
  20. Copyright © 1996 Klee Dienes <klee@debian.org>
  21. Copyright © 1996 Michael Shields <shields@crosslink.net>
  22. Copyright © 1995 Bruce Perens <bruce@pixar.com>
  23. Copyright © 1994 Carl Streeter <streeter@cae.wisc.edu>
  24. Copyright © 1994 Matt Welsh <mdw@sunsite.unc.edu>
  25. Copyright © 1994 Ian Murdock <imurdock@debian.org>
  26. Includes public domain MD5 code:
  27. lib/md5.c and lib/md5.h originally written by Colin Plumb,
  28. Includes code from ‘getopt’ and ‘gettext’:
  29. Copyright © 1984-2002 Free Software Foundation, Inc.
  30. Licence:
  31. This program is free software; you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation; either version 2 of the License, or
  34. (at your option) any later version.
  35. This program is distributed in the hope that it will be useful, but
  36. WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  38. General Public License for more details.
  39. On Debian GNU/Linux systems, the complete text of the GNU General Public
  40. License can be found in ‘/usr/share/common-licenses/GPL’ or in the dpkg
  41. source as the file ‘COPYING’