SUNWevolution-data-server.copyright revision 12800
12800N/ACopyright 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 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 To compute the message digest of a chunk of bytes, declare an
12745N/A MD5Context structure, pass it to md5_init, call md5_update as
12745N/A needed on buffers full of bytes, and then call md5_Final, which
12745N/A MD5Context structure, pass it to rpmMD5Init, call rpmMD5Update as
12745N/A needed on buffers full of bytes, and then call rpmMD5Final, which
12745N/A will fill a supplied 16-byte array with the digest.
12745N/A
12745N/A
12745N/A parts of this file are :
12745N/A Written March 1993 by Branko Lankester
12745N/A Modified June 1993 by Colin Plumb for altered md5.c.
12745N/A Modified October 1995 by Erik Troan for RPM
12745N/A
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright (c) 1986-2000, Hiram Clawson
12745N/A All rights reserved.
12745N/A
12745N/A Redistribution and use in source and binary forms, with or
12745N/A without modification, are permitted provided that the following
12745N/A conditions are met:
12745N/A
12745N/A Redistributions of source code must retain the above
12745N/A copyright notice, this list of conditions and the
12745N/A following disclaimer.
12745N/A
12745N/A Redistributions in binary form must reproduce the
12745N/A above copyright notice, this list of conditions and
12745N/A the following disclaimer in the documentation and/or
12745N/A other materials provided with the distribution.
12745N/A
12745N/A Neither name of The Museum of Hiram nor the names of
12745N/A its contributors may be used to endorse or promote products
12745N/A derived from this software without specific prior
12745N/A written permission.
12745N/A
12745N/A THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
12745N/A CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
12745N/A INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
12745N/A MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12745N/A IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
12745N/A INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
12745N/A (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
12745N/A OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
12745N/A HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
12745N/A STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
12745N/A IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
12745N/A THE POSSIBILITY OF SUCH DAMAGE.
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright 1998-2005 The OpenLDAP Foundation.
12745N/A All rights reserved.
12745N/A
12745N/A Redistribution and use in source and binary forms, with or without
12745N/A modification, are permitted only as authorized by the OpenLDAP
12745N/A Public License.
12745N/A
12745N/A A copy of this license is available in file LICENSE in the
12745N/A top-level directory of the distribution or, alternatively, at
12745N/A <http://www.OpenLDAP.org/license.html>.
12745N/A
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A
12745N/A(C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
12745N/ABusiness Machines Corporation and Siemens Rolm Communications Inc.
12745N/A
12745N/AFor purposes of this license notice, the term Licensors shall mean,
12745N/Acollectively, Apple Computer, Inc., AT&T Corp., International
12745N/ABusiness Machines Corporation and Siemens Rolm Communications Inc.
12745N/AThe term Licensor shall mean any of the Licensors.
12745N/A
12745N/ASubject to acceptance of the following conditions, permission is hereby
12745N/Agranted by Licensors without the need for written agreement and without
12745N/Alicense or royalty fees, to use, copy, modify and distribute this
12745N/Asoftware for any purpose.
12745N/A
12745N/AThe above copyright notice and the following four paragraphs must be
12745N/Areproduced in all copies of this software and any software including
12745N/Athis software.
12745N/A
12745N/ATHIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE
12745N/AANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR
12745N/AMODIFICATIONS.
12745N/A
12745N/AIN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT,
12745N/AINDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT
12745N/AOF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
12745N/ADAMAGE.
12745N/A
12745N/AEACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED,
12745N/AINCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE
12745N/AIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12745N/APURPOSE.
12745N/A
12745N/AThe software is provided with RESTRICTED RIGHTS. Use, duplication, or
12745N/Adisclosure by the government are subject to restrictions set forth in
12745N/ADFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright (C) 2004 Novell, Inc.
12800N/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
12800N/A
12800N/A--------------------------------------------------------------------
12800N/A
12800N/A Copyright 1999, 2000, 2001, Ximian, Inc.
12800N/A
12800N/A This library is free software; you can redistribute it and/or
12800N/A modify it under the terms of the GNU Library General Public
12800N/A License, version 2, as published by the Free Software Foundation.
12800N/A
12800N/A This library is distributed in the hope that it will be useful, but
12800N/A WITHOUT ANY WARRANTY; without even the implied warranty of
12800N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12800N/A Library General Public License for more details.
12800N/A
12800N/A You should have received a copy of the GNU Library General Public
12800N/A License along with this library; if not, write to the Free Software
12800N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
12800N/A 02110-1301, USA.
12800N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
12745N/A Free Software Foundation, Inc.
12745N/A Copyright (c) 1995-2002 Paul Marquess. All rights reserved.
12745N/A
12745N/A
12745N/A This program is free software; you can redistribute it and/or modify
12745N/A it under the terms of the GNU General Public License as published by
12745N/A the Free Software Foundation; either version 2, or (at your option)
12745N/A any later version.
12745N/A
12745N/A This program 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
12745N/A GNU General Public License for more details.
12745N/A
12745N/A You should have received a copy of the GNU General Public License
12745N/A along with this program; if not, write to the Free Software
12745N/A Foundation, Inc., 51 Franklin Street, Fifth Floor,
12745N/A Boston, MA 02110-1301, USA.
12745N/A
12745N/A As a special exception, you may create a larger work that contains
12745N/A part or all of the Bison parser skeleton and distribute that work
12745N/A under terms of your choice, so long as that work isn't itself a
12745N/A parser generator using the skeleton or a modified version thereof
12745N/A as a parser skeleton. Alternatively, if you modify or redistribute
12745N/A the parser skeleton itself, you may (at your option) remove this
12745N/A special exception, which will cause the skeleton and the resulting
12745N/A Bison output files to be licensed under the GNU General Public
12745N/A License without this special exception.
12745N/A
12745N/A This special exception was added by the Free Software Foundation in
12745N/A version 2.2 of Bison.
12745N/A
12745N/A --------------------------------------------------------------------
12745N/A
12745N/A Copyright (C) 2005 Novell, Inc.
12800N/A Copyright (C) 2006 OpenedHand Ltd
12745N/A
12745N/A
12745N/A This program is free software; you can redistribute it and/or
12745N/A modify it under the terms of version 2 of the GNU General Public
12745N/A License as published by the Free Software Foundation.
12745N/A
12745N/A This program 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
12745N/A GNU General Public License for more details.
12745N/A
12745N/A You should have received a copy of the GNU General Public License
12745N/A along with this program; if not, write to the Free Software
12745N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12745N/A
12745N/A Author: Christian Kellner <gicmo@gnome.org>
12745N/A
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A Copyright (C) 2003-2005 Novell, Inc.
12745N/A Copyright 2006 Novell, Inc. (www.novell.com)
12745N/A Copyright (C) 1999-2007 Novell, Inc. (www.novell.com)
12745N/A Copyright (C) 1994-2000 Netscape Communications Corporation. All
12745N/A Rights Reserved.
12745N/A Copyright 1999-2004 Ximian, Inc. (www.ximian.com)
12745N/A Copyright (C) 1999-2003 Ximian, Inc. (www.ximian.com)
12745N/A Copyright (C) 2000-2003 Ximian, Inc.
12745N/A Copyright (C) 2006 OpenedHand Ltd
12745N/A Copyright (C) 2003 Gerg� �rdi
12745N/A Copyright (C) 2005 Matt Brown..
12745N/A
12745N/A This program is free software; you can redistribute it and/or
12745N/A modify it under the terms of version 2 of the GNU Lesser General Public
12745N/A License as published by the Free Software Foundation.
12745N/A
12745N/A This program 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
12745N/A GNU Lesser General Public License for more details.
12745N/A
12745N/A You should have received a copy of the GNU Lesser General Public License
12745N/A along with this program; if not, write to the Free Software
12745N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12745N/A
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A (C) COPYRIGHT 1999 Eric Busboom
12745N/A (C) COPYRIGHT 2000 Eric Busboom
12745N/A http://www.softwarestudio.org
12745N/A
12745N/A The contents of this file are subject to the Mozilla Public License
12745N/A Version 1.0 (the "License"); you may not use this file except in
12745N/A compliance with the License. You may obtain a copy of the License at
12745N/A http://www.mozilla.org/MPL/
12745N/A
12745N/A Software distributed under the License is distributed on an "AS IS"
12745N/A basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
12745N/A the License for the specific language governing rights and
12745N/A limitations under the License.
12745N/A
12745N/A The original author is Eric Busboom
12745N/A The original code is usecases.c
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12800N/A (C) COPYRIGHT 1999 Eric Busboom
12745N/A (C) COPYRIGHT 2002, Eric Busboom, http://www.softwarestudio.org
12745N/A (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
12745N/A (C) Copyright 2001, Ximian, Inc.
12745N/A (C) COPYRIGHT 2001, Damon Chaplin
12745N/A (C) COPYRIGHT 2000, Andrea Campi
12745N/A
12745N/A The contents of this file are subject to the Mozilla Public License
12745N/A Version 1.0 (the "License"); you may not use this file except in
12745N/A compliance with the License. You may obtain a copy of the License at
12745N/A http://www.mozilla.org/MPL/
12745N/A
12745N/A Software distributed under the License is distributed on an "AS IS"
12745N/A basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
12745N/A the License for the specific language governing rights and
12745N/A limitations under the License.
12745N/A
12745N/A This program is free software; you can redistribute it and/or modify
12745N/A it under the terms of either:
12745N/A
12745N/A The LGPL as published by the Free Software Foundation, version
12745N/A 2.1, available at: http://www.fsf.org/copyleft/lesser.html
12745N/A
12745N/A Or:
12745N/A
12745N/A The Mozilla Public License Version 1.0. You may obtain a copy of
12745N/A the License at http://www.mozilla.org/MPL/
12745N/A
12745N/A--------------------------------------------------------------------
12745N/A
12745N/A
12745N/A Copyright (c) 1995-2002 Paul Marquess. All rights reserved.
12745N/A
12745N/A This program is free software; you can redistribute it and/or
12745N/A modify it under the same terms as Perl itself.
12745N/A
12745N/A