1*37f5703cSAndroid Build Coastguard WorkerThe majority of smali/baksmali is written and copyrighted by me (Ben Gruver) 2*37f5703cSAndroid Build Coastguard Workerand released under the following license: 3*37f5703cSAndroid Build Coastguard Worker 4*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 5*37f5703cSAndroid Build Coastguard WorkerCopyright (c) 2010 Ben Gruver (JesusFreke) 6*37f5703cSAndroid Build Coastguard WorkerAll rights reserved. 7*37f5703cSAndroid Build Coastguard Worker 8*37f5703cSAndroid Build Coastguard WorkerRedistribution and use in source and binary forms, with or without 9*37f5703cSAndroid Build Coastguard Workermodification, are permitted provided that the following conditions 10*37f5703cSAndroid Build Coastguard Workerare met: 11*37f5703cSAndroid Build Coastguard Worker1. Redistributions of source code must retain the above copyright 12*37f5703cSAndroid Build Coastguard Worker notice, this list of conditions and the following disclaimer. 13*37f5703cSAndroid Build Coastguard Worker2. Redistributions in binary form must reproduce the above copyright 14*37f5703cSAndroid Build Coastguard Worker notice, this list of conditions and the following disclaimer in the 15*37f5703cSAndroid Build Coastguard Worker documentation and/or other materials provided with the distribution. 16*37f5703cSAndroid Build Coastguard Worker3. The name of the author may not be used to endorse or promote products 17*37f5703cSAndroid Build Coastguard Worker derived from this software without specific prior written permission. 18*37f5703cSAndroid Build Coastguard Worker 19*37f5703cSAndroid Build Coastguard WorkerTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 20*37f5703cSAndroid Build Coastguard WorkerIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21*37f5703cSAndroid Build Coastguard WorkerOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 22*37f5703cSAndroid Build Coastguard WorkerIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 23*37f5703cSAndroid Build Coastguard WorkerINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 24*37f5703cSAndroid Build Coastguard WorkerNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25*37f5703cSAndroid Build Coastguard WorkerDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26*37f5703cSAndroid Build Coastguard WorkerTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27*37f5703cSAndroid Build Coastguard WorkerINCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 28*37f5703cSAndroid Build Coastguard WorkerTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 30*37f5703cSAndroid Build Coastguard Worker 31*37f5703cSAndroid Build Coastguard Worker 32*37f5703cSAndroid Build Coastguard WorkerUnless otherwise stated in the code/commit message, any changes with the 33*37f5703cSAndroid Build Coastguard Workercommitter of [email protected] or [email protected] is copyrighted by 34*37f5703cSAndroid Build Coastguard WorkerGoogle LLC and released under the following license: 35*37f5703cSAndroid Build Coastguard Worker 36*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 37*37f5703cSAndroid Build Coastguard WorkerCopyright 2011, Google LLC 38*37f5703cSAndroid Build Coastguard Worker 39*37f5703cSAndroid Build Coastguard WorkerRedistribution and use in source and binary forms, with or without 40*37f5703cSAndroid Build Coastguard Workermodification, are permitted provided that the following conditions are 41*37f5703cSAndroid Build Coastguard Workermet: 42*37f5703cSAndroid Build Coastguard Worker 43*37f5703cSAndroid Build Coastguard Worker * Redistributions of source code must retain the above copyright 44*37f5703cSAndroid Build Coastguard Workernotice, this list of conditions and the following disclaimer. 45*37f5703cSAndroid Build Coastguard Worker * Redistributions in binary form must reproduce the above 46*37f5703cSAndroid Build Coastguard Workercopyright notice, this list of conditions and the following disclaimer 47*37f5703cSAndroid Build Coastguard Workerin the documentation and/or other materials provided with the 48*37f5703cSAndroid Build Coastguard Workerdistribution. 49*37f5703cSAndroid Build Coastguard Worker * Neither the name of Google LLC nor the names of its 50*37f5703cSAndroid Build Coastguard Workercontributors may be used to endorse or promote products derived from 51*37f5703cSAndroid Build Coastguard Workerthis software without specific prior written permission. 52*37f5703cSAndroid Build Coastguard Worker 53*37f5703cSAndroid Build Coastguard WorkerTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 54*37f5703cSAndroid Build Coastguard Worker"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 55*37f5703cSAndroid Build Coastguard WorkerLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 56*37f5703cSAndroid Build Coastguard WorkerA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 57*37f5703cSAndroid Build Coastguard WorkerOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 58*37f5703cSAndroid Build Coastguard WorkerSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 59*37f5703cSAndroid Build Coastguard WorkerLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 60*37f5703cSAndroid Build Coastguard WorkerDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 61*37f5703cSAndroid Build Coastguard WorkerTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 62*37f5703cSAndroid Build Coastguard Worker(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 63*37f5703cSAndroid Build Coastguard WorkerOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 64*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 65*37f5703cSAndroid Build Coastguard Worker 66*37f5703cSAndroid Build Coastguard Worker 67*37f5703cSAndroid Build Coastguard WorkerVarious portions of the code are taken from the Android Open Source Project, 68*37f5703cSAndroid Build Coastguard Workerand are used in accordance with the following license: 69*37f5703cSAndroid Build Coastguard Worker 70*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 71*37f5703cSAndroid Build Coastguard WorkerCopyright (C) 2007 The Android Open Source Project 72*37f5703cSAndroid Build Coastguard Worker 73*37f5703cSAndroid Build Coastguard WorkerLicensed under the Apache License, Version 2.0 (the "License"); 74*37f5703cSAndroid Build Coastguard Workeryou may not use this file except in compliance with the License. 75*37f5703cSAndroid Build Coastguard WorkerYou may obtain a copy of the License at 76*37f5703cSAndroid Build Coastguard Worker 77*37f5703cSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 78*37f5703cSAndroid Build Coastguard Worker 79*37f5703cSAndroid Build Coastguard WorkerUnless required by applicable law or agreed to in writing, software 80*37f5703cSAndroid Build Coastguard Workerdistributed under the License is distributed on an "AS IS" BASIS, 81*37f5703cSAndroid Build Coastguard WorkerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 82*37f5703cSAndroid Build Coastguard WorkerSee the License for the specific language governing permissions and 83*37f5703cSAndroid Build Coastguard Workerlimitations under the License. 84*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 85*37f5703cSAndroid Build Coastguard Worker 86*37f5703cSAndroid Build Coastguard WorkerVarious portions of the code are taken from https://github.com/google/guava, 87*37f5703cSAndroid Build Coastguard Workerand are used in accordance with the following license: 88*37f5703cSAndroid Build Coastguard Worker 89*37f5703cSAndroid Build Coastguard WorkerContent of http://www.apache.org/licenses/LICENSE-2.0: 90*37f5703cSAndroid Build Coastguard Worker 91*37f5703cSAndroid Build Coastguard Worker******************************************************************************* 92*37f5703cSAndroid Build Coastguard Worker 93*37f5703cSAndroid Build Coastguard Worker 94*37f5703cSAndroid Build Coastguard Worker Apache License 95*37f5703cSAndroid Build Coastguard Worker Version 2.0, January 2004 96*37f5703cSAndroid Build Coastguard Worker http://www.apache.org/licenses/ 97*37f5703cSAndroid Build Coastguard Worker 98*37f5703cSAndroid Build Coastguard Worker TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 99*37f5703cSAndroid Build Coastguard Worker 100*37f5703cSAndroid Build Coastguard Worker 1. Definitions. 101*37f5703cSAndroid Build Coastguard Worker 102*37f5703cSAndroid Build Coastguard Worker "License" shall mean the terms and conditions for use, reproduction, 103*37f5703cSAndroid Build Coastguard Worker and distribution as defined by Sections 1 through 9 of this document. 104*37f5703cSAndroid Build Coastguard Worker 105*37f5703cSAndroid Build Coastguard Worker "Licensor" shall mean the copyright owner or entity authorized by 106*37f5703cSAndroid Build Coastguard Worker the copyright owner that is granting the License. 107*37f5703cSAndroid Build Coastguard Worker 108*37f5703cSAndroid Build Coastguard Worker "Legal Entity" shall mean the union of the acting entity and all 109*37f5703cSAndroid Build Coastguard Worker other entities that control, are controlled by, or are under common 110*37f5703cSAndroid Build Coastguard Worker control with that entity. For the purposes of this definition, 111*37f5703cSAndroid Build Coastguard Worker "control" means (i) the power, direct or indirect, to cause the 112*37f5703cSAndroid Build Coastguard Worker direction or management of such entity, whether by contract or 113*37f5703cSAndroid Build Coastguard Worker otherwise, or (ii) ownership of fifty percent (50%) or more of the 114*37f5703cSAndroid Build Coastguard Worker outstanding shares, or (iii) beneficial ownership of such entity. 115*37f5703cSAndroid Build Coastguard Worker 116*37f5703cSAndroid Build Coastguard Worker "You" (or "Your") shall mean an individual or Legal Entity 117*37f5703cSAndroid Build Coastguard Worker exercising permissions granted by this License. 118*37f5703cSAndroid Build Coastguard Worker 119*37f5703cSAndroid Build Coastguard Worker "Source" form shall mean the preferred form for making modifications, 120*37f5703cSAndroid Build Coastguard Worker including but not limited to software source code, documentation 121*37f5703cSAndroid Build Coastguard Worker source, and configuration files. 122*37f5703cSAndroid Build Coastguard Worker 123*37f5703cSAndroid Build Coastguard Worker "Object" form shall mean any form resulting from mechanical 124*37f5703cSAndroid Build Coastguard Worker transformation or translation of a Source form, including but 125*37f5703cSAndroid Build Coastguard Worker not limited to compiled object code, generated documentation, 126*37f5703cSAndroid Build Coastguard Worker and conversions to other media types. 127*37f5703cSAndroid Build Coastguard Worker 128*37f5703cSAndroid Build Coastguard Worker "Work" shall mean the work of authorship, whether in Source or 129*37f5703cSAndroid Build Coastguard Worker Object form, made available under the License, as indicated by a 130*37f5703cSAndroid Build Coastguard Worker copyright notice that is included in or attached to the work 131*37f5703cSAndroid Build Coastguard Worker (an example is provided in the Appendix below). 132*37f5703cSAndroid Build Coastguard Worker 133*37f5703cSAndroid Build Coastguard Worker "Derivative Works" shall mean any work, whether in Source or Object 134*37f5703cSAndroid Build Coastguard Worker form, that is based on (or derived from) the Work and for which the 135*37f5703cSAndroid Build Coastguard Worker editorial revisions, annotations, elaborations, or other modifications 136*37f5703cSAndroid Build Coastguard Worker represent, as a whole, an original work of authorship. For the purposes 137*37f5703cSAndroid Build Coastguard Worker of this License, Derivative Works shall not include works that remain 138*37f5703cSAndroid Build Coastguard Worker separable from, or merely link (or bind by name) to the interfaces of, 139*37f5703cSAndroid Build Coastguard Worker the Work and Derivative Works thereof. 140*37f5703cSAndroid Build Coastguard Worker 141*37f5703cSAndroid Build Coastguard Worker "Contribution" shall mean any work of authorship, including 142*37f5703cSAndroid Build Coastguard Worker the original version of the Work and any modifications or additions 143*37f5703cSAndroid Build Coastguard Worker to that Work or Derivative Works thereof, that is intentionally 144*37f5703cSAndroid Build Coastguard Worker submitted to Licensor for inclusion in the Work by the copyright owner 145*37f5703cSAndroid Build Coastguard Worker or by an individual or Legal Entity authorized to submit on behalf of 146*37f5703cSAndroid Build Coastguard Worker the copyright owner. For the purposes of this definition, "submitted" 147*37f5703cSAndroid Build Coastguard Worker means any form of electronic, verbal, or written communication sent 148*37f5703cSAndroid Build Coastguard Worker to the Licensor or its representatives, including but not limited to 149*37f5703cSAndroid Build Coastguard Worker communication on electronic mailing lists, source code control systems, 150*37f5703cSAndroid Build Coastguard Worker and issue tracking systems that are managed by, or on behalf of, the 151*37f5703cSAndroid Build Coastguard Worker Licensor for the purpose of discussing and improving the Work, but 152*37f5703cSAndroid Build Coastguard Worker excluding communication that is conspicuously marked or otherwise 153*37f5703cSAndroid Build Coastguard Worker designated in writing by the copyright owner as "Not a Contribution." 154*37f5703cSAndroid Build Coastguard Worker 155*37f5703cSAndroid Build Coastguard Worker "Contributor" shall mean Licensor and any individual or Legal Entity 156*37f5703cSAndroid Build Coastguard Worker on behalf of whom a Contribution has been received by Licensor and 157*37f5703cSAndroid Build Coastguard Worker subsequently incorporated within the Work. 158*37f5703cSAndroid Build Coastguard Worker 159*37f5703cSAndroid Build Coastguard Worker 2. Grant of Copyright License. Subject to the terms and conditions of 160*37f5703cSAndroid Build Coastguard Worker this License, each Contributor hereby grants to You a perpetual, 161*37f5703cSAndroid Build Coastguard Worker worldwide, non-exclusive, no-charge, royalty-free, irrevocable 162*37f5703cSAndroid Build Coastguard Worker copyright license to reproduce, prepare Derivative Works of, 163*37f5703cSAndroid Build Coastguard Worker publicly display, publicly perform, sublicense, and distribute the 164*37f5703cSAndroid Build Coastguard Worker Work and such Derivative Works in Source or Object form. 165*37f5703cSAndroid Build Coastguard Worker 166*37f5703cSAndroid Build Coastguard Worker 3. Grant of Patent License. Subject to the terms and conditions of 167*37f5703cSAndroid Build Coastguard Worker this License, each Contributor hereby grants to You a perpetual, 168*37f5703cSAndroid Build Coastguard Worker worldwide, non-exclusive, no-charge, royalty-free, irrevocable 169*37f5703cSAndroid Build Coastguard Worker (except as stated in this section) patent license to make, have made, 170*37f5703cSAndroid Build Coastguard Worker use, offer to sell, sell, import, and otherwise transfer the Work, 171*37f5703cSAndroid Build Coastguard Worker where such license applies only to those patent claims licensable 172*37f5703cSAndroid Build Coastguard Worker by such Contributor that are necessarily infringed by their 173*37f5703cSAndroid Build Coastguard Worker Contribution(s) alone or by combination of their Contribution(s) 174*37f5703cSAndroid Build Coastguard Worker with the Work to which such Contribution(s) was submitted. If You 175*37f5703cSAndroid Build Coastguard Worker institute patent litigation against any entity (including a 176*37f5703cSAndroid Build Coastguard Worker cross-claim or counterclaim in a lawsuit) alleging that the Work 177*37f5703cSAndroid Build Coastguard Worker or a Contribution incorporated within the Work constitutes direct 178*37f5703cSAndroid Build Coastguard Worker or contributory patent infringement, then any patent licenses 179*37f5703cSAndroid Build Coastguard Worker granted to You under this License for that Work shall terminate 180*37f5703cSAndroid Build Coastguard Worker as of the date such litigation is filed. 181*37f5703cSAndroid Build Coastguard Worker 182*37f5703cSAndroid Build Coastguard Worker 4. Redistribution. You may reproduce and distribute copies of the 183*37f5703cSAndroid Build Coastguard Worker Work or Derivative Works thereof in any medium, with or without 184*37f5703cSAndroid Build Coastguard Worker modifications, and in Source or Object form, provided that You 185*37f5703cSAndroid Build Coastguard Worker meet the following conditions: 186*37f5703cSAndroid Build Coastguard Worker 187*37f5703cSAndroid Build Coastguard Worker (a) You must give any other recipients of the Work or 188*37f5703cSAndroid Build Coastguard Worker Derivative Works a copy of this License; and 189*37f5703cSAndroid Build Coastguard Worker 190*37f5703cSAndroid Build Coastguard Worker (b) You must cause any modified files to carry prominent notices 191*37f5703cSAndroid Build Coastguard Worker stating that You changed the files; and 192*37f5703cSAndroid Build Coastguard Worker 193*37f5703cSAndroid Build Coastguard Worker (c) You must retain, in the Source form of any Derivative Works 194*37f5703cSAndroid Build Coastguard Worker that You distribute, all copyright, patent, trademark, and 195*37f5703cSAndroid Build Coastguard Worker attribution notices from the Source form of the Work, 196*37f5703cSAndroid Build Coastguard Worker excluding those notices that do not pertain to any part of 197*37f5703cSAndroid Build Coastguard Worker the Derivative Works; and 198*37f5703cSAndroid Build Coastguard Worker 199*37f5703cSAndroid Build Coastguard Worker (d) If the Work includes a "NOTICE" text file as part of its 200*37f5703cSAndroid Build Coastguard Worker distribution, then any Derivative Works that You distribute must 201*37f5703cSAndroid Build Coastguard Worker include a readable copy of the attribution notices contained 202*37f5703cSAndroid Build Coastguard Worker within such NOTICE file, excluding those notices that do not 203*37f5703cSAndroid Build Coastguard Worker pertain to any part of the Derivative Works, in at least one 204*37f5703cSAndroid Build Coastguard Worker of the following places: within a NOTICE text file distributed 205*37f5703cSAndroid Build Coastguard Worker as part of the Derivative Works; within the Source form or 206*37f5703cSAndroid Build Coastguard Worker documentation, if provided along with the Derivative Works; or, 207*37f5703cSAndroid Build Coastguard Worker within a display generated by the Derivative Works, if and 208*37f5703cSAndroid Build Coastguard Worker wherever such third-party notices normally appear. The contents 209*37f5703cSAndroid Build Coastguard Worker of the NOTICE file are for informational purposes only and 210*37f5703cSAndroid Build Coastguard Worker do not modify the License. You may add Your own attribution 211*37f5703cSAndroid Build Coastguard Worker notices within Derivative Works that You distribute, alongside 212*37f5703cSAndroid Build Coastguard Worker or as an addendum to the NOTICE text from the Work, provided 213*37f5703cSAndroid Build Coastguard Worker that such additional attribution notices cannot be construed 214*37f5703cSAndroid Build Coastguard Worker as modifying the License. 215*37f5703cSAndroid Build Coastguard Worker 216*37f5703cSAndroid Build Coastguard Worker You may add Your own copyright statement to Your modifications and 217*37f5703cSAndroid Build Coastguard Worker may provide additional or different license terms and conditions 218*37f5703cSAndroid Build Coastguard Worker for use, reproduction, or distribution of Your modifications, or 219*37f5703cSAndroid Build Coastguard Worker for any such Derivative Works as a whole, provided Your use, 220*37f5703cSAndroid Build Coastguard Worker reproduction, and distribution of the Work otherwise complies with 221*37f5703cSAndroid Build Coastguard Worker the conditions stated in this License. 222*37f5703cSAndroid Build Coastguard Worker 223*37f5703cSAndroid Build Coastguard Worker 5. Submission of Contributions. Unless You explicitly state otherwise, 224*37f5703cSAndroid Build Coastguard Worker any Contribution intentionally submitted for inclusion in the Work 225*37f5703cSAndroid Build Coastguard Worker by You to the Licensor shall be under the terms and conditions of 226*37f5703cSAndroid Build Coastguard Worker this License, without any additional terms or conditions. 227*37f5703cSAndroid Build Coastguard Worker Notwithstanding the above, nothing herein shall supersede or modify 228*37f5703cSAndroid Build Coastguard Worker the terms of any separate license agreement you may have executed 229*37f5703cSAndroid Build Coastguard Worker with Licensor regarding such Contributions. 230*37f5703cSAndroid Build Coastguard Worker 231*37f5703cSAndroid Build Coastguard Worker 6. Trademarks. This License does not grant permission to use the trade 232*37f5703cSAndroid Build Coastguard Worker names, trademarks, service marks, or product names of the Licensor, 233*37f5703cSAndroid Build Coastguard Worker except as required for reasonable and customary use in describing the 234*37f5703cSAndroid Build Coastguard Worker origin of the Work and reproducing the content of the NOTICE file. 235*37f5703cSAndroid Build Coastguard Worker 236*37f5703cSAndroid Build Coastguard Worker 7. Disclaimer of Warranty. Unless required by applicable law or 237*37f5703cSAndroid Build Coastguard Worker agreed to in writing, Licensor provides the Work (and each 238*37f5703cSAndroid Build Coastguard Worker Contributor provides its Contributions) on an "AS IS" BASIS, 239*37f5703cSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 240*37f5703cSAndroid Build Coastguard Worker implied, including, without limitation, any warranties or conditions 241*37f5703cSAndroid Build Coastguard Worker of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 242*37f5703cSAndroid Build Coastguard Worker PARTICULAR PURPOSE. You are solely responsible for determining the 243*37f5703cSAndroid Build Coastguard Worker appropriateness of using or redistributing the Work and assume any 244*37f5703cSAndroid Build Coastguard Worker risks associated with Your exercise of permissions under this License. 245*37f5703cSAndroid Build Coastguard Worker 246*37f5703cSAndroid Build Coastguard Worker 8. Limitation of Liability. In no event and under no legal theory, 247*37f5703cSAndroid Build Coastguard Worker whether in tort (including negligence), contract, or otherwise, 248*37f5703cSAndroid Build Coastguard Worker unless required by applicable law (such as deliberate and grossly 249*37f5703cSAndroid Build Coastguard Worker negligent acts) or agreed to in writing, shall any Contributor be 250*37f5703cSAndroid Build Coastguard Worker liable to You for damages, including any direct, indirect, special, 251*37f5703cSAndroid Build Coastguard Worker incidental, or consequential damages of any character arising as a 252*37f5703cSAndroid Build Coastguard Worker result of this License or out of the use or inability to use the 253*37f5703cSAndroid Build Coastguard Worker Work (including but not limited to damages for loss of goodwill, 254*37f5703cSAndroid Build Coastguard Worker work stoppage, computer failure or malfunction, or any and all 255*37f5703cSAndroid Build Coastguard Worker other commercial damages or losses), even if such Contributor 256*37f5703cSAndroid Build Coastguard Worker has been advised of the possibility of such damages. 257*37f5703cSAndroid Build Coastguard Worker 258*37f5703cSAndroid Build Coastguard Worker 9. Accepting Warranty or Additional Liability. While redistributing 259*37f5703cSAndroid Build Coastguard Worker the Work or Derivative Works thereof, You may choose to offer, 260*37f5703cSAndroid Build Coastguard Worker and charge a fee for, acceptance of support, warranty, indemnity, 261*37f5703cSAndroid Build Coastguard Worker or other liability obligations and/or rights consistent with this 262*37f5703cSAndroid Build Coastguard Worker License. However, in accepting such obligations, You may act only 263*37f5703cSAndroid Build Coastguard Worker on Your own behalf and on Your sole responsibility, not on behalf 264*37f5703cSAndroid Build Coastguard Worker of any other Contributor, and only if You agree to indemnify, 265*37f5703cSAndroid Build Coastguard Worker defend, and hold each Contributor harmless for any liability 266*37f5703cSAndroid Build Coastguard Worker incurred by, or claims asserted against, such Contributor by reason 267*37f5703cSAndroid Build Coastguard Worker of your accepting any such warranty or additional liability. 268*37f5703cSAndroid Build Coastguard Worker 269*37f5703cSAndroid Build Coastguard Worker END OF TERMS AND CONDITIONS 270*37f5703cSAndroid Build Coastguard Worker 271*37f5703cSAndroid Build Coastguard Worker APPENDIX: How to apply the Apache License to your work. 272*37f5703cSAndroid Build Coastguard Worker 273*37f5703cSAndroid Build Coastguard Worker To apply the Apache License to your work, attach the following 274*37f5703cSAndroid Build Coastguard Worker boilerplate notice, with the fields enclosed by brackets "[]" 275*37f5703cSAndroid Build Coastguard Worker replaced with your own identifying information. (Don't include 276*37f5703cSAndroid Build Coastguard Worker the brackets!) The text should be enclosed in the appropriate 277*37f5703cSAndroid Build Coastguard Worker comment syntax for the file format. We also recommend that a 278*37f5703cSAndroid Build Coastguard Worker file or class name and description of purpose be included on the 279*37f5703cSAndroid Build Coastguard Worker same "printed page" as the copyright notice for easier 280*37f5703cSAndroid Build Coastguard Worker identification within third-party archives. 281*37f5703cSAndroid Build Coastguard Worker 282*37f5703cSAndroid Build Coastguard Worker Copyright 2007 The Android Open Source Project 283*37f5703cSAndroid Build Coastguard Worker 284*37f5703cSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 285*37f5703cSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 286*37f5703cSAndroid Build Coastguard Worker You may obtain a copy of the License at 287*37f5703cSAndroid Build Coastguard Worker 288*37f5703cSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 289*37f5703cSAndroid Build Coastguard Worker 290*37f5703cSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 291*37f5703cSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 292*37f5703cSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 293*37f5703cSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 294*37f5703cSAndroid Build Coastguard Worker limitations under the License. 295