Elliott Hughes | fa87744 | 2019-12-20 12:29:39 -0800 | [diff] [blame] | 1 | Copyright (C) 2007 The Android Open Source Project |
| 2 | All rights reserved. |
Elliott Hughes | 584bc62 | 2019-04-19 14:18:07 -0700 | [diff] [blame] | 3 | |
Elliott Hughes | fa87744 | 2019-12-20 12:29:39 -0800 | [diff] [blame] | 4 | Redistribution and use in source and binary forms, with or without |
| 5 | modification, are permitted provided that the following conditions |
| 6 | are met: |
| 7 | * Redistributions of source code must retain the above copyright |
| 8 | notice, this list of conditions and the following disclaimer. |
| 9 | * Redistributions in binary form must reproduce the above copyright |
| 10 | notice, this list of conditions and the following disclaimer in |
| 11 | the documentation and/or other materials provided with the |
| 12 | distribution. |
Elliott Hughes | 584bc62 | 2019-04-19 14:18:07 -0700 | [diff] [blame] | 13 | |
Elliott Hughes | fa87744 | 2019-12-20 12:29:39 -0800 | [diff] [blame] | 14 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 15 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 16 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 17 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 18 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 19 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 20 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 21 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 22 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 23 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 24 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 25 | SUCH DAMAGE. |
Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 26 | |
| 27 | ------------------------------------------------------------------- |
| 28 | |
| 29 | Copyright (C) 2008 The Android Open Source Project |
| 30 | All rights reserved. |
| 31 | |
| 32 | Redistribution and use in source and binary forms, with or without |
| 33 | modification, are permitted provided that the following conditions |
| 34 | are met: |
| 35 | * Redistributions of source code must retain the above copyright |
| 36 | notice, this list of conditions and the following disclaimer. |
| 37 | * Redistributions in binary form must reproduce the above copyright |
| 38 | notice, this list of conditions and the following disclaimer in |
| 39 | the documentation and/or other materials provided with the |
| 40 | distribution. |
| 41 | |
| 42 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 43 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 44 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 45 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 46 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 47 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 48 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 49 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 50 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 51 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 52 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 53 | SUCH DAMAGE. |
| 54 | |
| 55 | ------------------------------------------------------------------- |
| 56 | |
| 57 | Copyright (C) 2012 The Android Open Source Project |
| 58 | All rights reserved. |
| 59 | |
| 60 | Redistribution and use in source and binary forms, with or without |
| 61 | modification, are permitted provided that the following conditions |
| 62 | are met: |
| 63 | * Redistributions of source code must retain the above copyright |
| 64 | notice, this list of conditions and the following disclaimer. |
| 65 | * Redistributions in binary form must reproduce the above copyright |
| 66 | notice, this list of conditions and the following disclaimer in |
| 67 | the documentation and/or other materials provided with the |
| 68 | distribution. |
| 69 | |
| 70 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 71 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 72 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 73 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 74 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 75 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 76 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 77 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 78 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 79 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 80 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 81 | SUCH DAMAGE. |
| 82 | |
| 83 | ------------------------------------------------------------------- |
| 84 | |
| 85 | Copyright (C) 2013 The Android Open Source Project |
| 86 | All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions |
| 90 | are met: |
| 91 | * Redistributions of source code must retain the above copyright |
| 92 | notice, this list of conditions and the following disclaimer. |
| 93 | * Redistributions in binary form must reproduce the above copyright |
| 94 | notice, this list of conditions and the following disclaimer in |
| 95 | the documentation and/or other materials provided with the |
| 96 | distribution. |
| 97 | |
| 98 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 99 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 100 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 101 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 102 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 103 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 104 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 105 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 106 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 107 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 108 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 109 | SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
| 113 | Copyright (C) 2014 The Android Open Source Project |
| 114 | All rights reserved. |
| 115 | |
| 116 | Redistribution and use in source and binary forms, with or without |
| 117 | modification, are permitted provided that the following conditions |
| 118 | are met: |
| 119 | * Redistributions of source code must retain the above copyright |
| 120 | notice, this list of conditions and the following disclaimer. |
| 121 | * Redistributions in binary form must reproduce the above copyright |
| 122 | notice, this list of conditions and the following disclaimer in |
| 123 | the documentation and/or other materials provided with the |
| 124 | distribution. |
| 125 | |
| 126 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 127 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 128 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 129 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 130 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 131 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 132 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 133 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 134 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 135 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 136 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 137 | SUCH DAMAGE. |
| 138 | |
| 139 | ------------------------------------------------------------------- |
| 140 | |
| 141 | Copyright (C) 2015 The Android Open Source Project |
| 142 | All rights reserved. |
| 143 | |
| 144 | Redistribution and use in source and binary forms, with or without |
| 145 | modification, are permitted provided that the following conditions |
| 146 | are met: |
| 147 | * Redistributions of source code must retain the above copyright |
| 148 | notice, this list of conditions and the following disclaimer. |
| 149 | * Redistributions in binary form must reproduce the above copyright |
| 150 | notice, this list of conditions and the following disclaimer in |
| 151 | the documentation and/or other materials provided with the |
| 152 | distribution. |
| 153 | |
| 154 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 155 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 156 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 157 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 158 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 159 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 160 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 161 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 162 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 163 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 164 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 165 | SUCH DAMAGE. |
| 166 | |
| 167 | ------------------------------------------------------------------- |
| 168 | |
| 169 | Copyright (C) 2016 The Android Open Source Project |
| 170 | All rights reserved. |
| 171 | |
| 172 | Redistribution and use in source and binary forms, with or without |
| 173 | modification, are permitted provided that the following conditions |
| 174 | are met: |
| 175 | * Redistributions of source code must retain the above copyright |
| 176 | notice, this list of conditions and the following disclaimer. |
| 177 | * Redistributions in binary form must reproduce the above copyright |
| 178 | notice, this list of conditions and the following disclaimer in |
| 179 | the documentation and/or other materials provided with the |
| 180 | distribution. |
| 181 | |
| 182 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 183 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 184 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 185 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 186 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 187 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 188 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 189 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 190 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 191 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 192 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 193 | SUCH DAMAGE. |
| 194 | |
| 195 | ------------------------------------------------------------------- |
| 196 | |
| 197 | Copyright (C) 2017 The Android Open Source Project |
| 198 | All rights reserved. |
| 199 | |
| 200 | Redistribution and use in source and binary forms, with or without |
| 201 | modification, are permitted provided that the following conditions |
| 202 | are met: |
| 203 | * Redistributions of source code must retain the above copyright |
| 204 | notice, this list of conditions and the following disclaimer. |
| 205 | * Redistributions in binary form must reproduce the above copyright |
| 206 | notice, this list of conditions and the following disclaimer in |
| 207 | the documentation and/or other materials provided with the |
| 208 | distribution. |
| 209 | |
| 210 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 211 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 212 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 213 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 214 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 215 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 216 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 217 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 218 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 219 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 220 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 221 | SUCH DAMAGE. |
| 222 | |
| 223 | ------------------------------------------------------------------- |
| 224 | |
| 225 | Copyright (C) 2018 The Android Open Source Project |
| 226 | All rights reserved. |
| 227 | |
| 228 | Redistribution and use in source and binary forms, with or without |
| 229 | modification, are permitted provided that the following conditions |
| 230 | are met: |
| 231 | * Redistributions of source code must retain the above copyright |
| 232 | notice, this list of conditions and the following disclaimer. |
| 233 | * Redistributions in binary form must reproduce the above copyright |
| 234 | notice, this list of conditions and the following disclaimer in |
| 235 | the documentation and/or other materials provided with the |
| 236 | distribution. |
| 237 | |
| 238 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 239 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 240 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 241 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 242 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 243 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 244 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 245 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 246 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 247 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 248 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 249 | SUCH DAMAGE. |
| 250 | |
| 251 | ------------------------------------------------------------------- |
| 252 | |
| 253 | Copyright (C) 2019 The Android Open Source Project |
| 254 | All rights reserved. |
| 255 | |
| 256 | Redistribution and use in source and binary forms, with or without |
| 257 | modification, are permitted provided that the following conditions |
| 258 | are met: |
| 259 | * Redistributions of source code must retain the above copyright |
| 260 | notice, this list of conditions and the following disclaimer. |
| 261 | * Redistributions in binary form must reproduce the above copyright |
| 262 | notice, this list of conditions and the following disclaimer in |
| 263 | the documentation and/or other materials provided with the |
| 264 | distribution. |
| 265 | |
| 266 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 267 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 268 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 269 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 270 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 271 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 272 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 273 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 274 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 275 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 276 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 277 | SUCH DAMAGE. |
| 278 | |
| 279 | ------------------------------------------------------------------- |
| 280 | |
| 281 | Copyright (C) 2020 The Android Open Source Project |
| 282 | All rights reserved. |
| 283 | |
| 284 | Redistribution and use in source and binary forms, with or without |
| 285 | modification, are permitted provided that the following conditions |
| 286 | are met: |
| 287 | * Redistributions of source code must retain the above copyright |
| 288 | notice, this list of conditions and the following disclaimer. |
| 289 | * Redistributions in binary form must reproduce the above copyright |
| 290 | notice, this list of conditions and the following disclaimer in |
| 291 | the documentation and/or other materials provided with the |
| 292 | distribution. |
| 293 | |
| 294 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 295 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 296 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 297 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 298 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 299 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 300 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 301 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 302 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 303 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 304 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 305 | SUCH DAMAGE. |
| 306 | |
| 307 | ------------------------------------------------------------------- |
| 308 | |
Collin Fijalkovich | 47d27aa | 2021-03-24 10:17:39 -0700 | [diff] [blame] | 309 | Copyright (C) 2021 The Android Open Source Project |
| 310 | All rights reserved. |
| 311 | |
| 312 | Redistribution and use in source and binary forms, with or without |
| 313 | modification, are permitted provided that the following conditions |
| 314 | are met: |
| 315 | * Redistributions of source code must retain the above copyright |
| 316 | notice, this list of conditions and the following disclaimer. |
| 317 | * Redistributions in binary form must reproduce the above copyright |
| 318 | notice, this list of conditions and the following disclaimer in |
| 319 | the documentation and/or other materials provided with the |
| 320 | distribution. |
| 321 | |
| 322 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 323 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 324 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 325 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 326 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 327 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 328 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 329 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 330 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 331 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 332 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 333 | SUCH DAMAGE. |
| 334 | |
| 335 | ------------------------------------------------------------------- |
| 336 | |