1 dhcpcd - DHCP client daemon 2 Copyright (c) 2006-2015 Roy Marples <roy (a] marples.name> 3 All rights reserved 4 5 Redistribution and use in source and binary forms, with or without 6 modification, are permitted provided that the following conditions 7 are met: 8 1. Redistributions of source code must retain the above copyright 9 notice, this list of conditions and the following disclaimer. 10 2. Redistributions in binary form must reproduce the above copyright 11 notice, this list of conditions and the following disclaimer in the 12 documentation and/or other materials provided with the distribution. 13 14 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 SUCH DAMAGE. 25 26 27 28 dhcp_bpf_filter taken from bpf.c in dhcp-3.1.0 29 30 Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") 31 Copyright (c) 1996-2003 by Internet Software Consortium 32 33 Permission to use, copy, modify, and distribute this software for any 34 purpose with or without fee is hereby granted, provided that the above 35 copyright notice and this permission notice appear in all copies. 36 37 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 38 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 39 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 40 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 41 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 42 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 43 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 44 45 Internet Systems Consortium, Inc. 46 950 Charter Street 47 Redwood City, CA 94063 48 <info (a] isc.org> 49 http://www.isc.org/ 50 51 52 53 $NetBSD: queue.h,v 1.65 2013/12/25 17:19:34 christos Exp $ 54 55 Copyright (c) 1991, 1993 56 The Regents of the University of California. All rights reserved. 57 58 Redistribution and use in source and binary forms, with or without 59 modification, are permitted provided that the following conditions 60 are met: 61 1. Redistributions of source code must retain the above copyright 62 notice, this list of conditions and the following disclaimer. 63 2. Redistributions in binary form must reproduce the above copyright 64 notice, this list of conditions and the following disclaimer in the 65 documentation and/or other materials provided with the distribution. 66 3. Neither the name of the University nor the names of its contributors 67 may be used to endorse or promote products derived from this software 68 without specific prior written permission. 69 70 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 71 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 72 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 73 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 74 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 75 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 76 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 77 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 78 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 79 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 80 SUCH DAMAGE. 81 82 @(#)queue.h 8.5 (Berkeley) 8/20/94 83 84 85 86 compat/arc4random_uniform.c, compat/arc4random_uniform.h 87 Copyright (c) 2008, Damien Miller <djm (a] openbsd.org> 88 89 Permission to use, copy, modify, and distribute this software for any 90 purpose with or without fee is hereby granted, provided that the above 91 copyright notice and this permission notice appear in all copies. 92 93 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 94 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 95 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 96 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 97 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 98 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 99 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 100 101 102 103 Arc4 random number generator for OpenBSD. 104 Copyright 1996 David Mazieres <dm (a] lcs.mit.edu>. 105 106 Modification and redistribution in source and binary forms is 107 permitted provided that due credit is given to the author and the 108 OpenBSD project by leaving this copyright notice intact. 109 110 111 112 crypt/sha256.c, crypt/sha256.h 113 Copyright 2005 Colin Percival 114 All rights reserved. 115 116 Redistribution and use in source and binary forms, with or without 117 modification, are permitted provided that the following conditions 118 are met: 119 1. Redistributions of source code must retain the above copyright 120 notice, this list of conditions and the following disclaimer. 121 2. Redistributions in binary form must reproduce the above copyright 122 notice, this list of conditions and the following disclaimer in the 123 documentation and/or other materials provided with the distribution. 124 125 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 126 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 127 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 128 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 129 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 130 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 131 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 132 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 133 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 134 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 135 SUCH DAMAGE. 136 137