Copyright (c) 1992-2013 The University of Tennessee and The University 23: of Tennessee Research Foundation. All rights 24: reserved. 25: Copyright (c) 2000-2013 The University of California Berkeley. All 26: rights reserved. 27: Copyright (c) 2006-2013 The University of Colorado Denver. All rights 28: reserved. 29: 30: $COPYRIGHT$ 31: 32: Additional copyrights may follow 33: 34: $HEADER$ 35: 36: Redistribution and use in source and binary forms, with or without 37: modification, are permitted provided that the following conditions are 38: met: 39: 40: - Redistributions of source code must retain the above copyright 41: notice, this list of conditions and the following disclaimer. 42: 43: - Redistributions in binary form must reproduce the above copyright 44: notice, this list of conditions and the following disclaimer listed 45: in this license in the documentation and/or other materials 46: provided with the distribution. 47: 48: - Neither the name of the copyright holders nor the names of its 49: contributors may be used to endorse or promote products derived from 50: this software without specific prior written permission. 51: 52: The copyright holders provide no reassurances that the source code 53: provided does not infringe any patent, copyright, or any other 54: intellectual property rights of third parties. The copyright holders 55: disclaim any liability to any recipient for claims brought against 56: recipient by any third party for infringement of that parties 57: intellectual property rights. 58: 59: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 60: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 61: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 62: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 63: OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 64: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 65: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 66: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 67: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 68: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 69: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2003-2010 Mark Borgerding 21: // 22: // All rights reserved. 23: // 24: // Redistribution and use in source and binary forms, with or without modification, 25: // are permitted provided that the following conditions are met: 26: // 27: // * Redistributions of source code must retain the above copyright notice, 28: // this list of conditions and the following disclaimer. 29: // 30: // * Redistributions in binary form must reproduce the above copyright notice, 31: // this list of conditions and the following disclaimer in the documentation 32: // and/or other materials provided with the distribution. 33: // 34: // * Neither the author nor the names of any contributors may be used to 35: // endorse or promote products derived from this software without specific 36: // prior written permission. 37: // 38: // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 39: // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 40: // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 41: // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 42: // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 43: // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 44: // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 45: // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 46: // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 47: // OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 48: // EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2003, The Regents of the University of California, through 21: // Lawrence Berkeley National Laboratory (subject to receipt of any required 22: // approvals from U.S. Dept. of Energy) 23: // 24: // All rights reserved. 25: // 26: // Redistribution and use in source and binary forms, with or without 27: // modification, are permitted provided that the following conditions are met: 28: // 29: // (1) Redistributions of source code must retain the above copyright notice, 30: // this list of conditions and the following disclaimer. 31: // (2) Redistributions in binary form must reproduce the above copyright notice, 32: // this list of conditions and the following disclaimer in the documentation 33: // and/or other materials provided with the distribution. 34: // (3) Neither the name of Lawrence Berkeley National Laboratory, U.S. Dept. of 35: // Energy nor the names of its contributors may be used to endorse or promote 36: // products derived from this software without specific prior written permission. 37: // 38: // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 39: // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 40: // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 41: // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 42: // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 43: // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 44: // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 45: // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 46: // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 47: // OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 48: // EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.