| 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) 2014 The Android Open Source Project | 
|  | 34 |  | 
|  | 35 | Licensed under the Apache License, Version 2.0 (the "License"); | 
|  | 36 | you may not use this file except in compliance with the License. | 
|  | 37 | You may obtain a copy of the License at | 
|  | 38 |  | 
|  | 39 | http://www.apache.org/licenses/LICENSE-2.0 | 
|  | 40 |  | 
|  | 41 | Unless required by applicable law or agreed to in writing, software | 
|  | 42 | distributed under the License is distributed on an "AS IS" BASIS, | 
|  | 43 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | 44 | See the License for the specific language governing permissions and | 
|  | 45 | limitations under the License. | 
|  | 46 |  | 
|  | 47 | ------------------------------------------------------------------- | 
|  | 48 |  | 
|  | 49 | Copyright (C) 2017 The Android Open Source Project | 
|  | 50 |  | 
|  | 51 | Licensed under the Apache License, Version 2.0 (the "License"); | 
|  | 52 | you may not use this file except in compliance with the License. | 
|  | 53 | You may obtain a copy of the License at | 
|  | 54 |  | 
|  | 55 | http://www.apache.org/licenses/LICENSE-2.0 | 
|  | 56 |  | 
|  | 57 | Unless required by applicable law or agreed to in writing, software | 
|  | 58 | distributed under the License is distributed on an "AS IS" BASIS, | 
|  | 59 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | 60 | See the License for the specific language governing permissions and | 
|  | 61 | limitations under the License. | 
|  | 62 |  | 
|  | 63 | ------------------------------------------------------------------- | 
|  | 64 |  | 
|  | 65 | Copyright (C) 2018 The Android Open Source Project | 
|  | 66 |  | 
|  | 67 | Licensed under the Apache License, Version 2.0 (the "License"); | 
|  | 68 | you may not use this file except in compliance with the License. | 
|  | 69 | You may obtain a copy of the License at | 
|  | 70 |  | 
|  | 71 | http://www.apache.org/licenses/LICENSE-2.0 | 
|  | 72 |  | 
|  | 73 | Unless required by applicable law or agreed to in writing, software | 
|  | 74 | distributed under the License is distributed on an "AS IS" BASIS, | 
|  | 75 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | 76 | See the License for the specific language governing permissions and | 
|  | 77 | limitations under the License. | 
|  | 78 |  | 
|  | 79 | ------------------------------------------------------------------- | 
|  | 80 |  | 
|  | 81 | Copyright (C) 2018 The Android Open Source Project | 
|  | 82 | 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) 2019 The Android Open Source Project | 
|  | 110 |  | 
|  | 111 | Licensed under the Apache License, Version 2.0 (the "License"); | 
|  | 112 | you may not use this file except in compliance with the License. | 
|  | 113 | You may obtain a copy of the License at | 
|  | 114 |  | 
|  | 115 | http://www.apache.org/licenses/LICENSE-2.0 | 
|  | 116 |  | 
|  | 117 | Unless required by applicable law or agreed to in writing, software | 
|  | 118 | distributed under the License is distributed on an "AS IS" BASIS, | 
|  | 119 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | 120 | See the License for the specific language governing permissions and | 
|  | 121 | limitations under the License. | 
|  | 122 |  | 
|  | 123 | ------------------------------------------------------------------- | 
|  | 124 |  | 
|  | 125 | Copyright (C) 2019 The Android Open Source Project | 
|  | 126 | All rights reserved. | 
|  | 127 |  | 
|  | 128 | Redistribution and use in source and binary forms, with or without | 
|  | 129 | modification, are permitted provided that the following conditions | 
|  | 130 | are met: | 
|  | 131 | * Redistributions of source code must retain the above copyright | 
|  | 132 | notice, this list of conditions and the following disclaimer. | 
|  | 133 | * Redistributions in binary form must reproduce the above copyright | 
|  | 134 | notice, this list of conditions and the following disclaimer in | 
|  | 135 | the documentation and/or other materials provided with the | 
|  | 136 | distribution. | 
|  | 137 |  | 
|  | 138 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 139 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 140 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
|  | 141 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
|  | 142 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 143 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
|  | 144 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
|  | 145 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
|  | 146 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
|  | 147 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
|  | 148 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 149 | SUCH DAMAGE. | 
|  | 150 |  | 
|  | 151 | ------------------------------------------------------------------- | 
|  | 152 |  | 
|  | 153 | Copyright (C) 2020 The Android Open Source Project | 
|  | 154 | All rights reserved. | 
|  | 155 |  | 
|  | 156 | Redistribution and use in source and binary forms, with or without | 
|  | 157 | modification, are permitted provided that the following conditions | 
|  | 158 | are met: | 
|  | 159 | * Redistributions of source code must retain the above copyright | 
|  | 160 | notice, this list of conditions and the following disclaimer. | 
|  | 161 | * Redistributions in binary form must reproduce the above copyright | 
|  | 162 | notice, this list of conditions and the following disclaimer in | 
|  | 163 | the documentation and/or other materials provided with the | 
|  | 164 | distribution. | 
|  | 165 |  | 
|  | 166 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
|  | 167 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
|  | 168 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
|  | 169 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
|  | 170 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 171 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
|  | 172 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
|  | 173 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
|  | 174 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
|  | 175 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
|  | 176 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
|  | 177 | SUCH DAMAGE. | 
|  | 178 |  | 
|  | 179 | ------------------------------------------------------------------- | 
|  | 180 |  | 
| Chia-hung Duan | a15d5c4 | 2022-08-09 01:55:44 +0000 | [diff] [blame] | 181 | Copyright (C) 2022 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 |  |