Copyright (c) 2015-2016, Linaro Limited 4: * All rights reserved. 5: * 6: * Redistribution and use in source and binary forms, with or without 7: * modification, are permitted provided that the following conditions are met: 8: * 9: * 1. Redistributions of source code must retain the above copyright notice, 10: * this list of conditions and the following disclaimer. 11: * 12: * 2. Redistributions in binary form must reproduce the above copyright notice, 13: * this list of conditions and the following disclaimer in the documentation 14: * and/or other materials provided with the distribution. 15: * 16: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 17: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19: * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 20: * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21: * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22: * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23: * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24: * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26: * POSSIBILITY OF SUCH DAMAGE. Copyright(c) 2000 - 2015 Intel Corporation. All rights reserved. All rights reserved. 39: * Redistribution and use in source and binary forms, with or without 40: * modification, are permitted provided that the following conditions 41: * are met: 42: * 43: * * Redistributions of source code must retain the above copyright 44: * notice, this list of conditions and the following disclaimer. 45: * * Redistributions in binary form must reproduce the above copyright 46: * notice, this list of conditions and the following disclaimer in 47: * the documentation and/or other materials provided with the 48: * distribution. 49: * * Neither the name Intel Corporation nor the names of its 50: * contributors may be used to endorse or promote products derived 51: * from this software without specific prior written permission. 52: * 53: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 54: * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 55: * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 56: * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 57: * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 58: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 59: * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 60: * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 61: * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 62: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 63: * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2003-2006 QLogic Corporation QLogic Linux Networking HBA Driver 4: This program includes a device driver for Linux 2.6 that may be 5: distributed with QLogic hardware specific firmware binary file. 6: You may modify and redistribute the device driver code under the 7: GNU General Public License as published by the Free Software 8: Foundation (version 2 or a later version). 9: 10: You may redistribute the hardware specific firmware binary file 11: under the following terms: 12: 13: 1. Redistribution of source code (only if applicable), 14: must retain the above copyright notice, this list of 15: conditions and the following disclaimer. 16: 17: 2. Redistribution in binary form must reproduce the above 18: copyright notice, this list of conditions and the 19: following disclaimer in the documentation and/or other 20: materials provided with the distribution. 21: 22: 3. The name of QLogic Corporation may not be used to 23: endorse or promote products derived from this software 24: without specific prior written permission 25: 26: REGARDLESS OF WHAT LICENSING MECHANISM IS USED OR APPLICABLE, 27: THIS PROGRAM IS PROVIDED BY QLOGIC CORPORATION "AS IS'' AND ANY 28: EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 29: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 30: PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 31: BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 32: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 33: TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 35: ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 36: OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 37: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38: POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2003 Adaptec Inc. 691 S. Milpitas Blvd., Milpitas CA 95035 USA. All rights reserved. 472: * You are permitted to redistribute, use and modify this README file in whole 473: * or in part in conjunction with redistribution of software governed by the 474: * General Public License, provided that the following conditions are met: 475: * 1. Redistributions of README file must retain the above copyright 476: * notice, this list of conditions, and the following disclaimer, 477: * without modification. 478: * 2. The name of the author may not be used to endorse or promote products 479: * derived from this software without specific prior written permission. 480: * 3. Modifications or new contributions must be attributed in a copyright 481: * notice identifying the author ("Contributor") and added below the 482: * original copyright notice. The copyright notice is for purposes of 483: * identifying contributors and should not be deemed as permission to alter 484: * the permissions given by Adaptec. 485: * 486: * THIS README FILE IS PROVIDED BY ADAPTEC AND CONTRIBUTORS ``AS IS'' AND 487: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, ANY 488: * WARRANTIES OF NON-INFRINGEMENT OR THE IMPLIED WARRANTIES OF MERCHANTABILITY 489: * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 490: * ADAPTEC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 491: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 492: * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 493: * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 494: * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 495: * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS README 496: * FILE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright 2015 Annapurna Labs Ltd. 3: * 4: * This program is free software; you can redistribute it and/or modify it 5: * under the terms and conditions of the GNU General Public License, 6: * version 2, as published by the Free Software Foundation. 7: * 8: * Alternatively, redistribution and use in source and binary forms, with or 9: * without modification, are permitted provided that the following conditions 10: * are met: 11: * 12: * * Redistributions of source code must retain the above copyright notice, 13: * this list of conditions and the following disclaimer. 14: * 15: * * Redistributions in binary form must reproduce the above copyright 16: * notice, this list of conditions and the following disclaimer in 17: * the documentation and/or other materials provided with the 18: * distribution. 19: * 20: * This program is distributed in the hope it will be useful, but WITHOUT 21: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 23: * more details. Copyright(c) 2003-2015 Broadcom Corporation. All rights reserved. 6: * Redistribution and use in source and binary forms, with or without 7: * modification, are permitted provided that the following conditions 8: * are met: 9: * 10: * * Redistributions of source code must retain the above copyright 11: * notice, this list of conditions and the following disclaimer. 12: * * Redistributions in binary form must reproduce the above copyright 13: * notice, this list of conditions and the following disclaimer in 14: * the documentation and/or other materials provided with the 15: * distribution. 16: * * Neither the name of Broadcom Corporation nor the names of its 17: * contributors may be used to endorse or promote products derived 18: * from this software without specific prior written permission. 19: * 20: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21: * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 22: * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 23: * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24: * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 25: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 26: * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27: * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28: * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 30: * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2004-2012, Analog Devices, Inc. All rights reserved. 5: Redistribution and use in source and binary forms, with or without 6: modification, are permitted (subject to the limitations in the 7: disclaimer below) provided that the following conditions are met: 8: 9: * Redistributions of source code must retain the above copyright 10: notice, this list of conditions and the following disclaimer. 11: 12: * Redistributions in binary form must reproduce the above copyright 13: notice, this list of conditions and the following disclaimer in the 14: documentation and/or other materials provided with the 15: distribution. 16: 17: * Neither the name of Analog Devices, Inc. nor the names of its 18: contributors may be used to endorse or promote products derived 19: from this software without specific prior written permission. 20: 21: NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE 22: GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT 23: HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 24: WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 25: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 27: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29: SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 30: BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 31: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 32: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 33: IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 1994-2005 Axis Communications. All rights reserved. 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: 9: 1. Redistributions of source code must retain the above copyright 10: notice, this list of conditions and the following disclaimer. 11: 12: 2. Neither the name of Axis Communications nor the names of its 13: contributors may be used to endorse or promote products derived 14: from this software without specific prior written permission. 15: 16: THIS SOFTWARE IS PROVIDED BY AXIS COMMUNICATIONS AND ITS CONTRIBUTORS 17: ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 18: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 19: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL AXIS 20: COMMUNICATIONS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 21: INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22: (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 23: SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 25: STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 26: IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27: POSSIBILITY OF SUCH DAMAGE. Copyright Roman Zippel, 1997. All rights reserved. Copyright (c) 1995 Ted Lemon (hereinafter referred to as the author) Copyright (C) 2014, Stephan Mueller Copyright (c) 2003 by Clemens Ladisch All rights reserved. 6: * Redistribution and use in source and binary forms, with or without 7: * modification, are permitted provided that the following conditions 8: * are met: 9: * 1. Redistributions of source code must retain the above copyright 10: * notice, and the entire permission notice in its entirety, 11: * including the disclaimer of warranties. 12: * 2. Redistributions in binary form must reproduce the above copyright 13: * notice, this list of conditions and the following disclaimer in the 14: * documentation and/or other materials provided with the distribution. 15: * 3. The name of the author may not be used to endorse or promote 16: * products derived from this software without specific prior 17: * written permission. 18: * 19: * ALTERNATIVELY, this product may be distributed under the terms of 20: * the GNU General Public License, in which case the provisions of the GPL are 21: * required INSTEAD OF the above restrictions. (This clause is 22: * necessary due to a potential bad interaction between the GPL and 23: * the restrictions contained in a BSD-style copyright.) 24: * 25: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 26: * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 27: * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 28: * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 29: * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 30: * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 31: * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 33: * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 34: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 35: * OF THE POSSIBILITY OF SUCH DAMAGE. Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). All rights reserved. Copyright (c) 2005 IBM Corporation Joachim Fenkes Heiko J Schick Copyright (c) 1999-2005, Mellanox Technologies Ltd. All rights reserved. Copyright (c) 2004, 2005 Infinicon Corporation. All rights reserved. Copyright (c) 2004, 2005 Intel Corporation. All rights reserved. Copyright (c) 2004, 2005 Topspin Corporation. All rights reserved. Copyright (c) 2004-2007 Voltaire Corporation. All rights reserved. Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. Copyright (c) 2003-2015 Chelsio, Inc. All rights reserved. Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved. Copyright (c) 2005 Ammasso, Inc. All rights reserved. Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved. Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved. Copyright (c) 2006, 2007, 2009 Oracle. All rights reserved. Copyright (c) 2002 - 2011 Tony Finch 5: * This software is available to you under a choice of one of two 6: * licenses. You may choose to be licensed under the terms of the GNU 7: * General Public License (GPL) Version 2, available from the file 8: * COPYING in the main directory of this source tree, or the NetLogic 9: * license below: 10: * 11: * Redistribution and use in source and binary forms, with or without 12: * modification, are permitted provided that the following conditions 13: * are met: 14: * 15: * 1. Redistributions of source code must retain the above copyright 16: * notice, this list of conditions and the following disclaimer. 17: * 2. Redistributions in binary form must reproduce the above copyright 18: * notice, this list of conditions and the following disclaimer in 19: * the documentation and/or other materials provided with the 20: * distribution. 21: * 22: * THIS SOFTWARE IS PROVIDED BY NETLOGIC ``AS IS'' AND ANY EXPRESS OR 23: * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 24: * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25: * ARE DISCLAIMED. IN NO EVENT SHALL NETLOGIC OR CONTRIBUTORS BE LIABLE 26: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27: * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28: * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 29: * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 30: * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 31: * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 32: * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright 2008 - 2014 Freescale Semiconductor, Inc. 6: * Redistribution and use in source and binary forms, with or without 7: * modification, are permitted provided that the following conditions are met: 8: * * Redistributions of source code must retain the above copyright 9: * notice, this list of conditions and the following disclaimer. 10: * * 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: * * Neither the name of Freescale Semiconductor nor the 14: * names of its contributors may be used to endorse or promote products 15: * derived from this software without specific prior written permission. 16: * 17: * 18: * ALTERNATIVELY, this software may be distributed under the terms of the 19: * GNU General Public License ("GPL") as published by the Free Software 20: * Foundation, either version 2 of that License or (at your option) any 21: * later version. 22: * 23: * This software is provided by Freescale Semiconductor "as is" and any 24: * express or implied warranties, including, but not limited to, the implied 25: * warranties of merchantability and fitness for a particular purpose are 26: * disclaimed. In no event shall Freescale Semiconductor be liable for any 27: * direct, indirect, incidental, special, exemplary, or consequential damages 28: * (including, but not limited to, procurement of substitute goods or services; 29: * loss of use, data, or profits; or business interruption) however caused and 30: * on any theory of liability, whether in contract, strict liability, or tort 31: * (including negligence or otherwise) arising in any way out of the use of 32: * this software, even if advised of the possibility of such damage. Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan (Royal Institute of Technology, Stockholm, Sweden). Copyright (C) 2009 Red Hat, Inc. All rights reserved. Copyright (c) 2001-2007, 2012-2015, Ericsson AB Copyright (c) 2004-2008, 2010-2013, Wind River Systems 17: * Redistribution and use in source and binary forms, with or without 18: * modification, are permitted provided that the following conditions 19: * are met: 20: * 21: * 1. Redistributions of source code must retain the above copyright 22: * notice, this list of conditions and the following disclaimer. 23: * 24: * 2. Redistributions in binary form must reproduce the above copyright 25: * notice, this list of conditions and the following disclaimer in the 26: * documentation and/or other materials provided with the distribution. 27: * 28: * 3. Neither the name of the Institute nor the names of its contributors 29: * may be used to endorse or promote products derived from this software 30: * without specific prior written permission. 31: * 32: * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 33: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 34: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 35: * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 36: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 37: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 38: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 39: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 40: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41: * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 42: * SUCH DAMAGE. Copyright(c) 2013 OpenVPN Technologies, Inc. All rights reserved. 35: * Redistribution and use in source and binary forms, with or without 36: * modification, are permitted provided that the following conditions 37: * are met: 38: * 39: * * Redistributions of source code must retain the above copyright 40: * notice, this list of conditions and the following disclaimer. 41: * * Redistributions in binary form must reproduce the above copyright 42: * notice, this list of conditions and the following disclaimer in 43: * the documentation and/or other materials provided with the 44: * distribution. 45: * * Neither the name of OpenVPN Technologies nor the names of its 46: * contributors may be used to endorse or promote products derived 47: * from this software without specific prior written permission. 48: * 49: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 50: * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 51: * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 52: * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 53: * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 54: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 55: * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 56: * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 57: * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 58: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 59: * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 2009-2011 Texas Instruments, Inc. All rights reserved. 11: * Redistribution and use in source and binary forms, with or without 12: * modification, are permitted provided that the following conditions 13: * are met: 14: * 15: * * Redistributions of source code must retain the above copyright 16: * notice, this list of conditions and the following disclaimer. 17: * 18: * * Redistributions in binary form must reproduce the above copyright 19: * notice, this list of conditions and the following disclaimer in the 20: * documentation and/or other materials provided with the distribution. 21: * 22: * * Neither the name of Texas Instruments Incorporated nor the names of 23: * its contributors may be used to endorse or promote products derived 24: * from this software without specific prior written permission. 25: * 26: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 27: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 28: * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 29: * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 30: * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 31: * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 32: * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 33: * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 34: * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 35: * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 36: * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright © 2005 Agere Systems Inc. All rights reserved. 3: * http://www.agere.com 4: * 5: * SOFTWARE LICENSE 6: * 7: * This software is provided subject to the following terms and conditions, 8: * which you should read carefully before using the software. Using this 9: * software indicates your acceptance of these terms and conditions. If you do 10: * not agree with these terms and conditions, do not use the software. 11: * 12: * Copyright © 2005 Agere Systems Inc. 13: * All rights reserved. 14: * 15: * Redistribution and use in source or binary forms, with or without 16: * modifications, are permitted provided that the following conditions are met: 17: * 18: * . Redistributions of source code must retain the above copyright notice, this 19: * list of conditions and the following Disclaimer as comments in the code as 20: * well as in the documentation and/or other materials provided with the 21: * distribution. 22: * 23: * . Redistributions in binary form must reproduce the above copyright notice, 24: * this list of conditions and the following Disclaimer in the documentation 25: * and/or other materials provided with the distribution. 26: * 27: * . Neither the name of Agere Systems Inc. nor the names of the contributors 28: * may be used to endorse or promote products derived from this software 29: * without specific prior written permission. 30: * 31: * Disclaimer 32: * 33: * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 34: * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 35: * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 36: * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN 37: * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY 38: * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 39: * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 40: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 41: * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT 42: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 43: * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 44: * DAMAGE. Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reserved. 62: * Redistribution and use in source and binary forms, with or without 63: * modification, are permitted provided that the following conditions are met: 64: * * Redistributions of source code must retain the above copyright 65: * notice, this list of conditions and the following disclaimer. 66: * * Redistributions in binary form must reproduce the above copyright 67: * notice, this list of conditions and the following disclaimer in the 68: * documentation and/or other materials provided with the distribution. 69: * * Neither the name of Advanced Micro Devices, Inc. nor the 70: * names of its contributors may be used to endorse or promote products 71: * derived from this software without specific prior written permission. 72: * 73: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 74: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 75: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 76: * ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY 77: * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 78: * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 79: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 80: * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 81: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 82: * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 1994-2001 Justin T. Gibbs. Copyright (c) 2000-2001 Adaptec Inc. All rights reserved. 8: * Redistribution and use in source and binary forms, with or without 9: * modification, are permitted provided that the following conditions 10: * are met: 11: * 1. Redistributions of source code must retain the above copyright 12: * notice, this list of conditions, and the following disclaimer, 13: * without modification. 14: * 2. Redistributions in binary form must reproduce at minimum a disclaimer 15: * substantially similar to the "NO WARRANTY" disclaimer below 16: * ("Disclaimer") and any redistribution must be conditioned upon 17: * including a substantially similar Disclaimer requirement for further 18: * binary redistribution. 19: * 3. Neither the names of the above-listed copyright holders nor the names 20: * of any contributors may be used to endorse or promote products derived 21: * from this software without specific prior written permission. 22: * 23: * Alternatively, this software may be distributed under the terms of the 24: * GNU General Public License ("GPL") version 2 as published by the Free 25: * Software Foundation. 26: * 27: * NO WARRANTY 28: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 29: * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 30: * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR 31: * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 32: * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 34: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 35: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 36: * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 37: * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38: * POSSIBILITY OF SUCH DAMAGES.