[SCM] packaging for the mame arcade game emulator branch, master, updated. 1c3564209de59c0a818da10ad6c0b5c3bd829989

Emmanuel Kasper emmanuel at libera.cc
Mon Jan 9 11:15:17 UTC 2012


The following commit has been merged in the master branch:
commit 1c3564209de59c0a818da10ad6c0b5c3bd829989
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Wed Jan 4 13:23:50 2012 +0100

    Correct Lintian Warning about public domain files

diff --git a/debian/copyright b/debian/copyright
index 723263b..d2b85b8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -563,26 +563,7 @@ License:
 
 Files: src/lib/util/md5.*
 Copyright: public-domain
-Licence: public-domain
- This code implements the MD5 message-digest algorithm.
- The algorithm is due to Ron Rivest.  This code was
- written by Colin Plumb in 1993, no copyright is claimed.
- This code is in the public domain; do with it what you wish.
- .
- Equivalent code is available from RSA Data Security, Inc.
- This code has been tested against that, and is equivalent,
- except that you don't need to include two pages of legalese
- with every copy.
- .
- To compute the message digest of a chunk of bytes, declare an
- MD5Context structure, pass it to MD5Init, call MD5Update as
- needed on buffers full of bytes, and then call MD5Final, which
- will fill a supplied 16-byte array with the digest.
- . 
- Changed so as no longer to depend on Colin Plumb's `usual.h' header
- definitions; now uses stuff from dpkg's config.h.
- - Ian Jackson <ijackson at nyx.cs.du.edu>.
- Still in the public domain.
+License: public-domain
 
 Files: src/lib/util/sha1.*
 Copyright: 2001 Peter Gutmann, Andrew Kuchling, Niels Moeller
@@ -1039,5 +1020,26 @@ License: LGPL-2.1+
  License version 2.1 can be found in the file 
  /usr/share/common-licenses/LGPL-2.1
 
+License: public-domain
+ This code implements the MD5 message-digest algorithm.
+ The algorithm is due to Ron Rivest.  This code was
+ written by Colin Plumb in 1993, no copyright is claimed.
+ This code is in the public domain; do with it what you wish.
+ .
+ Equivalent code is available from RSA Data Security, Inc.
+ This code has been tested against that, and is equivalent,
+ except that you don't need to include two pages of legalese
+ with every copy.
+ .
+ To compute the message digest of a chunk of bytes, declare an
+ MD5Context structure, pass it to MD5Init, call MD5Update as
+ needed on buffers full of bytes, and then call MD5Final, which
+ will fill a supplied 16-byte array with the digest.
+ . 
+ Changed so as no longer to depend on Colin Plumb's `usual.h' header
+ definitions; now uses stuff from dpkg's config.h.
+ - Ian Jackson <ijackson at nyx.cs.du.edu>.
+ Still in the public domain.
+
 
 

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list