Blame LICENSES

Packit Service 82fcde
This file contains the copying permission notices for various files in the
Packit Service 82fcde
GNU C Library distribution that have copyright owners other than the Free
Packit Service 82fcde
Software Foundation.  These notices all require that a copy of the notice
Packit Service 82fcde
be included in the accompanying documentation and be distributed with
Packit Service 82fcde
binary distributions of the code, so be sure to include this file along
Packit Service 82fcde
with any binary distributions derived from the GNU C Library.
Packit Service 82fcde
Packit Service 82fcde

Packit Service 82fcde
All code incorporated from 4.4 BSD is distributed under the following
Packit Service 82fcde
license:
Packit Service 82fcde
Packit Service 82fcde
Copyright (C) 1991 Regents of the University of California.
Packit Service 82fcde
All rights reserved.
Packit Service 82fcde
Packit Service 82fcde
Redistribution and use in source and binary forms, with or without
Packit Service 82fcde
modification, are permitted provided that the following conditions
Packit Service 82fcde
are met:
Packit Service 82fcde
Packit Service 82fcde
1. Redistributions of source code must retain the above copyright
Packit Service 82fcde
   notice, this list of conditions and the following disclaimer.
Packit Service 82fcde
2. Redistributions in binary form must reproduce the above copyright
Packit Service 82fcde
   notice, this list of conditions and the following disclaimer in the
Packit Service 82fcde
   documentation and/or other materials provided with the distribution.
Packit Service 82fcde
3. [This condition was removed.]
Packit Service 82fcde
4. Neither the name of the University nor the names of its contributors
Packit Service 82fcde
   may be used to endorse or promote products derived from this software
Packit Service 82fcde
   without specific prior written permission.
Packit Service 82fcde
Packit Service 82fcde
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
Packit Service 82fcde
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit Service 82fcde
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit Service 82fcde
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
Packit Service 82fcde
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 82fcde
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit Service 82fcde
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit Service 82fcde
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit Service 82fcde
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit Service 82fcde
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit Service 82fcde
SUCH DAMAGE.
Packit Service 82fcde

Packit Service 82fcde
The DNS resolver code, taken from BIND 4.9.5, is copyrighted by UC
Packit Service 82fcde
Berkeley, by Digital Equipment Corporation and by Internet Software
Packit Service 82fcde
Consortium.  The DEC portions are under the following license:
Packit Service 82fcde
Packit Service 82fcde
Portions Copyright (C) 1993 by Digital Equipment Corporation.
Packit Service 82fcde
Packit Service 82fcde
Permission to use, copy, modify, and distribute this software for any
Packit Service 82fcde
purpose with or without fee is hereby granted, provided that the above
Packit Service 82fcde
copyright notice and this permission notice appear in all copies, and
Packit Service 82fcde
that the name of Digital Equipment Corporation not be used in
Packit Service 82fcde
advertising or publicity pertaining to distribution of the document or
Packit Service 82fcde
software without specific, written prior permission.
Packit Service 82fcde
Packit Service 82fcde
THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP.
Packit Service 82fcde
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
Packit Service 82fcde
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL
Packit Service 82fcde
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
Packit Service 82fcde
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
Packit Service 82fcde
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
Packit Service 82fcde
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
Packit Service 82fcde
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Packit Service 82fcde

Packit Service 82fcde
The ISC portions are under the following license:
Packit Service 82fcde
Packit Service 82fcde
Portions Copyright (c) 1996-1999 by Internet Software Consortium.
Packit Service 82fcde
Packit Service 82fcde
Permission to use, copy, modify, and distribute this software for any
Packit Service 82fcde
purpose with or without fee is hereby granted, provided that the above
Packit Service 82fcde
copyright notice and this permission notice appear in all copies.
Packit Service 82fcde
Packit Service 82fcde
THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
Packit Service 82fcde
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
Packit Service 82fcde
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
Packit Service 82fcde
CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
Packit Service 82fcde
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
Packit Service 82fcde
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
Packit Service 82fcde
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
Packit Service 82fcde
SOFTWARE.
Packit Service 82fcde

