~ubuntu-branches/ubuntu/maverick/isomd5sum/maverick

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2006-10-01 13:31:56 UTC
  • Revision ID: james.westby@ubuntu.com-20061001133156-re1n96r03ar3qsw6
Tags: 11.1.0.95-2
debian/control: Moved targets from -indep to -arch. (Closes: #390521)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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://www.finnie.org/software/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.