1Copyright (C) 1996-2018 Internet Systems Consortium, Inc. ("ISC") 2 3Permission to use, copy, modify, and/or distribute this software for any 4purpose with or without fee is hereby granted, provided that the above 5copyright notice and this permission notice appear in all copies. 6 7THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 8REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 9AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 10INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 11LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 12OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13PERFORMANCE OF THIS SOFTWARE. 14 15 Portions of this code release fall under one or more of the 16 following Copyright notices. Please see individual source 17 files for details. 18 19 For binary releases also see: OpenSSL-LICENSE. 20 21Copyright (C) 1996-2001 Nominum, Inc. 22 23Permission to use, copy, modify, and distribute this software for any 24purpose with or without fee is hereby granted, provided that the above 25copyright notice and this permission notice appear in all copies. 26 27THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES 28WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 29MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR 30ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 33OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 34 35 ----------------------------------------------------------------------------- 36 37Copyright (C) 1995-2000 by Network Associates, Inc. 38 39Permission to use, copy, modify, and/or distribute this software for any 40purpose with or without fee is hereby granted, provided that the above 41copyright notice and this permission notice appear in all copies. 42 43THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NETWORK ASSOCIATES DISCLAIMS 44ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 45WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE 46FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 47WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 48ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 49IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 50 51 ----------------------------------------------------------------------------- 52 53Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. 54 55Permission to use, copy, modify, and distribute this software for any 56purpose with or without fee is hereby granted, provided that the 57above copyright notice and this permission notice appear in all 58copies. 59 60THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET 61DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL 62IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 63STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 64CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 65OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 66OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 67USE OR PERFORMANCE OF THIS SOFTWARE. 68 69The development of Dynamically Loadable Zones (DLZ) for Bind 9 was 70conceived and contributed by Rob Butler. 71 72Permission to use, copy, modify, and distribute this software for any 73purpose with or without fee is hereby granted, provided that the 74above copyright notice and this permission notice appear in all 75copies. 76 77THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER 78DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL 79IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 80ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 81CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 82OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 83OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 84USE OR PERFORMANCE OF THIS SOFTWARE. 85 86 ----------------------------------------------------------------------------- 87 88Copyright (c) 1987, 1990, 1993, 1994 89 The Regents of the University of California. All rights reserved. 90 91Redistribution and use in source and binary forms, with or without 92modification, are permitted provided that the following conditions 93are met: 941. Redistributions of source code must retain the above copyright 95 notice, this list of conditions and the following disclaimer. 962. Redistributions in binary form must reproduce the above copyright 97 notice, this list of conditions and the following disclaimer in the 98 documentation and/or other materials provided with the distribution. 993. Neither the name of the University nor the names of its contributors 100 may be used to endorse or promote products derived from this software 101 without specific prior written permission. 102 103THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 104ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 105IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 106ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 107FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 108DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 109OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 110HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 111LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 112OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 113SUCH DAMAGE. 114 115 ----------------------------------------------------------------------------- 116 117Copyright (C) The Internet Society 2005. This version of 118this module is part of RFC 4178; see the RFC itself for 119full legal notices. 120 121(The above copyright notice is per RFC 3978 5.6 (a), q.v.) 122 123 ----------------------------------------------------------------------------- 124 125Copyright (c) 2004 Masarykova universita 126(Masaryk University, Brno, Czech Republic) 127All rights reserved. 128 129Redistribution and use in source and binary forms, with or without 130modification, are permitted provided that the following conditions are met: 131 1321. Redistributions of source code must retain the above copyright notice, 133 this list of conditions and the following disclaimer. 134 1352. Redistributions in binary form must reproduce the above copyright 136 notice, this list of conditions and the following disclaimer in the 137 documentation and/or other materials provided with the distribution. 138 1393. Neither the name of the University nor the names of its contributors may 140 be used to endorse or promote products derived from this software 141 without specific prior written permission. 142 143THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 144AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 145IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 146ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 147LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 148CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 149SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 150INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 151CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 152ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 153POSSIBILITY OF SUCH DAMAGE. 154 155 ----------------------------------------------------------------------------- 156 157Copyright (c) 1997 - 2003 Kungliga Tekniska H�gskolan 158(Royal Institute of Technology, Stockholm, Sweden). 159All rights reserved. 160 161Redistribution and use in source and binary forms, with or without 162modification, are permitted provided that the following conditions 163are met: 164 1651. Redistributions of source code must retain the above copyright 166 notice, this list of conditions and the following disclaimer. 167 1682. Redistributions in binary form must reproduce the above copyright 169 notice, this list of conditions and the following disclaimer in the 170 documentation and/or other materials provided with the distribution. 171 1723. Neither the name of the Institute nor the names of its contributors 173 may be used to endorse or promote products derived from this software 174 without specific prior written permission. 175 176THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 177ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 178IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 179ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 180FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 181DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 182OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 183HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 184LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 185OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 186SUCH DAMAGE. 187 188 ----------------------------------------------------------------------------- 189 190Copyright (c) 1998 Doug Rabson 191All rights reserved. 192 193Redistribution and use in source and binary forms, with or without 194modification, are permitted provided that the following conditions 195are met: 1961. Redistributions of source code must retain the above copyright 197 notice, this list of conditions and the following disclaimer. 1982. Redistributions in binary form must reproduce the above copyright 199 notice, this list of conditions and the following disclaimer in the 200 documentation and/or other materials provided with the distribution. 201 202THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 203ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 204IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 205ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 206FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 207DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 208OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 209HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 210LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 211OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 212SUCH DAMAGE. 213 214 ----------------------------------------------------------------------------- 215 216Copyright ((c)) 2002, Rice University 217All rights reserved. 218 219Redistribution and use in source and binary forms, with or without 220modification, are permitted provided that the following conditions are 221met: 222 223 * Redistributions of source code must retain the above copyright 224 notice, this list of conditions and the following disclaimer. 225 226 * Redistributions in binary form must reproduce the above 227 copyright notice, this list of conditions and the following 228 disclaimer in the documentation and/or other materials provided 229 with the distribution. 230 231 * Neither the name of Rice University (RICE) nor the names of its 232 contributors may be used to endorse or promote products derived 233 from this software without specific prior written permission. 234 235 236This software is provided by RICE and the contributors on an "as is" 237basis, without any representations or warranties of any kind, express 238or implied including, but not limited to, representations or 239warranties of non-infringement, merchantability or fitness for a 240particular purpose. In no event shall RICE or contributors be liable 241for any direct, indirect, incidental, special, exemplary, or 242consequential damages (including, but not limited to, procurement of 243substitute goods or services; loss of use, data, or profits; or 244business interruption) however caused and on any theory of liability, 245whether in contract, strict liability, or tort (including negligence 246or otherwise) arising in any way out of the use of this software, even 247if advised of the possibility of such damage. 248 249 ----------------------------------------------------------------------------- 250 251Copyright (c) 1993 by Digital Equipment Corporation. 252 253Permission to use, copy, modify, and distribute this software for any 254purpose with or without fee is hereby granted, provided that the above 255copyright notice and this permission notice appear in all copies, and that 256the name of Digital Equipment Corporation not be used in advertising or 257publicity pertaining to distribution of the document or software without 258specific, written prior permission. 259 260THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL 261WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 262OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT 263CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 264DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 265PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 266ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 267SOFTWARE. 268 269 ----------------------------------------------------------------------------- 270 271Copyright 2000 Aaron D. Gifford. All 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. 2813. Neither the name of the copyright holder nor the names of contributors 282 may be used to endorse or promote products derived from this software 283 without specific prior written permission. 284 285THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS'' AND 286ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 287IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 288ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE 289FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 290DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 291OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 292HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 293LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 294OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 295SUCH DAMAGE. 296 297 ----------------------------------------------------------------------------- 298 299Copyright (c) 1998 Doug Rabson. 300Copyright (c) 2001 Jake Burkholder. 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 324 ----------------------------------------------------------------------------- 325 326Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 327All rights reserved. 328 329Redistribution and use in source and binary forms, with or without 330modification, are permitted provided that the following conditions 331are met: 3321. Redistributions of source code must retain the above copyright 333 notice, this list of conditions and the following disclaimer. 3342. Redistributions in binary form must reproduce the above copyright 335 notice, this list of conditions and the following disclaimer in the 336 documentation and/or other materials provided with the distribution. 3373. Neither the name of the project nor the names of its contributors 338 may be used to endorse or promote products derived from this software 339 without specific prior written permission. 340 341THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 342ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 343IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 344ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 345FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 346DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 347OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 348HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 349LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 350OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 351SUCH DAMAGE. 352 353 ----------------------------------------------------------------------------- 354 355Copyright (c) 1999-2000 by Nortel Networks Corporation 356 357Permission to use, copy, modify, and distribute this software for any 358purpose with or without fee is hereby granted, provided that the above 359copyright notice and this permission notice appear in all copies. 360 361THE SOFTWARE IS PROVIDED "AS IS" AND NORTEL NETWORKS DISCLAIMS 362ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 363OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NORTEL NETWORKS 364BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 365OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 366WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 367ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 368SOFTWARE. 369 370 ----------------------------------------------------------------------------- 371 372Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved. 373 374By using this file, you agree to the terms and conditions set forth bellow. 375 376 LICENSE TERMS AND CONDITIONS 377 378The following License Terms and Conditions apply, unless a different 379license is obtained from Japan Network Information Center ("JPNIC"), 380a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda, 381Chiyoda-ku, Tokyo 101-0047, Japan. 382 3831. Use, Modification and Redistribution (including distribution of any 384 modified or derived work) in source and/or binary forms is permitted 385 under this License Terms and Conditions. 386 3872. Redistribution of source code must retain the copyright notices as they 388 appear in each source code file, this License Terms and Conditions. 389 3903. Redistribution in binary form must reproduce the Copyright Notice, 391 this License Terms and Conditions, in the documentation and/or other 392 materials provided with the distribution. For the purposes of binary 393 distribution the "Copyright Notice" refers to the following language: 394 "Copyright (c) 2000-2002 Japan Network Information Center. All rights 395 reserved." 396 3974. The name of JPNIC may not be used to endorse or promote products 398 derived from this Software without specific prior written approval of 399 JPNIC. 400 4015. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC 402 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 403 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 404 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE 405 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 406 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 407 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 408 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 409 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 410 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 411 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 412 413 ----------------------------------------------------------------------------- 414 415Copyright (C) 2004 Nominet, Ltd. 416 417Permission to use, copy, modify, and distribute this software for any 418purpose with or without fee is hereby granted, provided that the above 419copyright notice and this permission notice appear in all copies. 420 421THE SOFTWARE IS PROVIDED "AS IS" AND NOMINET DISCLAIMS ALL WARRANTIES WITH 422REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 423AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 424INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 425LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 426OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 427PERFORMANCE OF THIS SOFTWARE. 428 429 ----------------------------------------------------------------------------- 430 431Portions Copyright RSA Security Inc. 432 433License to copy and use this software is granted provided that it is 434identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface 435(Cryptoki)" in all material mentioning or referencing this software. 436 437License is also granted to make and use derivative works provided that 438such works are identified as "derived from the RSA Security Inc. PKCS #11 439Cryptographic Token Interface (Cryptoki)" in all material mentioning or 440referencing the derived work. 441 442RSA Security Inc. makes no representations concerning either the 443merchantability of this software or the suitability of this software for 444any particular purpose. It is provided "as is" without express or implied 445warranty of any kind. 446 447 ----------------------------------------------------------------------------- 448 449Copyright (c) 1996, David Mazieres <dm@uun.org> 450Copyright (c) 2008, Damien Miller <djm@openbsd.org> 451 452Permission to use, copy, modify, and distribute this software for any 453purpose with or without fee is hereby granted, provided that the above 454copyright notice and this permission notice appear in all copies. 455 456THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 457WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 458MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 459ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 460WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 461ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 462OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 463 464----------------------------------------------------------------------------- 465 466Copyright (c) 2000-2001 The OpenSSL Project. All rights reserved. 467 468Redistribution and use in source and binary forms, with or without 469modification, are permitted provided that the following conditions 470are met: 471 4721. Redistributions of source code must retain the above copyright 473 notice, this list of conditions and the following disclaimer. 474 4752. Redistributions in binary form must reproduce the above copyright 476 notice, this list of conditions and the following disclaimer in 477 the documentation and/or other materials provided with the 478 distribution. 479 4803. All advertising materials mentioning features or use of this 481 software must display the following acknowledgment: 482 "This product includes software developed by the OpenSSL Project 483 for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 484 4854. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 486 endorse or promote products derived from this software without 487 prior written permission. For written permission, please contact 488 licensing@OpenSSL.org. 489 4905. Products derived from this software may not be called "OpenSSL" 491 nor may "OpenSSL" appear in their names without prior written 492 permission of the OpenSSL Project. 493 4946. Redistributions of any form whatsoever must retain the following 495 acknowledgment: 496 "This product includes software developed by the OpenSSL Project 497 for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 498 499THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 500EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 501IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 502PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 503ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 504SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 505NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 506LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 507HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 508STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 509ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 510OF THE POSSIBILITY OF SUCH DAMAGE. 511 512----------------------------------------------------------------------------- 513 514Copyright (c) 1995, 1997, 1998 The NetBSD Foundation, Inc. 515All rights reserved. 516 517Redistribution and use in source and binary forms, with or without 518modification, are permitted provided that the following conditions 519are met: 5201. Redistributions of source code must retain the above copyright 521 notice, this list of conditions and the following disclaimer. 5222. Redistributions in binary form must reproduce the above copyright 523 notice, this list of conditions and the following disclaimer in the 524 documentation and/or other materials provided with the distribution. 525 526THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 527``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 528TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 529PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 530BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 531CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 532SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 533INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 534CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 535ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 536POSSIBILITY OF SUCH DAMAGE. 537 538