Packit Service 82fcde
The Sun RPC support (from rpcsrc-4.0) is covered by the following
Packit Service 82fcde
license:
Packit Service 82fcde
Packit Service 82fcde
Copyright (c) 2010, Oracle America, Inc.
Packit Service 82fcde
Packit Service 82fcde
Redistribution and use in source and binary forms, with or without
Packit Service 82fcde
modification, are permitted provided that the following conditions are
Packit Service 82fcde
met:
Packit Service 82fcde
Packit Service 82fcde
    * Redistributions of source code must retain the above copyright
Packit Service 82fcde
      notice, this list of conditions and the following disclaimer.
Packit Service 82fcde
    * Redistributions in binary form must reproduce the above
Packit Service 82fcde
      copyright notice, this list of conditions and the following
Packit Service 82fcde
      disclaimer in the documentation and/or other materials
Packit Service 82fcde
      provided with the distribution.
Packit Service 82fcde
    * Neither the name of the "Oracle America, Inc." nor the names of its
Packit Service 82fcde
      contributors may be used to endorse or promote products derived
Packit Service 82fcde
      from this software without specific prior written permission.
Packit Service 82fcde
Packit Service 82fcde
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit Service 82fcde
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit Service 82fcde
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
Packit Service 82fcde
  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
Packit Service 82fcde
  COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
Packit Service 82fcde
  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 82fcde
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
Packit Service 82fcde
  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Packit Service 82fcde
  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
Packit Service 82fcde
  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit Service 82fcde
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit Service 82fcde
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service 82fcde
Packit Service 82fcde

Packit Service 82fcde
The following CMU license covers some of the support code for Mach,
Packit Service 82fcde
derived from Mach 3.0:
Packit Service 82fcde
Packit Service 82fcde
Mach Operating System
Packit Service 82fcde
Copyright (C) 1991,1990,1989 Carnegie Mellon University
Packit Service 82fcde
All Rights Reserved.
Packit Service 82fcde
Packit Service 82fcde
Permission to use, copy, modify and distribute this software and its
Packit Service 82fcde
documentation is hereby granted, provided that both the copyright
Packit Service 82fcde
notice and this permission notice appear in all copies of the
Packit Service 82fcde
software, derivative works or modified versions, and any portions
Packit Service 82fcde
thereof, and that both notices appear in supporting documentation.
Packit Service 82fcde
Packit Service 82fcde
CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS''
Packit Service 82fcde
CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
Packit Service 82fcde
ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
Packit Service 82fcde
Packit Service 82fcde
Carnegie Mellon requests users of this software to return to
Packit Service 82fcde
Packit Service 82fcde
 Software Distribution Coordinator
Packit Service 82fcde
 School of Computer Science
Packit Service 82fcde
 Carnegie Mellon University
Packit Service 82fcde
 Pittsburgh PA 15213-3890
Packit Service 82fcde
Packit Service 82fcde
or Software.Distribution@CS.CMU.EDU any improvements or
Packit Service 82fcde
extensions that they make and grant Carnegie Mellon the rights to
Packit Service 82fcde
redistribute these changes.
Packit Service 82fcde

Packit Service 82fcde
The file if_ppp.h is under the following CMU license:
Packit Service 82fcde
Packit Service 82fcde
 Redistribution and use in source and binary forms, with or without
Packit Service 82fcde
 modification, are permitted provided that the following conditions
Packit Service 82fcde
 are met:
Packit Service 82fcde
 1. Redistributions of source code must retain the above copyright
Packit Service 82fcde
    notice, this list of conditions and the following disclaimer.
Packit Service 82fcde
 2. Redistributions in binary form must reproduce the above copyright
Packit Service 82fcde
    notice, this list of conditions and the following disclaimer in the
Packit Service 82fcde
    documentation and/or other materials provided with the distribution.
Packit Service 82fcde
 3. Neither the name of the University nor the names of its contributors
Packit Service 82fcde
    may be used to endorse or promote products derived from this software
Packit Service 82fcde
    without specific prior written permission.
Packit Service 82fcde
Packit Service 82fcde
 THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND
Packit Service 82fcde
 CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
Packit Service 82fcde
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
Packit Service 82fcde
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit Service 82fcde
 IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY
