AnilKumar Chimata | dbd4b57 | 2019-06-20 11:56:14 +0530 | [diff] [blame] | 1 | |
| 2 | Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch> |
| 3 | 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 project 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 PROJECT 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 PROJECT 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. |
| 28 | |
| 29 | |
| 30 | |
| 31 | Copyright (C) 2017 The Android Open Source Project |
| 32 | |
| 33 | Permission is hereby granted, free of charge, to any person |
| 34 | obtaining a copy of this software and associated documentation |
| 35 | files (the "Software"), to deal in the Software without |
| 36 | restriction, including without limitation the rights to use, copy, |
| 37 | modify, merge, publish, distribute, sublicense, and/or sell copies |
| 38 | of the Software, and to permit persons to whom the Software is |
| 39 | furnished to do so, subject to the following conditions: |
| 40 | |
| 41 | The above copyright notice and this permission notice shall be |
| 42 | included in all copies or substantial portions of the Software. |
| 43 | |
| 44 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 45 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 46 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 |
| 47 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 48 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 49 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 50 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 51 | SOFTWARE. |
| 52 | |
| 53 | |
| 54 | |
| 55 | Copyright (C) 2016 The Android Open Source Project |
| 56 | |
| 57 | Permission is hereby granted, free of charge, to any person |
| 58 | obtaining a copy of this software and associated documentation |
| 59 | files (the "Software"), to deal in the Software without |
| 60 | restriction, including without limitation the rights to use, copy, |
| 61 | modify, merge, publish, distribute, sublicense, and/or sell copies |
| 62 | of the Software, and to permit persons to whom the Software is |
| 63 | furnished to do so, subject to the following conditions: |
| 64 | |
| 65 | The above copyright notice and this permission notice shall be |
| 66 | included in all copies or substantial portions of the Software. |
| 67 | |
| 68 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 69 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 70 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 |
| 71 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 72 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 73 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 74 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 75 | SOFTWARE. |
| 76 | |
| 77 | |
| 78 | |
| 79 | Copyright (C) 2008 The Android Open Source Project |
| 80 | All rights reserved. |
| 81 | |
| 82 | Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. |
| 83 | |
| 84 | Redistribution and use in source and binary forms, with or without |
| 85 | modification, are permitted provided that the following conditions |
| 86 | are met: |
| 87 | Redistributions of source code must retain the above copyright |
| 88 | notice, this list of conditions and the following disclaimer. |
| 89 | Redistributions in binary form must reproduce the above copyright |
| 90 | notice, this list of conditions and the following disclaimer in |
| 91 | the documentation and/or other materials provided with the |
| 92 | distribution. |
| 93 | |
| 94 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 95 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 96 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 97 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 98 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 99 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 100 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 101 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 102 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 103 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 104 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 105 | SUCH DAMAGE. |
| 106 | |
| 107 | |
| 108 | |
| 109 | Copyright (c) 2011-2012, ARM Limited. All rights reserved. |
| 110 | |
| 111 | This program and the accompanying materials are licensed and made available |
| 112 | under the terms and conditions of the BSD License which accompanies this |
| 113 | distribution.The full text of the license may be found at |
| 114 | http://opensource.org/licenses/bsd-license.php |
| 115 | |
| 116 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, |
| 117 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. |
| 118 | |
| 119 | |
| 120 | |
| 121 | Copyright (c) 2008 Travis Geiselbrecht |
| 122 | |
| 123 | Permission is hereby granted, free of charge, to any person obtaining |
| 124 | a copy of this software and associated documentation files |
| 125 | (the "Software"), to deal in the Software without restriction, |
| 126 | including without limitation the rights to use, copy, modify, merge, |
| 127 | publish, distribute, sublicense, and/or sell copies of the Software, |
| 128 | and to permit persons to whom the Software is furnished to do so, |
| 129 | subject to the following conditions: |
| 130 | |
| 131 | The above copyright notice and this permission notice shall be |
| 132 | included in all copies or substantial portions of the Software. |
| 133 | |
| 134 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 135 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 136 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 137 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 138 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 139 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 140 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 141 | |
| 142 | |
| 143 | |
| 144 | Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler |
| 145 | |
| 146 | This software is provided 'as-is', without any express or implied |
| 147 | warranty.In no event will the authors be held liable for any damages |
| 148 | arising from the use of this software. |
| 149 | |
| 150 | Permission is granted to anyone to use this software for any purpose, |
| 151 | including commercial applications, and to alter it and redistribute it |
| 152 | freely, subject to the following restrictions: |
| 153 | |
| 154 | 1. The origin of this software must not be misrepresented; you must not |
| 155 | claim that you wrote the original software. If you use this software |
| 156 | in a product, an acknowledgment in the product documentation would be |
| 157 | appreciated but is not required. 17 |
| 158 | 2. Altered source versions must be plainly marked as such, and must not be |
| 159 | misrepresented as being the original software. 19 |
| 160 | 3. This notice may not be removed or altered from any source distribution. |
| 161 | |
| 162 | |
| 163 | |
| 164 | Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. |
| 165 | |
| 166 | Redistribution and use in source and binary forms, with or without |
| 167 | modification, are permitted provided that the following conditions are |
| 168 | met: |
| 169 | Redistributions of source code must retain the above copyright |
| 170 | notice, this list of conditions and the following disclaimer. |
| 171 | Redistributions in binary form must reproduce the above |
| 172 | copyright notice, this list of conditions and the following |
| 173 | disclaimer in the documentation and/or other materials provided |
| 174 | with the distribution. |
| 175 | Neither the name of The Linux Foundation nor the names of its |
| 176 | contributors may be used to endorse or promote products derived |
| 177 | from this software without specific prior written permission. |
| 178 | |
| 179 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 180 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 181 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 182 | ARE DISCLAIMED.IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 183 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 184 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 185 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 186 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 187 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 188 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 189 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |