]> git.ipfire.org Git - thirdparty/glibc.git/blame - LICENSES
Merge glibc-ports into ports/ directory.
[thirdparty/glibc.git] / LICENSES
CommitLineData
c6c6dd48
RM
1This file contains the copying permission notices for various files in the
2GNU C Library distribution that have copyright owners other than the Free
3Software Foundation. These notices all require that a copy of the notice
4be included in the accompanying documentation and be distributed with
5binary distributions of the code, so be sure to include this file along
6with any binary distributions derived from the GNU C Library.
7
8\f
9All code incorporated from 4.4 BSD is distributed under the following
10license:
11
12Copyright (C) 1991 Regents of the University of California.
13All rights reserved.
14
15Redistribution and use in source and binary forms, with or without
16modification, are permitted provided that the following conditions
17are met:
18
191. Redistributions of source code must retain the above copyright
20 notice, this list of conditions and the following disclaimer.
212. Redistributions in binary form must reproduce the above copyright
22 notice, this list of conditions and the following disclaimer in the
23 documentation and/or other materials provided with the distribution.
243. [This condition was removed.]
254. Neither the name of the University nor the names of its contributors
26 may be used to endorse or promote products derived from this software
27 without specific prior written permission.
28
29THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
30ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
33FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39SUCH DAMAGE.
40\f
41The DNS resolver code, taken from BIND 4.9.5, is copyrighted both by
42UC Berkeley and by Digital Equipment Corporation. The DEC portions
43are under the following license:
44
45Portions Copyright (C) 1993 by Digital Equipment Corporation.
46
47Permission to use, copy, modify, and distribute this software for any
48purpose with or without fee is hereby granted, provided that the above
49copyright notice and this permission notice appear in all copies, and
50that the name of Digital Equipment Corporation not be used in
51advertising or publicity pertaining to distribution of the document or
52software without specific, written prior permission.
53
54THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP.
55DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
56IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
57DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
58INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
59FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
60NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
61WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62\f
63The Sun RPC support (from rpcsrc-4.0) is covered by the following
64license:
65
9bbd0ddc 66Copyright (c) 2010, Oracle America, Inc.
c6c6dd48 67
9bbd0ddc
PB
68Redistribution and use in source and binary forms, with or without
69modification, are permitted provided that the following conditions are
70met:
71
72 * Redistributions of source code must retain the above copyright
73 notice, this list of conditions and the following disclaimer.
74 * Redistributions in binary form must reproduce the above
75 copyright notice, this list of conditions and the following
76 disclaimer in the documentation and/or other materials
77 provided with the distribution.
78 * Neither the name of the "Oracle America, Inc." nor the names of its
79 contributors may be used to endorse or promote products derived
80 from this software without specific prior written permission.
81
82 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
83 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
84 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
85 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
86 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
87 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
88 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
89 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
90 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
91 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
92 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
93 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
c6c6dd48
RM
94
95\f
96The following CMU license covers some of the support code for Mach,
97derived from Mach 3.0:
98
99Mach Operating System
100Copyright (C) 1991,1990,1989 Carnegie Mellon University
101All Rights Reserved.
102
103Permission to use, copy, modify and distribute this software and its
104documentation is hereby granted, provided that both the copyright
105notice and this permission notice appear in all copies of the
106software, derivative works or modified versions, and any portions
107thereof, and that both notices appear in supporting documentation.
108
109CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS''
110CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
111ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
112
113Carnegie Mellon requests users of this software to return to
114
115 Software Distribution Coordinator
116 School of Computer Science
117 Carnegie Mellon University
118 Pittsburgh PA 15213-3890
119
120or Software.Distribution@CS.CMU.EDU any improvements or
121extensions that they make and grant Carnegie Mellon the rights to
122redistribute these changes.
123\f
124The file if_ppp.h is under the following CMU license:
125
126 Redistribution and use in source and binary forms, with or without
127 modification, are permitted provided that the following conditions
128 are met:
129 1. Redistributions of source code must retain the above copyright
130 notice, this list of conditions and the following disclaimer.
131 2. Redistributions in binary form must reproduce the above copyright
132 notice, this list of conditions and the following disclaimer in the
133 documentation and/or other materials provided with the distribution.
134 3. Neither the name of the University nor the names of its contributors
135 may be used to endorse or promote products derived from this software
136 without specific prior written permission.
137
138 THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND
139 CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
140 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
141 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
142 IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY
143 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
144 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
145 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
146 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
147 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
148 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
149 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
150\f
151The following license covers the files from Intel's "Highly Optimized
152Mathematical Functions for Itanium" collection:
153
154Intel License Agreement
155
156Copyright (c) 2000, Intel Corporation
157
158All rights reserved.
159
160Redistribution and use in source and binary forms, with or without
161modification, are permitted provided that the following conditions are
162met:
163
164* Redistributions of source code must retain the above copyright
165notice, this list of conditions and the following disclaimer.
166
167* Redistributions in binary form must reproduce the above copyright
168notice, this list of conditions and the following disclaimer in the
169documentation and/or other materials provided with the distribution.
170
171* The name of Intel Corporation may not be used to endorse or promote
172products derived from this software without specific prior written
173permission.
174
175THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
176"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
177LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
178A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
179CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
180EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
181PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
182PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
183LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
184NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
185SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
186\f
187The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
188(C) by Craig Metz and are distributed under the following license:
189
190/* The Inner Net License, Version 2.00
191
192 The author(s) grant permission for redistribution and use in source and
193binary forms, with or without modification, of the software and documentation
194provided that the following conditions are met:
195
1960. If you receive a version of the software that is specifically labelled
197 as not being for redistribution (check the version message and/or README),
198 you are not permitted to redistribute that version of the software in any
199 way or form.
2001. All terms of the all other applicable copyrights and licenses must be
201 followed.
2022. Redistributions of source code must retain the authors' copyright
203 notice(s), this list of conditions, and the following disclaimer.
2043. Redistributions in binary form must reproduce the authors' copyright
205 notice(s), this list of conditions, and the following disclaimer in the
206 documentation and/or other materials provided with the distribution.
2074. [The copyright holder has authorized the removal of this clause.]
2085. Neither the name(s) of the author(s) nor the names of its contributors
209 may be used to endorse or promote products derived from this software
210 without specific prior written permission.
211
212THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
213EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
214WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
215DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
216DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
217(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
218LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
219ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
220(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
221SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
222
223 If these license terms cause you a real problem, contact the author. */