Author: plessy Date: 2013-05-29 09:40:40 +0000 (Wed, 29 May 2013) New Revision: 13735
Modified: trunk/packages/staden-io-lib/trunk/debian/changelog trunk/packages/staden-io-lib/trunk/debian/copyright Log: New upstream release with new license and copyright notice. Modified: trunk/packages/staden-io-lib/trunk/debian/changelog =================================================================== --- trunk/packages/staden-io-lib/trunk/debian/changelog 2013-05-29 09:32:53 UTC (rev 13734) +++ trunk/packages/staden-io-lib/trunk/debian/changelog 2013-05-29 09:40:40 UTC (rev 13735) @@ -1,3 +1,9 @@ +staden-io-lib (1.13.1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Charles Plessy <[email protected]> Wed, 29 May 2013 18:25:50 +0900 + staden-io-lib (1.12.4-1) unstable; urgency=low * New upstream release, with changes on endianness detection Modified: trunk/packages/staden-io-lib/trunk/debian/copyright =================================================================== --- trunk/packages/staden-io-lib/trunk/debian/copyright 2013-05-29 09:32:53 UTC (rev 13734) +++ trunk/packages/staden-io-lib/trunk/debian/copyright 2013-05-29 09:40:40 UTC (rev 13735) @@ -2,7 +2,7 @@ Name : io-lib Contact : James Bonfield, Simon Dear, Rodger Staden (io-lib) -Source : http://sourceforge.net/projects/staden/files/ +Source : http://qa.debian.org/watch/sf.php/staden/io_lib-1.13.1.tar.gz Copyright: © 1994 Medical Research Council © Genome Research Ltd (GRL) @@ -84,6 +84,44 @@ License: GRL and 454 This file contains some extracts from a file owened by the 454 Life Sciences Corporation. +Files: io_lib/md5.* +Copyright: see License +License: says-public-domain + This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. + MD5 Message-Digest Algorithm (RFC 1321). + . + Homepage: + http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 + . + Author: + Alexander Peslyak, better known as Solar Designer <solar at openwall.com> + . + This software was written by Alexander Peslyak in 2001. No copyright is + claimed, and the software is hereby placed in the public domain. + In case this attempt to disclaim copyright and place the software in the + public domain is deemed null and void, then the software is + Copyright (c) 2001 Alexander Peslyak and it is hereby released to the + general public under the following terms: + . + Redistribution and use in source and binary forms, with or without + modification, are permitted. + . + There's ABSOLUTELY NO WARRANTY, express or implied. + . + (This is a heavily cut-down "BSD license".) + . + This differs from Colin Plumb's older public domain implementation in that + no exactly 32-bit integer data type is required (any 32-bit or wider + unsigned integer data type will do), there's no compile-time endianness + configuration, and the function prototypes match OpenSSL's. No code from + Colin Plumb's implementation has been reused; this comment merely compares + the properties of the two independent implementations. + . + The primary goals of this implementation are portability and ease of use. + It is meant to be fast, but not as fast as possible. Some known + optimizations are not included to reduce source code size and avoid + compile-time configuration. + Files: debian/* Copyright: 2008–2009 Charles Plessy <[email protected]> License: PD _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
