PCM+ Agent with ONE zl Module Open Source Licenses 2010-01

/usr/share/doc/libcanberra0/copyright
288
* 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 md5_init, call md5_update as
* needed on buffers full of bytes, and then call md5_Final, which
* will fill a supplied 16-byte array with the digest.
*/
/* parts of this file are :
* Written March 1993 by Branko Lankester
* Modified June 1993 by Colin Plumb for altered md5.c.
* Modified October 1995 by Erik Troan for RPM
*/
*******************************************************
*******************************************************
/usr/share/doc/libcanberra0/copyright
This package was debianized by Marc-Andre Lureau
<marcandre.lureau@gmail.com> on Tue Jun 10 20:33:14 2008.
It was downloaded from <http://0pointer.de/public/>.
Upstream Authors
================
Lennart Poettering <lennart@poettering.net>
Licensing
=========
The libcanberra license is LGPL.
LGPL License grant
==================
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.