Packit Service 82fcde
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 82fcde
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
Packit Service 82fcde
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Packit Service 82fcde
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
Packit Service 82fcde
 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
Packit Service 82fcde
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
Packit Service 82fcde
 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service 82fcde

Packit Service 82fcde
The following license covers the files from Intel's "Highly Optimized
Packit Service 82fcde
Mathematical Functions for Itanium" collection:
Packit Service 82fcde
Packit Service 82fcde
Intel License Agreement
Packit Service 82fcde
Packit Service 82fcde
Copyright (c) 2000, Intel Corporation
Packit Service 82fcde
Packit Service 82fcde
All rights reserved.
Packit Service 82fcde
Packit Service 82fcde
Redistribution and use in source and binary forms, with or without
Packit Service 82fcde
modification, are permitted provided that the following conditions are
Packit Service 82fcde
met:
Packit Service 82fcde
Packit Service 82fcde
* Redistributions of source code must retain the above copyright
Packit Service 82fcde
notice, this list of conditions and the following disclaimer.
Packit Service 82fcde
Packit Service 82fcde
* Redistributions in binary form must reproduce the above copyright
Packit Service 82fcde
notice, this list of conditions and the following disclaimer in the
Packit Service 82fcde
documentation and/or other materials provided with the distribution.
Packit Service 82fcde
Packit Service 82fcde
* The name of Intel Corporation may not be used to endorse or promote
Packit Service 82fcde
products derived from this software without specific prior written
Packit Service 82fcde
permission.
Packit Service 82fcde
Packit Service 82fcde
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit Service 82fcde
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit Service 82fcde
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit Service 82fcde
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
Packit Service 82fcde
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
Packit Service 82fcde
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
Packit Service 82fcde
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
Packit Service 82fcde
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
Packit Service 82fcde
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit Service 82fcde
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit Service 82fcde
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service 82fcde

Packit Service 82fcde
The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
Packit Service 82fcde
(C) by Craig Metz and are distributed under the following license:
Packit Service 82fcde
Packit Service 82fcde
/* The Inner Net License, Version 2.00
Packit Service 82fcde
Packit Service 82fcde
  The author(s) grant permission for redistribution and use in source and
Packit Service 82fcde
binary forms, with or without modification, of the software and documentation
Packit Service 82fcde
provided that the following conditions are met:
Packit Service 82fcde
Packit Service 82fcde
0. If you receive a version of the software that is specifically labelled
Packit Service 82fcde
   as not being for redistribution (check the version message and/or README),
Packit Service 82fcde
   you are not permitted to redistribute that version of the software in any
Packit Service 82fcde
   way or form.
Packit Service 82fcde
1. All terms of the all other applicable copyrights and licenses must be
Packit Service 82fcde
   followed.
Packit Service 82fcde
2. Redistributions of source code must retain the authors' copyright
Packit Service 82fcde
   notice(s), this list of conditions, and the following disclaimer.
Packit Service 82fcde
3. Redistributions in binary form must reproduce the authors' copyright
Packit Service 82fcde
   notice(s), this list of conditions, and the following disclaimer in the
Packit Service 82fcde
   documentation and/or other materials provided with the distribution.
Packit Service 82fcde
4. [The copyright holder has authorized the removal of this clause.]
Packit Service 82fcde
5. Neither the name(s) of the author(s) nor the names of its contributors
Packit Service 82fcde
   may be used to endorse or promote products derived from this software
Packit Service 82fcde
   without specific prior written permission.
Packit Service 82fcde
Packit Service 82fcde
THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
Packit Service 82fcde
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Packit Service 82fcde
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Packit Service 82fcde
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
Packit Service 82fcde
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
Packit Service 82fcde
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Packit Service 82fcde
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
Packit Service 82fcde
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service 82fcde
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit Service 82fcde
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service 82fcde
Packit Service 82fcde
  If these license terms cause you a real problem, contact the author.  */
Packit Service 82fcde

