1Copyright (c) 2007-2017 Intel Corporation 2 3Permission is hereby granted, free of charge, to any person obtaining a 4copy of this software and associated documentation files (the 5"Software"), to deal in the Software without restriction, including 6without limitation the rights to use, copy, modify, merge, publish, 7distribute, sublicense, and/or sell copies of the Software, and to 8permit persons to whom the Software is furnished to do so, subject to 9the following conditions: 10 11The above copyright notice and this permission notice shall be included 12in all copies or substantial portions of the Software. 13 14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 18CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 19TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 20SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 22 23Copyright (c) 2010, The WebM Project authors. All rights reserved. 24 25Redistribution and use in source and binary forms, with or without 26modification, are permitted provided that the following conditions are 27met: 28 29 * Redistributions of source code must retain the above copyright 30 notice, this list of conditions and the following disclaimer. 31 32 * Redistributions in binary form must reproduce the above copyright 33 notice, this list of conditions and the following disclaimer in 34 the documentation and/or other materials provided with the 35 distribution. 36 37 * Neither the name of Google, nor the WebM Project, nor the names 38 of its contributors may be used to endorse or promote products 39 derived from this software without specific prior written 40 permission. 41 42THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 43"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 44LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 45A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 46HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 47SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 48LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 49DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 50THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 51(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 52OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 53 54 55Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 56Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. 57Copyright (c) 2008 Red Hat Inc. 58Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA 59Copyright (c) 2007-2008 Intel Corporation 60Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. 61Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. 62Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA. 63Copyright © 2014 NVIDIA Corporation 64Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 65Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, Texas. 66Copyright © 2007 Red Hat Inc. 67Copyright © 2007-2012 Intel Corporation 68Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA 69Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 70Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. 71Sun Apr 18 09:35:45 1999 by faith@precisioninsight.com 72Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 73Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, Texas. 74Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 75 76Permission is hereby granted, free of charge, to any person obtaining a 77copy of this software and associated documentation files (the 78"Software"), to deal in the Software without restriction, including 79without limitation the rights to use, copy, modify, merge, publish, 80distribute, sublicense, and/or sell copies of the Software, and to 81permit persons to whom the Software is furnished to do so, subject to 82the following conditions: 83 84The above copyright notice and this permission notice shall be included 85in all copies or substantial portions of the Software. 86 87THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 88OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 89MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 90IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 91CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 92TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 93SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 94 95 96Copyright 2008, Google Inc. 97All rights reserved. 98 99Redistribution and use in source and binary forms, with or without 100modification, are permitted provided that the following conditions are 101met: 102 103 * Redistributions of source code must retain the above copyright 104notice, this list of conditions and the following disclaimer. 105 * Redistributions in binary form must reproduce the above 106copyright notice, this list of conditions and the following disclaimer 107in the documentation and/or other materials provided with the 108distribution. 109 * Neither the name of Google Inc. nor the names of its 110contributors may be used to endorse or promote products derived from 111this software without specific prior written permission. 112 113THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 114"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 115LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 116A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 117OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 118SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 119LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 120DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 121THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 122(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 123OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 124 125--- 126 127The 2-Clause BSD License 128 129Redistribution and use in source and binary forms, with or without 130modification, are permitted provided that the following conditions 131are met: 132 1331. Redistributions of source code must retain the above copyright 134 notice, this list of conditions and the following disclaimer. 135 1362. Redistributions in binary form must reproduce the above copyright 137 notice, this list of conditions and the following disclaimer in 138 the documentation and/or other materials provided with the 139 distribution. 140 141THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 142"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 143LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 144FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 145COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 146INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 147BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 148LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 149CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 150LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 151ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 152POSSIBILITY OF SUCH DAMAGE. 153 154--- 155 156Permission is hereby granted, free of charge, to any person obtaining a 157copy of this software and associated documentation files (the "Software"), 158to deal in the Software without restriction, including without limitation 159the rights to use, copy, modify, merge, publish, distribute, sublicense, 160and/or sell copies of the Software, and to permit persons to whom the 161Software is furnished to do so, subject to the following conditions: 162 163The above copyright notice and this permission notice (including the next 164paragraph) shall be included in all copies or substantial portions of the 165Software. 166 167THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 168IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 169FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 170THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 171LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 172OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 173SOFTWARE. 174 175 Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 176 2013, 2014 by Internet Systems Consortium, Inc. ("ISC") 177 Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 178 2002, 2003 by The Internet Software Consortium and Rich Salz 179 180This code is derived from software contributed to the Internet Software 181Consortium by Rich Salz. 182 183Permission to use, copy, modify, and distribute this software for any 184purpose with or without fee is hereby granted, provided that the above 185copyright notice and this permission notice appear in all copies. 186 187THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 188REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 189MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY 190SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 191WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 192ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 193OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 194 195--- 196 197Permission is hereby granted, free of charge, to any person obtaining a 198copy of this software and associated documentation files (the 199"Software"), to deal in the Software without restriction, including 200without limitation the rights to use, copy, modify, merge, publish, 201distribute, sub license, and/or sell copies of the Software, and to 202permit persons to whom the Software is furnished to do so, subject to 203the following conditions: 204 205THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 206IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 207FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 208THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, 209DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 210OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 211USE OR OTHER DEALINGS IN THE SOFTWARE. 212 213The above copyright notice and this permission notice (including the 214next paragraph) shall be included in all copies or substantial portions 215of the Software. 216 217