SUNWevolution-libs.copyright revision 12745
12745N/A Copyright 2008 Sun Microsystems, Inc. All rights reserved.
12745N/A Use is subject to license terms.
12745N/A
12745N/AFor the avoidance of doubt, except that if any license choice other
12745N/Athan GPL or LGPL is available it will apply instead, Sun elects to
12745N/Ause only the General Public License version 2 (GPLv2) at this time
12745N/Afor any software where a choice of GPL license versions is made
12745N/Aavailable with the language indicating that GPLv2 or any later
12745N/Aversion may be used, or where a choice of which version of the GPL
12745N/Ais applied is otherwise unspecified.
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright (C) 1999 Red Hat Software
12745N/A Copyright (C) 1999, 2000, 2001 Helix Code, Inc.
12745N/A Copyright (C) 1998 World Wide Web Consortium
12745N/A Copyright (C) 1997 Martin Jones (mjones@kde.org)
12745N/A Copyright (C) 1997 Torben Weis (weis@kde.org)
12745N/A Copyright (C) 1999 Anders Carlsson (andersca@gnu.org)
12745N/A Copyright (C) 2000 Jonas Borgstr�m <jonas_b@bitsmart.com>
12745N/A Copyright 2001 Ariel Rios <ariel@linuxppc.org>
12745N/A Copyright 2000, Michael Levy
12745N/A Copyright 2001, Almer S. Tigelaar
12745N/A Copyright 1999-2003 Ximian, Inc.
12745N/A Copyright (C) 2001-2007 Novell, Inc.
12745N/A
12745N/A This library is free software; you can redistribute it and/or
12745N/A modify it under the terms of the GNU Library General Public
12745N/A License as published by the Free Software Foundation; either
12745N/A version 2 of the License, or (at your option) any later version.
12745N/A
12745N/A This library is distributed in the hope that it will be useful,
12745N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12745N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12745N/A Library General Public License for more details.
12745N/A
12745N/A You should have received a copy of the GNU Library General Public
12745N/A License along with this library; if not, write to the Free
12745N/A Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A This code implements the MD5 message-digest algorithm.
12745N/A The algorithm is due to Ron Rivest. This code was
12745N/A written by Colin Plumb in 1993, no copyright is claimed.
12745N/A This code is in the public domain; do with it what you wish.
12745N/A
12745N/A Equivalent code is available from RSA Data Security, Inc.
12745N/A This code has been tested against that, and is equivalent,
12745N/A except that you don't need to include two pages of legalese
12745N/A with every copy.
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A