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