copyright 2.6 KB

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