Packit Service 82fcde
The file sunrpc/des_impl.c is copyright Eric Young:
Packit Service 82fcde
Packit Service 82fcde
Copyright (C) 1992 Eric Young
Packit Service 82fcde
Collected from libdes and modified for SECURE RPC by Martin Kuck 1994
Packit Service 82fcde
This file is distributed under the terms of the GNU Lesser General
Packit Service 82fcde
Public License, version 2.1 or later - see the file COPYING.LIB for details.
Packit Service 82fcde
If you did not receive a copy of the license with this program, please
Packit Service 82fcde
see <http://www.gnu.org/licenses/> to obtain a copy.
Packit Service 82fcde

Packit Service 82fcde
The file inet/rcmd.c is under a UCB copyright and the following:
Packit Service 82fcde
Packit Service 82fcde
Copyright (C) 1998 WIDE Project.
Packit Service 82fcde
All rights reserved.
Packit Service 82fcde
Packit Service 82fcde
Redistribution and use in source and binary forms, with or without
Packit Service 82fcde
modification, are permitted provided that the following conditions
Packit Service 82fcde
are met:
Packit Service 82fcde
1. Redistributions of source code must retain the above copyright
Packit Service 82fcde
   notice, this list of conditions and the following disclaimer.
Packit Service 82fcde
2. Redistributions in binary form must reproduce the above copyright
Packit Service 82fcde
   notice, this list of conditions and the following disclaimer in the
Packit Service 82fcde
   documentation and/or other materials provided with the distribution.
Packit Service 82fcde
3. Neither the name of the project nor the names of its contributors
Packit Service 82fcde
   may be used to endorse or promote products derived from this software
Packit Service 82fcde
   without specific prior written permission.
Packit Service 82fcde
Packit Service 82fcde
THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
Packit Service 82fcde
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit Service 82fcde
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit Service 82fcde
ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
Packit Service 82fcde
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 82fcde
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit Service 82fcde
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit Service 82fcde
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit Service 82fcde
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit Service 82fcde
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit Service 82fcde
SUCH DAMAGE.
Packit Service 82fcde

Packit Service 82fcde
The file posix/runtests.c is copyright Tom Lord:
Packit Service 82fcde
Packit Service 82fcde
Copyright 1995 by Tom Lord
Packit Service 82fcde
Packit Service 82fcde
                        All Rights Reserved
Packit Service 82fcde
Packit Service 82fcde
Permission to use, copy, modify, and distribute this software and its
Packit Service 82fcde
documentation for any purpose and without fee is hereby granted,
Packit Service 82fcde
provided that the above copyright notice appear in all copies and that
Packit Service 82fcde
both that copyright notice and this permission notice appear in
Packit Service 82fcde
supporting documentation, and that the name of the copyright holder not be
Packit Service 82fcde
used in advertising or publicity pertaining to distribution of the
Packit Service 82fcde
software without specific, written prior permission.
Packit Service 82fcde
Packit Service 82fcde
Tom Lord DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
Packit Service 82fcde
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
Packit Service 82fcde
EVENT SHALL TOM LORD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
Packit Service 82fcde
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
Packit Service 82fcde
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
Packit Service 82fcde
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
Packit Service 82fcde
PERFORMANCE OF THIS SOFTWARE.
Packit Service 82fcde

Packit Service 82fcde
The posix/rxspencer tests are copyright Henry Spencer:
Packit Service 82fcde
Packit Service 82fcde
Copyright 1992, 1993, 1994, 1997 Henry Spencer.  All rights reserved.
Packit Service 82fcde
This software is not subject to any license of the American Telephone
Packit Service 82fcde
and Telegraph Company or of the Regents of the University of California.
Packit Service 82fcde
Packit Service 82fcde
Permission is granted to anyone to use this software for any purpose on
Packit Service 82fcde
any computer system, and to alter it and redistribute it, subject
Packit Service 82fcde
to the following restrictions:
Packit Service 82fcde
Packit Service 82fcde
1. The author is not responsible for the consequences of use of this
Packit Service 82fcde
   software, no matter how awful, even if they arise from flaws in it.
Packit Service 82fcde
Packit Service 82fcde
2. The origin of this software must not be misrepresented, either by
Packit Service 82fcde
   explicit claim or by omission.  Since few users ever read sources,
Packit Service 82fcde
   credits must appear in the documentation.
