1 2The following files from the C library: 3 ./port/locale/fnmatch.c 4are provided under the following terms: 5 6Copyright (c) 1989, 1993, 1994 7 The Regents of the University of California. All rights reserved. 8 9This code is derived from software contributed to Berkeley by 10Guido van Rossum. 11 12Redistribution and use in source and binary forms, with or without 13modification, are permitted provided that the following conditions 14are met: 151. Redistributions of source code must retain the above copyright 16 notice, this list of conditions and the following disclaimer. 172. Redistributions in binary form must reproduce the above copyright 18 notice, this list of conditions and the following disclaimer in the 19 documentation and/or other materials provided with the distribution. 204. Neither the name of the University nor the names of its contributors 21 may be used to endorse or promote products derived from this software 22 without specific prior written permission. 23 24THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 25ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 29DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 32LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34SUCH DAMAGE. 35Copyright 2013 Garrett D'Amore <garrett@damore.org> 36Copyright 2010 Nexenta Systems, Inc. All rights reserved. 37Use is subject to license terms. 38 39The following files from the C library: 40 ./port/gen/getusershell.c 41are provided under the following terms: 42 43Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved. 44Copyright (c) 1985 Regents of the University of California. 45All rights reserved. The Berkeley software License Agreement 46specifies the terms and conditions for redistribution. 47 48The following files from the C library: 49 ./port/fp/qdivrem.c 50 ./port/fp/muldi3.c 51 ./port/fp/udivdi3.c 52 ./port/fp/umoddi3.c 53 ./port/fp/divdi3.c 54 ./port/fp/moddi3.c 55are provided under the following terms: 56 57Copyright (c) 1992, 1993 58 The Regents of the University of California. All rights reserved. 59 60This software was developed by the Computer Systems Engineering group 61at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 62contributed to Berkeley. 63 64Redistribution and use in source and binary forms, with or without 65modification, are permitted provided that the following conditions 66are met: 671. Redistributions of source code must retain the above copyright 68 notice, this list of conditions and the following disclaimer. 692. Redistributions in binary form must reproduce the above copyright 70 notice, this list of conditions and the following disclaimer in the 71 documentation and/or other materials provided with the distribution. 723. All advertising materials mentioning features or use of this software 73 must display the following acknowledgement: 74 This product includes software developed by the University of 75 California, Berkeley and its contributors. 764. Neither the name of the University nor the names of its contributors 77 may be used to endorse or promote products derived from this software 78 without specific prior written permission. 79 80THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 81ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 82IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 83ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 84FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 85DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 86OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 87HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 88LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 89OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 90SUCH DAMAGE. 91 92The following files from the C library: 93 ./port/fp/quadint.h 94are provided under the following terms: 95 96Copyright (c) 1992, 1993 97 The Regents of the University of California. All rights reserved. 98 99This software was developed by the Computer Systems Engineering group 100at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 101contributed to Berkeley. 102 103Redistribution and use in source and binary forms, with or without 104modification, are permitted provided that the following conditions 105are met: 1061. Redistributions of source code must retain the above copyright 107 notice, this list of conditions and the following disclaimer. 1082. Redistributions in binary form must reproduce the above copyright 109 notice, this list of conditions and the following disclaimer in the 110 documentation and/or other materials provided with the distribution. 1113. All advertising materials mentioning features or use of this software 112 must display the following acknowledgement: 113 This product includes software developed by the University of 114 California, Berkeley and its contributors. 1154. Neither the name of the University nor the names of its contributors 116 may be used to endorse or promote products derived from this software 117 without specific prior written permission. 118 119THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 120ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 121IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 122ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 123FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 124DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 125OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 126HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 127LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 128OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 129SUCH DAMAGE. 130 131 @(#)quad.h 8.1 (Berkeley) 6/4/93 132 133The following files from the C library: 134 ./port/fp/cmpdi2.c 135 ./port/fp/ashldi3.c 136 ./port/fp/ucmpdi2.c 137 ./port/fp/ashrdi3.c 138 ./port/fp/lshrdi3.c 139are provided under the following terms: 140 141Copyright (c) 1992, 1993 142 The Regents of the University of California. All rights reserved. 143 144This software was developed by the Computer Systems Engineering group 145at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 146contributed to Berkeley. 147 148Redistribution and use in source and binary forms, with or without 149modification, are permitted provided that the following conditions 150are met: 1511. Redistributions of source code must retain the above copyright 152 notice, this list of conditions and the following disclaimer. 1532. Redistributions in binary form must reproduce the above copyright 154 notice, this list of conditions and the following disclaimer in the 155 documentation and/or other materials provided with the distribution. 1564. Neither the name of the University nor the names of its contributors 157 may be used to endorse or promote products derived from this software 158 without specific prior written permission. 159 160THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 161ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 162IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 163ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 164FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 165DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 166OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 167HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 168LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 169OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 170SUCH DAMAGE. 171 172The following files from the C library: 173 ./port/locale/cname.h 174are provided under the following terms: 175 176Copyright (c) 1992, 1993, 1994 Henry Spencer. 177Copyright (c) 1992, 1993, 1994 178 The Regents of the University of California. All rights reserved. 179 180This code is derived from software contributed to Berkeley by 181Henry Spencer. 182 183Redistribution and use in source and binary forms, with or without 184modification, are permitted provided that the following conditions 185are met: 1861. Redistributions of source code must retain the above copyright 187 notice, this list of conditions and the following disclaimer. 1882. Redistributions in binary form must reproduce the above copyright 189 notice, this list of conditions and the following disclaimer in the 190 documentation and/or other materials provided with the distribution. 1914. Neither the name of the University nor the names of its contributors 192 may be used to endorse or promote products derived from this software 193 without specific prior written permission. 194 195THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 196ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 197IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 198ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 199FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 200DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 201OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 202HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 203LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 204OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 205SUCH DAMAGE. 206 207The following files from the C library: 208 ./port/locale/regex2.h 209are provided under the following terms: 210 211Copyright (c) 1992, 1993, 1994 Henry Spencer. 212Copyright (c) 1992, 1993, 1994 213 The Regents of the University of California. All rights reserved. 214 215This code is derived from software contributed to Berkeley by 216Henry Spencer. 217 218Redistribution and use in source and binary forms, with or without 219modification, are permitted provided that the following conditions 220are met: 2211. Redistributions of source code must retain the above copyright 222 notice, this list of conditions and the following disclaimer. 2232. Redistributions in binary form must reproduce the above copyright 224 notice, this list of conditions and the following disclaimer in the 225 documentation and/or other materials provided with the distribution. 2264. Neither the name of the University nor the names of its contributors 227 may be used to endorse or promote products derived from this software 228 without specific prior written permission. 229 230THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 231ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 232IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 233ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 234FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 235DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 236OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 237HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 238LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 239OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 240SUCH DAMAGE. 241 242 @(#)regex2.h 8.4 (Berkeley) 3/20/94 243$FreeBSD: src/lib/libc/regex/regex2.h,v 1.11 2007/01/09 00:28:04 imp Exp $ 244 245The following files from the C library: 246 ./port/gen/arc4random.c 247are provided under the following terms: 248 249Copyright (c) 1996, David Mazieres <dm@uun.org> 250Copyright (c) 2008, Damien Miller <djm@openbsd.org> 251Copyright (c) 2013, Markus Friedl <markus@openbsd.org> 252Copyright (c) 2015 Joyent, Inc. 253 254Permission to use, copy, modify, and distribute this software for any 255purpose with or without fee is hereby granted, provided that the above 256copyright notice and this permission notice appear in all copies. 257 258THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 259WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 260MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 261ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 262WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 263ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 264OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 265 266The following files from the C library: 267 ./port/locale/fix_grouping.c 268are provided under the following terms: 269 270Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> 271All rights reserved. 272 273Redistribution and use in source and binary forms, with or without 274modification, are permitted provided that the following conditions 275are met: 2761. Redistributions of source code must retain the above copyright 277 notice, this list of conditions and the following disclaimer. 2782. Redistributions in binary form must reproduce the above copyright 279 notice, this list of conditions and the following disclaimer in the 280 documentation and/or other materials provided with the distribution. 281 282THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 283ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 284IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 285ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 286FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 287DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 288OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 289HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 290LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 291OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 292SUCH DAMAGE. 293Copyright 2010 Nexenta Systems, Inc. All rights reserved. 294Use is subject to license terms. 295 296The following files from the C library: 297 ./port/locale/runefile.h 298are provided under the following terms: 299 300Copyright (c) 2005 Ruslan Ermilov 301All rights reserved. 302 303Redistribution and use in source and binary forms, with or without 304modification, are permitted provided that the following conditions 305are met: 3061. Redistributions of source code must retain the above copyright 307 notice, this list of conditions and the following disclaimer. 3082. Redistributions in binary form must reproduce the above copyright 309 notice, this list of conditions and the following disclaimer in the 310 documentation and/or other materials provided with the distribution. 311 312THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 313ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 314IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 315ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 316FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 317DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 318OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 319HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 320LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 321OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 322SUCH DAMAGE. 323 324The following files from the C library: 325 ./port/gen/recallocarray.c 326are provided under the following terms: 327 328Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net> 329 330Permission to use, copy, modify, and distribute this software for any 331purpose with or without fee is hereby granted, provided that the above 332copyright notice and this permission notice appear in all copies. 333 334THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 335WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 336MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 337ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 338WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 339ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 340OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 341 342The following files from the C library: 343 ./port/gen/arc4random_uniform.c 344are provided under the following terms: 345 346Copyright (c) 2008, Damien Miller <djm@openbsd.org> 347 348Permission to use, copy, modify, and distribute this software for any 349purpose with or without fee is hereby granted, provided that the above 350copyright notice and this permission notice appear in all copies. 351 352THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 353WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 354MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 355ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 356WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 357ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 358OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 359 360The following files from the C library: 361 ./port/regex/glob.c 362are provided under the following terms: 363 364Copyright (c) 2013 Gary Mills 365Copyright (c) 1989, 1993 366 The Regents of the University of California. All rights reserved. 367 368This code is derived from software contributed to Berkeley by 369Guido van Rossum. 370 371Redistribution and use in source and binary forms, with or without 372modification, are permitted provided that the following conditions 373are met: 3741. Redistributions of source code must retain the above copyright 375 notice, this list of conditions and the following disclaimer. 3762. Redistributions in binary form must reproduce the above copyright 377 notice, this list of conditions and the following disclaimer in the 378 documentation and/or other materials provided with the distribution. 3793. Neither the name of the University nor the names of its contributors 380 may be used to endorse or promote products derived from this software 381 without specific prior written permission. 382 383THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 384ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 385IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 386ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 387FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 388DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 389OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 390HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 391LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 392OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 393SUCH DAMAGE. 394 395The following files from the C library: 396 ./port/locale/strptime.c 397are provided under the following terms: 398 399Copyright (c) 2014 Gary Mills 400Copyright 2014 Garrett D'Amore <garrett@damore.org> 401Copyright 2011, Nexenta Systems, Inc. All rights reserved. 402Copyright (c) 1994 Powerdog Industries. All rights reserved. 403 404Redistribution and use in source and binary forms, with or without 405modification, are permitted provided that the following conditions 406are met: 407 4081. Redistributions of source code must retain the above copyright 409 notice, this list of conditions and the following disclaimer. 410 4112. Redistributions in binary form must reproduce the above copyright 412 notice, this list of conditions and the following disclaimer 413 in the documentation and/or other materials provided with the 414 distribution. 415 416THIS SOFTWARE IS PROVIDED BY POWERDOG INDUSTRIES ``AS IS'' AND ANY 417EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 418IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 419PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE POWERDOG INDUSTRIES BE 420LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 421CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 422SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 423BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 424WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 425OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 426EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 427 428The views and conclusions contained in the software and documentation 429are those of the authors and should not be interpreted as representing 430official policies, either expressed or implied, of Powerdog Industries. 431 432The following files from the C library: 433 ./amd64/gen/memcmp.s 434are provided under the following terms: 435 436Copyright 2004 Sun Microsystems, Inc. All rights reserved. 437Use is subject to license terms. 438Copyright (c) 2002 Advanced Micro Devices, Inc. 439 440All rights reserved. 441 442Redistribution and use in source and binary forms, with or 443without modification, are permitted provided that the 444following conditions are met: 445 446+ Redistributions of source code must retain the above 447 copyright notice, this list of conditions and the 448 following disclaimer. 449 450+ Redistributions in binary form must reproduce the above 451 copyright notice, this list of conditions and the 452 following disclaimer in the documentation and/or other 453 materials provided with the distribution. 454 455+ Neither the name of Advanced Micro Devices, Inc. nor the 456 names of its contributors may be used to endorse or 457 promote products derived from this software without 458 specific prior written permission. 459 460THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 461CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, 462INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 463MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 464DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, 465INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 466INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 467(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 468GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 469BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 470LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 471(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 472OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 473POSSIBILITY OF SUCH DAMAGE. 474 475It is licensee's responsibility to comply with any export 476regulations applicable in licensee's jurisdiction. 477 478The following files from the C library: 479 ./port/gen/ualarm.c 480are provided under the following terms: 481 482Copyright 2008 Sun Microsystems, Inc. All rights reserved. 483Use is subject to license terms. 484Copyright (c) 1985 Regents of the University of California. 485All rights reserved. The Berkeley software License Agreement 486specifies the terms and conditions for redistribution. 487 488The following files from the C library: 489 ./port/gen/strsep.c 490are provided under the following terms: 491 492Copyright 2008 Sun Microsystems, Inc. All rights reserved. 493Use is subject to license terms. 494Copyright (c) 1990, 1993 495 The Regents of the University of California. All rights reserved. 496 497Redistribution and use in source and binary forms, with or without 498modification, are permitted provided that the following conditions 499are met: 5001. Redistributions of source code must retain the above copyright 501 notice, this list of conditions and the following disclaimer. 5022. Redistributions in binary form must reproduce the above copyright 503 notice, this list of conditions and the following disclaimer in the 504 documentation and/or other materials provided with the distribution. 5053. All advertising materials mentioning features or use of this software 506 must display the following acknowledgement: 507 This product includes software developed by the University of 508 California, Berkeley and its contributors. 5094. Neither the name of the University nor the names of its contributors 510 may be used to endorse or promote products derived from this software 511 without specific prior written permission. 512 513THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 514ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 515IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 516ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 517FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 518DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 519OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 520HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 521LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 522OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 523SUCH DAMAGE. 524 525The following files from the C library: 526 ./port/gen/div.c 527are provided under the following terms: 528 529Copyright 2008 Sun Microsystems, Inc. All rights reserved. 530Use is subject to license terms. 531Copyright (c) 1990, 1993 532 The Regents of the University of California. All rights reserved. 533 534This code is derived from software contributed to Berkeley by 535Chris Torek. 536 537Redistribution and use in source and binary forms, with or without 538modification, are permitted provided that the following conditions 539are met: 5401. Redistributions of source code must retain the above copyright 541 notice, this list of conditions and the following disclaimer. 5422. Redistributions in binary form must reproduce the above copyright 543 notice, this list of conditions and the following disclaimer in the 544 documentation and/or other materials provided with the distribution. 5453. All advertising materials mentioning features or use of this software 546 must display the following acknowledgement: 547 This product includes software developed by the University of 548 California, Berkeley and its contributors. 5494. Neither the name of the University nor the names of its contributors 550 may be used to endorse or promote products derived from this software 551 without specific prior written permission. 552 553THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 554ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 555IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 556ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 557FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 558DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 559OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 560HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 561LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 562OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 563SUCH DAMAGE. 564 565The following files from the C library: 566 ./amd64/gen/cache.h 567are provided under the following terms: 568 569Copyright 2008 Sun Microsystems, Inc. All rights reserved. 570Use is subject to license terms. 571Copyright (c) 2002 Advanced Micro Devices, Inc. 572 573All rights reserved. 574 575Redistribution and use in source and binary forms, with or 576without modification, are permitted provided that the 577following conditions are met: 578 579+ Redistributions of source code must retain the above 580 copyright notice, this list of conditions and the 581 following disclaimer. 582 583+ Redistributions in binary form must reproduce the above 584 copyright notice, this list of conditions and the 585 following disclaimer in the documentation and/or other 586 materials provided with the distribution. 587 588+ Neither the name of Advanced Micro Devices, Inc. nor the 589 names of its contributors may be used to endorse or 590 promote products derived from this software without 591 specific prior written permission. 592 593THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 594CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, 595INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 596MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 597DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, 598INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 599INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 600(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 601GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 602BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 603LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 604(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 605OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 606POSSIBILITY OF SUCH DAMAGE. 607 608It is licensee's responsibility to comply with any export 609regulations applicable in licensee's jurisdiction. 610 611$Header: /K8_Projects/Glibc/amd64cache.h 3 7/28/04 18:13 Emenezes $ 612 613The following files from the C library: 614 ./port/gen/getopt_long.c 615are provided under the following terms: 616 617Copyright 2009 Sun Microsystems, Inc. All rights reserved. 618Use is subject to license terms. 619Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> 620All rights reserved. 621 622Redistribution and use in source and binary forms, with or without 623modification, are permitted provided that the following conditions 624are met: 6251. Redistributions of source code must retain the above copyright 626 notice, this list of conditions and the following disclaimer. 6272. Redistributions in binary form must reproduce the above copyright 628 notice, this list of conditions and the following disclaimer in the 629 documentation and/or other materials provided with the distribution. 6303. The name of the author may not be used to endorse or promote products 631 derived from this software without specific prior written permission. 632 633THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 634INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 635AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 636THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 637EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 638PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 639OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 640WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 641OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 642ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 643Copyright (c) 2000 The NetBSD Foundation, Inc. 644All rights reserved. 645 646This code is derived from software contributed to The NetBSD Foundation 647by Dieter Baron and Thomas Klausner. 648 649Redistribution and use in source and binary forms, with or without 650modification, are permitted provided that the following conditions 651are met: 6521. Redistributions of source code must retain the above copyright 653 notice, this list of conditions and the following disclaimer. 6542. Redistributions in binary form must reproduce the above copyright 655 notice, this list of conditions and the following disclaimer in the 656 documentation and/or other materials provided with the distribution. 6573. All advertising materials mentioning features or use of this software 658 must display the following acknowledgement: 659 This product includes software developed by the NetBSD 660 Foundation, Inc. and its contributors. 6614. Neither the name of The NetBSD Foundation nor the names of its 662 contributors may be used to endorse or promote products derived 663 from this software without specific prior written permission. 664 665THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 666``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 667TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 668PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 669BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 670CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 671SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 672INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 673CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 674ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 675POSSIBILITY OF SUCH DAMAGE. 676 677The following files from the C library: 678 ./port/print/asprintf.c 679are provided under the following terms: 680 681Copyright 2009 Sun Microsystems, Inc. All rights reserved. 682Use is subject to license terms. 683Copyright (c) 2004 Darren Tucker. 684 685Based originally on asprintf.c from OpenBSD: 686Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 687 688Permission to use, copy, modify, and distribute this software for any 689purpose with or without fee is hereby granted, provided that the above 690copyright notice and this permission notice appear in all copies. 691 692THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 693WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 694MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 695ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 696WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 697ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 698OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 699 700The following files from the C library: 701 ./port/locale/regexec.c 702 ./port/locale/utils.h 703 ./port/locale/regfree.c 704are provided under the following terms: 705 706Copyright 2010 Nexenta Systems, Inc. All rights reserved. 707Copyright (c) 1992, 1993, 1994 Henry Spencer. 708Copyright (c) 1992, 1993, 1994 709 The Regents of the University of California. All rights reserved. 710 711This code is derived from software contributed to Berkeley by 712Henry Spencer. 713 714Redistribution and use in source and binary forms, with or without 715modification, are permitted provided that the following conditions 716are met: 7171. Redistributions of source code must retain the above copyright 718 notice, this list of conditions and the following disclaimer. 7192. Redistributions in binary form must reproduce the above copyright 720 notice, this list of conditions and the following disclaimer in the 721 documentation and/or other materials provided with the distribution. 7224. Neither the name of the University nor the names of its contributors 723 may be used to endorse or promote products derived from this software 724 without specific prior written permission. 725 726THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 727ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 728IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 729ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 730FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 731DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 732OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 733HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 734LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 735OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 736SUCH DAMAGE. 737 738The following files from the C library: 739 ./port/locale/wcsftime.c 740are provided under the following terms: 741 742Copyright 2010 Nexenta Systems, Inc. All rights reserved. 743Copyright (c) 2002 Tim J. Robbins 744All rights reserved. 745 746Redistribution and use in source and binary forms, with or without 747modification, are permitted provided that the following conditions 748are met: 7491. Redistributions of source code must retain the above copyright 750 notice, this list of conditions and the following disclaimer. 7512. Redistributions in binary form must reproduce the above copyright 752 notice, this list of conditions and the following disclaimer in the 753 documentation and/or other materials provided with the distribution. 754 755THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 756ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 757IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 758ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 759FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 760DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 761OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 762HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 763LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 764OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 765SUCH DAMAGE. 766 767The following files from the C library: 768 ./port/locale/fwide.c 769are provided under the following terms: 770 771Copyright 2010 Nexenta Systems, Inc. All rights reserved. 772Copyright (c) 2002 Tim J. Robbins. 773All rights reserved. 774 775Redistribution and use in source and binary forms, with or without 776modification, are permitted provided that the following conditions 777are met: 7781. Redistributions of source code must retain the above copyright 779 notice, this list of conditions and the following disclaimer. 7802. Redistributions in binary form must reproduce the above copyright 781 notice, this list of conditions and the following disclaimer in the 782 documentation and/or other materials provided with the distribution. 783 784THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 785ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 786IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 787ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 788FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 789DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 790OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 791HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 792LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 793OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 794SUCH DAMAGE. 795 796The following files from the C library: 797 ./port/locale/getdate.c 798are provided under the following terms: 799 800Copyright 2010 Nexenta Systems, Inc. All rights reserved. 801Copyright (c) 2009 The NetBSD Foundation, Inc. 802All rights reserved. 803 804This code is derived from software contributed to The NetBSD Foundation 805by Brian Ginsbach. 806 807Redistribution and use in source and binary forms, with or without 808modification, are permitted provided that the following conditions 809are met: 8101. Redistributions of source code must retain the above copyright 811 notice, this list of conditions and the following disclaimer. 8122. Redistributions in binary form must reproduce the above copyright 813 notice, this list of conditions and the following disclaimer in the 814 documentation and/or other materials provided with the distribution. 815 816THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 817``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 818TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 819PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 820BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 821CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 822SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 823INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 824CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 825ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 826POSSIBILITY OF SUCH DAMAGE. 827 828The following files from the C library: 829 ./port/locale/engine.c 830are provided under the following terms: 831 832Copyright 2010 Nexenta Systems, Inc. All rights reserved. 833Copyright 2012 Milan Jurik. All rights reserved. 834Copyright (c) 1992, 1993, 1994 Henry Spencer. 835Copyright (c) 1992, 1993, 1994 836 The Regents of the University of California. All rights reserved. 837 838This code is derived from software contributed to Berkeley by 839Henry Spencer. 840 841Redistribution and use in source and binary forms, with or without 842modification, are permitted provided that the following conditions 843are met: 8441. Redistributions of source code must retain the above copyright 845 notice, this list of conditions and the following disclaimer. 8462. Redistributions in binary form must reproduce the above copyright 847 notice, this list of conditions and the following disclaimer in the 848 documentation and/or other materials provided with the distribution. 8494. Neither the name of the University nor the names of its contributors 850 may be used to endorse or promote products derived from this software 851 without specific prior written permission. 852 853THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 854ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 855IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 856ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 857FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 858DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 859OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 860HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 861LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 862OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 863SUCH DAMAGE. 864 865The following files from the C library: 866 ./port/locale/wscol.c 867 ./port/locale/fputws.c 868are provided under the following terms: 869 870Copyright 2010 Nexenta Systems, Inc. All rights reserved. 871Use is subject to license terms. 872 873Redistribution and use in source and binary forms, with or without 874modification, are permitted provided that the following conditions 875are met: 8761. Redistributions of source code must retain the above copyright 877 notice, this list of conditions and the following disclaimer. 8782. Redistributions in binary form must reproduce the above copyright 879 notice, this list of conditions and the following disclaimer in the 880 documentation and/or other materials provided with the distribution. 881 882THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 883ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 884IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 885ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 886FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 887DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 888OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 889HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 890LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 891OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 892SUCH DAMAGE. 893 894The following files from the C library: 895 ./port/locale/regerror.c 896are provided under the following terms: 897 898Copyright 2011 Nexenta Systems, Inc. All rights reserved. 899Copyright (c) 1992, 1993, 1994 Henry Spencer. 900Copyright (c) 1992, 1993, 1994 901 The Regents of the University of California. All rights reserved. 902 903This code is derived from software contributed to Berkeley by 904Henry Spencer. 905 906Redistribution and use in source and binary forms, with or without 907modification, are permitted provided that the following conditions 908are met: 9091. Redistributions of source code must retain the above copyright 910 notice, this list of conditions and the following disclaimer. 9112. Redistributions in binary form must reproduce the above copyright 912 notice, this list of conditions and the following disclaimer in the 913 documentation and/or other materials provided with the distribution. 9144. Neither the name of the University nor the names of its contributors 915 may be used to endorse or promote products derived from this software 916 without specific prior written permission. 917 918THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 919ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 920IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 921ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 922FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 923DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 924OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 925HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 926LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 927OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 928SUCH DAMAGE. 929 930The following files from the C library: 931 ./port/locale/fgetws.c 932are provided under the following terms: 933 934Copyright 2011 Nexenta Systems, Inc. All rights reserved. 935Copyright (c) 2002-2004 Tim J. Robbins. 936All rights reserved. 937 938Redistribution and use in source and binary forms, with or without 939modification, are permitted provided that the following conditions 940are met: 9411. Redistributions of source code must retain the above copyright 942 notice, this list of conditions and the following disclaimer. 9432. Redistributions in binary form must reproduce the above copyright 944 notice, this list of conditions and the following disclaimer in the 945 documentation and/or other materials provided with the distribution. 946 947THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 948ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 949IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 950ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 951FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 952DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 953OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 954HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 955LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 956OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 957SUCH DAMAGE. 958 959The following files from the C library: 960 ./port/locale/collcmp.c 961are provided under the following terms: 962 963Copyright 2013 Garrett D'Amore <garrett@damore.org> 964Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia. 965All rights reserved. 966 967Redistribution and use in source and binary forms, with or without 968modification, are permitted provided that the following conditions 969are met: 9701. Redistributions of source code must retain the above copyright 971 notice, this list of conditions and the following disclaimer. 9722. Redistributions in binary form must reproduce the above copyright 973 notice, this list of conditions and the following disclaimer in the 974 documentation and/or other materials provided with the distribution. 975 976THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 977ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 978IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 979ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 980FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 981DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 982OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 983HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 984LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 985OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 986SUCH DAMAGE. 987 988The following files from the C library: 989 ./port/locale/setlocale.h 990are provided under the following terms: 991 992Copyright 2013 Garrett D'Amore <garrett@damore.org> 993Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia. 994All rights reserved. 995 996Redistribution and use in source and binary forms, with or without 997modification, are permitted provided that the following conditions 998are met: 9991. Redistributions of source code must retain the above copyright 1000 notice, this list of conditions and the following disclaimer. 10012. Redistributions in binary form must reproduce the above copyright 1002 notice, this list of conditions and the following disclaimer in the 1003 documentation and/or other materials provided with the distribution. 1004 1005THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 1006ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1007IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1008ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1009FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1010DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1011OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1012HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1013LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1014OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1015SUCH DAMAGE. 1016 1017The following files from the C library: 1018 ./port/locale/wcwidth.c 1019are provided under the following terms: 1020 1021Copyright 2013 Garrett D'Amore <garrett@damore.org> 1022Copyright (c) 1989, 1993 1023 The Regents of the University of California. All rights reserved. 1024(c) UNIX System Laboratories, Inc. 1025All or some portions of this file are derived from material licensed 1026to the University of California by American Telephone and Telegraph 1027Co. or Unix System Laboratories, Inc. and are reproduced herein with 1028the permission of UNIX System Laboratories, Inc. 1029 1030This code is derived from software contributed to Berkeley by 1031Paul Borman at Krystal Technologies. 1032 1033Redistribution and use in source and binary forms, with or without 1034modification, are permitted provided that the following conditions 1035are met: 10361. Redistributions of source code must retain the above copyright 1037 notice, this list of conditions and the following disclaimer. 10382. Redistributions in binary form must reproduce the above copyright 1039 notice, this list of conditions and the following disclaimer in the 1040 documentation and/or other materials provided with the distribution. 10414. Neither the name of the University nor the names of its contributors 1042 may be used to endorse or promote products derived from this software 1043 without specific prior written permission. 1044 1045THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1046ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1047IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1048ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1049FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1050DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1051OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1052HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1053LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1054OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1055SUCH DAMAGE. 1056Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1057Use is subject to license terms. 1058 1059The following files from the C library: 1060 ./port/locale/lmonetary.h 1061 ./port/locale/lnumeric.h 1062 ./port/locale/lmessages.h 1063 ./port/locale/ldpart.h 1064are provided under the following terms: 1065 1066Copyright 2013 Garrett D'Amore <garrett@damore.org> 1067Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> 1068All rights reserved. 1069 1070Redistribution and use in source and binary forms, with or without 1071modification, are permitted provided that the following conditions 1072are met: 10731. Redistributions of source code must retain the above copyright 1074 notice, this list of conditions and the following disclaimer. 10752. Redistributions in binary form must reproduce the above copyright 1076 notice, this list of conditions and the following disclaimer in the 1077 documentation and/or other materials provided with the distribution. 1078 1079THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1080ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1081IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1082ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1083FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1084DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1085OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1086HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1087LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1088OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1089SUCH DAMAGE. 1090 1091The following files from the C library: 1092 ./port/locale/fputwc.c 1093are provided under the following terms: 1094 1095Copyright 2013 Garrett D'Amore <garrett@damore.org> 1096Copyright (c) 2002-2004 Tim J. Robbins. 1097All rights reserved. 1098 1099Redistribution and use in source and binary forms, with or without 1100modification, are permitted provided that the following conditions 1101are met: 11021. Redistributions of source code must retain the above copyright 1103 notice, this list of conditions and the following disclaimer. 11042. Redistributions in binary form must reproduce the above copyright 1105 notice, this list of conditions and the following disclaimer in the 1106 documentation and/or other materials provided with the distribution. 1107 1108THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1109ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1110IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1111ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1112FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1113DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1114OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1115HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1116LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1117OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1118SUCH DAMAGE. 1119Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1120Use is subject to license terms. 1121 1122The following files from the C library: 1123 ./port/locale/nextwctype.c 1124are provided under the following terms: 1125 1126Copyright 2013 Garrett D'Amore <garrett@damore.org> 1127Copyright (c) 2004 Tim J. Robbins. 1128All rights reserved. 1129 1130Redistribution and use in source and binary forms, with or without 1131modification, are permitted provided that the following conditions 1132are met: 11331. Redistributions of source code must retain the above copyright 1134 notice, this list of conditions and the following disclaimer. 11352. Redistributions in binary form must reproduce the above copyright 1136 notice, this list of conditions and the following disclaimer in the 1137 documentation and/or other materials provided with the distribution. 1138 1139THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1140ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1141IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1142ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1143FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1144DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1145OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1146HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1147LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1148OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1149SUCH DAMAGE. 1150 1151The following files from the C library: 1152 ./port/locale/strftime.c 1153are provided under the following terms: 1154 1155Copyright 2013 Garrett D'Amore <garrett@damore.org> 1156Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1157Copyright (c) 1989 The Regents of the University of California. 1158All rights reserved. 1159 1160Redistribution and use in source and binary forms are permitted 1161provided that the above copyright notice and this paragraph are 1162duplicated in all such forms and that any documentation, 1163advertising materials, and other materials related to such 1164distribution and use acknowledge that the software was developed 1165by the University of California, Berkeley. The name of the 1166University may not be used to endorse or promote products derived 1167from this software without specific prior written permission. 1168THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1169IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1170WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1171 1172The following files from the C library: 1173 ./port/locale/_ctype.h 1174are provided under the following terms: 1175 1176Copyright 2013 Garrett D'Amore <garrett@damore.org> 1177Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1178Copyright (c) 1989, 1993 1179 The Regents of the University of California. All rights reserved. 1180(c) UNIX System Laboratories, Inc. 1181All or some portions of this file are derived from material licensed 1182to the University of California by American Telephone and Telegraph 1183Co. or Unix System Laboratories, Inc. and are reproduced herein with 1184the permission of UNIX System Laboratories, Inc. 1185 1186This code is derived from software contributed to Berkeley by 1187Paul Borman at Krystal Technologies. 1188 1189Redistribution and use in source and binary forms, with or without 1190modification, are permitted provided that the following conditions 1191are met: 11921. Redistributions of source code must retain the above copyright 1193 notice, this list of conditions and the following disclaimer. 11942. Redistributions in binary form must reproduce the above copyright 1195 notice, this list of conditions and the following disclaimer in the 1196 documentation and/or other materials provided with the distribution. 11973. Neither the name of the University nor the names of its contributors 1198 may be used to endorse or promote products derived from this software 1199 without specific prior written permission. 1200 1201THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1202ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1203IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1204ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1205FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1206DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1207OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1208HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1209LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1210OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1211SUCH DAMAGE. 1212 1213The following files from the C library: 1214 ./port/locale/wcswidth.c 1215 ./port/locale/towlower.c 1216are provided under the following terms: 1217 1218Copyright 2013 Garrett D'Amore <garrett@damore.org> 1219Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1220Copyright (c) 1989, 1993 1221 The Regents of the University of California. All rights reserved. 1222(c) UNIX System Laboratories, Inc. 1223All or some portions of this file are derived from material licensed 1224to the University of California by American Telephone and Telegraph 1225Co. or Unix System Laboratories, Inc. and are reproduced herein with 1226the permission of UNIX System Laboratories, Inc. 1227 1228This code is derived from software contributed to Berkeley by 1229Paul Borman at Krystal Technologies. 1230 1231Redistribution and use in source and binary forms, with or without 1232modification, are permitted provided that the following conditions 1233are met: 12341. Redistributions of source code must retain the above copyright 1235 notice, this list of conditions and the following disclaimer. 12362. Redistributions in binary form must reproduce the above copyright 1237 notice, this list of conditions and the following disclaimer in the 1238 documentation and/or other materials provided with the distribution. 12394. Neither the name of the University nor the names of its contributors 1240 may be used to endorse or promote products derived from this software 1241 without specific prior written permission. 1242 1243THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1244ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1245IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1246ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1247FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1248DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1249OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1250HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1251LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1252OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1253SUCH DAMAGE. 1254 1255The following files from the C library: 1256 ./port/locale/runetype.h 1257are provided under the following terms: 1258 1259Copyright 2013 Garrett D'Amore <garrett@damore.org> 1260Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1261Copyright (c) 1993 1262 The Regents of the University of California. All rights reserved. 1263 1264This code is derived from software contributed to Berkeley by 1265Paul Borman at Krystal Technologies. 1266 1267Redistribution and use in source and binary forms, with or without 1268modification, are permitted provided that the following conditions 1269are met: 12701. Redistributions of source code must retain the above copyright 1271 notice, this list of conditions and the following disclaimer. 12722. Redistributions in binary form must reproduce the above copyright 1273 notice, this list of conditions and the following disclaimer in the 1274 documentation and/or other materials provided with the distribution. 12753. Neither the name of the University nor the names of its contributors 1276 may be used to endorse or promote products derived from this software 1277 without specific prior written permission. 1278 1279THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1280ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1281IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1282ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1283FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1284DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1285OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1286HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1287LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1288OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1289SUCH DAMAGE. 1290Because we borrowed the __rune_t defintions from _types.h, we need 1291this copyright notice as well: 1292 1293Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> 1294All rights reserved. 1295 1296Redistribution and use in source and binary forms, with or without 1297modification, are permitted provided that the following conditions 1298are met: 12991. Redistributions of source code must retain the above copyright 1300 notice, this list of conditions and the following disclaimer. 13012. Redistributions in binary form must reproduce the above copyright 1302 notice, this list of conditions and the following disclaimer in the 1303 documentation and/or other materials provided with the distribution. 1304 1305THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1306ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1307IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1308ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1309FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1310DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1311OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1312HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1313LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1314OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1315SUCH DAMAGE. 1316 1317The following files from the C library: 1318 ./port/locale/table.c 1319 ./port/locale/runetype.c 1320are provided under the following terms: 1321 1322Copyright 2013 Garrett D'Amore <garrett@damore.org> 1323Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1324Copyright (c) 1993 1325 The Regents of the University of California. All rights reserved. 1326 1327This code is derived from software contributed to Berkeley by 1328Paul Borman at Krystal Technologies. 1329 1330Redistribution and use in source and binary forms, with or without 1331modification, are permitted provided that the following conditions 1332are met: 13331. Redistributions of source code must retain the above copyright 1334 notice, this list of conditions and the following disclaimer. 13352. Redistributions in binary form must reproduce the above copyright 1336 notice, this list of conditions and the following disclaimer in the 1337 documentation and/or other materials provided with the distribution. 13384. Neither the name of the University nor the names of its contributors 1339 may be used to endorse or promote products derived from this software 1340 without specific prior written permission. 1341 1342THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1343ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1344IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1345ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1346FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1347DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1348OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1349HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1350LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1351OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1352SUCH DAMAGE. 1353 1354The following files from the C library: 1355 ./port/locale/strcoll.c 1356 ./port/locale/strxfrm.c 1357are provided under the following terms: 1358 1359Copyright 2013 Garrett D'Amore <garrett@damore.org> 1360Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1361Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> 1362 at Electronni Visti IA, Kiev, Ukraine. 1363 All rights reserved. 1364 1365Redistribution and use in source and binary forms, with or without 1366modification, are permitted provided that the following conditions 1367are met: 13681. Redistributions of source code must retain the above copyright 1369 notice, this list of conditions and the following disclaimer. 13702. Redistributions in binary form must reproduce the above copyright 1371 notice, this list of conditions and the following disclaimer in the 1372 documentation and/or other materials provided with the distribution. 1373 1374THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 1375ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1376IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1377ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 1378FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1379DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1380OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1381HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1382LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1383OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1384SUCH DAMAGE. 1385 1386The following files from the C library: 1387 ./port/locale/timelocal.h 1388are provided under the following terms: 1389 1390Copyright 2013 Garrett D'Amore <garrett@damore.org> 1391Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1392Copyright (c) 1997-2002 FreeBSD Project. 1393All rights reserved. 1394 1395Redistribution and use in source and binary forms, with or without 1396modification, are permitted provided that the following conditions 1397are met: 13981. Redistributions of source code must retain the above copyright 1399 notice, this list of conditions and the following disclaimer. 14002. Redistributions in binary form must reproduce the above copyright 1401 notice, this list of conditions and the following disclaimer in the 1402 documentation and/or other materials provided with the distribution. 1403 1404THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1405ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1406IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1407ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1408FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1409DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1410OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1411HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1412LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1413OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1414SUCH DAMAGE. 1415 1416The following files from the C library: 1417 ./port/locale/ldpart.c 1418are provided under the following terms: 1419 1420Copyright 2013 Garrett D'Amore <garrett@damore.org> 1421Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1422Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> 1423All rights reserved. 1424 1425Redistribution and use in source and binary forms, with or without 1426modification, are permitted provided that the following conditions 1427are met: 14281. Redistributions of source code must retain the above copyright 1429 notice, this list of conditions and the following disclaimer. 14302. Redistributions in binary form must reproduce the above copyright 1431 notice, this list of conditions and the following disclaimer in the 1432 documentation and/or other materials provided with the distribution. 1433 1434THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1435ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1436IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1437ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1438FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1439DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1440OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1441HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1442LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1443OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1444SUCH DAMAGE. 1445 1446The following files from the C library: 1447 ./port/locale/strfmon.c 1448are provided under the following terms: 1449 1450Copyright 2013 Garrett D'Amore <garrett@damore.org> 1451Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1452Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> 1453All rights reserved. 1454 1455Redistribution and use in source and binary forms, with or without 1456modification, are permitted provided that the following conditions 1457are met: 14581. Redistributions of source code must retain the above copyright 1459 notice, this list of conditions and the following disclaimer. 14602. Redistributions in binary form must reproduce the above copyright 1461 notice, this list of conditions and the following disclaimer in the 1462 documentation and/or other materials provided with the distribution. 1463 1464THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1465ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1466IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1467ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1468FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1469DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1470OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1471HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1472LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1473OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1474SUCH DAMAGE. 1475 1476 1477The following files from the C library: 1478 ./port/locale/localeconv.c 1479are provided under the following terms: 1480 1481Copyright 2013 Garrett D'Amore <garrett@damore.org> 1482Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1483Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> 1484Copyright (c) 1991, 1993 1485 The Regents of the University of California. All rights reserved. 1486 1487Redistribution and use in source and binary forms, with or without 1488modification, are permitted provided that the following conditions 1489are met: 14901. Redistributions of source code must retain the above copyright 1491 notice, this list of conditions and the following disclaimer. 14922. Redistributions in binary form must reproduce the above copyright 1493 notice, this list of conditions and the following disclaimer in the 1494 documentation and/or other materials provided with the distribution. 14954. Neither the name of the University nor the names of its contributors 1496 may be used to endorse or promote products derived from this software 1497 without specific prior written permission. 1498 1499THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1500ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1501IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1502ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1503FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1504DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1505OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1506HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1507LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1508OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1509SUCH DAMAGE. 1510 1511The following files from the C library: 1512 ./port/locale/nl_langinfo.c 1513are provided under the following terms: 1514 1515Copyright 2013 Garrett D'Amore <garrett@damore.org> 1516Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1517Copyright (c) 2001, 2003 Alexey Zelkin <phantom@FreeBSD.org> 1518All rights reserved. 1519 1520Redistribution and use in source and binary forms, with or without 1521modification, are permitted provided that the following conditions 1522are met: 15231. Redistributions of source code must retain the above copyright 1524 notice, this list of conditions and the following disclaimer. 15252. Redistributions in binary form must reproduce the above copyright 1526 notice, this list of conditions and the following disclaimer in the 1527 documentation and/or other materials provided with the distribution. 1528 1529THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1530ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1531IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1532ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1533FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1534DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1535OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1536HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1537LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1538OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1539SUCH DAMAGE. 1540 1541The following files from the C library: 1542 ./port/locale/wcscoll.c 1543are provided under the following terms: 1544 1545Copyright 2013 Garrett D'Amore <garrett@damore.org> 1546Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1547Copyright (c) 2002 Tim J. Robbins 1548All rights reserved. 1549 1550Redistribution and use in source and binary forms, with or without 1551modification, are permitted provided that the following conditions 1552are met: 15531. Redistributions of source code must retain the above copyright 1554 notice, this list of conditions and the following disclaimer. 15552. Redistributions in binary form must reproduce the above copyright 1556 notice, this list of conditions and the following disclaimer in the 1557 documentation and/or other materials provided with the distribution. 1558 1559THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1560ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1561IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1562ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1563FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1564DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1565OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1566HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1567LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1568OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1569SUCH DAMAGE. 1570 1571The following files from the C library: 1572 ./port/locale/wctype.c 1573 ./port/locale/wctrans.c 1574are provided under the following terms: 1575 1576Copyright 2013 Garrett D'Amore <garrett@damore.org> 1577Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1578Copyright (c) 2002 Tim J. Robbins. 1579All rights reserved. 1580 1581Redistribution and use in source and binary forms, with or without 1582modification, are permitted provided that the following conditions 1583are met: 15841. Redistributions of source code must retain the above copyright 1585 notice, this list of conditions and the following disclaimer. 15862. Redistributions in binary form must reproduce the above copyright 1587 notice, this list of conditions and the following disclaimer in the 1588 documentation and/or other materials provided with the distribution. 1589 1590THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1591ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1592IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1593ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1594FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1595DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1596OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1597HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1598LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1599OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1600SUCH DAMAGE. 1601 1602The following files from the C library: 1603 ./port/locale/btowc.c 1604are provided under the following terms: 1605 1606Copyright 2013 Garrett D'Amore <garrett@damore.org> 1607Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1608Copyright (c) 2002, 2003 Tim J. Robbins. 1609All rights reserved. 1610 1611Redistribution and use in source and binary forms, with or without 1612modification, are permitted provided that the following conditions 1613are met: 16141. Redistributions of source code must retain the above copyright 1615 notice, this list of conditions and the following disclaimer. 16162. Redistributions in binary form must reproduce the above copyright 1617 notice, this list of conditions and the following disclaimer in the 1618 documentation and/or other materials provided with the distribution. 1619 1620THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1621ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1622IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1623ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1624FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1625DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1626OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1627HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1628LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1629OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1630SUCH DAMAGE. 1631 1632The following files from the C library: 1633 ./port/locale/gb18030.c 1634are provided under the following terms: 1635 1636Copyright 2013 Garrett D'Amore <garrett@damore.org> 1637Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1638Copyright (c) 2002-2004 Tim J. Robbins 1639All rights reserved. 1640 1641Redistribution and use in source and binary forms, with or without 1642modification, are permitted provided that the following conditions 1643are met: 16441. Redistributions of source code must retain the above copyright 1645 notice, this list of conditions and the following disclaimer. 16462. Redistributions in binary form must reproduce the above copyright 1647 notice, this list of conditions and the following disclaimer in the 1648 documentation and/or other materials provided with the distribution. 1649 1650THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1651ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1652IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1653ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1654FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1655DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1656OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1657HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1658LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1659OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1660SUCH DAMAGE. 1661 1662The following files from the C library: 1663 ./port/locale/wcsnrtombs.c 1664 ./port/locale/mbsrtowcs.c 1665 ./port/locale/wcstombs.c 1666 ./port/locale/wcrtomb.c 1667 ./port/locale/wctob.c 1668 ./port/locale/mbsnrtowcs.c 1669 ./port/locale/fgetwc.c 1670 ./port/locale/mbrlen.c 1671 ./port/locale/mbstowcs.c 1672 ./port/locale/wcsrtombs.c 1673 ./port/locale/mbrtowc.c 1674are provided under the following terms: 1675 1676Copyright 2013 Garrett D'Amore <garrett@damore.org> 1677Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1678Copyright (c) 2002-2004 Tim J. Robbins. 1679All rights reserved. 1680 1681Redistribution and use in source and binary forms, with or without 1682modification, are permitted provided that the following conditions 1683are met: 16841. Redistributions of source code must retain the above copyright 1685 notice, this list of conditions and the following disclaimer. 16862. Redistributions in binary form must reproduce the above copyright 1687 notice, this list of conditions and the following disclaimer in the 1688 documentation and/or other materials provided with the distribution. 1689 1690THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1691ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1692IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1693ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1694FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1695DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1696OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1697HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1698LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1699OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1700SUCH DAMAGE. 1701 1702The following files from the C library: 1703 ./port/locale/mskanji.c 1704are provided under the following terms: 1705 1706Copyright 2013 Garrett D'Amore <garrett@damore.org> 1707Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1708Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. 1709 1710 ja_JP.SJIS locale table for BSD4.4/rune 1711 version 1.0 1712 (C) Sin'ichiro MIYATANI / Phase One, Inc 1713 May 12, 1995 1714 1715Redistribution and use in source and binary forms, with or without 1716modification, are permitted provided that the following conditions 1717are met: 17181. Redistributions of source code must retain the above copyright 1719 notice, this list of conditions and the following disclaimer. 17202. Redistributions in binary form must reproduce the above copyright 1721 notice, this list of conditions and the following disclaimer in the 1722 documentation and/or other materials provided with the distribution. 17233. All advertising materials mentioning features or use of this software 1724 must display the following acknowledgement: 1725 This product includes software developed by Phase One, Inc. 17264. The name of Phase One, Inc. may be used to endorse or promote products 1727 derived from this software without specific prior written permission. 1728 1729THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1730ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1731IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1732ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1733FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1734DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1735OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1736HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1737LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1738OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1739SUCH DAMAGE. 1740 1741The following files from the C library: 1742 ./port/locale/none.c 1743 ./port/locale/big5.c 1744 ./port/locale/gbk.c 1745are provided under the following terms: 1746 1747Copyright 2013 Garrett D'Amore <garrett@damore.org> 1748Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1749Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. 1750Copyright (c) 1993 1751 The Regents of the University of California. All rights reserved. 1752 1753This code is derived from software contributed to Berkeley by 1754Paul Borman at Krystal Technologies. 1755 1756Redistribution and use in source and binary forms, with or without 1757modification, are permitted provided that the following conditions 1758are met: 17591. Redistributions of source code must retain the above copyright 1760 notice, this list of conditions and the following disclaimer. 17612. Redistributions in binary form must reproduce the above copyright 1762 notice, this list of conditions and the following disclaimer in the 1763 documentation and/or other materials provided with the distribution. 17644. Neither the name of the University nor the names of its contributors 1765 may be used to endorse or promote products derived from this software 1766 without specific prior written permission. 1767 1768THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1769ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1770IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1771ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1772FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1773DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1774OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1775HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1776LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1777OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1778SUCH DAMAGE. 1779 1780The following files from the C library: 1781 ./port/locale/gb2312.c 1782are provided under the following terms: 1783 1784Copyright 2013 Garrett D'Amore <garrett@damore.org> 1785Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1786Copyright (c) 2004 Tim J. Robbins. All rights reserved. 1787Copyright (c) 2003 David Xu <davidxu@freebsd.org> 1788All rights reserved. 1789 1790Redistribution and use in source and binary forms, with or without 1791modification, are permitted provided that the following conditions 1792are met: 17931. Redistributions of source code must retain the above copyright 1794 notice, this list of conditions and the following disclaimer. 17952. Redistributions in binary form must reproduce the above copyright 1796 notice, this list of conditions and the following disclaimer in the 1797 documentation and/or other materials provided with the distribution. 1798 1799THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1800ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1801IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1802ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1803FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1804DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1805OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1806HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1807LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1808OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1809SUCH DAMAGE. 1810 1811The following files from the C library: 1812 ./port/locale/regcomp.c 1813are provided under the following terms: 1814 1815Copyright 2013 Garrett D'Amore <garrett@damore.org> 1816Copyright 2010 Nexenta Systems, Inc. All rights reserved. 1817Copyright 2012 Milan Jurik. All rights reserved. 1818Copyright (c) 1992, 1993, 1994 Henry Spencer. 1819Copyright (c) 1992, 1993, 1994 1820 The Regents of the University of California. All rights reserved. 1821 1822This code is derived from software contributed to Berkeley by 1823Henry Spencer. 1824 1825Redistribution and use in source and binary forms, with or without 1826modification, are permitted provided that the following conditions 1827are met: 18281. Redistributions of source code must retain the above copyright 1829 notice, this list of conditions and the following disclaimer. 18302. Redistributions in binary form must reproduce the above copyright 1831 notice, this list of conditions and the following disclaimer in the 1832 documentation and/or other materials provided with the distribution. 18334. Neither the name of the University nor the names of its contributors 1834 may be used to endorse or promote products derived from this software 1835 without specific prior written permission. 1836 1837THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1838ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1839IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1840ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1841FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1842DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1843OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1844HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1845LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1846OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1847SUCH DAMAGE. 1848 1849The following files from the C library: 1850 ./port/locale/setrunelocale.c 1851are provided under the following terms: 1852 1853Copyright 2013 Garrett D'Amore <garrett@damore.org> 1854Copyright 2011 Nexenta Systems, Inc. All rights reserved. 1855Copyright (c) 1993 1856 The Regents of the University of California. All rights reserved. 1857 1858This code is derived from software contributed to Berkeley by 1859Paul Borman at Krystal Technologies. 1860 1861Redistribution and use in source and binary forms, with or without 1862modification, are permitted provided that the following conditions 1863are met: 18641. Redistributions of source code must retain the above copyright 1865 notice, this list of conditions and the following disclaimer. 18662. Redistributions in binary form must reproduce the above copyright 1867 notice, this list of conditions and the following disclaimer in the 1868 documentation and/or other materials provided with the distribution. 18694. Neither the name of the University nor the names of its contributors 1870 may be used to endorse or promote products derived from this software 1871 without specific prior written permission. 1872 1873THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1874ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1875IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1876ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1877FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1878DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1879OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1880HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1881LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1882OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1883SUCH DAMAGE. 1884 1885The following files from the C library: 1886 ./port/locale/wcsxfrm.c 1887are provided under the following terms: 1888 1889Copyright 2013 Garrett D'Amore <garrett@damore.org> 1890Copyright 2011 Nexenta Systems, Inc. All rights reserved. 1891Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> 1892 at Electronni Visti IA, Kiev, Ukraine. 1893 All rights reserved. 1894 1895Redistribution and use in source and binary forms, with or without 1896modification, are permitted provided that the following conditions 1897are met: 18981. Redistributions of source code must retain the above copyright 1899 notice, this list of conditions and the following disclaimer. 19002. Redistributions in binary form must reproduce the above copyright 1901 notice, this list of conditions and the following disclaimer in the 1902 documentation and/or other materials provided with the distribution. 1903 1904THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 1905ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1906IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1907ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 1908FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1909DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1910OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1911HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1912LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1913OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1914SUCH DAMAGE. 1915 1916The following files from the C library: 1917 ./port/locale/utf8.c 1918are provided under the following terms: 1919 1920Copyright 2013 Garrett D'Amore <garrett@damore.org> 1921Copyright 2011 Nexenta Systems, Inc. All rights reserved. 1922Copyright (c) 2002-2004 Tim J. Robbins 1923All rights reserved. 1924 1925Redistribution and use in source and binary forms, with or without 1926modification, are permitted provided that the following conditions 1927are met: 19281. Redistributions of source code must retain the above copyright 1929 notice, this list of conditions and the following disclaimer. 19302. Redistributions in binary form must reproduce the above copyright 1931 notice, this list of conditions and the following disclaimer in the 1932 documentation and/or other materials provided with the distribution. 1933 1934THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1935ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1936IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1937ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1938FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1939DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1940OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1941HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1942LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1943OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1944SUCH DAMAGE. 1945 1946The following files from the C library: 1947 ./port/locale/euc.c 1948are provided under the following terms: 1949 1950Copyright 2013 Garrett D'Amore <garrett@damore.org> 1951Copyright 2011 Nexenta Systems, Inc. All rights reserved. 1952Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. 1953Copyright (c) 1993 1954 The Regents of the University of California. All rights reserved. 1955 1956This code is derived from software contributed to Berkeley by 1957Paul Borman at Krystal Technologies. 1958 1959Redistribution and use in source and binary forms, with or without 1960modification, are permitted provided that the following conditions 1961are met: 19621. Redistributions of source code must retain the above copyright 1963 notice, this list of conditions and the following disclaimer. 19642. Redistributions in binary form must reproduce the above copyright 1965 notice, this list of conditions and the following disclaimer in the 1966 documentation and/or other materials provided with the distribution. 19674. Neither the name of the University nor the names of its contributors 1968 may be used to endorse or promote products derived from this software 1969 without specific prior written permission. 1970 1971THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 1972ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1973IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1974ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 1975FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1976DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1977OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1978HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1979LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1980OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1981SUCH DAMAGE. 1982 1983The following files from the C library: 1984 ./port/locale/mblocal.h 1985are provided under the following terms: 1986 1987Copyright 2013 Garrett D'Amore <garrett@damore.org> 1988Copyright 2011 Nexenta Systems, Inc. All rights reserved. 1989Copyright (c) 2004 Tim J. Robbins. 1990All rights reserved. 1991 1992Redistribution and use in source and binary forms, with or without 1993modification, are permitted provided that the following conditions 1994are met: 19951. Redistributions of source code must retain the above copyright 1996 notice, this list of conditions and the following disclaimer. 19972. Redistributions in binary form must reproduce the above copyright 1998 notice, this list of conditions and the following disclaimer in the 1999 documentation and/or other materials provided with the distribution. 2000 2001THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2002ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2003IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2004ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2005FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2006DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2007OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2008HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2009LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2010OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2011SUCH DAMAGE. 2012 2013The following files from the C library: 2014 ./port/locale/iswctype.c 2015are provided under the following terms: 2016 2017Copyright 2014 Garrett D'Amore <garrett@damore.org> 2018Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2019Copyright (c) 1989, 1993 2020 The Regents of the University of California. All rights reserved. 2021(c) UNIX System Laboratories, Inc. 2022All or some portions of this file are derived from material licensed 2023to the University of California by American Telephone and Telegraph 2024Co. or Unix System Laboratories, Inc. and are reproduced herein with 2025the permission of UNIX System Laboratories, Inc. 2026 2027This code is derived from software contributed to Berkeley by 2028Paul Borman at Krystal Technologies. 2029 2030Redistribution and use in source and binary forms, with or without 2031modification, are permitted provided that the following conditions 2032are met: 20331. Redistributions of source code must retain the above copyright 2034 notice, this list of conditions and the following disclaimer. 20352. Redistributions in binary form must reproduce the above copyright 2036 notice, this list of conditions and the following disclaimer in the 2037 documentation and/or other materials provided with the distribution. 20384. Neither the name of the University nor the names of its contributors 2039 may be used to endorse or promote products derived from this software 2040 without specific prior written permission. 2041 2042THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2043ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2044IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2045ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2046FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2047DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2048OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2049HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2050LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2051OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2052SUCH DAMAGE. 2053 2054The following files from the C library: 2055 ./port/locale/rune.c 2056are provided under the following terms: 2057 2058Copyright 2014 Garrett D'Amore <garrett@damore.org> 2059Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2060Copyright (c) 1993 2061 The Regents of the University of California. All rights reserved. 2062 2063This code is derived from software contributed to Berkeley by 2064Paul Borman at Krystal Technologies. 2065 2066Redistribution and use in source and binary forms, with or without 2067modification, are permitted provided that the following conditions 2068are met: 20691. Redistributions of source code must retain the above copyright 2070 notice, this list of conditions and the following disclaimer. 20712. Redistributions in binary form must reproduce the above copyright 2072 notice, this list of conditions and the following disclaimer in the 2073 documentation and/or other materials provided with the distribution. 20744. Neither the name of the University nor the names of its contributors 2075 may be used to endorse or promote products derived from this software 2076 without specific prior written permission. 2077 2078THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2079ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2080IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2081ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2082FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2083DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2084OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2085HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2086LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2087OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2088SUCH DAMAGE. 2089 2090The following files from the C library: 2091 ./port/locale/collate.c 2092are provided under the following terms: 2093 2094Copyright 2014 Garrett D'Amore <garrett@damore.org> 2095Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2096Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> 2097 at Electronni Visti IA, Kiev, Ukraine. 2098 All rights reserved. 2099 2100Redistribution and use in source and binary forms, with or without 2101modification, are permitted provided that the following conditions 2102are met: 21031. Redistributions of source code must retain the above copyright 2104 notice, this list of conditions and the following disclaimer. 21052. Redistributions in binary form must reproduce the above copyright 2106 notice, this list of conditions and the following disclaimer in the 2107 documentation and/or other materials provided with the distribution. 2108 2109THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 2110ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2111IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2112ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 2113FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2114DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2115OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2116HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2117LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2118OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2119SUCH DAMAGE. 2120 2121The following files from the C library: 2122 ./port/locale/setlocale.c 2123are provided under the following terms: 2124 2125Copyright 2014 Garrett D'Amore <garrett@damore.org> 2126Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2127Copyright (c) 1996 - 2002 FreeBSD Project 2128Copyright (c) 1991, 1993 2129 The Regents of the University of California. All rights reserved. 2130 2131This code is derived from software contributed to Berkeley by 2132Paul Borman at Krystal Technologies. 2133 2134Redistribution and use in source and binary forms, with or without 2135modification, are permitted provided that the following conditions 2136are met: 21371. Redistributions of source code must retain the above copyright 2138 notice, this list of conditions and the following disclaimer. 21392. Redistributions in binary form must reproduce the above copyright 2140 notice, this list of conditions and the following disclaimer in the 2141 documentation and/or other materials provided with the distribution. 21424. Neither the name of the University nor the names of its contributors 2143 may be used to endorse or promote products derived from this software 2144 without specific prior written permission. 2145 2146THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2147ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2148IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2149ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2150FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2151DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2152OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2153HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2154LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2155OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2156SUCH DAMAGE. 2157 2158The following files from the C library: 2159 ./port/locale/lmonetary.c 2160are provided under the following terms: 2161 2162Copyright 2014 Garrett D'Amore <garrett@damore.org> 2163Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2164Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> 2165All rights reserved. 2166 2167Redistribution and use in source and binary forms, with or without 2168modification, are permitted provided that the following conditions 2169are met: 21701. Redistributions of source code must retain the above copyright 2171 notice, this list of conditions and the following disclaimer. 21722. Redistributions in binary form must reproduce the above copyright 2173 notice, this list of conditions and the following disclaimer in the 2174 documentation and/or other materials provided with the distribution. 2175 2176THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2177ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2178IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2179ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2180FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2181DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2182OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2183HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2184LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2185OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2186SUCH DAMAGE. 2187 2188The following files from the C library: 2189 ./port/locale/lmessages.c 2190are provided under the following terms: 2191 2192Copyright 2014 Garrett D'Amore <garrett@damore.org> 2193Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2194Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> 2195All rights reserved. 2196 2197Redistribution and use in source and binary forms, with or without 2198modification, are permitted provided that the following conditions 2199are met: 22001. Redistributions of source code must retain the above copyright 2201 notice, this list of conditions and the following disclaimer. 22022. Redistributions in binary form must reproduce the above copyright 2203 notice, this list of conditions and the following disclaimer in the 2204 documentation and/or other materials provided with the distribution. 2205 2206THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2207ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2208IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2209ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2210FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2211DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2212OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2213HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2214LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2215OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2216SUCH DAMAGE. 2217 2218The following files from the C library: 2219 ./port/locale/timelocal.c 2220are provided under the following terms: 2221 2222Copyright 2014 Garrett D'Amore <garrett@damore.org> 2223Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2224Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> 2225Copyright (c) 1997 FreeBSD Inc. 2226All rights reserved. 2227 2228Redistribution and use in source and binary forms, with or without 2229modification, are permitted provided that the following conditions 2230are met: 22311. Redistributions of source code must retain the above copyright 2232 notice, this list of conditions and the following disclaimer. 22332. Redistributions in binary form must reproduce the above copyright 2234 notice, this list of conditions and the following disclaimer in the 2235 documentation and/or other materials provided with the distribution. 2236 2237THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2238ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2239IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2240ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2241FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2242DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2243OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2244HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2245LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2246OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2247SUCH DAMAGE. 2248 2249The following files from the C library: 2250 ./port/locale/mbtowc.c 2251 ./port/locale/wctomb.c 2252 ./port/locale/mblen.c 2253are provided under the following terms: 2254 2255Copyright 2014 Garrett D'Amore <garrett@damore.org> 2256Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2257Copyright (c) 2002-2004 Tim J. Robbins. 2258All rights reserved. 2259 2260Redistribution and use in source and binary forms, with or without 2261modification, are permitted provided that the following conditions 2262are met: 22631. Redistributions of source code must retain the above copyright 2264 notice, this list of conditions and the following disclaimer. 22652. Redistributions in binary form must reproduce the above copyright 2266 notice, this list of conditions and the following disclaimer in the 2267 documentation and/or other materials provided with the distribution. 2268 2269THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2270ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2271IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2272ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2273FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2274DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2275OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2276HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2277LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2278OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2279SUCH DAMAGE. 2280 2281The following files from the C library: 2282 ./port/locale/lnumeric.c 2283are provided under the following terms: 2284 2285Copyright 2014 Garrett D'Amore. 2286Copyright 2010 Nexenta Systems, Inc. All rights reserved. 2287Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> 2288All rights reserved. 2289 2290Redistribution and use in source and binary forms, with or without 2291modification, are permitted provided that the following conditions 2292are met: 22931. Redistributions of source code must retain the above copyright 2294 notice, this list of conditions and the following disclaimer. 22952. Redistributions in binary form must reproduce the above copyright 2296 notice, this list of conditions and the following disclaimer in the 2297 documentation and/or other materials provided with the distribution. 2298 2299THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 2300ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2301IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2302ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2303FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2304DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2305OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2306HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2307LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2308OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2309SUCH DAMAGE. 2310 2311The following files from the C library: 2312 ./port/locale/collatefile.h 2313 ./port/locale/collate.h 2314are provided under the following terms: 2315 2316Copyright 2015 Nexenta Systmes, Inc. All rights reserved. 2317Copyright 2013 Garrett D'Amore <garrett@damore.org> 2318Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua> 2319 at Electronni Visti IA, Kiev, Ukraine. 2320 All rights reserved. 2321 2322Redistribution and use in source and binary forms, with or without 2323modification, are permitted provided that the following conditions 2324are met: 23251. Redistributions of source code must retain the above copyright 2326 notice, this list of conditions and the following disclaimer. 23272. Redistributions in binary form must reproduce the above copyright 2328 notice, this list of conditions and the following disclaimer in the 2329 documentation and/or other materials provided with the distribution. 2330 2331THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 2332ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2333IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2334ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 2335FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2336DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2337OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2338HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2339LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2340OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2341SUCH DAMAGE. 2342