| Line 134... |
Line 134... |
| 134 |
src/gnuwin32/bitmap direcctory. The exact sources used for these
|
134 |
src/gnuwin32/bitmap direcctory. The exact sources used for these
|
| 135 |
libraries are available on request to R-windows@r-project.org (you
|
135 |
libraries are available on request to R-windows@r-project.org (you
|
| 136 |
will need to specify which binary installer version).
|
136 |
will need to specify which binary installer version).
|
| 137 |
|
137 |
|
| 138 |
A binary build may contain compiled sources from cairographics,
|
138 |
A binary build may contain compiled sources from cairographics,
|
| 139 |
distributed under LGPL 2.1 (our choice) or MPL 1.1. The binary
|
139 |
distributed under LGPL 2.1 (our choice) or MPL 1.1.
|
| 140 |
distribution used is that at https://www.rforge.net/Cairo/files/ .
|
- |
|
| 141 |
|
- |
|
| 142 |
A binary build may contain compiled components from ICU, whose license
|
- |
|
| 143 |
can be viewed at
|
- |
|
| 144 |
https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/LICENSE
|
- |
|
| 145 |
|
140 |
|
| 146 |
---------------------------------------------------
|
141 |
---------------------------------------------------
|
| 147 |
|
142 |
|
| 148 |
Binary distributions of R will include compiled code from the
|
143 |
Binary distributions of R will include compiled code from the
|
| 149 |
mingw-w64 project whose license at
|
144 |
mingw-w64 project whose license at
|
| Line 195... |
Line 190... |
| 195 |
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
190 |
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| 196 |
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
191 |
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
| 197 |
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
192 |
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 198 |
|
193 |
|
| 199 |
---------------------------------------------------
|
194 |
---------------------------------------------------
|
| - |
|
195 |
|
| - |
|
196 |
A binary build may contain compiled code from libgcrypt,
|
| - |
|
197 |
https://gnupg.org/software/libgcrypt/index.html
|
| - |
|
198 |
|
| - |
|
199 |
which requires redistributions to include:
|
| - |
|
200 |
|
| - |
|
201 |
This file contains the copying permission notices for various files in
|
| - |
|
202 |
the Libgcrypt distribution which are not covered by the GNU Lesser
|
| - |
|
203 |
General Public License (LGPL) or the GNU General Public License (GPL).
|
| - |
|
204 |
|
| - |
|
205 |
These notices all require that a copy of the notice be included
|
| - |
|
206 |
in the accompanying documentation and be distributed with binary
|
| - |
|
207 |
distributions of the code, so be sure to include this file along
|
| - |
|
208 |
with any binary distributions derived from the GNU C Library.
|
| - |
|
209 |
|
| - |
|
210 |
* BSD_3Clause
|
| - |
|
211 |
|
| - |
|
212 |
For files:
|
| - |
|
213 |
- cipher/sha256-avx-amd64.S
|
| - |
|
214 |
- cipher/sha256-avx2-bmi2-amd64.S
|
| - |
|
215 |
- cipher/sha256-ssse3-amd64.S
|
| - |
|
216 |
- cipher/sha512-avx-amd64.S
|
| - |
|
217 |
- cipher/sha512-avx2-bmi2-amd64.S
|
| - |
|
218 |
- cipher/sha512-ssse3-amd64.S
|
| - |
|
219 |
- cipher/sha512-ssse3-i386.c
|
| - |
|
220 |
|
| - |
|
221 |
#+begin_quote
|
| - |
|
222 |
Copyright (c) 2012, Intel Corporation
|
| - |
|
223 |
|
| - |
|
224 |
All rights reserved.
|
| - |
|
225 |
|
| - |
|
226 |
Redistribution and use in source and binary forms, with or without
|
| - |
|
227 |
modification, are permitted provided that the following conditions are
|
| - |
|
228 |
met:
|
| - |
|
229 |
|
| - |
|
230 |
* Redistributions of source code must retain the above copyright
|
| - |
|
231 |
notice, this list of conditions and the following disclaimer.
|
| - |
|
232 |
|
| - |
|
233 |
* Redistributions in binary form must reproduce the above copyright
|
| - |
|
234 |
notice, this list of conditions and the following disclaimer in the
|
| - |
|
235 |
documentation and/or other materials provided with the
|
| - |
|
236 |
distribution.
|
| - |
|
237 |
|
| - |
|
238 |
* Neither the name of the Intel Corporation nor the names of its
|
| - |
|
239 |
contributors may be used to endorse or promote products derived from
|
| - |
|
240 |
this software without specific prior written permission.
|
| - |
|
241 |
|
| - |
|
242 |
|
| - |
|
243 |
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY
|
| - |
|
244 |
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| - |
|
245 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| - |
|
246 |
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR
|
| - |
|
247 |
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
| - |
|
248 |
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
| - |
|
249 |
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
| - |
|
250 |
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| - |
|
251 |
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| - |
|
252 |
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| - |
|
253 |
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
254 |
#+end_quote
|
| - |
|
255 |
|
| - |
|
256 |
For files:
|
| - |
|
257 |
- random/jitterentropy-base.c
|
| - |
|
258 |
- random/jitterentropy-gcd.c
|
| - |
|
259 |
- random/jitterentropy-gcd.h
|
| - |
|
260 |
- random/jitterentropy-health.c
|
| - |
|
261 |
- random/jitterentropy-health.h
|
| - |
|
262 |
- random/jitterentropy-noise.c
|
| - |
|
263 |
- random/jitterentropy-noise.h
|
| - |
|
264 |
- random/jitterentropy-sha3.c
|
| - |
|
265 |
- random/jitterentropy-sha3.h
|
| - |
|
266 |
- random/jitterentropy-timer.c
|
| - |
|
267 |
- random/jitterentropy-timer.h
|
| - |
|
268 |
- random/jitterentropy.h
|
| - |
|
269 |
- random/rndjent.c (plus common Libgcrypt copyright holders)
|
| - |
|
270 |
|
| - |
|
271 |
#+begin_quote
|
| - |
|
272 |
Copyright (C) 2017 - 2021, Stephan Mueller <smueller@chronox.de>
|
| - |
|
273 |
|
| - |
|
274 |
Redistribution and use in source and binary forms, with or without
|
| - |
|
275 |
modification, are permitted provided that the following conditions
|
| - |
|
276 |
are met:
|
| - |
|
277 |
1. Redistributions of source code must retain the above copyright
|
| - |
|
278 |
notice, and the entire permission notice in its entirety,
|
| - |
|
279 |
including the disclaimer of warranties.
|
| - |
|
280 |
2. Redistributions in binary form must reproduce the above copyright
|
| - |
|
281 |
notice, this list of conditions and the following disclaimer in the
|
| - |
|
282 |
documentation and/or other materials provided with the distribution.
|
| - |
|
283 |
3. The name of the author may not be used to endorse or promote
|
| - |
|
284 |
products derived from this software without specific prior
|
| - |
|
285 |
written permission.
|
| - |
|
286 |
|
| - |
|
287 |
ALTERNATIVELY, this product may be distributed under the terms of
|
| - |
|
288 |
the GNU General Public License, in which case the provisions of the GPL2
|
| - |
|
289 |
are required INSTEAD OF the above restrictions. (This clause is
|
| - |
|
290 |
necessary due to a potential bad interaction between the GPL and
|
| - |
|
291 |
the restrictions contained in a BSD-style copyright.)
|
| - |
|
292 |
|
| - |
|
293 |
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
| - |
|
294 |
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
| - |
|
295 |
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
|
| - |
|
296 |
WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
|
| - |
|
297 |
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| - |
|
298 |
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
| - |
|
299 |
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
| - |
|
300 |
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| - |
|
301 |
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| - |
|
302 |
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
| - |
|
303 |
USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
|
| - |
|
304 |
DAMAGE.
|
| - |
|
305 |
#+end_quote
|
| - |
|
306 |
|
| - |
|
307 |
For files:
|
| - |
|
308 |
- cipher/cipher-gcm-ppc.c
|
| - |
|
309 |
|
| - |
|
310 |
#+begin_quote
|
| - |
|
311 |
Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>
|
| - |
|
312 |
All rights reserved.
|
| - |
|
313 |
|
| - |
|
314 |
Redistribution and use in source and binary forms, with or without
|
| - |
|
315 |
modification, are permitted provided that the following conditions
|
| - |
|
316 |
are met:
|
| - |
|
317 |
|
| - |
|
318 |
* Redistributions of source code must retain copyright notices,
|
| - |
|
319 |
this list of conditions and the following disclaimer.
|
| - |
|
320 |
|
| - |
|
321 |
* Redistributions in binary form must reproduce the above
|
| - |
|
322 |
copyright notice, this list of conditions and the following
|
| - |
|
323 |
disclaimer in the documentation and/or other materials
|
| - |
|
324 |
provided with the distribution.
|
| - |
|
325 |
|
| - |
|
326 |
* Neither the name of the CRYPTOGAMS nor the names of its
|
| - |
|
327 |
copyright holder and contributors may be used to endorse or
|
| - |
|
328 |
promote products derived from this software without specific
|
| - |
|
329 |
prior written permission.
|
| - |
|
330 |
|
| - |
|
331 |
ALTERNATIVELY, provided that this notice is retained in full, this
|
| - |
|
332 |
product may be distributed under the terms of the GNU General Public
|
| - |
|
333 |
License (GPL), in which case the provisions of the GPL apply INSTEAD OF
|
| - |
|
334 |
those given above.
|
| - |
|
335 |
|
| - |
|
336 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
|
| - |
|
337 |
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - |
|
338 |
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| - |
|
339 |
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| - |
|
340 |
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| - |
|
341 |
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| - |
|
342 |
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| - |
|
343 |
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| - |
|
344 |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| - |
|
345 |
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - |
|
346 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
347 |
#+end_quote
|
| - |
|
348 |
|
| - |
|
349 |
* X License
|
| - |
|
350 |
|
| - |
|
351 |
For files:
|
| - |
|
352 |
- install.sh
|
| - |
|
353 |
|
| - |
|
354 |
#+begin_quote
|
| - |
|
355 |
Copyright (C) 1994 X Consortium
|
| - |
|
356 |
|
| - |
|
357 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| - |
|
358 |
of this software and associated documentation files (the "Software"), to
|
| - |
|
359 |
deal in the Software without restriction, including without limitation the
|
| - |
|
360 |
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| - |
|
361 |
sell copies of the Software, and to permit persons to whom the Software is
|
| - |
|
362 |
furnished to do so, subject to the following conditions:
|
| - |
|
363 |
|
| - |
|
364 |
The above copyright notice and this permission notice shall be included in
|
| - |
|
365 |
all copies or substantial portions of the Software.
|
| - |
|
366 |
|
| - |
|
367 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| - |
|
368 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| - |
|
369 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| - |
|
370 |
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
| - |
|
371 |
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
|
| - |
|
372 |
TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
| - |
|
373 |
|
| - |
|
374 |
Except as contained in this notice, the name of the X Consortium shall not
|
| - |
|
375 |
be used in advertising or otherwise to promote the sale, use or other deal-
|
| - |
|
376 |
ings in this Software without prior written authorization from the X Consor-
|
| - |
|
377 |
tium.
|
| - |
|
378 |
#+end_quote
|
| - |
|
379 |
|
| - |
|
380 |
* Public domain
|
| - |
|
381 |
|
| - |
|
382 |
For files:
|
| - |
|
383 |
- cipher/arcfour-amd64.S
|
| - |
|
384 |
|
| - |
|
385 |
#+begin_quote
|
| - |
|
386 |
Author: Marc Bevand <bevand_m (at) epita.fr>
|
| - |
|
387 |
Licence: I hereby disclaim the copyright on this code and place it
|
| - |
|
388 |
in the public domain.
|
| - |
|
389 |
#+end_quote
|
| - |
|
390 |
|
| - |
|
391 |
* OCB license 1
|
| - |
|
392 |
|
| - |
|
393 |
For files:
|
| - |
|
394 |
- cipher/cipher-ocb.c
|
| - |
|
395 |
|
| - |
|
396 |
#+begin_quote
|
| - |
|
397 |
OCB is covered by several patents but may be used freely by most
|
| - |
|
398 |
software. See http://web.cs.ucdavis.edu/~rogaway/ocb/license.htm .
|
| - |
|
399 |
In particular license 1 is suitable for Libgcrypt: See
|
| - |
|
400 |
http://web.cs.ucdavis.edu/~rogaway/ocb/license1.pdf for the full
|
| - |
|
401 |
license document; it basically says:
|
| - |
|
402 |
|
| - |
|
403 |
License 1 — License for Open-Source Software Implementations of OCB
|
| - |
|
404 |
(Jan 9, 2013)
|
| - |
|
405 |
|
| - |
|
406 |
Under this license, you are authorized to make, use, and
|
| - |
|
407 |
distribute open-source software implementations of OCB. This
|
| - |
|
408 |
license terminates for you if you sue someone over their
|
| - |
|
409 |
open-source software implementation of OCB claiming that you have
|
| - |
|
410 |
a patent covering their implementation.
|
| - |
|
411 |
|
| - |
|
412 |
|
| - |
|
413 |
|
| - |
|
414 |
License for Open Source Software Implementations of OCB
|
| - |
|
415 |
January 9, 2013
|
| - |
|
416 |
|
| - |
|
417 |
1 Definitions
|
| - |
|
418 |
|
| - |
|
419 |
1.1 “Licensor” means Phillip Rogaway.
|
| - |
|
420 |
|
| - |
|
421 |
1.2 “Licensed Patents” means any patent that claims priority to United
|
| - |
|
422 |
States Patent Application No. 09/918,615 entitled “Method and Apparatus
|
| - |
|
423 |
for Facilitating Efficient Authenticated Encryption,” and any utility,
|
| - |
|
424 |
divisional, provisional, continuation, continuations-in-part, reexamination,
|
| - |
|
425 |
reissue, or foreign counterpart patents that may issue with respect to the
|
| - |
|
426 |
aforesaid patent application. This includes, but is not limited to, United
|
| - |
|
427 |
States Patent No. 7,046,802; United States Patent No. 7,200,227; United
|
| - |
|
428 |
States Patent No. 7,949,129; United States Patent No. 8,321,675 ; and any
|
| - |
|
429 |
patent that issues out of United States Patent Application No. 13/669,114.
|
| - |
|
430 |
|
| - |
|
431 |
1.3 “Use” means any practice of any invention claimed in the Licensed Patents.
|
| - |
|
432 |
|
| - |
|
433 |
1.4 “Software Implementation” means any practice of any invention
|
| - |
|
434 |
claimed in the Licensed Patents that takes the form of software executing on
|
| - |
|
435 |
a user-programmable, general-purpose computer or that takes the form of a
|
| - |
|
436 |
computer-readable medium storing such software. Software Implementation does
|
| - |
|
437 |
not include, for example, application-specific integrated circuits (ASICs),
|
| - |
|
438 |
field-programmable gate arrays (FPGAs), embedded systems, or IP cores.
|
| - |
|
439 |
|
| - |
|
440 |
1.5 “Open Source Software” means software whose source code is published
|
| - |
|
441 |
and made available for inspection and use by anyone because either (a) the
|
| - |
|
442 |
source code is subject to a license that permits recipients to copy, modify,
|
| - |
|
443 |
and distribute the source code without payment of fees or royalties, or
|
| - |
|
444 |
(b) the source code is in the public domain, including code released for
|
| - |
|
445 |
public use through a CC0 waiver. All licenses certified by the Open Source
|
| - |
|
446 |
Initiative at opensource.org as of January 9, 2013 and all Creative Commons
|
| - |
|
447 |
licenses identified on the creativecommons.org website as of January 9,
|
| - |
|
448 |
2013, including the Public License Fallback of the CC0 waiver, satisfy these
|
| - |
|
449 |
requirements for the purposes of this license.
|
| - |
|
450 |
|
| - |
|
451 |
1.6 “Open Source Software Implementation” means a Software
|
| - |
|
452 |
Implementation in which the software implicating the Licensed Patents is
|
| - |
|
453 |
Open Source Software. Open Source Software Implementation does not include
|
| - |
|
454 |
any Software Implementation in which the software implicating the Licensed
|
| - |
|
455 |
Patents is combined, so as to form a larger program, with software that is
|
| - |
|
456 |
not Open Source Software.
|
| - |
|
457 |
|
| - |
|
458 |
2 License Grant
|
| - |
|
459 |
|
| - |
|
460 |
2.1 License. Subject to your compliance with the term s of this license,
|
| - |
|
461 |
including the restriction set forth in Section 2.2, Licensor hereby
|
| - |
|
462 |
grants to you a perpetual, worldwide, non-exclusive, non-transferable,
|
| - |
|
463 |
non-sublicenseable, no-charge, royalty-free, irrevocable license to practice
|
| - |
|
464 |
any invention claimed in the Licensed Patents in any Open Source Software
|
| - |
|
465 |
Implementation.
|
| - |
|
466 |
|
| - |
|
467 |
2.2 Restriction. If you or your affiliates institute patent litigation
|
| - |
|
468 |
(including, but not limited to, a cross-claim or counterclaim in a lawsuit)
|
| - |
|
469 |
against any entity alleging that any Use authorized by this license
|
| - |
|
470 |
infringes another patent, then any rights granted to you under this license
|
| - |
|
471 |
automatically terminate as of the date such litigation is filed.
|
| - |
|
472 |
|
| - |
|
473 |
3 Disclaimer
|
| - |
|
474 |
YOUR USE OF THE LICENSED PATENTS IS AT YOUR OWN RISK AND UNLESS REQUIRED
|
| - |
|
475 |
BY APPLICABLE LAW, LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
|
| - |
|
476 |
KIND CONCERNING THE LICENSED PATENTS OR ANY PRODUCT EMBODYING ANY LICENSED
|
| - |
|
477 |
PATENT, EXPRESS OR IMPLIED, STATUT ORY OR OTHERWISE, INCLUDING, WITHOUT
|
| - |
|
478 |
LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
|
| - |
|
479 |
PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY
|
| - |
|
480 |
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
| - |
|
481 |
ARISING FROM OR RELATED TO ANY USE OF THE LICENSED PATENTS, INCLUDING,
|
| - |
|
482 |
WITHOUT LIMITATION, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE
|
| - |
|
483 |
OR SPECIAL DAMAGES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
|
| - |
|
484 |
SUCH DAMAGES PRIOR TO SUCH AN OCCURRENCE.
|
| - |
|
485 |
#+end_quote
|
| - |
|
486 |
|
| - |
|
487 |
---------------------------------------------------
|
| - |
|
488 |
|
| - |
|
489 |
|
| - |
|
490 |
A binary build may contain compiled components from ICU, whose license
|
| - |
|
491 |
can be viewed at
|
| - |
|
492 |
|
| - |
|
493 |
A binary build may contain compiled components from ICU, whose license
|
| - |
|
494 |
can be viewed at
|
| - |
|
495 |
https://raw.githubusercontent.com/unicode-org/icu/master/LICENSE
|
| - |
|
496 |
Part of that is under a license that requires redistributions to include:
|
| - |
|
497 |
|
| - |
|
498 |
Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
|
| - |
|
499 |
|
| - |
|
500 |
# The Google Chrome software developed by Google is licensed under
|
| - |
|
501 |
# the BSD license. Other software included in this distribution is
|
| - |
|
502 |
# provided under other licenses, as set forth below.
|
| - |
|
503 |
#
|
| - |
|
504 |
# The BSD License
|
| - |
|
505 |
# http://opensource.org/licenses/bsd-license.php
|
| - |
|
506 |
# Copyright (C) 2006-2008, Google Inc.
|
| - |
|
507 |
#
|
| - |
|
508 |
# All rights reserved.
|
| - |
|
509 |
#
|
| - |
|
510 |
# Redistribution and use in source and binary forms, with or without
|
| - |
|
511 |
# modification, are permitted provided that the following conditions are met:
|
| - |
|
512 |
#
|
| - |
|
513 |
# Redistributions of source code must retain the above copyright notice,
|
| - |
|
514 |
# this list of conditions and the following disclaimer.
|
| - |
|
515 |
# Redistributions in binary form must reproduce the above
|
| - |
|
516 |
# copyright notice, this list of conditions and the following
|
| - |
|
517 |
# disclaimer in the documentation and/or other materials provided with
|
| - |
|
518 |
# the distribution.
|
| - |
|
519 |
# Neither the name of Google Inc. nor the names of its
|
| - |
|
520 |
# contributors may be used to endorse or promote products derived from
|
| - |
|
521 |
# this software without specific prior written permission.
|
| - |
|
522 |
#
|
| - |
|
523 |
#
|
| - |
|
524 |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
| - |
|
525 |
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
| - |
|
526 |
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
| - |
|
527 |
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| - |
|
528 |
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| - |
|
529 |
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| - |
|
530 |
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| - |
|
531 |
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
| - |
|
532 |
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| - |
|
533 |
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| - |
|
534 |
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| - |
|
535 |
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
536 |
#
|
| - |
|
537 |
#
|
| - |
|
538 |
# The word list in cjdict.txt are generated by combining three word lists
|
| - |
|
539 |
# listed below with further processing for compound word breaking. The
|
| - |
|
540 |
# frequency is generated with an iterative training against Google web
|
| - |
|
541 |
# corpora.
|
| - |
|
542 |
#
|
| - |
|
543 |
# * Libtabe (Chinese)
|
| - |
|
544 |
# - https://sourceforge.net/project/?group_id=1519
|
| - |
|
545 |
# - Its license terms and conditions are shown below.
|
| - |
|
546 |
#
|
| - |
|
547 |
# * IPADIC (Japanese)
|
| - |
|
548 |
# - http://chasen.aist-nara.ac.jp/chasen/distribution.html
|
| - |
|
549 |
# - Its license terms and conditions are shown below.
|
| - |
|
550 |
#
|
| - |
|
551 |
# ---------COPYING.libtabe ---- BEGIN--------------------
|
| - |
|
552 |
#
|
| - |
|
553 |
# /*
|
| - |
|
554 |
# * Copyright (c) 1999 TaBE Project.
|
| - |
|
555 |
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
|
| - |
|
556 |
# * All rights reserved.
|
| - |
|
557 |
# *
|
| - |
|
558 |
# * Redistribution and use in source and binary forms, with or without
|
| - |
|
559 |
# * modification, are permitted provided that the following conditions
|
| - |
|
560 |
# * are met:
|
| - |
|
561 |
# *
|
| - |
|
562 |
# * . Redistributions of source code must retain the above copyright
|
| - |
|
563 |
# * notice, this list of conditions and the following disclaimer.
|
| - |
|
564 |
# * . Redistributions in binary form must reproduce the above copyright
|
| - |
|
565 |
# * notice, this list of conditions and the following disclaimer in
|
| - |
|
566 |
# * the documentation and/or other materials provided with the
|
| - |
|
567 |
# * distribution.
|
| - |
|
568 |
# * . Neither the name of the TaBE Project nor the names of its
|
| - |
|
569 |
# * contributors may be used to endorse or promote products derived
|
| - |
|
570 |
# * from this software without specific prior written permission.
|
| - |
|
571 |
# *
|
| - |
|
572 |
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| - |
|
573 |
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - |
|
574 |
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
| - |
|
575 |
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
| - |
|
576 |
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
| - |
|
577 |
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| - |
|
578 |
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| - |
|
579 |
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| - |
|
580 |
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
| - |
|
581 |
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| - |
|
582 |
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
| - |
|
583 |
# * OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
584 |
# */
|
| - |
|
585 |
#
|
| - |
|
586 |
# /*
|
| - |
|
587 |
# * Copyright (c) 1999 Computer Systems and Communication Lab,
|
| - |
|
588 |
# * Institute of Information Science, Academia
|
| - |
|
589 |
# * Sinica. All rights reserved.
|
| - |
|
590 |
# *
|
| - |
|
591 |
# * Redistribution and use in source and binary forms, with or without
|
| - |
|
592 |
# * modification, are permitted provided that the following conditions
|
| - |
|
593 |
# * are met:
|
| - |
|
594 |
# *
|
| - |
|
595 |
# * . Redistributions of source code must retain the above copyright
|
| - |
|
596 |
# * notice, this list of conditions and the following disclaimer.
|
| - |
|
597 |
# * . Redistributions in binary form must reproduce the above copyright
|
| - |
|
598 |
# * notice, this list of conditions and the following disclaimer in
|
| - |
|
599 |
# * the documentation and/or other materials provided with the
|
| - |
|
600 |
# * distribution.
|
| - |
|
601 |
# * . Neither the name of the Computer Systems and Communication Lab
|
| - |
|
602 |
# * nor the names of its contributors may be used to endorse or
|
| - |
|
603 |
# * promote products derived from this software without specific
|
| - |
|
604 |
# * prior written permission.
|
| - |
|
605 |
# *
|
| - |
|
606 |
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| - |
|
607 |
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - |
|
608 |
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
| - |
|
609 |
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
| - |
|
610 |
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
| - |
|
611 |
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| - |
|
612 |
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| - |
|
613 |
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| - |
|
614 |
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
| - |
|
615 |
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| - |
|
616 |
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
| - |
|
617 |
# * OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
618 |
# */
|
| - |
|
619 |
#
|
| - |
|
620 |
# Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
|
| - |
|
621 |
# University of Illinois
|
| - |
|
622 |
# c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
|
| - |
|
623 |
#
|
| - |
|
624 |
# ---------------COPYING.libtabe-----END--------------------------------
|
| - |
|
625 |
#
|
| - |
|
626 |
#
|
| - |
|
627 |
# ---------------COPYING.ipadic-----BEGIN-------------------------------
|
| - |
|
628 |
#
|
| - |
|
629 |
# Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
|
| - |
|
630 |
# and Technology. All Rights Reserved.
|
| - |
|
631 |
#
|
| - |
|
632 |
# Use, reproduction, and distribution of this software is permitted.
|
| - |
|
633 |
# Any copy of this software, whether in its original form or modified,
|
| - |
|
634 |
# must include both the above copyright notice and the following
|
| - |
|
635 |
# paragraphs.
|
| - |
|
636 |
#
|
| - |
|
637 |
# Nara Institute of Science and Technology (NAIST),
|
| - |
|
638 |
# the copyright holders, disclaims all warranties with regard to this
|
| - |
|
639 |
# software, including all implied warranties of merchantability and
|
| - |
|
640 |
# fitness, in no event shall NAIST be liable for
|
| - |
|
641 |
# any special, indirect or consequential damages or any damages
|
| - |
|
642 |
# whatsoever resulting from loss of use, data or profits, whether in an
|
| - |
|
643 |
# action of contract, negligence or other tortuous action, arising out
|
| - |
|
644 |
# of or in connection with the use or performance of this software.
|
| - |
|
645 |
#
|
| - |
|
646 |
# A large portion of the dictionary entries
|
| - |
|
647 |
# originate from ICOT Free Software. The following conditions for ICOT
|
| - |
|
648 |
# Free Software applies to the current dictionary as well.
|
| - |
|
649 |
#
|
| - |
|
650 |
# Each User may also freely distribute the Program, whether in its
|
| - |
|
651 |
# original form or modified, to any third party or parties, PROVIDED
|
| - |
|
652 |
# that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
|
| - |
|
653 |
# on, or be attached to, the Program, which is distributed substantially
|
| - |
|
654 |
# in the same form as set out herein and that such intended
|
| - |
|
655 |
# distribution, if actually made, will neither violate or otherwise
|
| - |
|
656 |
# contravene any of the laws and regulations of the countries having
|
| - |
|
657 |
# jurisdiction over the User or the intended distribution itself.
|
| - |
|
658 |
#
|
| - |
|
659 |
# NO WARRANTY
|
| - |
|
660 |
#
|
| - |
|
661 |
# The program was produced on an experimental basis in the course of the
|
| - |
|
662 |
# research and development conducted during the project and is provided
|
| - |
|
663 |
# to users as so produced on an experimental basis. Accordingly, the
|
| - |
|
664 |
# program is provided without any warranty whatsoever, whether express,
|
| - |
|
665 |
# implied, statutory or otherwise. The term "warranty" used herein
|
| - |
|
666 |
# includes, but is not limited to, any warranty of the quality,
|
| - |
|
667 |
# performance, merchantability and fitness for a particular purpose of
|
| - |
|
668 |
# the program and the nonexistence of any infringement or violation of
|
| - |
|
669 |
# any right of any third party.
|
| - |
|
670 |
#
|
| - |
|
671 |
# Each user of the program will agree and understand, and be deemed to
|
| - |
|
672 |
# have agreed and understood, that there is no warranty whatsoever for
|
| - |
|
673 |
# the program and, accordingly, the entire risk arising from or
|
| - |
|
674 |
# otherwise connected with the program is assumed by the user.
|
| - |
|
675 |
#
|
| - |
|
676 |
# Therefore, neither ICOT, the copyright holder, or any other
|
| - |
|
677 |
# organization that participated in or was otherwise related to the
|
| - |
|
678 |
# development of the program and their respective officials, directors,
|
| - |
|
679 |
# officers and other employees shall be held liable for any and all
|
| - |
|
680 |
# damages, including, without limitation, general, special, incidental
|
| - |
|
681 |
# and consequential damages, arising out of or otherwise in connection
|
| - |
|
682 |
# with the use or inability to use the program or any product, material
|
| - |
|
683 |
# or result produced or otherwise obtained by using the program,
|
| - |
|
684 |
# regardless of whether they have been advised of, or otherwise had
|
| - |
|
685 |
# knowledge of, the possibility of such damages at any time during the
|
| - |
|
686 |
# project or thereafter. Each user will be deemed to have agreed to the
|
| - |
|
687 |
# foregoing by his or her commencement of use of the program. The term
|
| - |
|
688 |
# "use" as used herein includes, but is not limited to, the use,
|
| - |
|
689 |
# modification, copying and distribution of the program and the
|
| - |
|
690 |
# production of secondary products from the program.
|
| - |
|
691 |
#
|
| - |
|
692 |
# In the case where the program, whether in its original form or
|
| - |
|
693 |
# modified, was distributed or delivered to or received by a user from
|
| - |
|
694 |
# any person, organization or entity other than ICOT, unless it makes or
|
| - |
|
695 |
# grants independently of ICOT any specific warranty to the user in
|
| - |
|
696 |
# writing, such person, organization or entity, will also be exempted
|
| - |
|
697 |
# from and not be held liable to the user for any such damages as noted
|
| - |
|
698 |
# above as far as the program is concerned.
|
| - |
|
699 |
#
|
| - |
|
700 |
# ---------------COPYING.ipadic-----END----------------------------------
|
| - |
|
701 |
|
| - |
|
702 |
----------------------------------------------------------------------
|
| - |
|
703 |
|
| - |
|
704 |
Lao Word Break Dictionary Data (laodict.txt)
|
| - |
|
705 |
|
| - |
|
706 |
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| - |
|
707 |
# License & terms of use: http://www.unicode.org/copyright.html
|
| - |
|
708 |
# Copyright (c) 2015 International Business Machines Corporation
|
| - |
|
709 |
# and others. All Rights Reserved.
|
| - |
|
710 |
#
|
| - |
|
711 |
# Project: https://github.com/rober42539/lao-dictionary
|
| - |
|
712 |
# Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
|
| - |
|
713 |
# License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
|
| - |
|
714 |
# (copied below)
|
| - |
|
715 |
#
|
| - |
|
716 |
# This file is derived from the above dictionary version of Nov 22, 2020
|
| - |
|
717 |
# ----------------------------------------------------------------------
|
| - |
|
718 |
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
|
| - |
|
719 |
# All rights reserved.
|
| - |
|
720 |
#
|
| - |
|
721 |
# Redistribution and use in source and binary forms, with or without
|
| - |
|
722 |
# modification, are permitted provided that the following conditions are met:
|
| - |
|
723 |
#
|
| - |
|
724 |
# Redistributions of source code must retain the above copyright notice, this
|
| - |
|
725 |
# list of conditions and the following disclaimer. Redistributions in binary
|
| - |
|
726 |
# form must reproduce the above copyright notice, this list of conditions and
|
| - |
|
727 |
# the following disclaimer in the documentation and/or other materials
|
| - |
|
728 |
# provided with the distribution.
|
| - |
|
729 |
#
|
| - |
|
730 |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| - |
|
731 |
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - |
|
732 |
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
| - |
|
733 |
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
| - |
|
734 |
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
| - |
|
735 |
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| - |
|
736 |
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| - |
|
737 |
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| - |
|
738 |
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
| - |
|
739 |
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| - |
|
740 |
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
| - |
|
741 |
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
742 |
# --------------------------------------------------------------------------
|
| - |
|
743 |
|
| - |
|
744 |
----------------------------------------------------------------------
|
| - |
|
745 |
|
| - |
|
746 |
Burmese Word Break Dictionary Data (burmesedict.txt)
|
| - |
|
747 |
|
| - |
|
748 |
# Copyright (c) 2014 International Business Machines Corporation
|
| - |
|
749 |
# and others. All Rights Reserved.
|
| - |
|
750 |
#
|
| - |
|
751 |
# This list is part of a project hosted at:
|
| - |
|
752 |
# github.com/kanyawtech/myanmar-karen-word-lists
|
| - |
|
753 |
#
|
| - |
|
754 |
# --------------------------------------------------------------------------
|
| - |
|
755 |
# Copyright (c) 2013, LeRoy Benjamin Sharon
|
| - |
|
756 |
# All rights reserved.
|
| - |
|
757 |
#
|
| - |
|
758 |
# Redistribution and use in source and binary forms, with or without
|
| - |
|
759 |
# modification, are permitted provided that the following conditions
|
| - |
|
760 |
# are met: Redistributions of source code must retain the above
|
| - |
|
761 |
# copyright notice, this list of conditions and the following
|
| - |
|
762 |
# disclaimer. Redistributions in binary form must reproduce the
|
| - |
|
763 |
# above copyright notice, this list of conditions and the following
|
| - |
|
764 |
# disclaimer in the documentation and/or other materials provided
|
| - |
|
765 |
# with the distribution.
|
| - |
|
766 |
#
|
| - |
|
767 |
# Neither the name Myanmar Karen Word Lists, nor the names of its
|
| - |
|
768 |
# contributors may be used to endorse or promote products derived
|
| - |
|
769 |
# from this software without specific prior written permission.
|
| - |
|
770 |
#
|
| - |
|
771 |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
| - |
|
772 |
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
| - |
|
773 |
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
| - |
|
774 |
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| - |
|
775 |
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
|
| - |
|
776 |
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
| - |
|
777 |
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
| - |
|
778 |
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| - |
|
779 |
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
| - |
|
780 |
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
| - |
|
781 |
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
| - |
|
782 |
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| - |
|
783 |
# SUCH DAMAGE.
|
| - |
|
784 |
# --------------------------------------------------------------------------
|
| - |
|
785 |
|
| - |
|
786 |
----------------------------------------------------------------------
|
| - |
|
787 |
|
| - |
|
788 |
Time Zone Database
|
| - |
|
789 |
|
| - |
|
790 |
ICU uses the public domain data and code derived from Time Zone
|
| - |
|
791 |
Database for its time zone support. The ownership of the TZ database
|
| - |
|
792 |
is explained in BCP 175: Procedure for Maintaining the Time Zone
|
| - |
|
793 |
Database section 7.
|
| - |
|
794 |
|
| - |
|
795 |
# 7. Database Ownership
|
| - |
|
796 |
#
|
| - |
|
797 |
# The TZ database itself is not an IETF Contribution or an IETF
|
| - |
|
798 |
# document. Rather it is a pre-existing and regularly updated work
|
| - |
|
799 |
# that is in the public domain, and is intended to remain in the
|
| - |
|
800 |
# public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
|
| - |
|
801 |
# not apply to the TZ Database or contributions that individuals make
|
| - |
|
802 |
# to it. Should any claims be made and substantiated against the TZ
|
| - |
|
803 |
# Database, the organization that is providing the IANA
|
| - |
|
804 |
# Considerations defined in this RFC, under the memorandum of
|
| - |
|
805 |
# understanding with the IETF, currently ICANN, may act in accordance
|
| - |
|
806 |
# with all competent court orders. No ownership claims will be made
|
| - |
|
807 |
# by ICANN or the IETF Trust on the database or the code. Any person
|
| - |
|
808 |
# making a contribution to the database or code waives all rights to
|
| - |
|
809 |
# future claims in that contribution or in the TZ Database.
|
| - |
|
810 |
|
| - |
|
811 |
----------------------------------------------------------------------
|
| - |
|
812 |
|
| - |
|
813 |
Google double-conversion
|
| - |
|
814 |
|
| - |
|
815 |
Copyright 2006-2011, the V8 project authors. All rights reserved.
|
| - |
|
816 |
Redistribution and use in source and binary forms, with or without
|
| - |
|
817 |
modification, are permitted provided that the following conditions are
|
| - |
|
818 |
met:
|
| - |
|
819 |
|
| - |
|
820 |
* Redistributions of source code must retain the above copyright
|
| - |
|
821 |
notice, this list of conditions and the following disclaimer.
|
| - |
|
822 |
* Redistributions in binary form must reproduce the above
|
| - |
|
823 |
copyright notice, this list of conditions and the following
|
| - |
|
824 |
disclaimer in the documentation and/or other materials provided
|
| - |
|
825 |
with the distribution.
|
| - |
|
826 |
* Neither the name of Google Inc. nor the names of its
|
| - |
|
827 |
contributors may be used to endorse or promote products derived
|
| - |
|
828 |
from this software without specific prior written permission.
|
| - |
|
829 |
|
| - |
|
830 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| - |
|
831 |
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| - |
|
832 |
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| - |
|
833 |
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| - |
|
834 |
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| - |
|
835 |
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| - |
|
836 |
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| - |
|
837 |
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| - |
|
838 |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| - |
|
839 |
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - |
|
840 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - |
|
841 |
|
| - |
|
842 |
----------------------------------------------------------------------
|