Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: third_party/apache-portable-runtime/LICENSE

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added real /external/netty4.git repo hash Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1
2 Apache License 1 Apache License
3 Version 2.0, January 2004 2 Version 2.0, January 2004
4 http://www.apache.org/licenses/ 3 http://www.apache.org/licenses/
5 4
6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7 6
8 1. Definitions. 7 1. Definitions.
9 8
10 "License" shall mean the terms and conditions for use, reproduction, 9 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document. 10 and distribution as defined by Sections 1 through 9 of this document.
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 You may obtain a copy of the License at 193 You may obtain a copy of the License at
195 194
196 http://www.apache.org/licenses/LICENSE-2.0 195 http://www.apache.org/licenses/LICENSE-2.0
197 196
198 Unless required by applicable law or agreed to in writing, software 197 Unless required by applicable law or agreed to in writing, software
199 distributed under the License is distributed on an "AS IS" BASIS, 198 distributed under the License is distributed on an "AS IS" BASIS,
200 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201 See the License for the specific language governing permissions and 200 See the License for the specific language governing permissions and
202 limitations under the License. 201 limitations under the License.
203 202
203
204
205 APACHE PORTABLE RUNTIME SUBCOMPONENTS:
206
207 The Apache Portable Runtime includes a number of subcomponents with
208 separate copyright notices and license terms. Your use of the source
209 code for these subcomponents is subject to the terms and conditions
210 of the following licenses.
211
212 From strings/apr_fnmatch.c, include/apr_fnmatch.h, misc/unix/getopt.c,
213 file_io/unix/mktemp.c, strings/apr_strings.c:
214
215 /*
216 * Copyright (c) 1987, 1993, 1994
217 * The Regents of the University of California. All rights reserved.
218 *
219 * Redistribution and use in source and binary forms, with or without
220 * modification, are permitted provided that the following conditions
221 * are met:
222 * 1. Redistributions of source code must retain the above copyright
223 * notice, this list of conditions and the following disclaimer.
224 * 2. Redistributions in binary form must reproduce the above copyright
225 * notice, this list of conditions and the following disclaimer in the
226 * documentation and/or other materials provided with the distribution.
227 * 3. All advertising materials mentioning features or use of this software
228 * must display the following acknowledgement:
229 * This product includes software developed by the University of
230 * California, Berkeley and its contributors.
231 * 4. Neither the name of the University nor the names of its contributors
232 * may be used to endorse or promote products derived from this software
233 * without specific prior written permission.
234 *
235 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
236 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
237 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
238 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
239 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
240 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
241 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
242 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
243 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
244 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
245 * SUCH DAMAGE.
246
247 From network_io/unix/inet_ntop.c, network_io/unix/inet_pton.c:
248
249 /* Copyright (c) 1996 by Internet Software Consortium.
250 *
251 * Permission to use, copy, modify, and distribute this software for any
252 * purpose with or without fee is hereby granted, provided that the above
253 * copyright notice and this permission notice appear in all copies.
254 *
255 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
256 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
257 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
258 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
259 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
260 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
261 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
262 * SOFTWARE.
263
264 From dso/aix/dso.c:
265
266 * Based on libdl (dlfcn.c/dlfcn.h) which is
267 * Copyright (c) 1992,1993,1995,1996,1997,1988
268 * Jens-Uwe Mager, Helios Software GmbH, Hannover, Germany.
269 *
270 * Not derived from licensed software.
271 *
272 * Permission is granted to freely use, copy, modify, and redistribute
273 * this software, provided that the author is not construed to be liable
274 * for any results of using the software, alterations are clearly marked
275 * as such, and this notice is not modified.
276
277 From strings/apr_strnatcmp.c, include/apr_strings.h:
278
279 strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
280 Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
281
282 This software is provided 'as-is', without any express or implied
283 warranty. In no event will the authors be held liable for any damages
284 arising from the use of this software.
285
286 Permission is granted to anyone to use this software for any purpose,
287 including commercial applications, and to alter it and redistribute it
288 freely, subject to the following restrictions:
289
290 1. The origin of this software must not be misrepresented; you must not
291 claim that you wrote the original software. If you use this software
292 in a product, an acknowledgment in the product documentation would be
293 appreciated but is not required.
294 2. Altered source versions must be plainly marked as such, and must not be
295 misrepresented as being the original software.
296 3. This notice may not be removed or altered from any source distribution.
297
298 From strings/apr_snprintf.c:
299
300 *
301 * cvt - IEEE floating point formatting routines.
302 * Derived from UNIX V7, Copyright(C) Caldera International Inc.
303 *
304
305 Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
306
307 Redistribution and use in source and binary forms, with or without
308 modification, are permitted provided that the following conditions are
309 met:
310
311 Redistributions of source code and documentation must retain the above
312 copyright notice, this list of conditions and the following disclaimer.
313
314 Redistributions in binary form must reproduce the above copyright
315 notice, this list of conditions and the following disclaimer in the
316 documentation and/or other materials provided with the distribution.
317
318 All advertising materials mentioning features or use of this software
319 must display the following acknowledgement:
320
321 This product includes software developed or owned by Caldera
322 International, Inc.
323
324 Neither the name of Caldera International, Inc. nor the names of other
325 contributors may be used to endorse or promote products derived from
326 this software without specific prior written permission.
327
328 USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
329 INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
330 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
331 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
332 NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE FOR ANY DIRECT,
333 INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
334 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
335 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
336 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
337 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
338 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
339 POSSIBILITY OF SUCH DAMAGE.
340
341
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698