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

/usr/share/doc/libelf1/copyright
345
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
* 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/libelf1/copyright
This package was debianized by Kurt Roeckx <kurt@roeckx.be> on
Sun, 21 May 2006 15:03:01 +0000.
It was downloaded from
http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/
Copyright Holder:
Copyright (C) 2000 - 2007 Red Hat, Inc.
Written by:
Ulrich Drepper <drepper@redhat.com>
Jeff Johnson <jbj@redhat.com>
Alexander Larsson
Jakub Jelinek <jakub@redhat.com>
Roland McGrath <roland@redhat.com>
License:
Most of the libraries (lib, libelf, libebl, libdw, libdwfl) have the following
license:
Red Hat elfutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; version 2 of the License.