1 Copyright (C) Internet Systems Consortium, Inc. ("ISC") 2 3 SPDX-License-Identifier: MPL-2.0 AND ISC 4 5 This Source Code Form is subject to the terms of the Mozilla Public 6 License, v. 2.0. If a copy of the MPL was not distributed with this 7 file, you can obtain one at https://mozilla.org/MPL/2.0/. 8 9 See the COPYRIGHT file distributed with this work for additional 10 information regarding copyright ownership. 11 12 Copyright (C) 2009-2015 Red Hat 13 14 Permission to use, copy, modify, and/or distribute this software for any 15 purpose with or without fee is hereby granted, provided that the above 16 copyright notice and this permission notice appear in all copies. 17 18 THE SOFTWARE IS PROVIDED "AS IS" AND AUTHORS DISCLAIMS ALL WARRANTIES WITH 19 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 20 AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 21 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 22 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 23 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 24 PERFORMANCE OF THIS SOFTWARE. 25 26 This sample driver is based on bind-dyndb-ldap project and small portions 27 of code from ISC BIND 9.10. 28 29 Authors listed in alphabetical order: 30 Adam Tkac <atkac (a] redhat.com> 31 Jiri Kuncar <jkuncar (a] redhat.com> 32 Martin Nagy <mnagy (a] redhat.com> 33 Petr Spacek <pspacek (a] redhat.com> 34