Packit Service 82fcde
Packit Service 82fcde
3. Altered versions must be plainly marked as such, and must not be
Packit Service 82fcde
   misrepresented as being the original software.  Since few users
Packit Service 82fcde
   ever read sources, credits must appear in the documentation.
Packit Service 82fcde
Packit Service 82fcde
4. This notice may not be removed or altered.
Packit Service 82fcde

Packit Service 82fcde
The file posix/PCRE.tests is copyright University of Cambridge:
Packit Service 82fcde
Packit Service 82fcde
Copyright (c) 1997-2003 University of Cambridge
Packit Service 82fcde
Packit Service 82fcde
Permission is granted to anyone to use this software for any purpose on any
Packit Service 82fcde
computer system, and to redistribute it freely, subject to the following
Packit Service 82fcde
restrictions:
Packit Service 82fcde
Packit Service 82fcde
1. This software is distributed in the hope that it will be useful,
Packit Service 82fcde
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 82fcde
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit Service 82fcde
Packit Service 82fcde
2. The origin of this software must not be misrepresented, either by
Packit Service 82fcde
   explicit claim or by omission. In practice, this means that if you use
Packit Service 82fcde
   PCRE in software that you distribute to others, commercially or
Packit Service 82fcde
   otherwise, you must put a sentence like this
Packit Service 82fcde
Packit Service 82fcde
     Regular expression support is provided by the PCRE library package,
Packit Service 82fcde
     which is open source software, written by Philip Hazel, and copyright
Packit Service 82fcde
     by the University of Cambridge, England.
Packit Service 82fcde
Packit Service 82fcde
   somewhere reasonably visible in your documentation and in any relevant
Packit Service 82fcde
   files or online help data or similar. A reference to the ftp site for
Packit Service 82fcde
   the source, that is, to
Packit Service 82fcde
Packit Service 82fcde
     ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
Packit Service 82fcde
Packit Service 82fcde
   should also be given in the documentation. However, this condition is not
Packit Service 82fcde
   intended to apply to whole chains of software. If package A includes PCRE,
Packit Service 82fcde
   it must acknowledge it, but if package B is software that includes package
Packit Service 82fcde
   A, the condition is not imposed on package B (unless it uses PCRE
Packit Service 82fcde
   independently).
Packit Service 82fcde
Packit Service 82fcde
3. Altered versions must be plainly marked as such, and must not be
Packit Service 82fcde
   misrepresented as being the original software.
Packit Service 82fcde
Packit Service 82fcde
4. If PCRE is embedded in any software that is released under the GNU
Packit Service 82fcde
  General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
Packit Service 82fcde
  then the terms of that licence shall supersede any condition above with
Packit Service 82fcde
  which it is incompatible.
Packit Service 82fcde

Packit Service 82fcde
Files from Sun fdlibm are copyright Sun Microsystems, Inc.:
Packit Service 82fcde
Packit Service 82fcde
Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
Packit Service 82fcde
Packit Service 82fcde
Developed at SunPro, a Sun Microsystems, Inc. business.
Packit Service 82fcde
Permission to use, copy, modify, and distribute this
Packit Service 82fcde
software is freely granted, provided that this notice
Packit Service 82fcde
is preserved.
Packit Service 82fcde

Packit Service 82fcde
Various long double libm functions are copyright Stephen L. Moshier:
Packit Service 82fcde
Packit Service 82fcde
Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
Packit Service 82fcde
Packit Service 82fcde
 This library is free software; you can redistribute it and/or
Packit Service 82fcde
 modify it under the terms of the GNU Lesser General Public
Packit Service 82fcde
 License as published by the Free Software Foundation; either
Packit Service 82fcde
 version 2.1 of the License, or (at your option) any later version.
Packit Service 82fcde
Packit Service 82fcde
 This library is distributed in the hope that it will be useful,
Packit Service 82fcde
 but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 82fcde
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 82fcde
 Lesser General Public License for more details.
Packit Service 82fcde
Packit Service 82fcde
 You should have received a copy of the GNU Lesser General Public
Packit Service 82fcde
 License along with this library; if not, see
Packit Service 82fcde
 <http://www.gnu.org/licenses/>.  */