home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / isomd5sum / copyright next >
Encoding:
Text File  |  2010-01-25  |  2.1 KB  |  51 lines

  1. This package was debianized by Ryan Finnie <ryan@finnie.org> on
  2. Fri, 30 Jun 2006 10:57:34 -0700.
  3.  
  4. It was downloaded from: http://fedorahosted.org/releases/i/s/isomd5sum
  5.  
  6. Upstream Authors: Michael Fulbright <msf@redhat.com>
  7.                   Jeremy Katz <katzj@redhat.com>
  8.  
  9. Copyright: 2001 Red Hat, Inc.
  10.  
  11.  This program is free software; you can redistribute it and/or modify
  12.  it under the terms of the GNU General Public License as published by
  13.  the Free Software Foundation; either version 2 of the License, or
  14.  (at your option) any later version.
  15.  
  16.  This program is distributed in the hope that it will be useful,
  17.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.  GNU General Public License for more details.
  20.  
  21.  You should have received a copy of the GNU General Public License with
  22.  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
  23.  if not, write to the Free Software Foundation, Inc., 51 Franklin St,
  24.  Fifth Floor, Boston, MA 02110-1301, USA.
  25.  
  26. On Debian systems, the complete text of the GNU General Public
  27. License, version 2, can be found in /usr/share/common-licenses/GPL-2.
  28.  
  29. md5.c contains public domain code, originally written by Colin Plumb:
  30.  
  31.  This code implements the MD5 message-digest algorithm.
  32.  The algorithm is due to Ron Rivest.  This code was
  33.  written by Colin Plumb in 1993, no copyright is claimed.
  34.  This code is in the public domain; do with it what you wish.
  35.  
  36.  Equivalent code is available from RSA Data Security, Inc.
  37.  This code has been tested against that, and is equivalent,
  38.  except that you don't need to include two pages of legalese
  39.  with every copy.
  40.  
  41.  To compute the message digest of a chunk of bytes, declare an
  42.  MD5Context structure, pass it to MD5Init, call MD5Update as
  43.  needed on buffers full of bytes, and then call MD5Final, which
  44.  will fill a supplied 16-byte array with the digest.
  45.  
  46.  Modified 12 June 2003 Jeremy Katz <katzj@redhat.com> to handle
  47.  endianness better
  48.  
  49. The Debian packaging is (C) 2006, Ryan Finnie <ryan@finnie.org> and
  50. is licensed under the GPL, see above.
  51.