1 2@c $NetBSD: copyright.texi,v 1.2 2017/01/28 21:31:44 christos Exp $ 3@macro copynext{} 4@vskip 20pt plus 1fil 5@end macro 6 7@macro copyrightstart{} 8@end macro 9 10@macro copyrightend{} 11@end macro 12 13 14@node Copyrights and Licenses, , Acknowledgments, Top 15@comment node-name, next, previous, up 16@appendix Copyrights and Licenses 17 18@heading Kungliga Tekniska Högskolan 19 20@copyrightstart 21@verbatim 22 23Copyright (c) 1997-2011 Kungliga Tekniska Högskolan 24(Royal Institute of Technology, Stockholm, Sweden). 25All rights reserved. 26 27Portions Copyright (c) 2009 Apple Inc. All rights reserved. 28 29Redistribution and use in source and binary forms, with or without 30modification, are permitted provided that the following conditions 31are met: 32 331. Redistributions of source code must retain the above copyright 34 notice, this list of conditions and the following disclaimer. 35 362. Redistributions in binary form must reproduce the above copyright 37 notice, this list of conditions and the following disclaimer in the 38 documentation and/or other materials provided with the distribution. 39 403. Neither the name of the Institute nor the names of its contributors 41 may be used to endorse or promote products derived from this software 42 without specific prior written permission. 43 44THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 45ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 47ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 48FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 49DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 50OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 51HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 52LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 53OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 54SUCH DAMAGE. 55 56@end verbatim 57@copynext 58 59@heading Massachusetts Institute of Technology 60 61The parts of the libtelnet that handle Kerberos. 62 63@verbatim 64 65Copyright (C) 1990 by the Massachusetts Institute of Technology 66 67Export of this software from the United States of America may 68require a specific license from the United States Government. 69It is the responsibility of any person or organization contemplating 70export to obtain such a license before exporting. 71 72WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 73distribute this software and its documentation for any purpose and 74without fee is hereby granted, provided that the above copyright 75notice appear in all copies and that both that copyright notice and 76this permission notice appear in supporting documentation, and that 77the name of M.I.T. not be used in advertising or publicity pertaining 78to distribution of the software without specific, written prior 79permission. M.I.T. makes no representations about the suitability of 80this software for any purpose. It is provided "as is" without express 81or implied warranty. 82 83@end verbatim 84@copynext 85 86@heading The Regents of the University of California 87 88The parts of the libroken, most of libtelnet, telnet, ftp, 89and popper. 90 91@verbatim 92 93Copyright (c) 1988, 1990, 1993 94 The Regents of the University of California. All rights reserved. 95 96Redistribution and use in source and binary forms, with or without 97modification, are permitted provided that the following conditions 98are met: 99 1001. Redistributions of source code must retain the above copyright 101 notice, this list of conditions and the following disclaimer. 102 1032. Redistributions in binary form must reproduce the above copyright 104 notice, this list of conditions and the following disclaimer in the 105 documentation and/or other materials provided with the distribution. 106 1073. Neither the name of the University nor the names of its contributors 108 may be used to endorse or promote products derived from this software 109 without specific prior written permission. 110 111THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 112ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 113IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 114ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 115FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 116DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 117OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 118HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 119LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 120OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 121SUCH DAMAGE. 122 123@end verbatim 124@copynext 125 126@heading The Regents of the University of California. 127 128libedit 129 130@verbatim 131 132Copyright (c) 1992, 1993 133 The Regents of the University of California. All rights reserved. 134 135This code is derived from software contributed to Berkeley by 136Christos Zoulas of Cornell University. 137 138Redistribution and use in source and binary forms, with or without 139modification, are permitted provided that the following conditions 140are met: 1411. Redistributions of source code must retain the above copyright 142 notice, this list of conditions and the following disclaimer. 1432. Redistributions in binary form must reproduce the above copyright 144 notice, this list of conditions and the following disclaimer in the 145 documentation and/or other materials provided with the distribution. 1463. Neither the name of the University nor the names of its contributors 147 may be used to endorse or promote products derived from this software 148 without specific prior written permission. 149 150THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 151ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 152IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 153ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 154FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 155DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 156OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 157HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 158LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 159OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 160SUCH DAMAGE. 161 162@end verbatim 163@copynext 164 165@heading TomsFastMath / LibTomMath 166 167Tom's fast math (bignum support) and LibTomMath 168 169@verbatim 170 171LibTomMath is hereby released into the Public Domain. 172 173@end verbatim 174 175@copynext 176 177@heading Doug Rabson 178 179GSS-API mechglue layer. 180 181@verbatim 182 183Copyright (c) 2005 Doug Rabson 184All rights reserved. 185 186Redistribution and use in source and binary forms, with or without 187modification, are permitted provided that the following conditions 188are met: 1891. Redistributions of source code must retain the above copyright 190 notice, this list of conditions and the following disclaimer. 1912. Redistributions in binary form must reproduce the above copyright 192 notice, this list of conditions and the following disclaimer in the 193 documentation and/or other materials provided with the distribution. 194 195THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 207@end verbatim 208@copynext 209 210@heading PADL Software Pty Ltd 211 212@table @asis 213@item GSS-API CFX, SPNEGO, naming extensions, API extensions. 214@item KCM credential cache. 215@item HDB LDAP backend. 216@end table 217 218@verbatim 219 220Copyright (c) 2003-2011, PADL Software Pty Ltd. 221Copyright (c) 2004, Andrew Bartlett. 222Copyright (c) 2003 - 2008, Kungliga Tekniska Högskolan 223Copyright (c) 2015, Timothy Pearson. 224All rights reserved. 225 226Redistribution and use in source and binary forms, with or without 227modification, are permitted provided that the following conditions 228are met: 229 2301. Redistributions of source code must retain the above copyright 231 notice, this list of conditions and the following disclaimer. 232 2332. Redistributions in binary form must reproduce the above copyright 234 notice, this list of conditions and the following disclaimer in the 235 documentation and/or other materials provided with the distribution. 236 2373. Neither the name of PADL Software nor the names of its contributors 238 may be used to endorse or promote products derived from this software 239 without specific prior written permission. 240 241THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND 242ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 243IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 244ARE DISCLAIMED. IN NO EVENT SHALL PADL SOFTWARE OR CONTRIBUTORS BE LIABLE 245FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 246DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 247OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 248HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 249LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 250OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 251SUCH DAMAGE. 252 253@end verbatim 254@copynext 255 256@heading Marko Kreen 257 258Fortuna in libhcrypto 259 260@verbatim 261 262Copyright (c) 2005 Marko Kreen 263All rights reserved. 264 265Redistribution and use in source and binary forms, with or without 266modification, are permitted provided that the following conditions 267are met: 2681. Redistributions of source code must retain the above copyright 269 notice, this list of conditions and the following disclaimer. 2702. Redistributions in binary form must reproduce the above copyright 271 notice, this list of conditions and the following disclaimer in the 272 documentation and/or other materials provided with the distribution. 273 274THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 275ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 276IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 277ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 278FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 279DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 280OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 281HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 282LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 283OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 284SUCH DAMAGE. 285 286@end verbatim 287@copynext 288 289@heading NTT (Nippon Telegraph and Telephone Corporation) 290 291Camellia in libhcrypto 292 293@verbatim 294 295Copyright (c) 2006,2007 296NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved. 297 298Redistribution and use in source and binary forms, with or without 299modification, are permitted provided that the following conditions 300are met: 3011. Redistributions of source code must retain the above copyright 302 notice, this list of conditions and the following disclaimer as 303 the first lines of this file unmodified. 3042. Redistributions in binary form must reproduce the above copyright 305 notice, this list of conditions and the following disclaimer in the 306 documentation and/or other materials provided with the distribution. 307 308THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR 309IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 310OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 311IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT, 312INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 313NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 314DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 315THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 316(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 317THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 318 319@end verbatim 320@copynext 321 322@heading The NetBSD Foundation, Inc. 323 324vis.c in libroken 325 326@verbatim 327 328Copyright (c) 1999, 2005 The NetBSD Foundation, Inc. 329All rights reserved. 330 331Redistribution and use in source and binary forms, with or without 332modification, are permitted provided that the following conditions 333are met: 3341. Redistributions of source code must retain the above copyright 335 notice, this list of conditions and the following disclaimer. 3362. Redistributions in binary form must reproduce the above copyright 337 notice, this list of conditions and the following disclaimer in the 338 documentation and/or other materials provided with the distribution. 339 340THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 341``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 342TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 343PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 344BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 345CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 346SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 347INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 348CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 349ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 350POSSIBILITY OF SUCH DAMAGE. 351 352@end verbatim 353@copynext 354 355@heading Vincent Rijmen, Antoon Bosselaers, Paulo Barreto 356 357AES in libhcrypto 358 359@verbatim 360 361rijndael-alg-fst.c 362 363@version 3.0 (December 2000) 364 365Optimised ANSI C code for the Rijndael cipher (now AES) 366 367@author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> 368@author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be> 369@author Paulo Barreto <paulo.barreto@terra.com.br> 370 371This code is hereby placed in the public domain. 372 373THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS 374OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 375WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 376ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE 377LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 378CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 379SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 380BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 381WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 382OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 383EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 384 385@end verbatim 386@copynext 387 388@heading Apple, Inc 389 390kdc/announce.c 391 392@verbatim 393 394Copyright (c) 2008 Apple Inc. All Rights Reserved. 395 396Export of this software from the United States of America may require 397a specific license from the United States Government. It is the 398responsibility of any person or organization contemplating export to 399obtain such a license before exporting. 400 401WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 402distribute this software and its documentation for any purpose and 403without fee is hereby granted, provided that the above copyright 404notice appear in all copies and that both that copyright notice and 405this permission notice appear in supporting documentation, and that 406the name of Apple Inc. not be used in advertising or publicity pertaining 407to distribution of the software without specific, written prior 408permission. Apple Inc. makes no representations about the suitability of 409this software for any purpose. It is provided "as is" without express 410or implied warranty. 411 412THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 413IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 414WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 415 416@end verbatim 417 418@copynext 419 420@heading Richard Outerbridge 421 422DES core in libhcrypto 423 424@verbatim 425 426D3DES (V5.09) - 427 428A portable, public domain, version of the Data Encryption Standard. 429 430Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge. 431Thanks to: Dan Hoey for his excellent Initial and Inverse permutation 432code; Jim Gillogly & Phil Karn for the DES key schedule code; Dennis 433Ferguson, Eric Young and Dana How for comparing notes; and Ray Lau, 434for humouring me on. 435 436Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge. 437(GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992. 438 439 440@end verbatim 441 442@copynext 443 444@heading Secure Endpoints Inc 445 446Windows support 447 448@verbatim 449 450Copyright (c) 2009-2015, Secure Endpoints Inc. 451All rights reserved. 452 453Redistribution and use in source and binary forms, with or without 454modification, are permitted provided that the following conditions 455are met: 456 457- Redistributions of source code must retain the above copyright 458 notice, this list of conditions and the following disclaimer. 459 460- Redistributions in binary form must reproduce the above copyright 461 notice, this list of conditions and the following disclaimer in 462 the documentation and/or other materials provided with the 463 distribution. 464 465THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 466"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 467LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 468FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 469COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 470INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 471(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 472SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 473HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 474STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 475ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 476OF THE POSSIBILITY OF SUCH DAMAGE. 477 478@end verbatim 479 480@copynext 481 482@heading Novell, Inc 483 484lib/hcrypto/test_dh.c 485 486@verbatim 487 488Copyright (c) 2007, Novell, Inc. 489Author: Matthias Koenig <mkoenig@suse.de> 490 491All rights reserved. 492 493Redistribution and use in source and binary forms, with or without 494modification, are permitted provided that the following conditions are met: 495 496* Redistributions of source code must retain the above copyright notice, this 497 list of conditions and the following disclaimer. 498 499* Redistributions in binary form must reproduce the above copyright notice, 500 this list of conditions and the following disclaimer in the documentation 501 and/or other materials provided with the distribution. 502 503* Neither the name of the Novell nor the names of its contributors may be used 504 to endorse or promote products derived from this software without specific 505 prior written permission. 506 507THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 508AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 509IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 510ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 511LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 512CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 513SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 514INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 515CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 516ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 517POSSIBILITY OF SUCH DAMAGE. 518 519 520@end verbatim 521 522@copyrightend 523