Elliott Hughes | aa8db1b | 2021-02-16 15:05:44 -0800 | [diff] [blame] | 1 | Copyright (C) 2012 The Android Open Source Project |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | |
| 15 | ------------------------------------------------------------------- |
| 16 | |
| 17 | Copyright (C) 2013 The Android Open Source Project |
| 18 | |
| 19 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 20 | you may not use this file except in compliance with the License. |
| 21 | You may obtain a copy of the License at |
| 22 | |
| 23 | http://www.apache.org/licenses/LICENSE-2.0 |
| 24 | |
| 25 | Unless required by applicable law or agreed to in writing, software |
| 26 | distributed under the License is distributed on an "AS IS" BASIS, |
| 27 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 28 | See the License for the specific language governing permissions and |
| 29 | limitations under the License. |
| 30 | |
| 31 | ------------------------------------------------------------------- |
| 32 | |
| 33 | Copyright (C) 2013 The Android Open Source Project |
| 34 | All rights reserved. |
| 35 | |
| 36 | Redistribution and use in source and binary forms, with or without |
| 37 | modification, are permitted provided that the following conditions |
| 38 | are met: |
| 39 | * Redistributions of source code must retain the above copyright |
| 40 | notice, this list of conditions and the following disclaimer. |
| 41 | * Redistributions in binary form must reproduce the above copyright |
| 42 | notice, this list of conditions and the following disclaimer in |
| 43 | the documentation and/or other materials provided with the |
| 44 | distribution. |
| 45 | |
| 46 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 47 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 48 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 49 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 50 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 51 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 52 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 53 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 54 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 55 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 56 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 57 | SUCH DAMAGE. |
| 58 | |
| 59 | ------------------------------------------------------------------- |
| 60 | |
| 61 | Copyright (C) 2014 The Android Open Source Project |
| 62 | |
| 63 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 64 | you may not use this file except in compliance with the License. |
| 65 | You may obtain a copy of the License at |
| 66 | |
| 67 | http://www.apache.org/licenses/LICENSE-2.0 |
| 68 | |
| 69 | Unless required by applicable law or agreed to in writing, software |
| 70 | distributed under the License is distributed on an "AS IS" BASIS, |
| 71 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 72 | See the License for the specific language governing permissions and |
| 73 | limitations under the License. |
| 74 | |
| 75 | ------------------------------------------------------------------- |
| 76 | |
| 77 | Copyright (C) 2015 The Android Open Source Project |
| 78 | |
| 79 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 80 | you may not use this file except in compliance with the License. |
| 81 | You may obtain a copy of the License at |
| 82 | |
| 83 | http://www.apache.org/licenses/LICENSE-2.0 |
| 84 | |
| 85 | Unless required by applicable law or agreed to in writing, software |
| 86 | distributed under the License is distributed on an "AS IS" BASIS, |
| 87 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 88 | See the License for the specific language governing permissions and |
| 89 | limitations under the License. |
| 90 | |
| 91 | ------------------------------------------------------------------- |
| 92 | |
| 93 | Copyright (C) 2015 The Android Open Source Project |
| 94 | All rights reserved. |
| 95 | |
| 96 | Redistribution and use in source and binary forms, with or without |
| 97 | modification, are permitted provided that the following conditions |
| 98 | are met: |
| 99 | * Redistributions of source code must retain the above copyright |
| 100 | notice, this list of conditions and the following disclaimer. |
| 101 | * Redistributions in binary form must reproduce the above copyright |
| 102 | notice, this list of conditions and the following disclaimer in |
| 103 | the documentation and/or other materials provided with the |
| 104 | distribution. |
| 105 | |
| 106 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 107 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 108 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 109 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 110 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 111 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 112 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 113 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 114 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 115 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 116 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 117 | SUCH DAMAGE. |
| 118 | |
| 119 | ------------------------------------------------------------------- |
| 120 | |
| 121 | Copyright (C) 2016 The Android Open Source Project |
| 122 | |
| 123 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 124 | you may not use this file except in compliance with the License. |
| 125 | You may obtain a copy of the License at |
| 126 | |
| 127 | http://www.apache.org/licenses/LICENSE-2.0 |
| 128 | |
| 129 | Unless required by applicable law or agreed to in writing, software |
| 130 | distributed under the License is distributed on an "AS IS" BASIS, |
| 131 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 132 | See the License for the specific language governing permissions and |
| 133 | limitations under the License. |
| 134 | |
| 135 | ------------------------------------------------------------------- |
| 136 | |
| 137 | Copyright (C) 2016 The Android Open Source Project |
| 138 | All rights reserved. |
| 139 | |
| 140 | Redistribution and use in source and binary forms, with or without |
| 141 | modification, are permitted provided that the following conditions |
| 142 | are met: |
| 143 | * Redistributions of source code must retain the above copyright |
| 144 | notice, this list of conditions and the following disclaimer. |
| 145 | * Redistributions in binary form must reproduce the above copyright |
| 146 | notice, this list of conditions and the following disclaimer in |
| 147 | the documentation and/or other materials provided with the |
| 148 | distribution. |
| 149 | |
| 150 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 151 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 152 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 153 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 154 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 155 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 156 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 157 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 158 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 159 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 160 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 161 | SUCH DAMAGE. |
| 162 | |
| 163 | ------------------------------------------------------------------- |
| 164 | |
| 165 | Copyright (C) 2017 The Android Open Source Project |
| 166 | |
| 167 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 168 | you may not use this file except in compliance with the License. |
| 169 | You may obtain a copy of the License at |
| 170 | |
| 171 | http://www.apache.org/licenses/LICENSE-2.0 |
| 172 | |
| 173 | Unless required by applicable law or agreed to in writing, software |
| 174 | distributed under the License is distributed on an "AS IS" BASIS, |
| 175 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 176 | See the License for the specific language governing permissions and |
| 177 | limitations under the License. |
| 178 | |
| 179 | ------------------------------------------------------------------- |
| 180 | |
| 181 | Copyright (C) 2017 The Android Open Source Project |
| 182 | All rights reserved. |
| 183 | |
| 184 | Redistribution and use in source and binary forms, with or without |
| 185 | modification, are permitted provided that the following conditions |
| 186 | are met: |
| 187 | * Redistributions of source code must retain the above copyright |
| 188 | notice, this list of conditions and the following disclaimer. |
| 189 | * Redistributions in binary form must reproduce the above copyright |
| 190 | notice, this list of conditions and the following disclaimer in |
| 191 | the documentation and/or other materials provided with the |
| 192 | distribution. |
| 193 | |
| 194 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 195 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 196 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 197 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 198 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 199 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 200 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 201 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 202 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 203 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 204 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 205 | SUCH DAMAGE. |
| 206 | |
| 207 | ------------------------------------------------------------------- |
| 208 | |
| 209 | Copyright (C) 2018 The Android Open Source Project |
| 210 | |
| 211 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 212 | you may not use this file except in compliance with the License. |
| 213 | You may obtain a copy of the License at |
| 214 | |
| 215 | http://www.apache.org/licenses/LICENSE-2.0 |
| 216 | |
| 217 | Unless required by applicable law or agreed to in writing, software |
| 218 | distributed under the License is distributed on an "AS IS" BASIS, |
| 219 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 220 | See the License for the specific language governing permissions and |
| 221 | limitations under the License. |
| 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 | |
| 255 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 256 | you may not use this file except in compliance with the License. |
| 257 | You may obtain a copy of the License at |
| 258 | |
| 259 | http://www.apache.org/licenses/LICENSE-2.0 |
| 260 | |
| 261 | Unless required by applicable law or agreed to in writing, software |
| 262 | distributed under the License is distributed on an "AS IS" BASIS, |
| 263 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 264 | See the License for the specific language governing permissions and |
| 265 | limitations under the License. |
| 266 | |
| 267 | ------------------------------------------------------------------- |
| 268 | |
| 269 | Copyright (C) 2019 The Android Open Source Project |
| 270 | All rights reserved. |
| 271 | |
| 272 | Redistribution and use in source and binary forms, with or without |
| 273 | modification, are permitted provided that the following conditions |
| 274 | are met: |
| 275 | * Redistributions of source code must retain the above copyright |
| 276 | notice, this list of conditions and the following disclaimer. |
| 277 | * Redistributions in binary form must reproduce the above copyright |
| 278 | notice, this list of conditions and the following disclaimer in |
| 279 | the documentation and/or other materials provided with the |
| 280 | distribution. |
| 281 | |
| 282 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 283 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 284 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 285 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 286 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 287 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 288 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 289 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 290 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 291 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 292 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 293 | SUCH DAMAGE. |
| 294 | |
| 295 | ------------------------------------------------------------------- |
| 296 | |
| 297 | Copyright (C) 2020 The Android Open Source Project |
| 298 | |
| 299 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 300 | you may not use this file except in compliance with the License. |
| 301 | You may obtain a copy of the License at |
| 302 | |
| 303 | http://www.apache.org/licenses/LICENSE-2.0 |
| 304 | |
| 305 | Unless required by applicable law or agreed to in writing, software |
| 306 | distributed under the License is distributed on an "AS IS" BASIS, |
| 307 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 308 | See the License for the specific language governing permissions and |
| 309 | limitations under the License. |
| 310 | |
| 311 | ------------------------------------------------------------------- |
| 312 | |
| 313 | Copyright (C) 2020 The Android Open Source Project |
| 314 | All rights reserved. |
| 315 | |
| 316 | Redistribution and use in source and binary forms, with or without |
| 317 | modification, are permitted provided that the following conditions |
| 318 | are met: |
| 319 | * Redistributions of source code must retain the above copyright |
| 320 | notice, this list of conditions and the following disclaimer. |
| 321 | * Redistributions in binary form must reproduce the above copyright |
| 322 | notice, this list of conditions and the following disclaimer in |
| 323 | the documentation and/or other materials provided with the |
| 324 | distribution. |
| 325 | |
| 326 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 327 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 328 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 329 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 330 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 331 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 332 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 333 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 334 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 335 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 336 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 337 | SUCH DAMAGE. |
| 338 | |
| 339 | ------------------------------------------------------------------- |
| 340 | |
Josh Gao | 3de1915 | 2021-02-22 18:09:48 -0800 | [diff] [blame] | 341 | Copyright (C) 2021 The Android Open Source Project |
| 342 | |
| 343 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 344 | you may not use this file except in compliance with the License. |
| 345 | You may obtain a copy of the License at |
| 346 | |
| 347 | http://www.apache.org/licenses/LICENSE-2.0 |
| 348 | |
| 349 | Unless required by applicable law or agreed to in writing, software |
| 350 | distributed under the License is distributed on an "AS IS" BASIS, |
| 351 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 352 | See the License for the specific language governing permissions and |
| 353 | limitations under the License. |
| 354 | |
| 355 | ------------------------------------------------------------------- |
| 356 | |
Christopher Ferris | 11526e2 | 2021-10-14 22:44:47 +0000 | [diff] [blame] | 357 | Copyright (C) 2021 The Android Open Source Project |
| 358 | All rights reserved. |
| 359 | |
| 360 | Redistribution and use in source and binary forms, with or without |
| 361 | modification, are permitted provided that the following conditions |
| 362 | are met: |
| 363 | * Redistributions of source code must retain the above copyright |
| 364 | notice, this list of conditions and the following disclaimer. |
| 365 | * Redistributions in binary form must reproduce the above copyright |
| 366 | notice, this list of conditions and the following disclaimer in |
| 367 | the documentation and/or other materials provided with the |
| 368 | distribution. |
| 369 | |
| 370 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 371 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 372 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 373 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 374 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 375 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 376 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 377 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 378 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 379 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 380 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 381 | SUCH DAMAGE. |
| 382 | |
| 383 | ------------------------------------------------------------------- |
| 384 | |
Christopher Ferris | bbf9cd8 | 2022-04-11 16:01:37 -0700 | [diff] [blame] | 385 | Copyright (C) 2022 The Android Open Source Project |
Christopher Ferris | 76da7ba | 2022-09-08 21:51:59 +0000 | [diff] [blame] | 386 | |
| 387 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 388 | you may not use this file except in compliance with the License. |
| 389 | You may obtain a copy of the License at |
| 390 | |
| 391 | http://www.apache.org/licenses/LICENSE-2.0 |
| 392 | |
| 393 | Unless required by applicable law or agreed to in writing, software |
| 394 | distributed under the License is distributed on an "AS IS" BASIS, |
| 395 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 396 | See the License for the specific language governing permissions and |
| 397 | limitations under the License. |
| 398 | |
| 399 | ------------------------------------------------------------------- |
| 400 | |
| 401 | Copyright (C) 2022 The Android Open Source Project |
Christopher Ferris | bbf9cd8 | 2022-04-11 16:01:37 -0700 | [diff] [blame] | 402 | All rights reserved. |
| 403 | |
| 404 | Redistribution and use in source and binary forms, with or without |
| 405 | modification, are permitted provided that the following conditions |
| 406 | are met: |
| 407 | * Redistributions of source code must retain the above copyright |
| 408 | notice, this list of conditions and the following disclaimer. |
| 409 | * Redistributions in binary form must reproduce the above copyright |
| 410 | notice, this list of conditions and the following disclaimer in |
| 411 | the documentation and/or other materials provided with the |
| 412 | distribution. |
| 413 | |
| 414 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 415 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 416 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 417 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 418 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 419 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 420 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 421 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 422 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 423 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 424 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 425 | SUCH DAMAGE. |
| 426 | |
| 427 | ------------------------------------------------------------------- |
| 428 | |
Elliott Hughes | dbf5b2e | 2023-04-03 16:30:39 -0700 | [diff] [blame] | 429 | Copyright (C) 2023 The Android Open Source Project |
| 430 | All rights reserved. |
| 431 | |
| 432 | Redistribution and use in source and binary forms, with or without |
| 433 | modification, are permitted provided that the following conditions |
| 434 | are met: |
| 435 | * Redistributions of source code must retain the above copyright |
| 436 | notice, this list of conditions and the following disclaimer. |
| 437 | * Redistributions in binary form must reproduce the above copyright |
| 438 | notice, this list of conditions and the following disclaimer in |
| 439 | the documentation and/or other materials provided with the |
| 440 | distribution. |
| 441 | |
| 442 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 443 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 444 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 445 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 446 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 447 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 448 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 449 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 450 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 451 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 452 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 453 | SUCH DAMAGE. |
| 454 | |
| 455 | ------------------------------------------------------------------- |
| 456 | |
Elliott Hughes | 49e0b3d | 2024-02-21 19:21:32 +0000 | [diff] [blame^] | 457 | Copyright (C) 2024 The Android Open Source Project |
| 458 | All rights reserved. |
| 459 | |
| 460 | Redistribution and use in source and binary forms, with or without |
| 461 | modification, are permitted provided that the following conditions |
| 462 | are met: |
| 463 | * Redistributions of source code must retain the above copyright |
| 464 | notice, this list of conditions and the following disclaimer. |
| 465 | * Redistributions in binary form must reproduce the above copyright |
| 466 | notice, this list of conditions and the following disclaimer in |
| 467 | the documentation and/or other materials provided with the |
| 468 | distribution. |
| 469 | |
| 470 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 471 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 472 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 473 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 474 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 475 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 476 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 477 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 478 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 479 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 480 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 481 | SUCH DAMAGE. |
| 482 | |
| 483 | ------------------------------------------------------------------- |
| 484 | |