1*4162Skupfer * Copyright (c) 1995-1999 by Internet Software Consortium. 2*4162Skupfer * 3*4162Skupfer * Permission to use, copy, modify, and distribute this software for any 4*4162Skupfer * purpose with or without fee is hereby granted, provided that the above 5*4162Skupfer * copyright notice and this permission notice appear in all copies. 6*4162Skupfer * 7*4162Skupfer * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 8*4162Skupfer * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 9*4162Skupfer * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 10*4162Skupfer * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 11*4162Skupfer * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 12*4162Skupfer * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 13*4162Skupfer * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14*4162Skupfer * SOFTWARE. 15*4162Skupfer 16*4162Skupfer * Portions Copyright (c) 1995 by International Business Machines, Inc. 17*4162Skupfer * 18*4162Skupfer * International Business Machines, Inc. (hereinafter called IBM) grants 19*4162Skupfer * permission under its copyrights to use, copy, modify, and distribute this 20*4162Skupfer * Software with or without fee, provided that the above copyright notice and 21*4162Skupfer * all paragraphs of this notice appear in all copies, and that the name of IBM 22*4162Skupfer * not be used in connection with the marketing of any product incorporating 23*4162Skupfer * the Software or modifications thereof, without specific, written prior 24*4162Skupfer * permission. 25*4162Skupfer * 26*4162Skupfer * To the extent it has a right to do so, IBM grants an immunity from suit 27*4162Skupfer * under its patents, if any, for the use, sale or manufacture of products to 28*4162Skupfer * the extent that such products are used for performing Domain Name System 29*4162Skupfer * dynamic updates in TCP/IP networks by means of the Software. No immunity is 30*4162Skupfer * granted for any product per se or for any other function of any product. 31*4162Skupfer * 32*4162Skupfer * THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, 33*4162Skupfer * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 34*4162Skupfer * PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, 35*4162Skupfer * DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING 36*4162Skupfer * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN 37*4162Skupfer * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. 38*4162Skupfer 39*4162Skupfer * Portions Copyright (c) 1993 by Digital Equipment Corporation. 40*4162Skupfer * 41*4162Skupfer * Permission to use, copy, modify, and distribute this software for any 42*4162Skupfer * purpose with or without fee is hereby granted, provided that the above 43*4162Skupfer * copyright notice and this permission notice appear in all copies, and that 44*4162Skupfer * the name of Digital Equipment Corporation not be used in advertising or 45*4162Skupfer * publicity pertaining to distribution of the document or software without 46*4162Skupfer * specific, written prior permission. 47*4162Skupfer * 48*4162Skupfer * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL 49*4162Skupfer * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 50*4162Skupfer * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT 51*4162Skupfer * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 52*4162Skupfer * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 53*4162Skupfer * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 54*4162Skupfer * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 55*4162Skupfer * SOFTWARE. 56*4162Skupfer 57*4162Skupfer * Copyright (c) 1983, 1990, 1993 58*4162Skupfer * The Regents of the University of California. All rights reserved. 59*4162Skupfer * 60*4162Skupfer * Redistribution and use in source and binary forms, with or without 61*4162Skupfer * modification, are permitted provided that the following conditions 62*4162Skupfer * are met: 63*4162Skupfer * 1. Redistributions of source code must retain the above copyright 64*4162Skupfer * notice, this list of conditions and the following disclaimer. 65*4162Skupfer * 2. Redistributions in binary form must reproduce the above copyright 66*4162Skupfer * notice, this list of conditions and the following disclaimer in the 67*4162Skupfer * documentation and/or other materials provided with the distribution. 68*4162Skupfer * 3. All advertising materials mentioning features or use of this software 69*4162Skupfer * must display the following acknowledgement: 70*4162Skupfer * This product includes software developed by the University of 71*4162Skupfer * California, Berkeley and its contributors. 72*4162Skupfer * 4. Neither the name of the University nor the names of its contributors 73*4162Skupfer * may be used to endorse or promote products derived from this software 74*4162Skupfer * without specific prior written permission. 75*4162Skupfer * 76*4162Skupfer * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 77*4162Skupfer * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 78*4162Skupfer * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 79*4162Skupfer * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 80*4162Skupfer * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 81*4162Skupfer * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 82*4162Skupfer * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 83*4162Skupfer * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 84*4162Skupfer * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 85*4162Skupfer * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 86*4162Skupfer * SUCH DAMAGE. 87*4162Skupfer 88*4162Skupfer/* Copyright (C) RSA Data Security, Inc. created 1986-1987, 1990, 89*4162Skupfer 1992-1994, 1996. This is an 90*4162Skupfer unpublished work protected as such under copyright law. This work 91*4162Skupfer contains proprietary, confidential, and trade secret information of 92*4162Skupfer RSA Data Security, Inc. Use, disclosure or reproduction without the 93*4162Skupfer express written authorization of RSA Data Security, Inc. is 94*4162Skupfer prohibited. 95*4162Skupfer */ 96*4162Skupfer 97*4162Skupfer DNSSAFE LICENSE TERMS 98*4162Skupfer 99*4162Skupfer This BIND software includes the DNSsafe software from RSA Data 100*4162Skupfer Security, Inc., which is copyrighted software that can only be 101*4162Skupfer distributed under the terms of this license agreement. 102*4162Skupfer 103*4162Skupfer The DNSsafe software cannot be used or distributed separately from the 104*4162Skupfer BIND software. You only have the right to use it or distribute it as 105*4162Skupfer a bundled, integrated product. 106*4162Skupfer 107*4162Skupfer The DNSsafe software can ONLY be used to provide authentication for 108*4162Skupfer resource records in the Domain Name System, as specified in RFC 2065 109*4162Skupfer and successors. You cannot modify the BIND software to use the 110*4162Skupfer DNSsafe software for other purposes, or to make its cryptographic 111*4162Skupfer functions available to end-users for other uses. 112*4162Skupfer 113*4162Skupfer If you modify the DNSsafe software itself, you cannot modify its 114*4162Skupfer documented API, and you must grant RSA Data Security the right to use, 115*4162Skupfer modify, and distribute your modifications, including the right to use 116*4162Skupfer any patents or other intellectual property that your modifications 117*4162Skupfer depend upon. 118*4162Skupfer 119*4162Skupfer You must not remove, alter, or destroy any of RSA's copyright notices 120*4162Skupfer or license information. When distributing the software to the Federal 121*4162Skupfer Government, it must be licensed to them as "commercial computer 122*4162Skupfer software" protected under 48 CFR 12.212 of the FAR, or 48 CFR 123*4162Skupfer 227.7202.1 of the DFARS. 124*4162Skupfer 125*4162Skupfer You must not violate United States export control laws by distributing 126*4162Skupfer the DNSsafe software or information about it, when such distribution 127*4162Skupfer is prohibited by law. 128*4162Skupfer 129*4162Skupfer THE DNSSAFE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY 130*4162Skupfer WHATSOEVER. RSA HAS NO OBLIGATION TO SUPPORT, CORRECT, UPDATE OR 131*4162Skupfer MAINTAIN THE RSA SOFTWARE. RSA DISCLAIMS ALL WARRANTIES, EXPRESS, 132*4162Skupfer IMPLIED OR STATUTORY, AS TO ANY MATTER WHATSOEVER, INCLUDING ALL 133*4162Skupfer IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 134*4162Skupfer PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS. 135*4162Skupfer 136*4162Skupfer If you desire to use DNSsafe in ways that these terms do not permit, 137*4162Skupfer please contact RSA Data Security, Inc., 100 Marine Parkway, Redwood 138*4162Skupfer City, California 94065, USA, to discuss alternate licensing 139*4162Skupfer arrangements. 140*4162Skupfer 141*4162Skupfer * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. 142*4162Skupfer * 143*4162Skupfer * Permission to use, copy modify, and distribute this software for any 144*4162Skupfer * purpose with or without fee is hereby granted, provided that the above 145*4162Skupfer * copyright notice and this permission notice appear in all copies. 146*4162Skupfer * 147*4162Skupfer * THE SOFTWARE IS PROVIDED "AS IS" AND TRUSTED INFORMATION SYSTEMS 148*4162Skupfer * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL 149*4162Skupfer * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 150*4162Skupfer * TRUSTED INFORMATION SYSTEMS BE LIABLE FOR ANY SPECIAL, DIRECT, 151*4162Skupfer * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 152*4162Skupfer * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 153*4162Skupfer * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 154*4162Skupfer * WITH THE USE OR PERFORMANCE OF THE SOFTWARE. 155*4162Skupfer 156*4162Skupfer * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 157*4162Skupfer * All rights reserved. 158*4162Skupfer * 159*4162Skupfer * Redistribution and use in source and binary forms, with or without 160*4162Skupfer * modification, are permitted provided that the following conditions 161*4162Skupfer * are met: 162*4162Skupfer * 1. Redistributions of source code must retain the above copyright 163*4162Skupfer * notice, this list of conditions and the following disclaimer. 164*4162Skupfer * 2. Redistributions in binary form must reproduce the above copyright 165*4162Skupfer * notice, this list of conditions and the following disclaimer in the 166*4162Skupfer * documentation and/or other materials provided with the distribution. 167*4162Skupfer * 3. All advertising materials mentioning features or use of this software 168*4162Skupfer * must display the following acknowledgement: 169*4162Skupfer * This product includes software developed by WIDE Project and 170*4162Skupfer * its contributors. 171*4162Skupfer * 4. Neither the name of the project nor the names of its contributors 172*4162Skupfer * may be used to endorse or promote products derived from this software 173*4162Skupfer * without specific prior written permission. 174*4162Skupfer * 175*4162Skupfer * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 176*4162Skupfer * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 177*4162Skupfer * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 178*4162Skupfer * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 179*4162Skupfer * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 180*4162Skupfer * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 181*4162Skupfer * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 182*4162Skupfer * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 183*4162Skupfer * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 184*4162Skupfer * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 185*4162Skupfer * SUCH DAMAGE. 186