Copyright (c) 2011, 2012 The Chromium OS Authors. All rights reserved. 3: * Use of this source code is governed by a BSD-style license that can be 4: * found in the LICENSE file. Copyright (C) 2006 David Gibson, IBM Corporation. Licensed under BSD. Copyright (c) 2000, 2001 William L. Pitts Copyright (c) 2003-2013 Cavium Inc., Inc. Copyright (c) Orbacom Systems, Inc 4: * All rights reserved. 5: * 6: * Redistribution and use in source and binary forms are freely 7: * permitted provided that the above copyright notice and this 8: * paragraph and the following disclaimer are duplicated in all 9: * such forms. 10: * 11: * This software is provided "AS IS" and without any express or 12: * implied warranties, including, without limitation, the implied 13: * warranties of merchantability and fitness for a particular 14: * purpose. Copyright (c) 2003-2014 Cavium (support@cavium.com). All rights 3: * reserved. 4: * 5: * 6: * Redistribution and use in source and binary forms, with or without 7: * modification, are permitted provided that the following conditions are 8: * met: 9: * 10: * * Redistributions of source code must retain the above copyright 11: * notice, this list of conditions and the following disclaimer. 12: * 13: * * Redistributions in binary form must reproduce the above 14: * copyright notice, this list of conditions and the following 15: * disclaimer in the documentation and/or other materials provided 16: * with the distribution. 17: * 18: * * Neither the name of Cavium Inc. nor the names of 19: * its contributors may be used to endorse or promote products 20: * derived from this software without specific prior written 21: * permission. 22: * 23: * TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" 24: * AND WITH ALL FAULTS AND CAVIUM INC. MAKES NO PROMISES, REPRESENTATIONS 25: * OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH 26: * RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY 27: * REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT 28: * DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES 29: * OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR 30: * PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET 31: * POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT 32: * OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. Copyright (c) 2009, Brush Technology 5: * Copyright (c) 2012: 6: * Joe Hershberger, National Instruments, joe.hershberger@ni.com 7: * All rights reserved. 8: * 9: * The "inih" library is distributed under the following license, which is 10: * derived from and very similar to the 3-clause BSD license: 11: * 12: * Redistribution and use in source and binary forms, with or without 13: * modification, are permitted provided that the following conditions are met: 14: * * Redistributions of source code must retain the above copyright 15: * notice, this list of conditions and the following disclaimer. 16: * * Redistributions in binary form must reproduce the above copyright 17: * notice, this list of conditions and the following disclaimer in the 18: * documentation and/or other materials provided with the distribution. 19: * * Neither the name of Brush Technology nor the names of its contributors 20: * may be used to endorse or promote products derived from this software 21: * without specific prior written permission. 22: * 23: * THIS SOFTWARE IS PROVIDED BY BRUSH TECHNOLOGY ''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 BRUSH TECHNOLOGY 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 THIS 32: * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 2003-2008 Alan Stern 5: * Copyright (C) 2009 Samsung Electronics 6: * Author: Michal Nazarewicz 7: * All rights reserved. 8: * 9: * Redistribution and use in source and binary forms, with or without 10: * modification, are permitted provided that the following conditions 11: * are met: 12: * 1. Redistributions of source code must retain the above copyright 13: * notice, this list of conditions, and the following disclaimer, 14: * without modification. 15: * 2. Redistributions in binary form must reproduce the above copyright 16: * notice, this list of conditions and the following disclaimer in the 17: * documentation and/or other materials provided with the distribution. 18: * 3. The names of the above-listed copyright holders may not be used 19: * to endorse or promote products derived from this software without 20: * specific prior written permission. 21: * 22: * ALTERNATIVELY, this software may be distributed under the terms of the 23: * GNU General Public License ("GPL") as published by the Free Software 24: * Foundation, either version 2 of that License or (at your option) any 25: * later version. 26: * 27: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 28: * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 29: * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 30: * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 31: * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 32: * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 33: * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 34: * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 35: * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 36: * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 37: * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 2006, 2012 David Gibson, IBM Corporation. (C) Copyright 2007-2008 Semihalf 4: * 5: * libfdt is dual licensed: you can use it either under the terms of 6: * the GPL, or the BSD license, at your option. 7: * 8: * a) This library is free software; you can redistribute it and/or 9: * modify it under the terms of the GNU General Public License as 10: * published by the Free Software Foundation; either version 2 of the 11: * License, or (at your option) any later version. 12: * 13: * This library is distributed in the hope that it will be useful, 14: * but WITHOUT ANY WARRANTY; without even the implied warranty of 15: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16: * GNU General Public License for more details. 17: * 18: * You should have received a copy of the GNU General Public 19: * License along with this library; if not, write to the Free 20: * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 21: * MA 02110-1301 USA 22: * 23: * Alternatively, 24: * 25: * b) Redistribution and use in source and binary forms, with or 26: * without modification, are permitted provided that the following 27: * conditions are met: 28: * 29: * 1. Redistributions of source code must retain the above 30: * copyright notice, this list of conditions and the following 31: * disclaimer. 32: * 2. Redistributions in binary form must reproduce the above 33: * copyright notice, this list of conditions and the following 34: * disclaimer in the documentation and/or other materials 35: * provided with the distribution. 36: * 37: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 38: * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 39: * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 40: * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 41: * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 42: * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 43: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 44: * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 45: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 46: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 47: * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 48: * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 49: * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 1992, 1993 3: *The Regents of the University of California. 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: * 3. Neither the name of the University nor the names of its contributors 14: * may be used to endorse or promote products derived from this software 15: * without specific prior written permission. 16: * 17: * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 18: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20: * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 21: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26: * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27: * SUCH DAMAGE. 15: Copyright (C) 1996-2002 Julian R Seward. All rights reserved. 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. The origin of this software must not be misrepresented; you must 25: not claim that you wrote the original software. If you use this 26: software in a product, an acknowledgment in the product 27: documentation would be appreciated but is not required. 28: 29: 3. Altered source versions must be plainly marked as such, and must 30: not be misrepresented as being the original software. 31: 32: 4. The name of the author may not be used to endorse or promote 33: products derived from this software without specific prior written 34: permission. 35: 36: THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 37: OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 38: WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 39: ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 40: DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 41: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 42: GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 43: INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 44: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 45: NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 46: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 1995, 1996, 2001, 2002 3: * Erik Theisen. 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: * 3. The name of the author may not be used to endorse or promote products 14: * derived from this software without specific prior written permission 15: * 16: * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 17: * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 18: * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19: * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 20: * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21: * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22: * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23: * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25: * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.