1
2
3Android Annotations Support Library:
4
5
6   Copyright (c) 2005-2011, The Android Open Source Project
7
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10
11   Unless required by applicable law or agreed to in writing, software
12   distributed under the License is distributed on an "AS IS" BASIS,
13   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   See the License for the specific language governing permissions and
15   limitations under the License.
16
17
18                                 Apache License
19                           Version 2.0, January 2004
20                        http://www.apache.org/licenses/
21
22   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
23
24   1. Definitions.
25
26      "License" shall mean the terms and conditions for use, reproduction,
27      and distribution as defined by Sections 1 through 9 of this document.
28
29      "Licensor" shall mean the copyright owner or entity authorized by
30      the copyright owner that is granting the License.
31
32      "Legal Entity" shall mean the union of the acting entity and all
33      other entities that control, are controlled by, or are under common
34      control with that entity. For the purposes of this definition,
35      "control" means (i) the power, direct or indirect, to cause the
36      direction or management of such entity, whether by contract or
37      otherwise, or (ii) ownership of fifty percent (50%) or more of the
38      outstanding shares, or (iii) beneficial ownership of such entity.
39
40      "You" (or "Your") shall mean an individual or Legal Entity
41      exercising permissions granted by this License.
42
43      "Source" form shall mean the preferred form for making modifications,
44      including but not limited to software source code, documentation
45      source, and configuration files.
46
47      "Object" form shall mean any form resulting from mechanical
48      transformation or translation of a Source form, including but
49      not limited to compiled object code, generated documentation,
50      and conversions to other media types.
51
52      "Work" shall mean the work of authorship, whether in Source or
53      Object form, made available under the License, as indicated by a
54      copyright notice that is included in or attached to the work
55      (an example is provided in the Appendix below).
56
57      "Derivative Works" shall mean any work, whether in Source or Object
58      form, that is based on (or derived from) the Work and for which the
59      editorial revisions, annotations, elaborations, or other modifications
60      represent, as a whole, an original work of authorship. For the purposes
61      of this License, Derivative Works shall not include works that remain
62      separable from, or merely link (or bind by name) to the interfaces of,
63      the Work and Derivative Works thereof.
64
65      "Contribution" shall mean any work of authorship, including
66      the original version of the Work and any modifications or additions
67      to that Work or Derivative Works thereof, that is intentionally
68      submitted to Licensor for inclusion in the Work by the copyright owner
69      or by an individual or Legal Entity authorized to submit on behalf of
70      the copyright owner. For the purposes of this definition, "submitted"
71      means any form of electronic, verbal, or written communication sent
72      to the Licensor or its representatives, including but not limited to
73      communication on electronic mailing lists, source code control systems,
74      and issue tracking systems that are managed by, or on behalf of, the
75      Licensor for the purpose of discussing and improving the Work, but
76      excluding communication that is conspicuously marked or otherwise
77      designated in writing by the copyright owner as "Not a Contribution."
78
79      "Contributor" shall mean Licensor and any individual or Legal Entity
80      on behalf of whom a Contribution has been received by Licensor and
81      subsequently incorporated within the Work.
82
83   2. Grant of Copyright License. Subject to the terms and conditions of
84      this License, each Contributor hereby grants to You a perpetual,
85      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
86      copyright license to reproduce, prepare Derivative Works of,
87      publicly display, publicly perform, sublicense, and distribute the
88      Work and such Derivative Works in Source or Object form.
89
90   3. Grant of Patent License. Subject to the terms and conditions of
91      this License, each Contributor hereby grants to You a perpetual,
92      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
93      (except as stated in this section) patent license to make, have made,
94      use, offer to sell, sell, import, and otherwise transfer the Work,
95      where such license applies only to those patent claims licensable
96      by such Contributor that are necessarily infringed by their
97      Contribution(s) alone or by combination of their Contribution(s)
98      with the Work to which such Contribution(s) was submitted. If You
99      institute patent litigation against any entity (including a
100      cross-claim or counterclaim in a lawsuit) alleging that the Work
101      or a Contribution incorporated within the Work constitutes direct
102      or contributory patent infringement, then any patent licenses
103      granted to You under this License for that Work shall terminate
104      as of the date such litigation is filed.
105
106   4. Redistribution. You may reproduce and distribute copies of the
107      Work or Derivative Works thereof in any medium, with or without
108      modifications, and in Source or Object form, provided that You
109      meet the following conditions:
110
111      (a) You must give any other recipients of the Work or
112          Derivative Works a copy of this License; and
113
114      (b) You must cause any modified files to carry prominent notices
115          stating that You changed the files; and
116
117      (c) You must retain, in the Source form of any Derivative Works
118          that You distribute, all copyright, patent, trademark, and
119          attribution notices from the Source form of the Work,
120          excluding those notices that do not pertain to any part of
121          the Derivative Works; and
122
123      (d) If the Work includes a "NOTICE" text file as part of its
124          distribution, then any Derivative Works that You distribute must
125          include a readable copy of the attribution notices contained
126          within such NOTICE file, excluding those notices that do not
127          pertain to any part of the Derivative Works, in at least one
128          of the following places: within a NOTICE text file distributed
129          as part of the Derivative Works; within the Source form or
130          documentation, if provided along with the Derivative Works; or,
131          within a display generated by the Derivative Works, if and
132          wherever such third-party notices normally appear. The contents
133          of the NOTICE file are for informational purposes only and
134          do not modify the License. You may add Your own attribution
135          notices within Derivative Works that You distribute, alongside
136          or as an addendum to the NOTICE text from the Work, provided
137          that such additional attribution notices cannot be construed
138          as modifying the License.
139
140      You may add Your own copyright statement to Your modifications and
141      may provide additional or different license terms and conditions
142      for use, reproduction, or distribution of Your modifications, or
143      for any such Derivative Works as a whole, provided Your use,
144      reproduction, and distribution of the Work otherwise complies with
145      the conditions stated in this License.
146
147   5. Submission of Contributions. Unless You explicitly state otherwise,
148      any Contribution intentionally submitted for inclusion in the Work
149      by You to the Licensor shall be under the terms and conditions of
150      this License, without any additional terms or conditions.
151      Notwithstanding the above, nothing herein shall supersede or modify
152      the terms of any separate license agreement you may have executed
153      with Licensor regarding such Contributions.
154
155   6. Trademarks. This License does not grant permission to use the trade
156      names, trademarks, service marks, or product names of the Licensor,
157      except as required for reasonable and customary use in describing the
158      origin of the Work and reproducing the content of the NOTICE file.
159
160   7. Disclaimer of Warranty. Unless required by applicable law or
161      agreed to in writing, Licensor provides the Work (and each
162      Contributor provides its Contributions) on an "AS IS" BASIS,
163      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
164      implied, including, without limitation, any warranties or conditions
165      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
166      PARTICULAR PURPOSE. You are solely responsible for determining the
167      appropriateness of using or redistributing the Work and assume any
168      risks associated with Your exercise of permissions under this License.
169
170   8. Limitation of Liability. In no event and under no legal theory,
171      whether in tort (including negligence), contract, or otherwise,
172      unless required by applicable law (such as deliberate and grossly
173      negligent acts) or agreed to in writing, shall any Contributor be
174      liable to You for damages, including any direct, indirect, special,
175      incidental, or consequential damages of any character arising as a
176      result of this License or out of the use or inability to use the
177      Work (including but not limited to damages for loss of goodwill,
178      work stoppage, computer failure or malfunction, or any and all
179      other commercial damages or losses), even if such Contributor
180      has been advised of the possibility of such damages.
181
182   9. Accepting Warranty or Additional Liability. While redistributing
183      the Work or Derivative Works thereof, You may choose to offer,
184      and charge a fee for, acceptance of support, warranty, indemnity,
185      or other liability obligations and/or rights consistent with this
186      License. However, in accepting such obligations, You may act only
187      on Your own behalf and on Your sole responsibility, not on behalf
188      of any other Contributor, and only if You agree to indemnify,
189      defend, and hold each Contributor harmless for any liability
190      incurred by, or claims asserted against, such Contributor by reason
191      of your accepting any such warranty or additional liability.
192
193   END OF TERMS AND CONDITIONS
194
195
196
197Android Architecture Components:
198
199
200                                 Apache License
201                           Version 2.0, January 2004
202                        http://www.apache.org/licenses/
203
204   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
205
206   1. Definitions.
207
208      "License" shall mean the terms and conditions for use, reproduction,
209      and distribution as defined by Sections 1 through 9 of this document.
210
211      "Licensor" shall mean the copyright owner or entity authorized by
212      the copyright owner that is granting the License.
213
214      "Legal Entity" shall mean the union of the acting entity and all
215      other entities that control, are controlled by, or are under common
216      control with that entity. For the purposes of this definition,
217      "control" means (i) the power, direct or indirect, to cause the
218      direction or management of such entity, whether by contract or
219      otherwise, or (ii) ownership of fifty percent (50%) or more of the
220      outstanding shares, or (iii) beneficial ownership of such entity.
221
222      "You" (or "Your") shall mean an individual or Legal Entity
223      exercising permissions granted by this License.
224
225      "Source" form shall mean the preferred form for making modifications,
226      including but not limited to software source code, documentation
227      source, and configuration files.
228
229      "Object" form shall mean any form resulting from mechanical
230      transformation or translation of a Source form, including but
231      not limited to compiled object code, generated documentation,
232      and conversions to other media types.
233
234      "Work" shall mean the work of authorship, whether in Source or
235      Object form, made available under the License, as indicated by a
236      copyright notice that is included in or attached to the work
237      (an example is provided in the Appendix below).
238
239      "Derivative Works" shall mean any work, whether in Source or Object
240      form, that is based on (or derived from) the Work and for which the
241      editorial revisions, annotations, elaborations, or other modifications
242      represent, as a whole, an original work of authorship. For the purposes
243      of this License, Derivative Works shall not include works that remain
244      separable from, or merely link (or bind by name) to the interfaces of,
245      the Work and Derivative Works thereof.
246
247      "Contribution" shall mean any work of authorship, including
248      the original version of the Work and any modifications or additions
249      to that Work or Derivative Works thereof, that is intentionally
250      submitted to Licensor for inclusion in the Work by the copyright owner
251      or by an individual or Legal Entity authorized to submit on behalf of
252      the copyright owner. For the purposes of this definition, "submitted"
253      means any form of electronic, verbal, or written communication sent
254      to the Licensor or its representatives, including but not limited to
255      communication on electronic mailing lists, source code control systems,
256      and issue tracking systems that are managed by, or on behalf of, the
257      Licensor for the purpose of discussing and improving the Work, but
258      excluding communication that is conspicuously marked or otherwise
259      designated in writing by the copyright owner as "Not a Contribution."
260
261      "Contributor" shall mean Licensor and any individual or Legal Entity
262      on behalf of whom a Contribution has been received by Licensor and
263      subsequently incorporated within the Work.
264
265   2. Grant of Copyright License. Subject to the terms and conditions of
266      this License, each Contributor hereby grants to You a perpetual,
267      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
268      copyright license to reproduce, prepare Derivative Works of,
269      publicly display, publicly perform, sublicense, and distribute the
270      Work and such Derivative Works in Source or Object form.
271
272   3. Grant of Patent License. Subject to the terms and conditions of
273      this License, each Contributor hereby grants to You a perpetual,
274      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
275      (except as stated in this section) patent license to make, have made,
276      use, offer to sell, sell, import, and otherwise transfer the Work,
277      where such license applies only to those patent claims licensable
278      by such Contributor that are necessarily infringed by their
279      Contribution(s) alone or by combination of their Contribution(s)
280      with the Work to which such Contribution(s) was submitted. If You
281      institute patent litigation against any entity (including a
282      cross-claim or counterclaim in a lawsuit) alleging that the Work
283      or a Contribution incorporated within the Work constitutes direct
284      or contributory patent infringement, then any patent licenses
285      granted to You under this License for that Work shall terminate
286      as of the date such litigation is filed.
287
288   4. Redistribution. You may reproduce and distribute copies of the
289      Work or Derivative Works thereof in any medium, with or without
290      modifications, and in Source or Object form, provided that You
291      meet the following conditions:
292
293      (a) You must give any other recipients of the Work or
294          Derivative Works a copy of this License; and
295
296      (b) You must cause any modified files to carry prominent notices
297          stating that You changed the files; and
298
299      (c) You must retain, in the Source form of any Derivative Works
300          that You distribute, all copyright, patent, trademark, and
301          attribution notices from the Source form of the Work,
302          excluding those notices that do not pertain to any part of
303          the Derivative Works; and
304
305      (d) If the Work includes a "NOTICE" text file as part of its
306          distribution, then any Derivative Works that You distribute must
307          include a readable copy of the attribution notices contained
308          within such NOTICE file, excluding those notices that do not
309          pertain to any part of the Derivative Works, in at least one
310          of the following places: within a NOTICE text file distributed
311          as part of the Derivative Works; within the Source form or
312          documentation, if provided along with the Derivative Works; or,
313          within a display generated by the Derivative Works, if and
314          wherever such third-party notices normally appear. The contents
315          of the NOTICE file are for informational purposes only and
316          do not modify the License. You may add Your own attribution
317          notices within Derivative Works that You distribute, alongside
318          or as an addendum to the NOTICE text from the Work, provided
319          that such additional attribution notices cannot be construed
320          as modifying the License.
321
322      You may add Your own copyright statement to Your modifications and
323      may provide additional or different license terms and conditions
324      for use, reproduction, or distribution of Your modifications, or
325      for any such Derivative Works as a whole, provided Your use,
326      reproduction, and distribution of the Work otherwise complies with
327      the conditions stated in this License.
328
329   5. Submission of Contributions. Unless You explicitly state otherwise,
330      any Contribution intentionally submitted for inclusion in the Work
331      by You to the Licensor shall be under the terms and conditions of
332      this License, without any additional terms or conditions.
333      Notwithstanding the above, nothing herein shall supersede or modify
334      the terms of any separate license agreement you may have executed
335      with Licensor regarding such Contributions.
336
337   6. Trademarks. This License does not grant permission to use the trade
338      names, trademarks, service marks, or product names of the Licensor,
339      except as required for reasonable and customary use in describing the
340      origin of the Work and reproducing the content of the NOTICE file.
341
342   7. Disclaimer of Warranty. Unless required by applicable law or
343      agreed to in writing, Licensor provides the Work (and each
344      Contributor provides its Contributions) on an "AS IS" BASIS,
345      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
346      implied, including, without limitation, any warranties or conditions
347      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
348      PARTICULAR PURPOSE. You are solely responsible for determining the
349      appropriateness of using or redistributing the Work and assume any
350      risks associated with Your exercise of permissions under this License.
351
352   8. Limitation of Liability. In no event and under no legal theory,
353      whether in tort (including negligence), contract, or otherwise,
354      unless required by applicable law (such as deliberate and grossly
355      negligent acts) or agreed to in writing, shall any Contributor be
356      liable to You for damages, including any direct, indirect, special,
357      incidental, or consequential damages of any character arising as a
358      result of this License or out of the use or inability to use the
359      Work (including but not limited to damages for loss of goodwill,
360      work stoppage, computer failure or malfunction, or any and all
361      other commercial damages or losses), even if such Contributor
362      has been advised of the possibility of such damages.
363
364   9. Accepting Warranty or Additional Liability. While redistributing
365      the Work or Derivative Works thereof, You may choose to offer,
366      and charge a fee for, acceptance of support, warranty, indemnity,
367      or other liability obligations and/or rights consistent with this
368      License. However, in accepting such obligations, You may act only
369      on Your own behalf and on Your sole responsibility, not on behalf
370      of any other Contributor, and only if You agree to indemnify,
371      defend, and hold each Contributor harmless for any liability
372      incurred by, or claims asserted against, such Contributor by reason
373      of your accepting any such warranty or additional liability.
374
375   END OF TERMS AND CONDITIONS
376
377   APPENDIX: How to apply the Apache License to your work.
378
379      To apply the Apache License to your work, attach the following
380      boilerplate notice, with the fields enclosed by brackets "[]"
381      replaced with your own identifying information. (Don't include
382      the brackets!)  The text should be enclosed in the appropriate
383      comment syntax for the file format. We also recommend that a
384      file or class name and description of purpose be included on the
385      same "printed page" as the copyright notice for easier
386      identification within third-party archives.
387
388   Copyright 2012 Netflix, Inc.
389
390   Licensed under the Apache License, Version 2.0 (the "License");
391   you may not use this file except in compliance with the License.
392   You may obtain a copy of the License at
393
394       http://www.apache.org/licenses/LICENSE-2.0
395
396   Unless required by applicable law or agreed to in writing, software
397   distributed under the License is distributed on an "AS IS" BASIS,
398   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
399   See the License for the specific language governing permissions and
400   limitations under the License.
401
402
403Android Architecture Components Core Library:
404
405
406                                 Apache License
407                           Version 2.0, January 2004
408                        http://www.apache.org/licenses/
409
410   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
411
412   1. Definitions.
413
414      "License" shall mean the terms and conditions for use, reproduction,
415      and distribution as defined by Sections 1 through 9 of this document.
416
417      "Licensor" shall mean the copyright owner or entity authorized by
418      the copyright owner that is granting the License.
419
420      "Legal Entity" shall mean the union of the acting entity and all
421      other entities that control, are controlled by, or are under common
422      control with that entity. For the purposes of this definition,
423      "control" means (i) the power, direct or indirect, to cause the
424      direction or management of such entity, whether by contract or
425      otherwise, or (ii) ownership of fifty percent (50%) or more of the
426      outstanding shares, or (iii) beneficial ownership of such entity.
427
428      "You" (or "Your") shall mean an individual or Legal Entity
429      exercising permissions granted by this License.
430
431      "Source" form shall mean the preferred form for making modifications,
432      including but not limited to software source code, documentation
433      source, and configuration files.
434
435      "Object" form shall mean any form resulting from mechanical
436      transformation or translation of a Source form, including but
437      not limited to compiled object code, generated documentation,
438      and conversions to other media types.
439
440      "Work" shall mean the work of authorship, whether in Source or
441      Object form, made available under the License, as indicated by a
442      copyright notice that is included in or attached to the work
443      (an example is provided in the Appendix below).
444
445      "Derivative Works" shall mean any work, whether in Source or Object
446      form, that is based on (or derived from) the Work and for which the
447      editorial revisions, annotations, elaborations, or other modifications
448      represent, as a whole, an original work of authorship. For the purposes
449      of this License, Derivative Works shall not include works that remain
450      separable from, or merely link (or bind by name) to the interfaces of,
451      the Work and Derivative Works thereof.
452
453      "Contribution" shall mean any work of authorship, including
454      the original version of the Work and any modifications or additions
455      to that Work or Derivative Works thereof, that is intentionally
456      submitted to Licensor for inclusion in the Work by the copyright owner
457      or by an individual or Legal Entity authorized to submit on behalf of
458      the copyright owner. For the purposes of this definition, "submitted"
459      means any form of electronic, verbal, or written communication sent
460      to the Licensor or its representatives, including but not limited to
461      communication on electronic mailing lists, source code control systems,
462      and issue tracking systems that are managed by, or on behalf of, the
463      Licensor for the purpose of discussing and improving the Work, but
464      excluding communication that is conspicuously marked or otherwise
465      designated in writing by the copyright owner as "Not a Contribution."
466
467      "Contributor" shall mean Licensor and any individual or Legal Entity
468      on behalf of whom a Contribution has been received by Licensor and
469      subsequently incorporated within the Work.
470
471   2. Grant of Copyright License. Subject to the terms and conditions of
472      this License, each Contributor hereby grants to You a perpetual,
473      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
474      copyright license to reproduce, prepare Derivative Works of,
475      publicly display, publicly perform, sublicense, and distribute the
476      Work and such Derivative Works in Source or Object form.
477
478   3. Grant of Patent License. Subject to the terms and conditions of
479      this License, each Contributor hereby grants to You a perpetual,
480      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
481      (except as stated in this section) patent license to make, have made,
482      use, offer to sell, sell, import, and otherwise transfer the Work,
483      where such license applies only to those patent claims licensable
484      by such Contributor that are necessarily infringed by their
485      Contribution(s) alone or by combination of their Contribution(s)
486      with the Work to which such Contribution(s) was submitted. If You
487      institute patent litigation against any entity (including a
488      cross-claim or counterclaim in a lawsuit) alleging that the Work
489      or a Contribution incorporated within the Work constitutes direct
490      or contributory patent infringement, then any patent licenses
491      granted to You under this License for that Work shall terminate
492      as of the date such litigation is filed.
493
494   4. Redistribution. You may reproduce and distribute copies of the
495      Work or Derivative Works thereof in any medium, with or without
496      modifications, and in Source or Object form, provided that You
497      meet the following conditions:
498
499      (a) You must give any other recipients of the Work or
500          Derivative Works a copy of this License; and
501
502      (b) You must cause any modified files to carry prominent notices
503          stating that You changed the files; and
504
505      (c) You must retain, in the Source form of any Derivative Works
506          that You distribute, all copyright, patent, trademark, and
507          attribution notices from the Source form of the Work,
508          excluding those notices that do not pertain to any part of
509          the Derivative Works; and
510
511      (d) If the Work includes a "NOTICE" text file as part of its
512          distribution, then any Derivative Works that You distribute must
513          include a readable copy of the attribution notices contained
514          within such NOTICE file, excluding those notices that do not
515          pertain to any part of the Derivative Works, in at least one
516          of the following places: within a NOTICE text file distributed
517          as part of the Derivative Works; within the Source form or
518          documentation, if provided along with the Derivative Works; or,
519          within a display generated by the Derivative Works, if and
520          wherever such third-party notices normally appear. The contents
521          of the NOTICE file are for informational purposes only and
522          do not modify the License. You may add Your own attribution
523          notices within Derivative Works that You distribute, alongside
524          or as an addendum to the NOTICE text from the Work, provided
525          that such additional attribution notices cannot be construed
526          as modifying the License.
527
528      You may add Your own copyright statement to Your modifications and
529      may provide additional or different license terms and conditions
530      for use, reproduction, or distribution of Your modifications, or
531      for any such Derivative Works as a whole, provided Your use,
532      reproduction, and distribution of the Work otherwise complies with
533      the conditions stated in this License.
534
535   5. Submission of Contributions. Unless You explicitly state otherwise,
536      any Contribution intentionally submitted for inclusion in the Work
537      by You to the Licensor shall be under the terms and conditions of
538      this License, without any additional terms or conditions.
539      Notwithstanding the above, nothing herein shall supersede or modify
540      the terms of any separate license agreement you may have executed
541      with Licensor regarding such Contributions.
542
543   6. Trademarks. This License does not grant permission to use the trade
544      names, trademarks, service marks, or product names of the Licensor,
545      except as required for reasonable and customary use in describing the
546      origin of the Work and reproducing the content of the NOTICE file.
547
548   7. Disclaimer of Warranty. Unless required by applicable law or
549      agreed to in writing, Licensor provides the Work (and each
550      Contributor provides its Contributions) on an "AS IS" BASIS,
551      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
552      implied, including, without limitation, any warranties or conditions
553      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
554      PARTICULAR PURPOSE. You are solely responsible for determining the
555      appropriateness of using or redistributing the Work and assume any
556      risks associated with Your exercise of permissions under this License.
557
558   8. Limitation of Liability. In no event and under no legal theory,
559      whether in tort (including negligence), contract, or otherwise,
560      unless required by applicable law (such as deliberate and grossly
561      negligent acts) or agreed to in writing, shall any Contributor be
562      liable to You for damages, including any direct, indirect, special,
563      incidental, or consequential damages of any character arising as a
564      result of this License or out of the use or inability to use the
565      Work (including but not limited to damages for loss of goodwill,
566      work stoppage, computer failure or malfunction, or any and all
567      other commercial damages or losses), even if such Contributor
568      has been advised of the possibility of such damages.
569
570   9. Accepting Warranty or Additional Liability. While redistributing
571      the Work or Derivative Works thereof, You may choose to offer,
572      and charge a fee for, acceptance of support, warranty, indemnity,
573      or other liability obligations and/or rights consistent with this
574      License. However, in accepting such obligations, You may act only
575      on Your own behalf and on Your sole responsibility, not on behalf
576      of any other Contributor, and only if You agree to indemnify,
577      defend, and hold each Contributor harmless for any liability
578      incurred by, or claims asserted against, such Contributor by reason
579      of your accepting any such warranty or additional liability.
580
581   END OF TERMS AND CONDITIONS
582
583   APPENDIX: How to apply the Apache License to your work.
584
585      To apply the Apache License to your work, attach the following
586      boilerplate notice, with the fields enclosed by brackets "[]"
587      replaced with your own identifying information. (Don't include
588      the brackets!)  The text should be enclosed in the appropriate
589      comment syntax for the file format. We also recommend that a
590      file or class name and description of purpose be included on the
591      same "printed page" as the copyright notice for easier
592      identification within third-party archives.
593
594   Copyright 2012 Netflix, Inc.
595
596   Licensed under the Apache License, Version 2.0 (the "License");
597   you may not use this file except in compliance with the License.
598   You may obtain a copy of the License at
599
600       http://www.apache.org/licenses/LICENSE-2.0
601
602   Unless required by applicable law or agreed to in writing, software
603   distributed under the License is distributed on an "AS IS" BASIS,
604   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605   See the License for the specific language governing permissions and
606   limitations under the License.
607
608
609Android Architecture Components Lifecycle Library:
610
611
612                                 Apache License
613                           Version 2.0, January 2004
614                        http://www.apache.org/licenses/
615
616   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
617
618   1. Definitions.
619
620      "License" shall mean the terms and conditions for use, reproduction,
621      and distribution as defined by Sections 1 through 9 of this document.
622
623      "Licensor" shall mean the copyright owner or entity authorized by
624      the copyright owner that is granting the License.
625
626      "Legal Entity" shall mean the union of the acting entity and all
627      other entities that control, are controlled by, or are under common
628      control with that entity. For the purposes of this definition,
629      "control" means (i) the power, direct or indirect, to cause the
630      direction or management of such entity, whether by contract or
631      otherwise, or (ii) ownership of fifty percent (50%) or more of the
632      outstanding shares, or (iii) beneficial ownership of such entity.
633
634      "You" (or "Your") shall mean an individual or Legal Entity
635      exercising permissions granted by this License.
636
637      "Source" form shall mean the preferred form for making modifications,
638      including but not limited to software source code, documentation
639      source, and configuration files.
640
641      "Object" form shall mean any form resulting from mechanical
642      transformation or translation of a Source form, including but
643      not limited to compiled object code, generated documentation,
644      and conversions to other media types.
645
646      "Work" shall mean the work of authorship, whether in Source or
647      Object form, made available under the License, as indicated by a
648      copyright notice that is included in or attached to the work
649      (an example is provided in the Appendix below).
650
651      "Derivative Works" shall mean any work, whether in Source or Object
652      form, that is based on (or derived from) the Work and for which the
653      editorial revisions, annotations, elaborations, or other modifications
654      represent, as a whole, an original work of authorship. For the purposes
655      of this License, Derivative Works shall not include works that remain
656      separable from, or merely link (or bind by name) to the interfaces of,
657      the Work and Derivative Works thereof.
658
659      "Contribution" shall mean any work of authorship, including
660      the original version of the Work and any modifications or additions
661      to that Work or Derivative Works thereof, that is intentionally
662      submitted to Licensor for inclusion in the Work by the copyright owner
663      or by an individual or Legal Entity authorized to submit on behalf of
664      the copyright owner. For the purposes of this definition, "submitted"
665      means any form of electronic, verbal, or written communication sent
666      to the Licensor or its representatives, including but not limited to
667      communication on electronic mailing lists, source code control systems,
668      and issue tracking systems that are managed by, or on behalf of, the
669      Licensor for the purpose of discussing and improving the Work, but
670      excluding communication that is conspicuously marked or otherwise
671      designated in writing by the copyright owner as "Not a Contribution."
672
673      "Contributor" shall mean Licensor and any individual or Legal Entity
674      on behalf of whom a Contribution has been received by Licensor and
675      subsequently incorporated within the Work.
676
677   2. Grant of Copyright License. Subject to the terms and conditions of
678      this License, each Contributor hereby grants to You a perpetual,
679      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
680      copyright license to reproduce, prepare Derivative Works of,
681      publicly display, publicly perform, sublicense, and distribute the
682      Work and such Derivative Works in Source or Object form.
683
684   3. Grant of Patent License. Subject to the terms and conditions of
685      this License, each Contributor hereby grants to You a perpetual,
686      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
687      (except as stated in this section) patent license to make, have made,
688      use, offer to sell, sell, import, and otherwise transfer the Work,
689      where such license applies only to those patent claims licensable
690      by such Contributor that are necessarily infringed by their
691      Contribution(s) alone or by combination of their Contribution(s)
692      with the Work to which such Contribution(s) was submitted. If You
693      institute patent litigation against any entity (including a
694      cross-claim or counterclaim in a lawsuit) alleging that the Work
695      or a Contribution incorporated within the Work constitutes direct
696      or contributory patent infringement, then any patent licenses
697      granted to You under this License for that Work shall terminate
698      as of the date such litigation is filed.
699
700   4. Redistribution. You may reproduce and distribute copies of the
701      Work or Derivative Works thereof in any medium, with or without
702      modifications, and in Source or Object form, provided that You
703      meet the following conditions:
704
705      (a) You must give any other recipients of the Work or
706          Derivative Works a copy of this License; and
707
708      (b) You must cause any modified files to carry prominent notices
709          stating that You changed the files; and
710
711      (c) You must retain, in the Source form of any Derivative Works
712          that You distribute, all copyright, patent, trademark, and
713          attribution notices from the Source form of the Work,
714          excluding those notices that do not pertain to any part of
715          the Derivative Works; and
716
717      (d) If the Work includes a "NOTICE" text file as part of its
718          distribution, then any Derivative Works that You distribute must
719          include a readable copy of the attribution notices contained
720          within such NOTICE file, excluding those notices that do not
721          pertain to any part of the Derivative Works, in at least one
722          of the following places: within a NOTICE text file distributed
723          as part of the Derivative Works; within the Source form or
724          documentation, if provided along with the Derivative Works; or,
725          within a display generated by the Derivative Works, if and
726          wherever such third-party notices normally appear. The contents
727          of the NOTICE file are for informational purposes only and
728          do not modify the License. You may add Your own attribution
729          notices within Derivative Works that You distribute, alongside
730          or as an addendum to the NOTICE text from the Work, provided
731          that such additional attribution notices cannot be construed
732          as modifying the License.
733
734      You may add Your own copyright statement to Your modifications and
735      may provide additional or different license terms and conditions
736      for use, reproduction, or distribution of Your modifications, or
737      for any such Derivative Works as a whole, provided Your use,
738      reproduction, and distribution of the Work otherwise complies with
739      the conditions stated in this License.
740
741   5. Submission of Contributions. Unless You explicitly state otherwise,
742      any Contribution intentionally submitted for inclusion in the Work
743      by You to the Licensor shall be under the terms and conditions of
744      this License, without any additional terms or conditions.
745      Notwithstanding the above, nothing herein shall supersede or modify
746      the terms of any separate license agreement you may have executed
747      with Licensor regarding such Contributions.
748
749   6. Trademarks. This License does not grant permission to use the trade
750      names, trademarks, service marks, or product names of the Licensor,
751      except as required for reasonable and customary use in describing the
752      origin of the Work and reproducing the content of the NOTICE file.
753
754   7. Disclaimer of Warranty. Unless required by applicable law or
755      agreed to in writing, Licensor provides the Work (and each
756      Contributor provides its Contributions) on an "AS IS" BASIS,
757      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
758      implied, including, without limitation, any warranties or conditions
759      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
760      PARTICULAR PURPOSE. You are solely responsible for determining the
761      appropriateness of using or redistributing the Work and assume any
762      risks associated with Your exercise of permissions under this License.
763
764   8. Limitation of Liability. In no event and under no legal theory,
765      whether in tort (including negligence), contract, or otherwise,
766      unless required by applicable law (such as deliberate and grossly
767      negligent acts) or agreed to in writing, shall any Contributor be
768      liable to You for damages, including any direct, indirect, special,
769      incidental, or consequential damages of any character arising as a
770      result of this License or out of the use or inability to use the
771      Work (including but not limited to damages for loss of goodwill,
772      work stoppage, computer failure or malfunction, or any and all
773      other commercial damages or losses), even if such Contributor
774      has been advised of the possibility of such damages.
775
776   9. Accepting Warranty or Additional Liability. While redistributing
777      the Work or Derivative Works thereof, You may choose to offer,
778      and charge a fee for, acceptance of support, warranty, indemnity,
779      or other liability obligations and/or rights consistent with this
780      License. However, in accepting such obligations, You may act only
781      on Your own behalf and on Your sole responsibility, not on behalf
782      of any other Contributor, and only if You agree to indemnify,
783      defend, and hold each Contributor harmless for any liability
784      incurred by, or claims asserted against, such Contributor by reason
785      of your accepting any such warranty or additional liability.
786
787   END OF TERMS AND CONDITIONS
788
789   APPENDIX: How to apply the Apache License to your work.
790
791      To apply the Apache License to your work, attach the following
792      boilerplate notice, with the fields enclosed by brackets "[]"
793      replaced with your own identifying information. (Don't include
794      the brackets!)  The text should be enclosed in the appropriate
795      comment syntax for the file format. We also recommend that a
796      file or class name and description of purpose be included on the
797      same "printed page" as the copyright notice for easier
798      identification within third-party archives.
799
800   Copyright 2012 Netflix, Inc.
801
802   Licensed under the Apache License, Version 2.0 (the "License");
803   you may not use this file except in compliance with the License.
804   You may obtain a copy of the License at
805
806       http://www.apache.org/licenses/LICENSE-2.0
807
808   Unless required by applicable law or agreed to in writing, software
809   distributed under the License is distributed on an "AS IS" BASIS,
810   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
811   See the License for the specific language governing permissions and
812   limitations under the License.
813
814
815Android Architecture Components Lifecycle Runtime Library:
816
817
818                                 Apache License
819                           Version 2.0, January 2004
820                        http://www.apache.org/licenses/
821
822   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
823
824   1. Definitions.
825
826      "License" shall mean the terms and conditions for use, reproduction,
827      and distribution as defined by Sections 1 through 9 of this document.
828
829      "Licensor" shall mean the copyright owner or entity authorized by
830      the copyright owner that is granting the License.
831
832      "Legal Entity" shall mean the union of the acting entity and all
833      other entities that control, are controlled by, or are under common
834      control with that entity. For the purposes of this definition,
835      "control" means (i) the power, direct or indirect, to cause the
836      direction or management of such entity, whether by contract or
837      otherwise, or (ii) ownership of fifty percent (50%) or more of the
838      outstanding shares, or (iii) beneficial ownership of such entity.
839
840      "You" (or "Your") shall mean an individual or Legal Entity
841      exercising permissions granted by this License.
842
843      "Source" form shall mean the preferred form for making modifications,
844      including but not limited to software source code, documentation
845      source, and configuration files.
846
847      "Object" form shall mean any form resulting from mechanical
848      transformation or translation of a Source form, including but
849      not limited to compiled object code, generated documentation,
850      and conversions to other media types.
851
852      "Work" shall mean the work of authorship, whether in Source or
853      Object form, made available under the License, as indicated by a
854      copyright notice that is included in or attached to the work
855      (an example is provided in the Appendix below).
856
857      "Derivative Works" shall mean any work, whether in Source or Object
858      form, that is based on (or derived from) the Work and for which the
859      editorial revisions, annotations, elaborations, or other modifications
860      represent, as a whole, an original work of authorship. For the purposes
861      of this License, Derivative Works shall not include works that remain
862      separable from, or merely link (or bind by name) to the interfaces of,
863      the Work and Derivative Works thereof.
864
865      "Contribution" shall mean any work of authorship, including
866      the original version of the Work and any modifications or additions
867      to that Work or Derivative Works thereof, that is intentionally
868      submitted to Licensor for inclusion in the Work by the copyright owner
869      or by an individual or Legal Entity authorized to submit on behalf of
870      the copyright owner. For the purposes of this definition, "submitted"
871      means any form of electronic, verbal, or written communication sent
872      to the Licensor or its representatives, including but not limited to
873      communication on electronic mailing lists, source code control systems,
874      and issue tracking systems that are managed by, or on behalf of, the
875      Licensor for the purpose of discussing and improving the Work, but
876      excluding communication that is conspicuously marked or otherwise
877      designated in writing by the copyright owner as "Not a Contribution."
878
879      "Contributor" shall mean Licensor and any individual or Legal Entity
880      on behalf of whom a Contribution has been received by Licensor and
881      subsequently incorporated within the Work.
882
883   2. Grant of Copyright License. Subject to the terms and conditions of
884      this License, each Contributor hereby grants to You a perpetual,
885      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
886      copyright license to reproduce, prepare Derivative Works of,
887      publicly display, publicly perform, sublicense, and distribute the
888      Work and such Derivative Works in Source or Object form.
889
890   3. Grant of Patent License. Subject to the terms and conditions of
891      this License, each Contributor hereby grants to You a perpetual,
892      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
893      (except as stated in this section) patent license to make, have made,
894      use, offer to sell, sell, import, and otherwise transfer the Work,
895      where such license applies only to those patent claims licensable
896      by such Contributor that are necessarily infringed by their
897      Contribution(s) alone or by combination of their Contribution(s)
898      with the Work to which such Contribution(s) was submitted. If You
899      institute patent litigation against any entity (including a
900      cross-claim or counterclaim in a lawsuit) alleging that the Work
901      or a Contribution incorporated within the Work constitutes direct
902      or contributory patent infringement, then any patent licenses
903      granted to You under this License for that Work shall terminate
904      as of the date such litigation is filed.
905
906   4. Redistribution. You may reproduce and distribute copies of the
907      Work or Derivative Works thereof in any medium, with or without
908      modifications, and in Source or Object form, provided that You
909      meet the following conditions:
910
911      (a) You must give any other recipients of the Work or
912          Derivative Works a copy of this License; and
913
914      (b) You must cause any modified files to carry prominent notices
915          stating that You changed the files; and
916
917      (c) You must retain, in the Source form of any Derivative Works
918          that You distribute, all copyright, patent, trademark, and
919          attribution notices from the Source form of the Work,
920          excluding those notices that do not pertain to any part of
921          the Derivative Works; and
922
923      (d) If the Work includes a "NOTICE" text file as part of its
924          distribution, then any Derivative Works that You distribute must
925          include a readable copy of the attribution notices contained
926          within such NOTICE file, excluding those notices that do not
927          pertain to any part of the Derivative Works, in at least one
928          of the following places: within a NOTICE text file distributed
929          as part of the Derivative Works; within the Source form or
930          documentation, if provided along with the Derivative Works; or,
931          within a display generated by the Derivative Works, if and
932          wherever such third-party notices normally appear. The contents
933          of the NOTICE file are for informational purposes only and
934          do not modify the License. You may add Your own attribution
935          notices within Derivative Works that You distribute, alongside
936          or as an addendum to the NOTICE text from the Work, provided
937          that such additional attribution notices cannot be construed
938          as modifying the License.
939
940      You may add Your own copyright statement to Your modifications and
941      may provide additional or different license terms and conditions
942      for use, reproduction, or distribution of Your modifications, or
943      for any such Derivative Works as a whole, provided Your use,
944      reproduction, and distribution of the Work otherwise complies with
945      the conditions stated in this License.
946
947   5. Submission of Contributions. Unless You explicitly state otherwise,
948      any Contribution intentionally submitted for inclusion in the Work
949      by You to the Licensor shall be under the terms and conditions of
950      this License, without any additional terms or conditions.
951      Notwithstanding the above, nothing herein shall supersede or modify
952      the terms of any separate license agreement you may have executed
953      with Licensor regarding such Contributions.
954
955   6. Trademarks. This License does not grant permission to use the trade
956      names, trademarks, service marks, or product names of the Licensor,
957      except as required for reasonable and customary use in describing the
958      origin of the Work and reproducing the content of the NOTICE file.
959
960   7. Disclaimer of Warranty. Unless required by applicable law or
961      agreed to in writing, Licensor provides the Work (and each
962      Contributor provides its Contributions) on an "AS IS" BASIS,
963      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
964      implied, including, without limitation, any warranties or conditions
965      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
966      PARTICULAR PURPOSE. You are solely responsible for determining the
967      appropriateness of using or redistributing the Work and assume any
968      risks associated with Your exercise of permissions under this License.
969
970   8. Limitation of Liability. In no event and under no legal theory,
971      whether in tort (including negligence), contract, or otherwise,
972      unless required by applicable law (such as deliberate and grossly
973      negligent acts) or agreed to in writing, shall any Contributor be
974      liable to You for damages, including any direct, indirect, special,
975      incidental, or consequential damages of any character arising as a
976      result of this License or out of the use or inability to use the
977      Work (including but not limited to damages for loss of goodwill,
978      work stoppage, computer failure or malfunction, or any and all
979      other commercial damages or losses), even if such Contributor
980      has been advised of the possibility of such damages.
981
982   9. Accepting Warranty or Additional Liability. While redistributing
983      the Work or Derivative Works thereof, You may choose to offer,
984      and charge a fee for, acceptance of support, warranty, indemnity,
985      or other liability obligations and/or rights consistent with this
986      License. However, in accepting such obligations, You may act only
987      on Your own behalf and on Your sole responsibility, not on behalf
988      of any other Contributor, and only if You agree to indemnify,
989      defend, and hold each Contributor harmless for any liability
990      incurred by, or claims asserted against, such Contributor by reason
991      of your accepting any such warranty or additional liability.
992
993   END OF TERMS AND CONDITIONS
994
995   APPENDIX: How to apply the Apache License to your work.
996
997      To apply the Apache License to your work, attach the following
998      boilerplate notice, with the fields enclosed by brackets "[]"
999      replaced with your own identifying information. (Don't include
1000      the brackets!)  The text should be enclosed in the appropriate
1001      comment syntax for the file format. We also recommend that a
1002      file or class name and description of purpose be included on the
1003      same "printed page" as the copyright notice for easier
1004      identification within third-party archives.
1005
1006   Copyright 2012 Netflix, Inc.
1007
1008   Licensed under the Apache License, Version 2.0 (the "License");
1009   you may not use this file except in compliance with the License.
1010   You may obtain a copy of the License at
1011
1012       http://www.apache.org/licenses/LICENSE-2.0
1013
1014   Unless required by applicable law or agreed to in writing, software
1015   distributed under the License is distributed on an "AS IS" BASIS,
1016   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1017   See the License for the specific language governing permissions and
1018   limitations under the License.
1019
1020
1021Android Common:
1022
1023
1024                                 Apache License
1025                           Version 2.0, January 2004
1026                        http://www.apache.org/licenses/
1027
1028   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1029
1030   1. Definitions.
1031
1032      "License" shall mean the terms and conditions for use, reproduction,
1033      and distribution as defined by Sections 1 through 9 of this document.
1034
1035      "Licensor" shall mean the copyright owner or entity authorized by
1036      the copyright owner that is granting the License.
1037
1038      "Legal Entity" shall mean the union of the acting entity and all
1039      other entities that control, are controlled by, or are under common
1040      control with that entity. For the purposes of this definition,
1041      "control" means (i) the power, direct or indirect, to cause the
1042      direction or management of such entity, whether by contract or
1043      otherwise, or (ii) ownership of fifty percent (50%) or more of the
1044      outstanding shares, or (iii) beneficial ownership of such entity.
1045
1046      "You" (or "Your") shall mean an individual or Legal Entity
1047      exercising permissions granted by this License.
1048
1049      "Source" form shall mean the preferred form for making modifications,
1050      including but not limited to software source code, documentation
1051      source, and configuration files.
1052
1053      "Object" form shall mean any form resulting from mechanical
1054      transformation or translation of a Source form, including but
1055      not limited to compiled object code, generated documentation,
1056      and conversions to other media types.
1057
1058      "Work" shall mean the work of authorship, whether in Source or
1059      Object form, made available under the License, as indicated by a
1060      copyright notice that is included in or attached to the work
1061      (an example is provided in the Appendix below).
1062
1063      "Derivative Works" shall mean any work, whether in Source or Object
1064      form, that is based on (or derived from) the Work and for which the
1065      editorial revisions, annotations, elaborations, or other modifications
1066      represent, as a whole, an original work of authorship. For the purposes
1067      of this License, Derivative Works shall not include works that remain
1068      separable from, or merely link (or bind by name) to the interfaces of,
1069      the Work and Derivative Works thereof.
1070
1071      "Contribution" shall mean any work of authorship, including
1072      the original version of the Work and any modifications or additions
1073      to that Work or Derivative Works thereof, that is intentionally
1074      submitted to Licensor for inclusion in the Work by the copyright owner
1075      or by an individual or Legal Entity authorized to submit on behalf of
1076      the copyright owner. For the purposes of this definition, "submitted"
1077      means any form of electronic, verbal, or written communication sent
1078      to the Licensor or its representatives, including but not limited to
1079      communication on electronic mailing lists, source code control systems,
1080      and issue tracking systems that are managed by, or on behalf of, the
1081      Licensor for the purpose of discussing and improving the Work, but
1082      excluding communication that is conspicuously marked or otherwise
1083      designated in writing by the copyright owner as "Not a Contribution."
1084
1085      "Contributor" shall mean Licensor and any individual or Legal Entity
1086      on behalf of whom a Contribution has been received by Licensor and
1087      subsequently incorporated within the Work.
1088
1089   2. Grant of Copyright License. Subject to the terms and conditions of
1090      this License, each Contributor hereby grants to You a perpetual,
1091      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1092      copyright license to reproduce, prepare Derivative Works of,
1093      publicly display, publicly perform, sublicense, and distribute the
1094      Work and such Derivative Works in Source or Object form.
1095
1096   3. Grant of Patent License. Subject to the terms and conditions of
1097      this License, each Contributor hereby grants to You a perpetual,
1098      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1099      (except as stated in this section) patent license to make, have made,
1100      use, offer to sell, sell, import, and otherwise transfer the Work,
1101      where such license applies only to those patent claims licensable
1102      by such Contributor that are necessarily infringed by their
1103      Contribution(s) alone or by combination of their Contribution(s)
1104      with the Work to which such Contribution(s) was submitted. If You
1105      institute patent litigation against any entity (including a
1106      cross-claim or counterclaim in a lawsuit) alleging that the Work
1107      or a Contribution incorporated within the Work constitutes direct
1108      or contributory patent infringement, then any patent licenses
1109      granted to You under this License for that Work shall terminate
1110      as of the date such litigation is filed.
1111
1112   4. Redistribution. You may reproduce and distribute copies of the
1113      Work or Derivative Works thereof in any medium, with or without
1114      modifications, and in Source or Object form, provided that You
1115      meet the following conditions:
1116
1117      (a) You must give any other recipients of the Work or
1118          Derivative Works a copy of this License; and
1119
1120      (b) You must cause any modified files to carry prominent notices
1121          stating that You changed the files; and
1122
1123      (c) You must retain, in the Source form of any Derivative Works
1124          that You distribute, all copyright, patent, trademark, and
1125          attribution notices from the Source form of the Work,
1126          excluding those notices that do not pertain to any part of
1127          the Derivative Works; and
1128
1129      (d) If the Work includes a "NOTICE" text file as part of its
1130          distribution, then any Derivative Works that You distribute must
1131          include a readable copy of the attribution notices contained
1132          within such NOTICE file, excluding those notices that do not
1133          pertain to any part of the Derivative Works, in at least one
1134          of the following places: within a NOTICE text file distributed
1135          as part of the Derivative Works; within the Source form or
1136          documentation, if provided along with the Derivative Works; or,
1137          within a display generated by the Derivative Works, if and
1138          wherever such third-party notices normally appear. The contents
1139          of the NOTICE file are for informational purposes only and
1140          do not modify the License. You may add Your own attribution
1141          notices within Derivative Works that You distribute, alongside
1142          or as an addendum to the NOTICE text from the Work, provided
1143          that such additional attribution notices cannot be construed
1144          as modifying the License.
1145
1146      You may add Your own copyright statement to Your modifications and
1147      may provide additional or different license terms and conditions
1148      for use, reproduction, or distribution of Your modifications, or
1149      for any such Derivative Works as a whole, provided Your use,
1150      reproduction, and distribution of the Work otherwise complies with
1151      the conditions stated in this License.
1152
1153   5. Submission of Contributions. Unless You explicitly state otherwise,
1154      any Contribution intentionally submitted for inclusion in the Work
1155      by You to the Licensor shall be under the terms and conditions of
1156      this License, without any additional terms or conditions.
1157      Notwithstanding the above, nothing herein shall supersede or modify
1158      the terms of any separate license agreement you may have executed
1159      with Licensor regarding such Contributions.
1160
1161   6. Trademarks. This License does not grant permission to use the trade
1162      names, trademarks, service marks, or product names of the Licensor,
1163      except as required for reasonable and customary use in describing the
1164      origin of the Work and reproducing the content of the NOTICE file.
1165
1166   7. Disclaimer of Warranty. Unless required by applicable law or
1167      agreed to in writing, Licensor provides the Work (and each
1168      Contributor provides its Contributions) on an "AS IS" BASIS,
1169      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1170      implied, including, without limitation, any warranties or conditions
1171      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1172      PARTICULAR PURPOSE. You are solely responsible for determining the
1173      appropriateness of using or redistributing the Work and assume any
1174      risks associated with Your exercise of permissions under this License.
1175
1176   8. Limitation of Liability. In no event and under no legal theory,
1177      whether in tort (including negligence), contract, or otherwise,
1178      unless required by applicable law (such as deliberate and grossly
1179      negligent acts) or agreed to in writing, shall any Contributor be
1180      liable to You for damages, including any direct, indirect, special,
1181      incidental, or consequential damages of any character arising as a
1182      result of this License or out of the use or inability to use the
1183      Work (including but not limited to damages for loss of goodwill,
1184      work stoppage, computer failure or malfunction, or any and all
1185      other commercial damages or losses), even if such Contributor
1186      has been advised of the possibility of such damages.
1187
1188   9. Accepting Warranty or Additional Liability. While redistributing
1189      the Work or Derivative Works thereof, You may choose to offer,
1190      and charge a fee for, acceptance of support, warranty, indemnity,
1191      or other liability obligations and/or rights consistent with this
1192      License. However, in accepting such obligations, You may act only
1193      on Your own behalf and on Your sole responsibility, not on behalf
1194      of any other Contributor, and only if You agree to indemnify,
1195      defend, and hold each Contributor harmless for any liability
1196      incurred by, or claims asserted against, such Contributor by reason
1197      of your accepting any such warranty or additional liability.
1198
1199   END OF TERMS AND CONDITIONS
1200
1201   APPENDIX: How to apply the Apache License to your work.
1202
1203      To apply the Apache License to your work, attach the following
1204      boilerplate notice, with the fields enclosed by brackets "[]"
1205      replaced with your own identifying information. (Don't include
1206      the brackets!)  The text should be enclosed in the appropriate
1207      comment syntax for the file format. We also recommend that a
1208      file or class name and description of purpose be included on the
1209      same "printed page" as the copyright notice for easier
1210      identification within third-party archives.
1211
1212   Copyright [yyyy] [name of copyright owner]
1213
1214   Licensed under the Apache License, Version 2.0 (the "License");
1215   you may not use this file except in compliance with the License.
1216   You may obtain a copy of the License at
1217
1218       http://www.apache.org/licenses/LICENSE-2.0
1219
1220   Unless required by applicable law or agreed to in writing, software
1221   distributed under the License is distributed on an "AS IS" BASIS,
1222   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1223   See the License for the specific language governing permissions and
1224   limitations under the License.
1225
1226
1227Android Compat Support Library:
1228
1229
1230   Copyright (c) 2005-2011, The Android Open Source Project
1231
1232   Licensed under the Apache License, Version 2.0 (the "License");
1233   you may not use this file except in compliance with the License.
1234
1235   Unless required by applicable law or agreed to in writing, software
1236   distributed under the License is distributed on an "AS IS" BASIS,
1237   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1238   See the License for the specific language governing permissions and
1239   limitations under the License.
1240
1241
1242                                 Apache License
1243                           Version 2.0, January 2004
1244                        http://www.apache.org/licenses/
1245
1246   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1247
1248   1. Definitions.
1249
1250      "License" shall mean the terms and conditions for use, reproduction,
1251      and distribution as defined by Sections 1 through 9 of this document.
1252
1253      "Licensor" shall mean the copyright owner or entity authorized by
1254      the copyright owner that is granting the License.
1255
1256      "Legal Entity" shall mean the union of the acting entity and all
1257      other entities that control, are controlled by, or are under common
1258      control with that entity. For the purposes of this definition,
1259      "control" means (i) the power, direct or indirect, to cause the
1260      direction or management of such entity, whether by contract or
1261      otherwise, or (ii) ownership of fifty percent (50%) or more of the
1262      outstanding shares, or (iii) beneficial ownership of such entity.
1263
1264      "You" (or "Your") shall mean an individual or Legal Entity
1265      exercising permissions granted by this License.
1266
1267      "Source" form shall mean the preferred form for making modifications,
1268      including but not limited to software source code, documentation
1269      source, and configuration files.
1270
1271      "Object" form shall mean any form resulting from mechanical
1272      transformation or translation of a Source form, including but
1273      not limited to compiled object code, generated documentation,
1274      and conversions to other media types.
1275
1276      "Work" shall mean the work of authorship, whether in Source or
1277      Object form, made available under the License, as indicated by a
1278      copyright notice that is included in or attached to the work
1279      (an example is provided in the Appendix below).
1280
1281      "Derivative Works" shall mean any work, whether in Source or Object
1282      form, that is based on (or derived from) the Work and for which the
1283      editorial revisions, annotations, elaborations, or other modifications
1284      represent, as a whole, an original work of authorship. For the purposes
1285      of this License, Derivative Works shall not include works that remain
1286      separable from, or merely link (or bind by name) to the interfaces of,
1287      the Work and Derivative Works thereof.
1288
1289      "Contribution" shall mean any work of authorship, including
1290      the original version of the Work and any modifications or additions
1291      to that Work or Derivative Works thereof, that is intentionally
1292      submitted to Licensor for inclusion in the Work by the copyright owner
1293      or by an individual or Legal Entity authorized to submit on behalf of
1294      the copyright owner. For the purposes of this definition, "submitted"
1295      means any form of electronic, verbal, or written communication sent
1296      to the Licensor or its representatives, including but not limited to
1297      communication on electronic mailing lists, source code control systems,
1298      and issue tracking systems that are managed by, or on behalf of, the
1299      Licensor for the purpose of discussing and improving the Work, but
1300      excluding communication that is conspicuously marked or otherwise
1301      designated in writing by the copyright owner as "Not a Contribution."
1302
1303      "Contributor" shall mean Licensor and any individual or Legal Entity
1304      on behalf of whom a Contribution has been received by Licensor and
1305      subsequently incorporated within the Work.
1306
1307   2. Grant of Copyright License. Subject to the terms and conditions of
1308      this License, each Contributor hereby grants to You a perpetual,
1309      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1310      copyright license to reproduce, prepare Derivative Works of,
1311      publicly display, publicly perform, sublicense, and distribute the
1312      Work and such Derivative Works in Source or Object form.
1313
1314   3. Grant of Patent License. Subject to the terms and conditions of
1315      this License, each Contributor hereby grants to You a perpetual,
1316      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1317      (except as stated in this section) patent license to make, have made,
1318      use, offer to sell, sell, import, and otherwise transfer the Work,
1319      where such license applies only to those patent claims licensable
1320      by such Contributor that are necessarily infringed by their
1321      Contribution(s) alone or by combination of their Contribution(s)
1322      with the Work to which such Contribution(s) was submitted. If You
1323      institute patent litigation against any entity (including a
1324      cross-claim or counterclaim in a lawsuit) alleging that the Work
1325      or a Contribution incorporated within the Work constitutes direct
1326      or contributory patent infringement, then any patent licenses
1327      granted to You under this License for that Work shall terminate
1328      as of the date such litigation is filed.
1329
1330   4. Redistribution. You may reproduce and distribute copies of the
1331      Work or Derivative Works thereof in any medium, with or without
1332      modifications, and in Source or Object form, provided that You
1333      meet the following conditions:
1334
1335      (a) You must give any other recipients of the Work or
1336          Derivative Works a copy of this License; and
1337
1338      (b) You must cause any modified files to carry prominent notices
1339          stating that You changed the files; and
1340
1341      (c) You must retain, in the Source form of any Derivative Works
1342          that You distribute, all copyright, patent, trademark, and
1343          attribution notices from the Source form of the Work,
1344          excluding those notices that do not pertain to any part of
1345          the Derivative Works; and
1346
1347      (d) If the Work includes a "NOTICE" text file as part of its
1348          distribution, then any Derivative Works that You distribute must
1349          include a readable copy of the attribution notices contained
1350          within such NOTICE file, excluding those notices that do not
1351          pertain to any part of the Derivative Works, in at least one
1352          of the following places: within a NOTICE text file distributed
1353          as part of the Derivative Works; within the Source form or
1354          documentation, if provided along with the Derivative Works; or,
1355          within a display generated by the Derivative Works, if and
1356          wherever such third-party notices normally appear. The contents
1357          of the NOTICE file are for informational purposes only and
1358          do not modify the License. You may add Your own attribution
1359          notices within Derivative Works that You distribute, alongside
1360          or as an addendum to the NOTICE text from the Work, provided
1361          that such additional attribution notices cannot be construed
1362          as modifying the License.
1363
1364      You may add Your own copyright statement to Your modifications and
1365      may provide additional or different license terms and conditions
1366      for use, reproduction, or distribution of Your modifications, or
1367      for any such Derivative Works as a whole, provided Your use,
1368      reproduction, and distribution of the Work otherwise complies with
1369      the conditions stated in this License.
1370
1371   5. Submission of Contributions. Unless You explicitly state otherwise,
1372      any Contribution intentionally submitted for inclusion in the Work
1373      by You to the Licensor shall be under the terms and conditions of
1374      this License, without any additional terms or conditions.
1375      Notwithstanding the above, nothing herein shall supersede or modify
1376      the terms of any separate license agreement you may have executed
1377      with Licensor regarding such Contributions.
1378
1379   6. Trademarks. This License does not grant permission to use the trade
1380      names, trademarks, service marks, or product names of the Licensor,
1381      except as required for reasonable and customary use in describing the
1382      origin of the Work and reproducing the content of the NOTICE file.
1383
1384   7. Disclaimer of Warranty. Unless required by applicable law or
1385      agreed to in writing, Licensor provides the Work (and each
1386      Contributor provides its Contributions) on an "AS IS" BASIS,
1387      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1388      implied, including, without limitation, any warranties or conditions
1389      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1390      PARTICULAR PURPOSE. You are solely responsible for determining the
1391      appropriateness of using or redistributing the Work and assume any
1392      risks associated with Your exercise of permissions under this License.
1393
1394   8. Limitation of Liability. In no event and under no legal theory,
1395      whether in tort (including negligence), contract, or otherwise,
1396      unless required by applicable law (such as deliberate and grossly
1397      negligent acts) or agreed to in writing, shall any Contributor be
1398      liable to You for damages, including any direct, indirect, special,
1399      incidental, or consequential damages of any character arising as a
1400      result of this License or out of the use or inability to use the
1401      Work (including but not limited to damages for loss of goodwill,
1402      work stoppage, computer failure or malfunction, or any and all
1403      other commercial damages or losses), even if such Contributor
1404      has been advised of the possibility of such damages.
1405
1406   9. Accepting Warranty or Additional Liability. While redistributing
1407      the Work or Derivative Works thereof, You may choose to offer,
1408      and charge a fee for, acceptance of support, warranty, indemnity,
1409      or other liability obligations and/or rights consistent with this
1410      License. However, in accepting such obligations, You may act only
1411      on Your own behalf and on Your sole responsibility, not on behalf
1412      of any other Contributor, and only if You agree to indemnify,
1413      defend, and hold each Contributor harmless for any liability
1414      incurred by, or claims asserted against, such Contributor by reason
1415      of your accepting any such warranty or additional liability.
1416
1417   END OF TERMS AND CONDITIONS
1418
1419
1420
1421Android Compatibility Library v13:
1422
1423
1424   Copyright (c) 2005-2011, The Android Open Source Project
1425
1426   Licensed under the Apache License, Version 2.0 (the "License");
1427   you may not use this file except in compliance with the License.
1428
1429   Unless required by applicable law or agreed to in writing, software
1430   distributed under the License is distributed on an "AS IS" BASIS,
1431   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1432   See the License for the specific language governing permissions and
1433   limitations under the License.
1434
1435
1436                                 Apache License
1437                           Version 2.0, January 2004
1438                        http://www.apache.org/licenses/
1439
1440   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1441
1442   1. Definitions.
1443
1444      "License" shall mean the terms and conditions for use, reproduction,
1445      and distribution as defined by Sections 1 through 9 of this document.
1446
1447      "Licensor" shall mean the copyright owner or entity authorized by
1448      the copyright owner that is granting the License.
1449
1450      "Legal Entity" shall mean the union of the acting entity and all
1451      other entities that control, are controlled by, or are under common
1452      control with that entity. For the purposes of this definition,
1453      "control" means (i) the power, direct or indirect, to cause the
1454      direction or management of such entity, whether by contract or
1455      otherwise, or (ii) ownership of fifty percent (50%) or more of the
1456      outstanding shares, or (iii) beneficial ownership of such entity.
1457
1458      "You" (or "Your") shall mean an individual or Legal Entity
1459      exercising permissions granted by this License.
1460
1461      "Source" form shall mean the preferred form for making modifications,
1462      including but not limited to software source code, documentation
1463      source, and configuration files.
1464
1465      "Object" form shall mean any form resulting from mechanical
1466      transformation or translation of a Source form, including but
1467      not limited to compiled object code, generated documentation,
1468      and conversions to other media types.
1469
1470      "Work" shall mean the work of authorship, whether in Source or
1471      Object form, made available under the License, as indicated by a
1472      copyright notice that is included in or attached to the work
1473      (an example is provided in the Appendix below).
1474
1475      "Derivative Works" shall mean any work, whether in Source or Object
1476      form, that is based on (or derived from) the Work and for which the
1477      editorial revisions, annotations, elaborations, or other modifications
1478      represent, as a whole, an original work of authorship. For the purposes
1479      of this License, Derivative Works shall not include works that remain
1480      separable from, or merely link (or bind by name) to the interfaces of,
1481      the Work and Derivative Works thereof.
1482
1483      "Contribution" shall mean any work of authorship, including
1484      the original version of the Work and any modifications or additions
1485      to that Work or Derivative Works thereof, that is intentionally
1486      submitted to Licensor for inclusion in the Work by the copyright owner
1487      or by an individual or Legal Entity authorized to submit on behalf of
1488      the copyright owner. For the purposes of this definition, "submitted"
1489      means any form of electronic, verbal, or written communication sent
1490      to the Licensor or its representatives, including but not limited to
1491      communication on electronic mailing lists, source code control systems,
1492      and issue tracking systems that are managed by, or on behalf of, the
1493      Licensor for the purpose of discussing and improving the Work, but
1494      excluding communication that is conspicuously marked or otherwise
1495      designated in writing by the copyright owner as "Not a Contribution."
1496
1497      "Contributor" shall mean Licensor and any individual or Legal Entity
1498      on behalf of whom a Contribution has been received by Licensor and
1499      subsequently incorporated within the Work.
1500
1501   2. Grant of Copyright License. Subject to the terms and conditions of
1502      this License, each Contributor hereby grants to You a perpetual,
1503      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1504      copyright license to reproduce, prepare Derivative Works of,
1505      publicly display, publicly perform, sublicense, and distribute the
1506      Work and such Derivative Works in Source or Object form.
1507
1508   3. Grant of Patent License. Subject to the terms and conditions of
1509      this License, each Contributor hereby grants to You a perpetual,
1510      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1511      (except as stated in this section) patent license to make, have made,
1512      use, offer to sell, sell, import, and otherwise transfer the Work,
1513      where such license applies only to those patent claims licensable
1514      by such Contributor that are necessarily infringed by their
1515      Contribution(s) alone or by combination of their Contribution(s)
1516      with the Work to which such Contribution(s) was submitted. If You
1517      institute patent litigation against any entity (including a
1518      cross-claim or counterclaim in a lawsuit) alleging that the Work
1519      or a Contribution incorporated within the Work constitutes direct
1520      or contributory patent infringement, then any patent licenses
1521      granted to You under this License for that Work shall terminate
1522      as of the date such litigation is filed.
1523
1524   4. Redistribution. You may reproduce and distribute copies of the
1525      Work or Derivative Works thereof in any medium, with or without
1526      modifications, and in Source or Object form, provided that You
1527      meet the following conditions:
1528
1529      (a) You must give any other recipients of the Work or
1530          Derivative Works a copy of this License; and
1531
1532      (b) You must cause any modified files to carry prominent notices
1533          stating that You changed the files; and
1534
1535      (c) You must retain, in the Source form of any Derivative Works
1536          that You distribute, all copyright, patent, trademark, and
1537          attribution notices from the Source form of the Work,
1538          excluding those notices that do not pertain to any part of
1539          the Derivative Works; and
1540
1541      (d) If the Work includes a "NOTICE" text file as part of its
1542          distribution, then any Derivative Works that You distribute must
1543          include a readable copy of the attribution notices contained
1544          within such NOTICE file, excluding those notices that do not
1545          pertain to any part of the Derivative Works, in at least one
1546          of the following places: within a NOTICE text file distributed
1547          as part of the Derivative Works; within the Source form or
1548          documentation, if provided along with the Derivative Works; or,
1549          within a display generated by the Derivative Works, if and
1550          wherever such third-party notices normally appear. The contents
1551          of the NOTICE file are for informational purposes only and
1552          do not modify the License. You may add Your own attribution
1553          notices within Derivative Works that You distribute, alongside
1554          or as an addendum to the NOTICE text from the Work, provided
1555          that such additional attribution notices cannot be construed
1556          as modifying the License.
1557
1558      You may add Your own copyright statement to Your modifications and
1559      may provide additional or different license terms and conditions
1560      for use, reproduction, or distribution of Your modifications, or
1561      for any such Derivative Works as a whole, provided Your use,
1562      reproduction, and distribution of the Work otherwise complies with
1563      the conditions stated in this License.
1564
1565   5. Submission of Contributions. Unless You explicitly state otherwise,
1566      any Contribution intentionally submitted for inclusion in the Work
1567      by You to the Licensor shall be under the terms and conditions of
1568      this License, without any additional terms or conditions.
1569      Notwithstanding the above, nothing herein shall supersede or modify
1570      the terms of any separate license agreement you may have executed
1571      with Licensor regarding such Contributions.
1572
1573   6. Trademarks. This License does not grant permission to use the trade
1574      names, trademarks, service marks, or product names of the Licensor,
1575      except as required for reasonable and customary use in describing the
1576      origin of the Work and reproducing the content of the NOTICE file.
1577
1578   7. Disclaimer of Warranty. Unless required by applicable law or
1579      agreed to in writing, Licensor provides the Work (and each
1580      Contributor provides its Contributions) on an "AS IS" BASIS,
1581      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1582      implied, including, without limitation, any warranties or conditions
1583      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1584      PARTICULAR PURPOSE. You are solely responsible for determining the
1585      appropriateness of using or redistributing the Work and assume any
1586      risks associated with Your exercise of permissions under this License.
1587
1588   8. Limitation of Liability. In no event and under no legal theory,
1589      whether in tort (including negligence), contract, or otherwise,
1590      unless required by applicable law (such as deliberate and grossly
1591      negligent acts) or agreed to in writing, shall any Contributor be
1592      liable to You for damages, including any direct, indirect, special,
1593      incidental, or consequential damages of any character arising as a
1594      result of this License or out of the use or inability to use the
1595      Work (including but not limited to damages for loss of goodwill,
1596      work stoppage, computer failure or malfunction, or any and all
1597      other commercial damages or losses), even if such Contributor
1598      has been advised of the possibility of such damages.
1599
1600   9. Accepting Warranty or Additional Liability. While redistributing
1601      the Work or Derivative Works thereof, You may choose to offer,
1602      and charge a fee for, acceptance of support, warranty, indemnity,
1603      or other liability obligations and/or rights consistent with this
1604      License. However, in accepting such obligations, You may act only
1605      on Your own behalf and on Your sole responsibility, not on behalf
1606      of any other Contributor, and only if You agree to indemnify,
1607      defend, and hold each Contributor harmless for any liability
1608      incurred by, or claims asserted against, such Contributor by reason
1609      of your accepting any such warranty or additional liability.
1610
1611   END OF TERMS AND CONDITIONS
1612
1613
1614
1615Android Compatibility Library v4:
1616
1617
1618   Copyright (c) 2005-2011, The Android Open Source Project
1619
1620   Licensed under the Apache License, Version 2.0 (the "License");
1621   you may not use this file except in compliance with the License.
1622
1623   Unless required by applicable law or agreed to in writing, software
1624   distributed under the License is distributed on an "AS IS" BASIS,
1625   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1626   See the License for the specific language governing permissions and
1627   limitations under the License.
1628
1629
1630                                 Apache License
1631                           Version 2.0, January 2004
1632                        http://www.apache.org/licenses/
1633
1634   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1635
1636   1. Definitions.
1637
1638      "License" shall mean the terms and conditions for use, reproduction,
1639      and distribution as defined by Sections 1 through 9 of this document.
1640
1641      "Licensor" shall mean the copyright owner or entity authorized by
1642      the copyright owner that is granting the License.
1643
1644      "Legal Entity" shall mean the union of the acting entity and all
1645      other entities that control, are controlled by, or are under common
1646      control with that entity. For the purposes of this definition,
1647      "control" means (i) the power, direct or indirect, to cause the
1648      direction or management of such entity, whether by contract or
1649      otherwise, or (ii) ownership of fifty percent (50%) or more of the
1650      outstanding shares, or (iii) beneficial ownership of such entity.
1651
1652      "You" (or "Your") shall mean an individual or Legal Entity
1653      exercising permissions granted by this License.
1654
1655      "Source" form shall mean the preferred form for making modifications,
1656      including but not limited to software source code, documentation
1657      source, and configuration files.
1658
1659      "Object" form shall mean any form resulting from mechanical
1660      transformation or translation of a Source form, including but
1661      not limited to compiled object code, generated documentation,
1662      and conversions to other media types.
1663
1664      "Work" shall mean the work of authorship, whether in Source or
1665      Object form, made available under the License, as indicated by a
1666      copyright notice that is included in or attached to the work
1667      (an example is provided in the Appendix below).
1668
1669      "Derivative Works" shall mean any work, whether in Source or Object
1670      form, that is based on (or derived from) the Work and for which the
1671      editorial revisions, annotations, elaborations, or other modifications
1672      represent, as a whole, an original work of authorship. For the purposes
1673      of this License, Derivative Works shall not include works that remain
1674      separable from, or merely link (or bind by name) to the interfaces of,
1675      the Work and Derivative Works thereof.
1676
1677      "Contribution" shall mean any work of authorship, including
1678      the original version of the Work and any modifications or additions
1679      to that Work or Derivative Works thereof, that is intentionally
1680      submitted to Licensor for inclusion in the Work by the copyright owner
1681      or by an individual or Legal Entity authorized to submit on behalf of
1682      the copyright owner. For the purposes of this definition, "submitted"
1683      means any form of electronic, verbal, or written communication sent
1684      to the Licensor or its representatives, including but not limited to
1685      communication on electronic mailing lists, source code control systems,
1686      and issue tracking systems that are managed by, or on behalf of, the
1687      Licensor for the purpose of discussing and improving the Work, but
1688      excluding communication that is conspicuously marked or otherwise
1689      designated in writing by the copyright owner as "Not a Contribution."
1690
1691      "Contributor" shall mean Licensor and any individual or Legal Entity
1692      on behalf of whom a Contribution has been received by Licensor and
1693      subsequently incorporated within the Work.
1694
1695   2. Grant of Copyright License. Subject to the terms and conditions of
1696      this License, each Contributor hereby grants to You a perpetual,
1697      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1698      copyright license to reproduce, prepare Derivative Works of,
1699      publicly display, publicly perform, sublicense, and distribute the
1700      Work and such Derivative Works in Source or Object form.
1701
1702   3. Grant of Patent License. Subject to the terms and conditions of
1703      this License, each Contributor hereby grants to You a perpetual,
1704      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1705      (except as stated in this section) patent license to make, have made,
1706      use, offer to sell, sell, import, and otherwise transfer the Work,
1707      where such license applies only to those patent claims licensable
1708      by such Contributor that are necessarily infringed by their
1709      Contribution(s) alone or by combination of their Contribution(s)
1710      with the Work to which such Contribution(s) was submitted. If You
1711      institute patent litigation against any entity (including a
1712      cross-claim or counterclaim in a lawsuit) alleging that the Work
1713      or a Contribution incorporated within the Work constitutes direct
1714      or contributory patent infringement, then any patent licenses
1715      granted to You under this License for that Work shall terminate
1716      as of the date such litigation is filed.
1717
1718   4. Redistribution. You may reproduce and distribute copies of the
1719      Work or Derivative Works thereof in any medium, with or without
1720      modifications, and in Source or Object form, provided that You
1721      meet the following conditions:
1722
1723      (a) You must give any other recipients of the Work or
1724          Derivative Works a copy of this License; and
1725
1726      (b) You must cause any modified files to carry prominent notices
1727          stating that You changed the files; and
1728
1729      (c) You must retain, in the Source form of any Derivative Works
1730          that You distribute, all copyright, patent, trademark, and
1731          attribution notices from the Source form of the Work,
1732          excluding those notices that do not pertain to any part of
1733          the Derivative Works; and
1734
1735      (d) If the Work includes a "NOTICE" text file as part of its
1736          distribution, then any Derivative Works that You distribute must
1737          include a readable copy of the attribution notices contained
1738          within such NOTICE file, excluding those notices that do not
1739          pertain to any part of the Derivative Works, in at least one
1740          of the following places: within a NOTICE text file distributed
1741          as part of the Derivative Works; within the Source form or
1742          documentation, if provided along with the Derivative Works; or,
1743          within a display generated by the Derivative Works, if and
1744          wherever such third-party notices normally appear. The contents
1745          of the NOTICE file are for informational purposes only and
1746          do not modify the License. You may add Your own attribution
1747          notices within Derivative Works that You distribute, alongside
1748          or as an addendum to the NOTICE text from the Work, provided
1749          that such additional attribution notices cannot be construed
1750          as modifying the License.
1751
1752      You may add Your own copyright statement to Your modifications and
1753      may provide additional or different license terms and conditions
1754      for use, reproduction, or distribution of Your modifications, or
1755      for any such Derivative Works as a whole, provided Your use,
1756      reproduction, and distribution of the Work otherwise complies with
1757      the conditions stated in this License.
1758
1759   5. Submission of Contributions. Unless You explicitly state otherwise,
1760      any Contribution intentionally submitted for inclusion in the Work
1761      by You to the Licensor shall be under the terms and conditions of
1762      this License, without any additional terms or conditions.
1763      Notwithstanding the above, nothing herein shall supersede or modify
1764      the terms of any separate license agreement you may have executed
1765      with Licensor regarding such Contributions.
1766
1767   6. Trademarks. This License does not grant permission to use the trade
1768      names, trademarks, service marks, or product names of the Licensor,
1769      except as required for reasonable and customary use in describing the
1770      origin of the Work and reproducing the content of the NOTICE file.
1771
1772   7. Disclaimer of Warranty. Unless required by applicable law or
1773      agreed to in writing, Licensor provides the Work (and each
1774      Contributor provides its Contributions) on an "AS IS" BASIS,
1775      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1776      implied, including, without limitation, any warranties or conditions
1777      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1778      PARTICULAR PURPOSE. You are solely responsible for determining the
1779      appropriateness of using or redistributing the Work and assume any
1780      risks associated with Your exercise of permissions under this License.
1781
1782   8. Limitation of Liability. In no event and under no legal theory,
1783      whether in tort (including negligence), contract, or otherwise,
1784      unless required by applicable law (such as deliberate and grossly
1785      negligent acts) or agreed to in writing, shall any Contributor be
1786      liable to You for damages, including any direct, indirect, special,
1787      incidental, or consequential damages of any character arising as a
1788      result of this License or out of the use or inability to use the
1789      Work (including but not limited to damages for loss of goodwill,
1790      work stoppage, computer failure or malfunction, or any and all
1791      other commercial damages or losses), even if such Contributor
1792      has been advised of the possibility of such damages.
1793
1794   9. Accepting Warranty or Additional Liability. While redistributing
1795      the Work or Derivative Works thereof, You may choose to offer,
1796      and charge a fee for, acceptance of support, warranty, indemnity,
1797      or other liability obligations and/or rights consistent with this
1798      License. However, in accepting such obligations, You may act only
1799      on Your own behalf and on Your sole responsibility, not on behalf
1800      of any other Contributor, and only if You agree to indemnify,
1801      defend, and hold each Contributor harmless for any liability
1802      incurred by, or claims asserted against, such Contributor by reason
1803      of your accepting any such warranty or additional liability.
1804
1805   END OF TERMS AND CONDITIONS
1806
1807
1808
1809Android Compatibility Library v7:
1810
1811
1812   Copyright (c) 2005-2011, The Android Open Source Project
1813
1814   Licensed under the Apache License, Version 2.0 (the "License");
1815   you may not use this file except in compliance with the License.
1816
1817   Unless required by applicable law or agreed to in writing, software
1818   distributed under the License is distributed on an "AS IS" BASIS,
1819   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1820   See the License for the specific language governing permissions and
1821   limitations under the License.
1822
1823
1824                                 Apache License
1825                           Version 2.0, January 2004
1826                        http://www.apache.org/licenses/
1827
1828   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1829
1830   1. Definitions.
1831
1832      "License" shall mean the terms and conditions for use, reproduction,
1833      and distribution as defined by Sections 1 through 9 of this document.
1834
1835      "Licensor" shall mean the copyright owner or entity authorized by
1836      the copyright owner that is granting the License.
1837
1838      "Legal Entity" shall mean the union of the acting entity and all
1839      other entities that control, are controlled by, or are under common
1840      control with that entity. For the purposes of this definition,
1841      "control" means (i) the power, direct or indirect, to cause the
1842      direction or management of such entity, whether by contract or
1843      otherwise, or (ii) ownership of fifty percent (50%) or more of the
1844      outstanding shares, or (iii) beneficial ownership of such entity.
1845
1846      "You" (or "Your") shall mean an individual or Legal Entity
1847      exercising permissions granted by this License.
1848
1849      "Source" form shall mean the preferred form for making modifications,
1850      including but not limited to software source code, documentation
1851      source, and configuration files.
1852
1853      "Object" form shall mean any form resulting from mechanical
1854      transformation or translation of a Source form, including but
1855      not limited to compiled object code, generated documentation,
1856      and conversions to other media types.
1857
1858      "Work" shall mean the work of authorship, whether in Source or
1859      Object form, made available under the License, as indicated by a
1860      copyright notice that is included in or attached to the work
1861      (an example is provided in the Appendix below).
1862
1863      "Derivative Works" shall mean any work, whether in Source or Object
1864      form, that is based on (or derived from) the Work and for which the
1865      editorial revisions, annotations, elaborations, or other modifications
1866      represent, as a whole, an original work of authorship. For the purposes
1867      of this License, Derivative Works shall not include works that remain
1868      separable from, or merely link (or bind by name) to the interfaces of,
1869      the Work and Derivative Works thereof.
1870
1871      "Contribution" shall mean any work of authorship, including
1872      the original version of the Work and any modifications or additions
1873      to that Work or Derivative Works thereof, that is intentionally
1874      submitted to Licensor for inclusion in the Work by the copyright owner
1875      or by an individual or Legal Entity authorized to submit on behalf of
1876      the copyright owner. For the purposes of this definition, "submitted"
1877      means any form of electronic, verbal, or written communication sent
1878      to the Licensor or its representatives, including but not limited to
1879      communication on electronic mailing lists, source code control systems,
1880      and issue tracking systems that are managed by, or on behalf of, the
1881      Licensor for the purpose of discussing and improving the Work, but
1882      excluding communication that is conspicuously marked or otherwise
1883      designated in writing by the copyright owner as "Not a Contribution."
1884
1885      "Contributor" shall mean Licensor and any individual or Legal Entity
1886      on behalf of whom a Contribution has been received by Licensor and
1887      subsequently incorporated within the Work.
1888
1889   2. Grant of Copyright License. Subject to the terms and conditions of
1890      this License, each Contributor hereby grants to You a perpetual,
1891      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1892      copyright license to reproduce, prepare Derivative Works of,
1893      publicly display, publicly perform, sublicense, and distribute the
1894      Work and such Derivative Works in Source or Object form.
1895
1896   3. Grant of Patent License. Subject to the terms and conditions of
1897      this License, each Contributor hereby grants to You a perpetual,
1898      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1899      (except as stated in this section) patent license to make, have made,
1900      use, offer to sell, sell, import, and otherwise transfer the Work,
1901      where such license applies only to those patent claims licensable
1902      by such Contributor that are necessarily infringed by their
1903      Contribution(s) alone or by combination of their Contribution(s)
1904      with the Work to which such Contribution(s) was submitted. If You
1905      institute patent litigation against any entity (including a
1906      cross-claim or counterclaim in a lawsuit) alleging that the Work
1907      or a Contribution incorporated within the Work constitutes direct
1908      or contributory patent infringement, then any patent licenses
1909      granted to You under this License for that Work shall terminate
1910      as of the date such litigation is filed.
1911
1912   4. Redistribution. You may reproduce and distribute copies of the
1913      Work or Derivative Works thereof in any medium, with or without
1914      modifications, and in Source or Object form, provided that You
1915      meet the following conditions:
1916
1917      (a) You must give any other recipients of the Work or
1918          Derivative Works a copy of this License; and
1919
1920      (b) You must cause any modified files to carry prominent notices
1921          stating that You changed the files; and
1922
1923      (c) You must retain, in the Source form of any Derivative Works
1924          that You distribute, all copyright, patent, trademark, and
1925          attribution notices from the Source form of the Work,
1926          excluding those notices that do not pertain to any part of
1927          the Derivative Works; and
1928
1929      (d) If the Work includes a "NOTICE" text file as part of its
1930          distribution, then any Derivative Works that You distribute must
1931          include a readable copy of the attribution notices contained
1932          within such NOTICE file, excluding those notices that do not
1933          pertain to any part of the Derivative Works, in at least one
1934          of the following places: within a NOTICE text file distributed
1935          as part of the Derivative Works; within the Source form or
1936          documentation, if provided along with the Derivative Works; or,
1937          within a display generated by the Derivative Works, if and
1938          wherever such third-party notices normally appear. The contents
1939          of the NOTICE file are for informational purposes only and
1940          do not modify the License. You may add Your own attribution
1941          notices within Derivative Works that You distribute, alongside
1942          or as an addendum to the NOTICE text from the Work, provided
1943          that such additional attribution notices cannot be construed
1944          as modifying the License.
1945
1946      You may add Your own copyright statement to Your modifications and
1947      may provide additional or different license terms and conditions
1948      for use, reproduction, or distribution of Your modifications, or
1949      for any such Derivative Works as a whole, provided Your use,
1950      reproduction, and distribution of the Work otherwise complies with
1951      the conditions stated in this License.
1952
1953   5. Submission of Contributions. Unless You explicitly state otherwise,
1954      any Contribution intentionally submitted for inclusion in the Work
1955      by You to the Licensor shall be under the terms and conditions of
1956      this License, without any additional terms or conditions.
1957      Notwithstanding the above, nothing herein shall supersede or modify
1958      the terms of any separate license agreement you may have executed
1959      with Licensor regarding such Contributions.
1960
1961   6. Trademarks. This License does not grant permission to use the trade
1962      names, trademarks, service marks, or product names of the Licensor,
1963      except as required for reasonable and customary use in describing the
1964      origin of the Work and reproducing the content of the NOTICE file.
1965
1966   7. Disclaimer of Warranty. Unless required by applicable law or
1967      agreed to in writing, Licensor provides the Work (and each
1968      Contributor provides its Contributions) on an "AS IS" BASIS,
1969      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1970      implied, including, without limitation, any warranties or conditions
1971      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1972      PARTICULAR PURPOSE. You are solely responsible for determining the
1973      appropriateness of using or redistributing the Work and assume any
1974      risks associated with Your exercise of permissions under this License.
1975
1976   8. Limitation of Liability. In no event and under no legal theory,
1977      whether in tort (including negligence), contract, or otherwise,
1978      unless required by applicable law (such as deliberate and grossly
1979      negligent acts) or agreed to in writing, shall any Contributor be
1980      liable to You for damages, including any direct, indirect, special,
1981      incidental, or consequential damages of any character arising as a
1982      result of this License or out of the use or inability to use the
1983      Work (including but not limited to damages for loss of goodwill,
1984      work stoppage, computer failure or malfunction, or any and all
1985      other commercial damages or losses), even if such Contributor
1986      has been advised of the possibility of such damages.
1987
1988   9. Accepting Warranty or Additional Liability. While redistributing
1989      the Work or Derivative Works thereof, You may choose to offer,
1990      and charge a fee for, acceptance of support, warranty, indemnity,
1991      or other liability obligations and/or rights consistent with this
1992      License. However, in accepting such obligations, You may act only
1993      on Your own behalf and on Your sole responsibility, not on behalf
1994      of any other Contributor, and only if You agree to indemnify,
1995      defend, and hold each Contributor harmless for any liability
1996      incurred by, or claims asserted against, such Contributor by reason
1997      of your accepting any such warranty or additional liability.
1998
1999   END OF TERMS AND CONDITIONS
2000
2001
2002
2003Android Core UI Support Library:
2004
2005
2006   Copyright (c) 2005-2011, The Android Open Source Project
2007
2008   Licensed under the Apache License, Version 2.0 (the "License");
2009   you may not use this file except in compliance with the License.
2010
2011   Unless required by applicable law or agreed to in writing, software
2012   distributed under the License is distributed on an "AS IS" BASIS,
2013   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2014   See the License for the specific language governing permissions and
2015   limitations under the License.
2016
2017
2018                                 Apache License
2019                           Version 2.0, January 2004
2020                        http://www.apache.org/licenses/
2021
2022   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2023
2024   1. Definitions.
2025
2026      "License" shall mean the terms and conditions for use, reproduction,
2027      and distribution as defined by Sections 1 through 9 of this document.
2028
2029      "Licensor" shall mean the copyright owner or entity authorized by
2030      the copyright owner that is granting the License.
2031
2032      "Legal Entity" shall mean the union of the acting entity and all
2033      other entities that control, are controlled by, or are under common
2034      control with that entity. For the purposes of this definition,
2035      "control" means (i) the power, direct or indirect, to cause the
2036      direction or management of such entity, whether by contract or
2037      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2038      outstanding shares, or (iii) beneficial ownership of such entity.
2039
2040      "You" (or "Your") shall mean an individual or Legal Entity
2041      exercising permissions granted by this License.
2042
2043      "Source" form shall mean the preferred form for making modifications,
2044      including but not limited to software source code, documentation
2045      source, and configuration files.
2046
2047      "Object" form shall mean any form resulting from mechanical
2048      transformation or translation of a Source form, including but
2049      not limited to compiled object code, generated documentation,
2050      and conversions to other media types.
2051
2052      "Work" shall mean the work of authorship, whether in Source or
2053      Object form, made available under the License, as indicated by a
2054      copyright notice that is included in or attached to the work
2055      (an example is provided in the Appendix below).
2056
2057      "Derivative Works" shall mean any work, whether in Source or Object
2058      form, that is based on (or derived from) the Work and for which the
2059      editorial revisions, annotations, elaborations, or other modifications
2060      represent, as a whole, an original work of authorship. For the purposes
2061      of this License, Derivative Works shall not include works that remain
2062      separable from, or merely link (or bind by name) to the interfaces of,
2063      the Work and Derivative Works thereof.
2064
2065      "Contribution" shall mean any work of authorship, including
2066      the original version of the Work and any modifications or additions
2067      to that Work or Derivative Works thereof, that is intentionally
2068      submitted to Licensor for inclusion in the Work by the copyright owner
2069      or by an individual or Legal Entity authorized to submit on behalf of
2070      the copyright owner. For the purposes of this definition, "submitted"
2071      means any form of electronic, verbal, or written communication sent
2072      to the Licensor or its representatives, including but not limited to
2073      communication on electronic mailing lists, source code control systems,
2074      and issue tracking systems that are managed by, or on behalf of, the
2075      Licensor for the purpose of discussing and improving the Work, but
2076      excluding communication that is conspicuously marked or otherwise
2077      designated in writing by the copyright owner as "Not a Contribution."
2078
2079      "Contributor" shall mean Licensor and any individual or Legal Entity
2080      on behalf of whom a Contribution has been received by Licensor and
2081      subsequently incorporated within the Work.
2082
2083   2. Grant of Copyright License. Subject to the terms and conditions of
2084      this License, each Contributor hereby grants to You a perpetual,
2085      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2086      copyright license to reproduce, prepare Derivative Works of,
2087      publicly display, publicly perform, sublicense, and distribute the
2088      Work and such Derivative Works in Source or Object form.
2089
2090   3. Grant of Patent License. Subject to the terms and conditions of
2091      this License, each Contributor hereby grants to You a perpetual,
2092      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2093      (except as stated in this section) patent license to make, have made,
2094      use, offer to sell, sell, import, and otherwise transfer the Work,
2095      where such license applies only to those patent claims licensable
2096      by such Contributor that are necessarily infringed by their
2097      Contribution(s) alone or by combination of their Contribution(s)
2098      with the Work to which such Contribution(s) was submitted. If You
2099      institute patent litigation against any entity (including a
2100      cross-claim or counterclaim in a lawsuit) alleging that the Work
2101      or a Contribution incorporated within the Work constitutes direct
2102      or contributory patent infringement, then any patent licenses
2103      granted to You under this License for that Work shall terminate
2104      as of the date such litigation is filed.
2105
2106   4. Redistribution. You may reproduce and distribute copies of the
2107      Work or Derivative Works thereof in any medium, with or without
2108      modifications, and in Source or Object form, provided that You
2109      meet the following conditions:
2110
2111      (a) You must give any other recipients of the Work or
2112          Derivative Works a copy of this License; and
2113
2114      (b) You must cause any modified files to carry prominent notices
2115          stating that You changed the files; and
2116
2117      (c) You must retain, in the Source form of any Derivative Works
2118          that You distribute, all copyright, patent, trademark, and
2119          attribution notices from the Source form of the Work,
2120          excluding those notices that do not pertain to any part of
2121          the Derivative Works; and
2122
2123      (d) If the Work includes a "NOTICE" text file as part of its
2124          distribution, then any Derivative Works that You distribute must
2125          include a readable copy of the attribution notices contained
2126          within such NOTICE file, excluding those notices that do not
2127          pertain to any part of the Derivative Works, in at least one
2128          of the following places: within a NOTICE text file distributed
2129          as part of the Derivative Works; within the Source form or
2130          documentation, if provided along with the Derivative Works; or,
2131          within a display generated by the Derivative Works, if and
2132          wherever such third-party notices normally appear. The contents
2133          of the NOTICE file are for informational purposes only and
2134          do not modify the License. You may add Your own attribution
2135          notices within Derivative Works that You distribute, alongside
2136          or as an addendum to the NOTICE text from the Work, provided
2137          that such additional attribution notices cannot be construed
2138          as modifying the License.
2139
2140      You may add Your own copyright statement to Your modifications and
2141      may provide additional or different license terms and conditions
2142      for use, reproduction, or distribution of Your modifications, or
2143      for any such Derivative Works as a whole, provided Your use,
2144      reproduction, and distribution of the Work otherwise complies with
2145      the conditions stated in this License.
2146
2147   5. Submission of Contributions. Unless You explicitly state otherwise,
2148      any Contribution intentionally submitted for inclusion in the Work
2149      by You to the Licensor shall be under the terms and conditions of
2150      this License, without any additional terms or conditions.
2151      Notwithstanding the above, nothing herein shall supersede or modify
2152      the terms of any separate license agreement you may have executed
2153      with Licensor regarding such Contributions.
2154
2155   6. Trademarks. This License does not grant permission to use the trade
2156      names, trademarks, service marks, or product names of the Licensor,
2157      except as required for reasonable and customary use in describing the
2158      origin of the Work and reproducing the content of the NOTICE file.
2159
2160   7. Disclaimer of Warranty. Unless required by applicable law or
2161      agreed to in writing, Licensor provides the Work (and each
2162      Contributor provides its Contributions) on an "AS IS" BASIS,
2163      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2164      implied, including, without limitation, any warranties or conditions
2165      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2166      PARTICULAR PURPOSE. You are solely responsible for determining the
2167      appropriateness of using or redistributing the Work and assume any
2168      risks associated with Your exercise of permissions under this License.
2169
2170   8. Limitation of Liability. In no event and under no legal theory,
2171      whether in tort (including negligence), contract, or otherwise,
2172      unless required by applicable law (such as deliberate and grossly
2173      negligent acts) or agreed to in writing, shall any Contributor be
2174      liable to You for damages, including any direct, indirect, special,
2175      incidental, or consequential damages of any character arising as a
2176      result of this License or out of the use or inability to use the
2177      Work (including but not limited to damages for loss of goodwill,
2178      work stoppage, computer failure or malfunction, or any and all
2179      other commercial damages or losses), even if such Contributor
2180      has been advised of the possibility of such damages.
2181
2182   9. Accepting Warranty or Additional Liability. While redistributing
2183      the Work or Derivative Works thereof, You may choose to offer,
2184      and charge a fee for, acceptance of support, warranty, indemnity,
2185      or other liability obligations and/or rights consistent with this
2186      License. However, in accepting such obligations, You may act only
2187      on Your own behalf and on Your sole responsibility, not on behalf
2188      of any other Contributor, and only if You agree to indemnify,
2189      defend, and hold each Contributor harmless for any liability
2190      incurred by, or claims asserted against, such Contributor by reason
2191      of your accepting any such warranty or additional liability.
2192
2193   END OF TERMS AND CONDITIONS
2194
2195
2196
2197Android Core Utils Support Library:
2198
2199
2200 Copyright (c) 2005-2011, The Android Open Source Project
2201
2202   Licensed under the Apache License, Version 2.0 (the "License");
2203   you may not use this file except in compliance with the License.
2204
2205   Unless required by applicable law or agreed to in writing, software
2206   distributed under the License is distributed on an "AS IS" BASIS,
2207   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2208   See the License for the specific language governing permissions and
2209   limitations under the License.
2210
2211
2212                                 Apache License
2213                           Version 2.0, January 2004
2214                        http://www.apache.org/licenses/
2215
2216   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2217
2218   1. Definitions.
2219
2220      "License" shall mean the terms and conditions for use, reproduction,
2221      and distribution as defined by Sections 1 through 9 of this document.
2222
2223      "Licensor" shall mean the copyright owner or entity authorized by
2224      the copyright owner that is granting the License.
2225
2226      "Legal Entity" shall mean the union of the acting entity and all
2227      other entities that control, are controlled by, or are under common
2228      control with that entity. For the purposes of this definition,
2229      "control" means (i) the power, direct or indirect, to cause the
2230      direction or management of such entity, whether by contract or
2231      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2232      outstanding shares, or (iii) beneficial ownership of such entity.
2233
2234      "You" (or "Your") shall mean an individual or Legal Entity
2235      exercising permissions granted by this License.
2236
2237      "Source" form shall mean the preferred form for making modifications,
2238      including but not limited to software source code, documentation
2239      source, and configuration files.
2240
2241      "Object" form shall mean any form resulting from mechanical
2242      transformation or translation of a Source form, including but
2243      not limited to compiled object code, generated documentation,
2244      and conversions to other media types.
2245
2246      "Work" shall mean the work of authorship, whether in Source or
2247      Object form, made available under the License, as indicated by a
2248      copyright notice that is included in or attached to the work
2249      (an example is provided in the Appendix below).
2250
2251      "Derivative Works" shall mean any work, whether in Source or Object
2252      form, that is based on (or derived from) the Work and for which the
2253      editorial revisions, annotations, elaborations, or other modifications
2254      represent, as a whole, an original work of authorship. For the purposes
2255      of this License, Derivative Works shall not include works that remain
2256      separable from, or merely link (or bind by name) to the interfaces of,
2257      the Work and Derivative Works thereof.
2258
2259      "Contribution" shall mean any work of authorship, including
2260      the original version of the Work and any modifications or additions
2261      to that Work or Derivative Works thereof, that is intentionally
2262      submitted to Licensor for inclusion in the Work by the copyright owner
2263      or by an individual or Legal Entity authorized to submit on behalf of
2264      the copyright owner. For the purposes of this definition, "submitted"
2265      means any form of electronic, verbal, or written communication sent
2266      to the Licensor or its representatives, including but not limited to
2267      communication on electronic mailing lists, source code control systems,
2268      and issue tracking systems that are managed by, or on behalf of, the
2269      Licensor for the purpose of discussing and improving the Work, but
2270      excluding communication that is conspicuously marked or otherwise
2271      designated in writing by the copyright owner as "Not a Contribution."
2272
2273      "Contributor" shall mean Licensor and any individual or Legal Entity
2274      on behalf of whom a Contribution has been received by Licensor and
2275      subsequently incorporated within the Work.
2276
2277   2. Grant of Copyright License. Subject to the terms and conditions of
2278      this License, each Contributor hereby grants to You a perpetual,
2279      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2280      copyright license to reproduce, prepare Derivative Works of,
2281      publicly display, publicly perform, sublicense, and distribute the
2282      Work and such Derivative Works in Source or Object form.
2283
2284   3. Grant of Patent License. Subject to the terms and conditions of
2285      this License, each Contributor hereby grants to You a perpetual,
2286      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2287      (except as stated in this section) patent license to make, have made,
2288      use, offer to sell, sell, import, and otherwise transfer the Work,
2289      where such license applies only to those patent claims licensable
2290      by such Contributor that are necessarily infringed by their
2291      Contribution(s) alone or by combination of their Contribution(s)
2292      with the Work to which such Contribution(s) was submitted. If You
2293      institute patent litigation against any entity (including a
2294      cross-claim or counterclaim in a lawsuit) alleging that the Work
2295      or a Contribution incorporated within the Work constitutes direct
2296      or contributory patent infringement, then any patent licenses
2297      granted to You under this License for that Work shall terminate
2298      as of the date such litigation is filed.
2299
2300   4. Redistribution. You may reproduce and distribute copies of the
2301      Work or Derivative Works thereof in any medium, with or without
2302      modifications, and in Source or Object form, provided that You
2303      meet the following conditions:
2304
2305      (a) You must give any other recipients of the Work or
2306          Derivative Works a copy of this License; and
2307
2308      (b) You must cause any modified files to carry prominent notices
2309          stating that You changed the files; and
2310
2311      (c) You must retain, in the Source form of any Derivative Works
2312          that You distribute, all copyright, patent, trademark, and
2313          attribution notices from the Source form of the Work,
2314          excluding those notices that do not pertain to any part of
2315          the Derivative Works; and
2316
2317      (d) If the Work includes a "NOTICE" text file as part of its
2318          distribution, then any Derivative Works that You distribute must
2319          include a readable copy of the attribution notices contained
2320          within such NOTICE file, excluding those notices that do not
2321          pertain to any part of the Derivative Works, in at least one
2322          of the following places: within a NOTICE text file distributed
2323          as part of the Derivative Works; within the Source form or
2324          documentation, if provided along with the Derivative Works; or,
2325          within a display generated by the Derivative Works, if and
2326          wherever such third-party notices normally appear. The contents
2327          of the NOTICE file are for informational purposes only and
2328          do not modify the License. You may add Your own attribution
2329          notices within Derivative Works that You distribute, alongside
2330          or as an addendum to the NOTICE text from the Work, provided
2331          that such additional attribution notices cannot be construed
2332          as modifying the License.
2333
2334      You may add Your own copyright statement to Your modifications and
2335      may provide additional or different license terms and conditions
2336      for use, reproduction, or distribution of Your modifications, or
2337      for any such Derivative Works as a whole, provided Your use,
2338      reproduction, and distribution of the Work otherwise complies with
2339      the conditions stated in this License.
2340
2341   5. Submission of Contributions. Unless You explicitly state otherwise,
2342      any Contribution intentionally submitted for inclusion in the Work
2343      by You to the Licensor shall be under the terms and conditions of
2344      this License, without any additional terms or conditions.
2345      Notwithstanding the above, nothing herein shall supersede or modify
2346      the terms of any separate license agreement you may have executed
2347      with Licensor regarding such Contributions.
2348
2349   6. Trademarks. This License does not grant permission to use the trade
2350      names, trademarks, service marks, or product names of the Licensor,
2351      except as required for reasonable and customary use in describing the
2352      origin of the Work and reproducing the content of the NOTICE file.
2353
2354   7. Disclaimer of Warranty. Unless required by applicable law or
2355      agreed to in writing, Licensor provides the Work (and each
2356      Contributor provides its Contributions) on an "AS IS" BASIS,
2357      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2358      implied, including, without limitation, any warranties or conditions
2359      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2360      PARTICULAR PURPOSE. You are solely responsible for determining the
2361      appropriateness of using or redistributing the Work and assume any
2362      risks associated with Your exercise of permissions under this License.
2363
2364   8. Limitation of Liability. In no event and under no legal theory,
2365      whether in tort (including negligence), contract, or otherwise,
2366      unless required by applicable law (such as deliberate and grossly
2367      negligent acts) or agreed to in writing, shall any Contributor be
2368      liable to You for damages, including any direct, indirect, special,
2369      incidental, or consequential damages of any character arising as a
2370      result of this License or out of the use or inability to use the
2371      Work (including but not limited to damages for loss of goodwill,
2372      work stoppage, computer failure or malfunction, or any and all
2373      other commercial damages or losses), even if such Contributor
2374      has been advised of the possibility of such damages.
2375
2376   9. Accepting Warranty or Additional Liability. While redistributing
2377      the Work or Derivative Works thereof, You may choose to offer,
2378      and charge a fee for, acceptance of support, warranty, indemnity,
2379      or other liability obligations and/or rights consistent with this
2380      License. However, in accepting such obligations, You may act only
2381      on Your own behalf and on Your sole responsibility, not on behalf
2382      of any other Contributor, and only if You agree to indemnify,
2383      defend, and hold each Contributor harmless for any liability
2384      incurred by, or claims asserted against, such Contributor by reason
2385      of your accepting any such warranty or additional liability.
2386
2387   END OF TERMS AND CONDITIONS
2388
2389Android Design Support Library:
2390
2391
2392   Copyright (c) 2005-2011, The Android Open Source Project
2393
2394   Licensed under the Apache License, Version 2.0 (the "License");
2395   you may not use this file except in compliance with the License.
2396
2397   Unless required by applicable law or agreed to in writing, software
2398   distributed under the License is distributed on an "AS IS" BASIS,
2399   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2400   See the License for the specific language governing permissions and
2401   limitations under the License.
2402
2403
2404                                 Apache License
2405                           Version 2.0, January 2004
2406                        http://www.apache.org/licenses/
2407
2408   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2409
2410   1. Definitions.
2411
2412      "License" shall mean the terms and conditions for use, reproduction,
2413      and distribution as defined by Sections 1 through 9 of this document.
2414
2415      "Licensor" shall mean the copyright owner or entity authorized by
2416      the copyright owner that is granting the License.
2417
2418      "Legal Entity" shall mean the union of the acting entity and all
2419      other entities that control, are controlled by, or are under common
2420      control with that entity. For the purposes of this definition,
2421      "control" means (i) the power, direct or indirect, to cause the
2422      direction or management of such entity, whether by contract or
2423      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2424      outstanding shares, or (iii) beneficial ownership of such entity.
2425
2426      "You" (or "Your") shall mean an individual or Legal Entity
2427      exercising permissions granted by this License.
2428
2429      "Source" form shall mean the preferred form for making modifications,
2430      including but not limited to software source code, documentation
2431      source, and configuration files.
2432
2433      "Object" form shall mean any form resulting from mechanical
2434      transformation or translation of a Source form, including but
2435      not limited to compiled object code, generated documentation,
2436      and conversions to other media types.
2437
2438      "Work" shall mean the work of authorship, whether in Source or
2439      Object form, made available under the License, as indicated by a
2440      copyright notice that is included in or attached to the work
2441      (an example is provided in the Appendix below).
2442
2443      "Derivative Works" shall mean any work, whether in Source or Object
2444      form, that is based on (or derived from) the Work and for which the
2445      editorial revisions, annotations, elaborations, or other modifications
2446      represent, as a whole, an original work of authorship. For the purposes
2447      of this License, Derivative Works shall not include works that remain
2448      separable from, or merely link (or bind by name) to the interfaces of,
2449      the Work and Derivative Works thereof.
2450
2451      "Contribution" shall mean any work of authorship, including
2452      the original version of the Work and any modifications or additions
2453      to that Work or Derivative Works thereof, that is intentionally
2454      submitted to Licensor for inclusion in the Work by the copyright owner
2455      or by an individual or Legal Entity authorized to submit on behalf of
2456      the copyright owner. For the purposes of this definition, "submitted"
2457      means any form of electronic, verbal, or written communication sent
2458      to the Licensor or its representatives, including but not limited to
2459      communication on electronic mailing lists, source code control systems,
2460      and issue tracking systems that are managed by, or on behalf of, the
2461      Licensor for the purpose of discussing and improving the Work, but
2462      excluding communication that is conspicuously marked or otherwise
2463      designated in writing by the copyright owner as "Not a Contribution."
2464
2465      "Contributor" shall mean Licensor and any individual or Legal Entity
2466      on behalf of whom a Contribution has been received by Licensor and
2467      subsequently incorporated within the Work.
2468
2469   2. Grant of Copyright License. Subject to the terms and conditions of
2470      this License, each Contributor hereby grants to You a perpetual,
2471      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2472      copyright license to reproduce, prepare Derivative Works of,
2473      publicly display, publicly perform, sublicense, and distribute the
2474      Work and such Derivative Works in Source or Object form.
2475
2476   3. Grant of Patent License. Subject to the terms and conditions of
2477      this License, each Contributor hereby grants to You a perpetual,
2478      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2479      (except as stated in this section) patent license to make, have made,
2480      use, offer to sell, sell, import, and otherwise transfer the Work,
2481      where such license applies only to those patent claims licensable
2482      by such Contributor that are necessarily infringed by their
2483      Contribution(s) alone or by combination of their Contribution(s)
2484      with the Work to which such Contribution(s) was submitted. If You
2485      institute patent litigation against any entity (including a
2486      cross-claim or counterclaim in a lawsuit) alleging that the Work
2487      or a Contribution incorporated within the Work constitutes direct
2488      or contributory patent infringement, then any patent licenses
2489      granted to You under this License for that Work shall terminate
2490      as of the date such litigation is filed.
2491
2492   4. Redistribution. You may reproduce and distribute copies of the
2493      Work or Derivative Works thereof in any medium, with or without
2494      modifications, and in Source or Object form, provided that You
2495      meet the following conditions:
2496
2497      (a) You must give any other recipients of the Work or
2498          Derivative Works a copy of this License; and
2499
2500      (b) You must cause any modified files to carry prominent notices
2501          stating that You changed the files; and
2502
2503      (c) You must retain, in the Source form of any Derivative Works
2504          that You distribute, all copyright, patent, trademark, and
2505          attribution notices from the Source form of the Work,
2506          excluding those notices that do not pertain to any part of
2507          the Derivative Works; and
2508
2509      (d) If the Work includes a "NOTICE" text file as part of its
2510          distribution, then any Derivative Works that You distribute must
2511          include a readable copy of the attribution notices contained
2512          within such NOTICE file, excluding those notices that do not
2513          pertain to any part of the Derivative Works, in at least one
2514          of the following places: within a NOTICE text file distributed
2515          as part of the Derivative Works; within the Source form or
2516          documentation, if provided along with the Derivative Works; or,
2517          within a display generated by the Derivative Works, if and
2518          wherever such third-party notices normally appear. The contents
2519          of the NOTICE file are for informational purposes only and
2520          do not modify the License. You may add Your own attribution
2521          notices within Derivative Works that You distribute, alongside
2522          or as an addendum to the NOTICE text from the Work, provided
2523          that such additional attribution notices cannot be construed
2524          as modifying the License.
2525
2526      You may add Your own copyright statement to Your modifications and
2527      may provide additional or different license terms and conditions
2528      for use, reproduction, or distribution of Your modifications, or
2529      for any such Derivative Works as a whole, provided Your use,
2530      reproduction, and distribution of the Work otherwise complies with
2531      the conditions stated in this License.
2532
2533   5. Submission of Contributions. Unless You explicitly state otherwise,
2534      any Contribution intentionally submitted for inclusion in the Work
2535      by You to the Licensor shall be under the terms and conditions of
2536      this License, without any additional terms or conditions.
2537      Notwithstanding the above, nothing herein shall supersede or modify
2538      the terms of any separate license agreement you may have executed
2539      with Licensor regarding such Contributions.
2540
2541   6. Trademarks. This License does not grant permission to use the trade
2542      names, trademarks, service marks, or product names of the Licensor,
2543      except as required for reasonable and customary use in describing the
2544      origin of the Work and reproducing the content of the NOTICE file.
2545
2546   7. Disclaimer of Warranty. Unless required by applicable law or
2547      agreed to in writing, Licensor provides the Work (and each
2548      Contributor provides its Contributions) on an "AS IS" BASIS,
2549      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2550      implied, including, without limitation, any warranties or conditions
2551      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2552      PARTICULAR PURPOSE. You are solely responsible for determining the
2553      appropriateness of using or redistributing the Work and assume any
2554      risks associated with Your exercise of permissions under this License.
2555
2556   8. Limitation of Liability. In no event and under no legal theory,
2557      whether in tort (including negligence), contract, or otherwise,
2558      unless required by applicable law (such as deliberate and grossly
2559      negligent acts) or agreed to in writing, shall any Contributor be
2560      liable to You for damages, including any direct, indirect, special,
2561      incidental, or consequential damages of any character arising as a
2562      result of this License or out of the use or inability to use the
2563      Work (including but not limited to damages for loss of goodwill,
2564      work stoppage, computer failure or malfunction, or any and all
2565      other commercial damages or losses), even if such Contributor
2566      has been advised of the possibility of such damages.
2567
2568   9. Accepting Warranty or Additional Liability. While redistributing
2569      the Work or Derivative Works thereof, You may choose to offer,
2570      and charge a fee for, acceptance of support, warranty, indemnity,
2571      or other liability obligations and/or rights consistent with this
2572      License. However, in accepting such obligations, You may act only
2573      on Your own behalf and on Your sole responsibility, not on behalf
2574      of any other Contributor, and only if You agree to indemnify,
2575      defend, and hold each Contributor harmless for any liability
2576      incurred by, or claims asserted against, such Contributor by reason
2577      of your accepting any such warranty or additional liability.
2578
2579   END OF TERMS AND CONDITIONS
2580
2581
2582
2583Android Dynamic Animation Support Library:
2584
2585
2586   Copyright (c) 2005-2011, The Android Open Source Project
2587
2588   Licensed under the Apache License, Version 2.0 (the "License");
2589   you may not use this file except in compliance with the License.
2590
2591   Unless required by applicable law or agreed to in writing, software
2592   distributed under the License is distributed on an "AS IS" BASIS,
2593   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2594   See the License for the specific language governing permissions and
2595   limitations under the License.
2596
2597
2598                                 Apache License
2599                           Version 2.0, January 2004
2600                        http://www.apache.org/licenses/
2601
2602   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2603
2604   1. Definitions.
2605
2606      "License" shall mean the terms and conditions for use, reproduction,
2607      and distribution as defined by Sections 1 through 9 of this document.
2608
2609      "Licensor" shall mean the copyright owner or entity authorized by
2610      the copyright owner that is granting the License.
2611
2612      "Legal Entity" shall mean the union of the acting entity and all
2613      other entities that control, are controlled by, or are under common
2614      control with that entity. For the purposes of this definition,
2615      "control" means (i) the power, direct or indirect, to cause the
2616      direction or management of such entity, whether by contract or
2617      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2618      outstanding shares, or (iii) beneficial ownership of such entity.
2619
2620      "You" (or "Your") shall mean an individual or Legal Entity
2621      exercising permissions granted by this License.
2622
2623      "Source" form shall mean the preferred form for making modifications,
2624      including but not limited to software source code, documentation
2625      source, and configuration files.
2626
2627      "Object" form shall mean any form resulting from mechanical
2628      transformation or translation of a Source form, including but
2629      not limited to compiled object code, generated documentation,
2630      and conversions to other media types.
2631
2632      "Work" shall mean the work of authorship, whether in Source or
2633      Object form, made available under the License, as indicated by a
2634      copyright notice that is included in or attached to the work
2635      (an example is provided in the Appendix below).
2636
2637      "Derivative Works" shall mean any work, whether in Source or Object
2638      form, that is based on (or derived from) the Work and for which the
2639      editorial revisions, annotations, elaborations, or other modifications
2640      represent, as a whole, an original work of authorship. For the purposes
2641      of this License, Derivative Works shall not include works that remain
2642      separable from, or merely link (or bind by name) to the interfaces of,
2643      the Work and Derivative Works thereof.
2644
2645      "Contribution" shall mean any work of authorship, including
2646      the original version of the Work and any modifications or additions
2647      to that Work or Derivative Works thereof, that is intentionally
2648      submitted to Licensor for inclusion in the Work by the copyright owner
2649      or by an individual or Legal Entity authorized to submit on behalf of
2650      the copyright owner. For the purposes of this definition, "submitted"
2651      means any form of electronic, verbal, or written communication sent
2652      to the Licensor or its representatives, including but not limited to
2653      communication on electronic mailing lists, source code control systems,
2654      and issue tracking systems that are managed by, or on behalf of, the
2655      Licensor for the purpose of discussing and improving the Work, but
2656      excluding communication that is conspicuously marked or otherwise
2657      designated in writing by the copyright owner as "Not a Contribution."
2658
2659      "Contributor" shall mean Licensor and any individual or Legal Entity
2660      on behalf of whom a Contribution has been received by Licensor and
2661      subsequently incorporated within the Work.
2662
2663   2. Grant of Copyright License. Subject to the terms and conditions of
2664      this License, each Contributor hereby grants to You a perpetual,
2665      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2666      copyright license to reproduce, prepare Derivative Works of,
2667      publicly display, publicly perform, sublicense, and distribute the
2668      Work and such Derivative Works in Source or Object form.
2669
2670   3. Grant of Patent License. Subject to the terms and conditions of
2671      this License, each Contributor hereby grants to You a perpetual,
2672      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2673      (except as stated in this section) patent license to make, have made,
2674      use, offer to sell, sell, import, and otherwise transfer the Work,
2675      where such license applies only to those patent claims licensable
2676      by such Contributor that are necessarily infringed by their
2677      Contribution(s) alone or by combination of their Contribution(s)
2678      with the Work to which such Contribution(s) was submitted. If You
2679      institute patent litigation against any entity (including a
2680      cross-claim or counterclaim in a lawsuit) alleging that the Work
2681      or a Contribution incorporated within the Work constitutes direct
2682      or contributory patent infringement, then any patent licenses
2683      granted to You under this License for that Work shall terminate
2684      as of the date such litigation is filed.
2685
2686   4. Redistribution. You may reproduce and distribute copies of the
2687      Work or Derivative Works thereof in any medium, with or without
2688      modifications, and in Source or Object form, provided that You
2689      meet the following conditions:
2690
2691      (a) You must give any other recipients of the Work or
2692          Derivative Works a copy of this License; and
2693
2694      (b) You must cause any modified files to carry prominent notices
2695          stating that You changed the files; and
2696
2697      (c) You must retain, in the Source form of any Derivative Works
2698          that You distribute, all copyright, patent, trademark, and
2699          attribution notices from the Source form of the Work,
2700          excluding those notices that do not pertain to any part of
2701          the Derivative Works; and
2702
2703      (d) If the Work includes a "NOTICE" text file as part of its
2704          distribution, then any Derivative Works that You distribute must
2705          include a readable copy of the attribution notices contained
2706          within such NOTICE file, excluding those notices that do not
2707          pertain to any part of the Derivative Works, in at least one
2708          of the following places: within a NOTICE text file distributed
2709          as part of the Derivative Works; within the Source form or
2710          documentation, if provided along with the Derivative Works; or,
2711          within a display generated by the Derivative Works, if and
2712          wherever such third-party notices normally appear. The contents
2713          of the NOTICE file are for informational purposes only and
2714          do not modify the License. You may add Your own attribution
2715          notices within Derivative Works that You distribute, alongside
2716          or as an addendum to the NOTICE text from the Work, provided
2717          that such additional attribution notices cannot be construed
2718          as modifying the License.
2719
2720      You may add Your own copyright statement to Your modifications and
2721      may provide additional or different license terms and conditions
2722      for use, reproduction, or distribution of Your modifications, or
2723      for any such Derivative Works as a whole, provided Your use,
2724      reproduction, and distribution of the Work otherwise complies with
2725      the conditions stated in this License.
2726
2727   5. Submission of Contributions. Unless You explicitly state otherwise,
2728      any Contribution intentionally submitted for inclusion in the Work
2729      by You to the Licensor shall be under the terms and conditions of
2730      this License, without any additional terms or conditions.
2731      Notwithstanding the above, nothing herein shall supersede or modify
2732      the terms of any separate license agreement you may have executed
2733      with Licensor regarding such Contributions.
2734
2735   6. Trademarks. This License does not grant permission to use the trade
2736      names, trademarks, service marks, or product names of the Licensor,
2737      except as required for reasonable and customary use in describing the
2738      origin of the Work and reproducing the content of the NOTICE file.
2739
2740   7. Disclaimer of Warranty. Unless required by applicable law or
2741      agreed to in writing, Licensor provides the Work (and each
2742      Contributor provides its Contributions) on an "AS IS" BASIS,
2743      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2744      implied, including, without limitation, any warranties or conditions
2745      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2746      PARTICULAR PURPOSE. You are solely responsible for determining the
2747      appropriateness of using or redistributing the Work and assume any
2748      risks associated with Your exercise of permissions under this License.
2749
2750   8. Limitation of Liability. In no event and under no legal theory,
2751      whether in tort (including negligence), contract, or otherwise,
2752      unless required by applicable law (such as deliberate and grossly
2753      negligent acts) or agreed to in writing, shall any Contributor be
2754      liable to You for damages, including any direct, indirect, special,
2755      incidental, or consequential damages of any character arising as a
2756      result of this License or out of the use or inability to use the
2757      Work (including but not limited to damages for loss of goodwill,
2758      work stoppage, computer failure or malfunction, or any and all
2759      other commercial damages or losses), even if such Contributor
2760      has been advised of the possibility of such damages.
2761
2762   9. Accepting Warranty or Additional Liability. While redistributing
2763      the Work or Derivative Works thereof, You may choose to offer,
2764      and charge a fee for, acceptance of support, warranty, indemnity,
2765      or other liability obligations and/or rights consistent with this
2766      License. However, in accepting such obligations, You may act only
2767      on Your own behalf and on Your sole responsibility, not on behalf
2768      of any other Contributor, and only if You agree to indemnify,
2769      defend, and hold each Contributor harmless for any liability
2770      incurred by, or claims asserted against, such Contributor by reason
2771      of your accepting any such warranty or additional liability.
2772
2773   END OF TERMS AND CONDITIONS
2774
2775
2776
2777Android Fragments Support Library:
2778
2779
2780   Copyright (c) 2005-2011, The Android Open Source Project
2781
2782   Licensed under the Apache License, Version 2.0 (the "License");
2783   you may not use this file except in compliance with the License.
2784
2785   Unless required by applicable law or agreed to in writing, software
2786   distributed under the License is distributed on an "AS IS" BASIS,
2787   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2788   See the License for the specific language governing permissions and
2789   limitations under the License.
2790
2791
2792                                 Apache License
2793                           Version 2.0, January 2004
2794                        http://www.apache.org/licenses/
2795
2796   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2797
2798   1. Definitions.
2799
2800      "License" shall mean the terms and conditions for use, reproduction,
2801      and distribution as defined by Sections 1 through 9 of this document.
2802
2803      "Licensor" shall mean the copyright owner or entity authorized by
2804      the copyright owner that is granting the License.
2805
2806      "Legal Entity" shall mean the union of the acting entity and all
2807      other entities that control, are controlled by, or are under common
2808      control with that entity. For the purposes of this definition,
2809      "control" means (i) the power, direct or indirect, to cause the
2810      direction or management of such entity, whether by contract or
2811      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2812      outstanding shares, or (iii) beneficial ownership of such entity.
2813
2814      "You" (or "Your") shall mean an individual or Legal Entity
2815      exercising permissions granted by this License.
2816
2817      "Source" form shall mean the preferred form for making modifications,
2818      including but not limited to software source code, documentation
2819      source, and configuration files.
2820
2821      "Object" form shall mean any form resulting from mechanical
2822      transformation or translation of a Source form, including but
2823      not limited to compiled object code, generated documentation,
2824      and conversions to other media types.
2825
2826      "Work" shall mean the work of authorship, whether in Source or
2827      Object form, made available under the License, as indicated by a
2828      copyright notice that is included in or attached to the work
2829      (an example is provided in the Appendix below).
2830
2831      "Derivative Works" shall mean any work, whether in Source or Object
2832      form, that is based on (or derived from) the Work and for which the
2833      editorial revisions, annotations, elaborations, or other modifications
2834      represent, as a whole, an original work of authorship. For the purposes
2835      of this License, Derivative Works shall not include works that remain
2836      separable from, or merely link (or bind by name) to the interfaces of,
2837      the Work and Derivative Works thereof.
2838
2839      "Contribution" shall mean any work of authorship, including
2840      the original version of the Work and any modifications or additions
2841      to that Work or Derivative Works thereof, that is intentionally
2842      submitted to Licensor for inclusion in the Work by the copyright owner
2843      or by an individual or Legal Entity authorized to submit on behalf of
2844      the copyright owner. For the purposes of this definition, "submitted"
2845      means any form of electronic, verbal, or written communication sent
2846      to the Licensor or its representatives, including but not limited to
2847      communication on electronic mailing lists, source code control systems,
2848      and issue tracking systems that are managed by, or on behalf of, the
2849      Licensor for the purpose of discussing and improving the Work, but
2850      excluding communication that is conspicuously marked or otherwise
2851      designated in writing by the copyright owner as "Not a Contribution."
2852
2853      "Contributor" shall mean Licensor and any individual or Legal Entity
2854      on behalf of whom a Contribution has been received by Licensor and
2855      subsequently incorporated within the Work.
2856
2857   2. Grant of Copyright License. Subject to the terms and conditions of
2858      this License, each Contributor hereby grants to You a perpetual,
2859      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2860      copyright license to reproduce, prepare Derivative Works of,
2861      publicly display, publicly perform, sublicense, and distribute the
2862      Work and such Derivative Works in Source or Object form.
2863
2864   3. Grant of Patent License. Subject to the terms and conditions of
2865      this License, each Contributor hereby grants to You a perpetual,
2866      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2867      (except as stated in this section) patent license to make, have made,
2868      use, offer to sell, sell, import, and otherwise transfer the Work,
2869      where such license applies only to those patent claims licensable
2870      by such Contributor that are necessarily infringed by their
2871      Contribution(s) alone or by combination of their Contribution(s)
2872      with the Work to which such Contribution(s) was submitted. If You
2873      institute patent litigation against any entity (including a
2874      cross-claim or counterclaim in a lawsuit) alleging that the Work
2875      or a Contribution incorporated within the Work constitutes direct
2876      or contributory patent infringement, then any patent licenses
2877      granted to You under this License for that Work shall terminate
2878      as of the date such litigation is filed.
2879
2880   4. Redistribution. You may reproduce and distribute copies of the
2881      Work or Derivative Works thereof in any medium, with or without
2882      modifications, and in Source or Object form, provided that You
2883      meet the following conditions:
2884
2885      (a) You must give any other recipients of the Work or
2886          Derivative Works a copy of this License; and
2887
2888      (b) You must cause any modified files to carry prominent notices
2889          stating that You changed the files; and
2890
2891      (c) You must retain, in the Source form of any Derivative Works
2892          that You distribute, all copyright, patent, trademark, and
2893          attribution notices from the Source form of the Work,
2894          excluding those notices that do not pertain to any part of
2895          the Derivative Works; and
2896
2897      (d) If the Work includes a "NOTICE" text file as part of its
2898          distribution, then any Derivative Works that You distribute must
2899          include a readable copy of the attribution notices contained
2900          within such NOTICE file, excluding those notices that do not
2901          pertain to any part of the Derivative Works, in at least one
2902          of the following places: within a NOTICE text file distributed
2903          as part of the Derivative Works; within the Source form or
2904          documentation, if provided along with the Derivative Works; or,
2905          within a display generated by the Derivative Works, if and
2906          wherever such third-party notices normally appear. The contents
2907          of the NOTICE file are for informational purposes only and
2908          do not modify the License. You may add Your own attribution
2909          notices within Derivative Works that You distribute, alongside
2910          or as an addendum to the NOTICE text from the Work, provided
2911          that such additional attribution notices cannot be construed
2912          as modifying the License.
2913
2914      You may add Your own copyright statement to Your modifications and
2915      may provide additional or different license terms and conditions
2916      for use, reproduction, or distribution of Your modifications, or
2917      for any such Derivative Works as a whole, provided Your use,
2918      reproduction, and distribution of the Work otherwise complies with
2919      the conditions stated in this License.
2920
2921   5. Submission of Contributions. Unless You explicitly state otherwise,
2922      any Contribution intentionally submitted for inclusion in the Work
2923      by You to the Licensor shall be under the terms and conditions of
2924      this License, without any additional terms or conditions.
2925      Notwithstanding the above, nothing herein shall supersede or modify
2926      the terms of any separate license agreement you may have executed
2927      with Licensor regarding such Contributions.
2928
2929   6. Trademarks. This License does not grant permission to use the trade
2930      names, trademarks, service marks, or product names of the Licensor,
2931      except as required for reasonable and customary use in describing the
2932      origin of the Work and reproducing the content of the NOTICE file.
2933
2934   7. Disclaimer of Warranty. Unless required by applicable law or
2935      agreed to in writing, Licensor provides the Work (and each
2936      Contributor provides its Contributions) on an "AS IS" BASIS,
2937      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2938      implied, including, without limitation, any warranties or conditions
2939      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2940      PARTICULAR PURPOSE. You are solely responsible for determining the
2941      appropriateness of using or redistributing the Work and assume any
2942      risks associated with Your exercise of permissions under this License.
2943
2944   8. Limitation of Liability. In no event and under no legal theory,
2945      whether in tort (including negligence), contract, or otherwise,
2946      unless required by applicable law (such as deliberate and grossly
2947      negligent acts) or agreed to in writing, shall any Contributor be
2948      liable to You for damages, including any direct, indirect, special,
2949      incidental, or consequential damages of any character arising as a
2950      result of this License or out of the use or inability to use the
2951      Work (including but not limited to damages for loss of goodwill,
2952      work stoppage, computer failure or malfunction, or any and all
2953      other commercial damages or losses), even if such Contributor
2954      has been advised of the possibility of such damages.
2955
2956   9. Accepting Warranty or Additional Liability. While redistributing
2957      the Work or Derivative Works thereof, You may choose to offer,
2958      and charge a fee for, acceptance of support, warranty, indemnity,
2959      or other liability obligations and/or rights consistent with this
2960      License. However, in accepting such obligations, You may act only
2961      on Your own behalf and on Your sole responsibility, not on behalf
2962      of any other Contributor, and only if You agree to indemnify,
2963      defend, and hold each Contributor harmless for any liability
2964      incurred by, or claims asserted against, such Contributor by reason
2965      of your accepting any such warranty or additional liability.
2966
2967   END OF TERMS AND CONDITIONS
2968
2969
2970
2971Android Graphics Support Library:
2972
2973
2974   Copyright (c) 2005-2011, The Android Open Source Project
2975
2976   Licensed under the Apache License, Version 2.0 (the "License");
2977   you may not use this file except in compliance with the License.
2978
2979   Unless required by applicable law or agreed to in writing, software
2980   distributed under the License is distributed on an "AS IS" BASIS,
2981   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2982   See the License for the specific language governing permissions and
2983   limitations under the License.
2984
2985
2986                                 Apache License
2987                           Version 2.0, January 2004
2988                        http://www.apache.org/licenses/
2989
2990   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2991
2992   1. Definitions.
2993
2994      "License" shall mean the terms and conditions for use, reproduction,
2995      and distribution as defined by Sections 1 through 9 of this document.
2996
2997      "Licensor" shall mean the copyright owner or entity authorized by
2998      the copyright owner that is granting the License.
2999
3000      "Legal Entity" shall mean the union of the acting entity and all
3001      other entities that control, are controlled by, or are under common
3002      control with that entity. For the purposes of this definition,
3003      "control" means (i) the power, direct or indirect, to cause the
3004      direction or management of such entity, whether by contract or
3005      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3006      outstanding shares, or (iii) beneficial ownership of such entity.
3007
3008      "You" (or "Your") shall mean an individual or Legal Entity
3009      exercising permissions granted by this License.
3010
3011      "Source" form shall mean the preferred form for making modifications,
3012      including but not limited to software source code, documentation
3013      source, and configuration files.
3014
3015      "Object" form shall mean any form resulting from mechanical
3016      transformation or translation of a Source form, including but
3017      not limited to compiled object code, generated documentation,
3018      and conversions to other media types.
3019
3020      "Work" shall mean the work of authorship, whether in Source or
3021      Object form, made available under the License, as indicated by a
3022      copyright notice that is included in or attached to the work
3023      (an example is provided in the Appendix below).
3024
3025      "Derivative Works" shall mean any work, whether in Source or Object
3026      form, that is based on (or derived from) the Work and for which the
3027      editorial revisions, annotations, elaborations, or other modifications
3028      represent, as a whole, an original work of authorship. For the purposes
3029      of this License, Derivative Works shall not include works that remain
3030      separable from, or merely link (or bind by name) to the interfaces of,
3031      the Work and Derivative Works thereof.
3032
3033      "Contribution" shall mean any work of authorship, including
3034      the original version of the Work and any modifications or additions
3035      to that Work or Derivative Works thereof, that is intentionally
3036      submitted to Licensor for inclusion in the Work by the copyright owner
3037      or by an individual or Legal Entity authorized to submit on behalf of
3038      the copyright owner. For the purposes of this definition, "submitted"
3039      means any form of electronic, verbal, or written communication sent
3040      to the Licensor or its representatives, including but not limited to
3041      communication on electronic mailing lists, source code control systems,
3042      and issue tracking systems that are managed by, or on behalf of, the
3043      Licensor for the purpose of discussing and improving the Work, but
3044      excluding communication that is conspicuously marked or otherwise
3045      designated in writing by the copyright owner as "Not a Contribution."
3046
3047      "Contributor" shall mean Licensor and any individual or Legal Entity
3048      on behalf of whom a Contribution has been received by Licensor and
3049      subsequently incorporated within the Work.
3050
3051   2. Grant of Copyright License. Subject to the terms and conditions of
3052      this License, each Contributor hereby grants to You a perpetual,
3053      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3054      copyright license to reproduce, prepare Derivative Works of,
3055      publicly display, publicly perform, sublicense, and distribute the
3056      Work and such Derivative Works in Source or Object form.
3057
3058   3. Grant of Patent License. Subject to the terms and conditions of
3059      this License, each Contributor hereby grants to You a perpetual,
3060      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3061      (except as stated in this section) patent license to make, have made,
3062      use, offer to sell, sell, import, and otherwise transfer the Work,
3063      where such license applies only to those patent claims licensable
3064      by such Contributor that are necessarily infringed by their
3065      Contribution(s) alone or by combination of their Contribution(s)
3066      with the Work to which such Contribution(s) was submitted. If You
3067      institute patent litigation against any entity (including a
3068      cross-claim or counterclaim in a lawsuit) alleging that the Work
3069      or a Contribution incorporated within the Work constitutes direct
3070      or contributory patent infringement, then any patent licenses
3071      granted to You under this License for that Work shall terminate
3072      as of the date such litigation is filed.
3073
3074   4. Redistribution. You may reproduce and distribute copies of the
3075      Work or Derivative Works thereof in any medium, with or without
3076      modifications, and in Source or Object form, provided that You
3077      meet the following conditions:
3078
3079      (a) You must give any other recipients of the Work or
3080          Derivative Works a copy of this License; and
3081
3082      (b) You must cause any modified files to carry prominent notices
3083          stating that You changed the files; and
3084
3085      (c) You must retain, in the Source form of any Derivative Works
3086          that You distribute, all copyright, patent, trademark, and
3087          attribution notices from the Source form of the Work,
3088          excluding those notices that do not pertain to any part of
3089          the Derivative Works; and
3090
3091      (d) If the Work includes a "NOTICE" text file as part of its
3092          distribution, then any Derivative Works that You distribute must
3093          include a readable copy of the attribution notices contained
3094          within such NOTICE file, excluding those notices that do not
3095          pertain to any part of the Derivative Works, in at least one
3096          of the following places: within a NOTICE text file distributed
3097          as part of the Derivative Works; within the Source form or
3098          documentation, if provided along with the Derivative Works; or,
3099          within a display generated by the Derivative Works, if and
3100          wherever such third-party notices normally appear. The contents
3101          of the NOTICE file are for informational purposes only and
3102          do not modify the License. You may add Your own attribution
3103          notices within Derivative Works that You distribute, alongside
3104          or as an addendum to the NOTICE text from the Work, provided
3105          that such additional attribution notices cannot be construed
3106          as modifying the License.
3107
3108      You may add Your own copyright statement to Your modifications and
3109      may provide additional or different license terms and conditions
3110      for use, reproduction, or distribution of Your modifications, or
3111      for any such Derivative Works as a whole, provided Your use,
3112      reproduction, and distribution of the Work otherwise complies with
3113      the conditions stated in this License.
3114
3115   5. Submission of Contributions. Unless You explicitly state otherwise,
3116      any Contribution intentionally submitted for inclusion in the Work
3117      by You to the Licensor shall be under the terms and conditions of
3118      this License, without any additional terms or conditions.
3119      Notwithstanding the above, nothing herein shall supersede or modify
3120      the terms of any separate license agreement you may have executed
3121      with Licensor regarding such Contributions.
3122
3123   6. Trademarks. This License does not grant permission to use the trade
3124      names, trademarks, service marks, or product names of the Licensor,
3125      except as required for reasonable and customary use in describing the
3126      origin of the Work and reproducing the content of the NOTICE file.
3127
3128   7. Disclaimer of Warranty. Unless required by applicable law or
3129      agreed to in writing, Licensor provides the Work (and each
3130      Contributor provides its Contributions) on an "AS IS" BASIS,
3131      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3132      implied, including, without limitation, any warranties or conditions
3133      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3134      PARTICULAR PURPOSE. You are solely responsible for determining the
3135      appropriateness of using or redistributing the Work and assume any
3136      risks associated with Your exercise of permissions under this License.
3137
3138   8. Limitation of Liability. In no event and under no legal theory,
3139      whether in tort (including negligence), contract, or otherwise,
3140      unless required by applicable law (such as deliberate and grossly
3141      negligent acts) or agreed to in writing, shall any Contributor be
3142      liable to You for damages, including any direct, indirect, special,
3143      incidental, or consequential damages of any character arising as a
3144      result of this License or out of the use or inability to use the
3145      Work (including but not limited to damages for loss of goodwill,
3146      work stoppage, computer failure or malfunction, or any and all
3147      other commercial damages or losses), even if such Contributor
3148      has been advised of the possibility of such damages.
3149
3150   9. Accepting Warranty or Additional Liability. While redistributing
3151      the Work or Derivative Works thereof, You may choose to offer,
3152      and charge a fee for, acceptance of support, warranty, indemnity,
3153      or other liability obligations and/or rights consistent with this
3154      License. However, in accepting such obligations, You may act only
3155      on Your own behalf and on Your sole responsibility, not on behalf
3156      of any other Contributor, and only if You agree to indemnify,
3157      defend, and hold each Contributor harmless for any liability
3158      incurred by, or claims asserted against, such Contributor by reason
3159      of your accepting any such warranty or additional liability.
3160
3161   END OF TERMS AND CONDITIONS
3162
3163
3164
3165Android Media Compat Support Library:
3166
3167
3168 Copyright (c) 2005-2011, The Android Open Source Project
3169
3170   Licensed under the Apache License, Version 2.0 (the "License");
3171   you may not use this file except in compliance with the License.
3172
3173   Unless required by applicable law or agreed to in writing, software
3174   distributed under the License is distributed on an "AS IS" BASIS,
3175   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3176   See the License for the specific language governing permissions and
3177   limitations under the License.
3178
3179
3180                                 Apache License
3181                           Version 2.0, January 2004
3182                        http://www.apache.org/licenses/
3183
3184   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3185
3186   1. Definitions.
3187
3188      "License" shall mean the terms and conditions for use, reproduction,
3189      and distribution as defined by Sections 1 through 9 of this document.
3190
3191      "Licensor" shall mean the copyright owner or entity authorized by
3192      the copyright owner that is granting the License.
3193
3194      "Legal Entity" shall mean the union of the acting entity and all
3195      other entities that control, are controlled by, or are under common
3196      control with that entity. For the purposes of this definition,
3197      "control" means (i) the power, direct or indirect, to cause the
3198      direction or management of such entity, whether by contract or
3199      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3200      outstanding shares, or (iii) beneficial ownership of such entity.
3201
3202      "You" (or "Your") shall mean an individual or Legal Entity
3203      exercising permissions granted by this License.
3204
3205      "Source" form shall mean the preferred form for making modifications,
3206      including but not limited to software source code, documentation
3207      source, and configuration files.
3208
3209      "Object" form shall mean any form resulting from mechanical
3210      transformation or translation of a Source form, including but
3211      not limited to compiled object code, generated documentation,
3212      and conversions to other media types.
3213
3214      "Work" shall mean the work of authorship, whether in Source or
3215      Object form, made available under the License, as indicated by a
3216      copyright notice that is included in or attached to the work
3217      (an example is provided in the Appendix below).
3218
3219      "Derivative Works" shall mean any work, whether in Source or Object
3220      form, that is based on (or derived from) the Work and for which the
3221      editorial revisions, annotations, elaborations, or other modifications
3222      represent, as a whole, an original work of authorship. For the purposes
3223      of this License, Derivative Works shall not include works that remain
3224      separable from, or merely link (or bind by name) to the interfaces of,
3225      the Work and Derivative Works thereof.
3226
3227      "Contribution" shall mean any work of authorship, including
3228      the original version of the Work and any modifications or additions
3229      to that Work or Derivative Works thereof, that is intentionally
3230      submitted to Licensor for inclusion in the Work by the copyright owner
3231      or by an individual or Legal Entity authorized to submit on behalf of
3232      the copyright owner. For the purposes of this definition, "submitted"
3233      means any form of electronic, verbal, or written communication sent
3234      to the Licensor or its representatives, including but not limited to
3235      communication on electronic mailing lists, source code control systems,
3236      and issue tracking systems that are managed by, or on behalf of, the
3237      Licensor for the purpose of discussing and improving the Work, but
3238      excluding communication that is conspicuously marked or otherwise
3239      designated in writing by the copyright owner as "Not a Contribution."
3240
3241      "Contributor" shall mean Licensor and any individual or Legal Entity
3242      on behalf of whom a Contribution has been received by Licensor and
3243      subsequently incorporated within the Work.
3244
3245   2. Grant of Copyright License. Subject to the terms and conditions of
3246      this License, each Contributor hereby grants to You a perpetual,
3247      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3248      copyright license to reproduce, prepare Derivative Works of,
3249      publicly display, publicly perform, sublicense, and distribute the
3250      Work and such Derivative Works in Source or Object form.
3251
3252   3. Grant of Patent License. Subject to the terms and conditions of
3253      this License, each Contributor hereby grants to You a perpetual,
3254      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3255      (except as stated in this section) patent license to make, have made,
3256      use, offer to sell, sell, import, and otherwise transfer the Work,
3257      where such license applies only to those patent claims licensable
3258      by such Contributor that are necessarily infringed by their
3259      Contribution(s) alone or by combination of their Contribution(s)
3260      with the Work to which such Contribution(s) was submitted. If You
3261      institute patent litigation against any entity (including a
3262      cross-claim or counterclaim in a lawsuit) alleging that the Work
3263      or a Contribution incorporated within the Work constitutes direct
3264      or contributory patent infringement, then any patent licenses
3265      granted to You under this License for that Work shall terminate
3266      as of the date such litigation is filed.
3267
3268   4. Redistribution. You may reproduce and distribute copies of the
3269      Work or Derivative Works thereof in any medium, with or without
3270      modifications, and in Source or Object form, provided that You
3271      meet the following conditions:
3272
3273      (a) You must give any other recipients of the Work or
3274          Derivative Works a copy of this License; and
3275
3276      (b) You must cause any modified files to carry prominent notices
3277          stating that You changed the files; and
3278
3279      (c) You must retain, in the Source form of any Derivative Works
3280          that You distribute, all copyright, patent, trademark, and
3281          attribution notices from the Source form of the Work,
3282          excluding those notices that do not pertain to any part of
3283          the Derivative Works; and
3284
3285      (d) If the Work includes a "NOTICE" text file as part of its
3286          distribution, then any Derivative Works that You distribute must
3287          include a readable copy of the attribution notices contained
3288          within such NOTICE file, excluding those notices that do not
3289          pertain to any part of the Derivative Works, in at least one
3290          of the following places: within a NOTICE text file distributed
3291          as part of the Derivative Works; within the Source form or
3292          documentation, if provided along with the Derivative Works; or,
3293          within a display generated by the Derivative Works, if and
3294          wherever such third-party notices normally appear. The contents
3295          of the NOTICE file are for informational purposes only and
3296          do not modify the License. You may add Your own attribution
3297          notices within Derivative Works that You distribute, alongside
3298          or as an addendum to the NOTICE text from the Work, provided
3299          that such additional attribution notices cannot be construed
3300          as modifying the License.
3301
3302      You may add Your own copyright statement to Your modifications and
3303      may provide additional or different license terms and conditions
3304      for use, reproduction, or distribution of Your modifications, or
3305      for any such Derivative Works as a whole, provided Your use,
3306      reproduction, and distribution of the Work otherwise complies with
3307      the conditions stated in this License.
3308
3309   5. Submission of Contributions. Unless You explicitly state otherwise,
3310      any Contribution intentionally submitted for inclusion in the Work
3311      by You to the Licensor shall be under the terms and conditions of
3312      this License, without any additional terms or conditions.
3313      Notwithstanding the above, nothing herein shall supersede or modify
3314      the terms of any separate license agreement you may have executed
3315      with Licensor regarding such Contributions.
3316
3317   6. Trademarks. This License does not grant permission to use the trade
3318      names, trademarks, service marks, or product names of the Licensor,
3319      except as required for reasonable and customary use in describing the
3320      origin of the Work and reproducing the content of the NOTICE file.
3321
3322   7. Disclaimer of Warranty. Unless required by applicable law or
3323      agreed to in writing, Licensor provides the Work (and each
3324      Contributor provides its Contributions) on an "AS IS" BASIS,
3325      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3326      implied, including, without limitation, any warranties or conditions
3327      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3328      PARTICULAR PURPOSE. You are solely responsible for determining the
3329      appropriateness of using or redistributing the Work and assume any
3330      risks associated with Your exercise of permissions under this License.
3331
3332   8. Limitation of Liability. In no event and under no legal theory,
3333      whether in tort (including negligence), contract, or otherwise,
3334      unless required by applicable law (such as deliberate and grossly
3335      negligent acts) or agreed to in writing, shall any Contributor be
3336      liable to You for damages, including any direct, indirect, special,
3337      incidental, or consequential damages of any character arising as a
3338      result of this License or out of the use or inability to use the
3339      Work (including but not limited to damages for loss of goodwill,
3340      work stoppage, computer failure or malfunction, or any and all
3341      other commercial damages or losses), even if such Contributor
3342      has been advised of the possibility of such damages.
3343
3344   9. Accepting Warranty or Additional Liability. While redistributing
3345      the Work or Derivative Works thereof, You may choose to offer,
3346      and charge a fee for, acceptance of support, warranty, indemnity,
3347      or other liability obligations and/or rights consistent with this
3348      License. However, in accepting such obligations, You may act only
3349      on Your own behalf and on Your sole responsibility, not on behalf
3350      of any other Contributor, and only if You agree to indemnify,
3351      defend, and hold each Contributor harmless for any liability
3352      incurred by, or claims asserted against, such Contributor by reason
3353      of your accepting any such warranty or additional liability.
3354
3355   END OF TERMS AND CONDITIONS
3356
3357Android Transition Support Library:
3358
3359
3360 Copyright (c) 2005-2011, The Android Open Source Project
3361
3362   Licensed under the Apache License, Version 2.0 (the "License");
3363   you may not use this file except in compliance with the License.
3364
3365   Unless required by applicable law or agreed to in writing, software
3366   distributed under the License is distributed on an "AS IS" BASIS,
3367   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3368   See the License for the specific language governing permissions and
3369   limitations under the License.
3370
3371
3372                                 Apache License
3373                           Version 2.0, January 2004
3374                        http://www.apache.org/licenses/
3375
3376   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3377
3378   1. Definitions.
3379
3380      "License" shall mean the terms and conditions for use, reproduction,
3381      and distribution as defined by Sections 1 through 9 of this document.
3382
3383      "Licensor" shall mean the copyright owner or entity authorized by
3384      the copyright owner that is granting the License.
3385
3386      "Legal Entity" shall mean the union of the acting entity and all
3387      other entities that control, are controlled by, or are under common
3388      control with that entity. For the purposes of this definition,
3389      "control" means (i) the power, direct or indirect, to cause the
3390      direction or management of such entity, whether by contract or
3391      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3392      outstanding shares, or (iii) beneficial ownership of such entity.
3393
3394      "You" (or "Your") shall mean an individual or Legal Entity
3395      exercising permissions granted by this License.
3396
3397      "Source" form shall mean the preferred form for making modifications,
3398      including but not limited to software source code, documentation
3399      source, and configuration files.
3400
3401      "Object" form shall mean any form resulting from mechanical
3402      transformation or translation of a Source form, including but
3403      not limited to compiled object code, generated documentation,
3404      and conversions to other media types.
3405
3406      "Work" shall mean the work of authorship, whether in Source or
3407      Object form, made available under the License, as indicated by a
3408      copyright notice that is included in or attached to the work
3409      (an example is provided in the Appendix below).
3410
3411      "Derivative Works" shall mean any work, whether in Source or Object
3412      form, that is based on (or derived from) the Work and for which the
3413      editorial revisions, annotations, elaborations, or other modifications
3414      represent, as a whole, an original work of authorship. For the purposes
3415      of this License, Derivative Works shall not include works that remain
3416      separable from, or merely link (or bind by name) to the interfaces of,
3417      the Work and Derivative Works thereof.
3418
3419      "Contribution" shall mean any work of authorship, including
3420      the original version of the Work and any modifications or additions
3421      to that Work or Derivative Works thereof, that is intentionally
3422      submitted to Licensor for inclusion in the Work by the copyright owner
3423      or by an individual or Legal Entity authorized to submit on behalf of
3424      the copyright owner. For the purposes of this definition, "submitted"
3425      means any form of electronic, verbal, or written communication sent
3426      to the Licensor or its representatives, including but not limited to
3427      communication on electronic mailing lists, source code control systems,
3428      and issue tracking systems that are managed by, or on behalf of, the
3429      Licensor for the purpose of discussing and improving the Work, but
3430      excluding communication that is conspicuously marked or otherwise
3431      designated in writing by the copyright owner as "Not a Contribution."
3432
3433      "Contributor" shall mean Licensor and any individual or Legal Entity
3434      on behalf of whom a Contribution has been received by Licensor and
3435      subsequently incorporated within the Work.
3436
3437   2. Grant of Copyright License. Subject to the terms and conditions of
3438      this License, each Contributor hereby grants to You a perpetual,
3439      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3440      copyright license to reproduce, prepare Derivative Works of,
3441      publicly display, publicly perform, sublicense, and distribute the
3442      Work and such Derivative Works in Source or Object form.
3443
3444   3. Grant of Patent License. Subject to the terms and conditions of
3445      this License, each Contributor hereby grants to You a perpetual,
3446      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3447      (except as stated in this section) patent license to make, have made,
3448      use, offer to sell, sell, import, and otherwise transfer the Work,
3449      where such license applies only to those patent claims licensable
3450      by such Contributor that are necessarily infringed by their
3451      Contribution(s) alone or by combination of their Contribution(s)
3452      with the Work to which such Contribution(s) was submitted. If You
3453      institute patent litigation against any entity (including a
3454      cross-claim or counterclaim in a lawsuit) alleging that the Work
3455      or a Contribution incorporated within the Work constitutes direct
3456      or contributory patent infringement, then any patent licenses
3457      granted to You under this License for that Work shall terminate
3458      as of the date such litigation is filed.
3459
3460   4. Redistribution. You may reproduce and distribute copies of the
3461      Work or Derivative Works thereof in any medium, with or without
3462      modifications, and in Source or Object form, provided that You
3463      meet the following conditions:
3464
3465      (a) You must give any other recipients of the Work or
3466          Derivative Works a copy of this License; and
3467
3468      (b) You must cause any modified files to carry prominent notices
3469          stating that You changed the files; and
3470
3471      (c) You must retain, in the Source form of any Derivative Works
3472          that You distribute, all copyright, patent, trademark, and
3473          attribution notices from the Source form of the Work,
3474          excluding those notices that do not pertain to any part of
3475          the Derivative Works; and
3476
3477      (d) If the Work includes a "NOTICE" text file as part of its
3478          distribution, then any Derivative Works that You distribute must
3479          include a readable copy of the attribution notices contained
3480          within such NOTICE file, excluding those notices that do not
3481          pertain to any part of the Derivative Works, in at least one
3482          of the following places: within a NOTICE text file distributed
3483          as part of the Derivative Works; within the Source form or
3484          documentation, if provided along with the Derivative Works; or,
3485          within a display generated by the Derivative Works, if and
3486          wherever such third-party notices normally appear. The contents
3487          of the NOTICE file are for informational purposes only and
3488          do not modify the License. You may add Your own attribution
3489          notices within Derivative Works that You distribute, alongside
3490          or as an addendum to the NOTICE text from the Work, provided
3491          that such additional attribution notices cannot be construed
3492          as modifying the License.
3493
3494      You may add Your own copyright statement to Your modifications and
3495      may provide additional or different license terms and conditions
3496      for use, reproduction, or distribution of Your modifications, or
3497      for any such Derivative Works as a whole, provided Your use,
3498      reproduction, and distribution of the Work otherwise complies with
3499      the conditions stated in this License.
3500
3501   5. Submission of Contributions. Unless You explicitly state otherwise,
3502      any Contribution intentionally submitted for inclusion in the Work
3503      by You to the Licensor shall be under the terms and conditions of
3504      this License, without any additional terms or conditions.
3505      Notwithstanding the above, nothing herein shall supersede or modify
3506      the terms of any separate license agreement you may have executed
3507      with Licensor regarding such Contributions.
3508
3509   6. Trademarks. This License does not grant permission to use the trade
3510      names, trademarks, service marks, or product names of the Licensor,
3511      except as required for reasonable and customary use in describing the
3512      origin of the Work and reproducing the content of the NOTICE file.
3513
3514   7. Disclaimer of Warranty. Unless required by applicable law or
3515      agreed to in writing, Licensor provides the Work (and each
3516      Contributor provides its Contributions) on an "AS IS" BASIS,
3517      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3518      implied, including, without limitation, any warranties or conditions
3519      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3520      PARTICULAR PURPOSE. You are solely responsible for determining the
3521      appropriateness of using or redistributing the Work and assume any
3522      risks associated with Your exercise of permissions under this License.
3523
3524   8. Limitation of Liability. In no event and under no legal theory,
3525      whether in tort (including negligence), contract, or otherwise,
3526      unless required by applicable law (such as deliberate and grossly
3527      negligent acts) or agreed to in writing, shall any Contributor be
3528      liable to You for damages, including any direct, indirect, special,
3529      incidental, or consequential damages of any character arising as a
3530      result of this License or out of the use or inability to use the
3531      Work (including but not limited to damages for loss of goodwill,
3532      work stoppage, computer failure or malfunction, or any and all
3533      other commercial damages or losses), even if such Contributor
3534      has been advised of the possibility of such damages.
3535
3536   9. Accepting Warranty or Additional Liability. While redistributing
3537      the Work or Derivative Works thereof, You may choose to offer,
3538      and charge a fee for, acceptance of support, warranty, indemnity,
3539      or other liability obligations and/or rights consistent with this
3540      License. However, in accepting such obligations, You may act only
3541      on Your own behalf and on Your sole responsibility, not on behalf
3542      of any other Contributor, and only if You agree to indemnify,
3543      defend, and hold each Contributor harmless for any liability
3544      incurred by, or claims asserted against, such Contributor by reason
3545      of your accepting any such warranty or additional liability.
3546
3547   END OF TERMS AND CONDITIONS
3548
3549Apache Commons IO:
3550
3551
3552                                 Apache License
3553                           Version 2.0, January 2004
3554                        http://www.apache.org/licenses/
3555
3556   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3557
3558   1. Definitions.
3559
3560      "License" shall mean the terms and conditions for use, reproduction,
3561      and distribution as defined by Sections 1 through 9 of this document.
3562
3563      "Licensor" shall mean the copyright owner or entity authorized by
3564      the copyright owner that is granting the License.
3565
3566      "Legal Entity" shall mean the union of the acting entity and all
3567      other entities that control, are controlled by, or are under common
3568      control with that entity. For the purposes of this definition,
3569      "control" means (i) the power, direct or indirect, to cause the
3570      direction or management of such entity, whether by contract or
3571      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3572      outstanding shares, or (iii) beneficial ownership of such entity.
3573
3574      "You" (or "Your") shall mean an individual or Legal Entity
3575      exercising permissions granted by this License.
3576
3577      "Source" form shall mean the preferred form for making modifications,
3578      including but not limited to software source code, documentation
3579      source, and configuration files.
3580
3581      "Object" form shall mean any form resulting from mechanical
3582      transformation or translation of a Source form, including but
3583      not limited to compiled object code, generated documentation,
3584      and conversions to other media types.
3585
3586      "Work" shall mean the work of authorship, whether in Source or
3587      Object form, made available under the License, as indicated by a
3588      copyright notice that is included in or attached to the work
3589      (an example is provided in the Appendix below).
3590
3591      "Derivative Works" shall mean any work, whether in Source or Object
3592      form, that is based on (or derived from) the Work and for which the
3593      editorial revisions, annotations, elaborations, or other modifications
3594      represent, as a whole, an original work of authorship. For the purposes
3595      of this License, Derivative Works shall not include works that remain
3596      separable from, or merely link (or bind by name) to the interfaces of,
3597      the Work and Derivative Works thereof.
3598
3599      "Contribution" shall mean any work of authorship, including
3600      the original version of the Work and any modifications or additions
3601      to that Work or Derivative Works thereof, that is intentionally
3602      submitted to Licensor for inclusion in the Work by the copyright owner
3603      or by an individual or Legal Entity authorized to submit on behalf of
3604      the copyright owner. For the purposes of this definition, "submitted"
3605      means any form of electronic, verbal, or written communication sent
3606      to the Licensor or its representatives, including but not limited to
3607      communication on electronic mailing lists, source code control systems,
3608      and issue tracking systems that are managed by, or on behalf of, the
3609      Licensor for the purpose of discussing and improving the Work, but
3610      excluding communication that is conspicuously marked or otherwise
3611      designated in writing by the copyright owner as "Not a Contribution."
3612
3613      "Contributor" shall mean Licensor and any individual or Legal Entity
3614      on behalf of whom a Contribution has been received by Licensor and
3615      subsequently incorporated within the Work.
3616
3617   2. Grant of Copyright License. Subject to the terms and conditions of
3618      this License, each Contributor hereby grants to You a perpetual,
3619      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3620      copyright license to reproduce, prepare Derivative Works of,
3621      publicly display, publicly perform, sublicense, and distribute the
3622      Work and such Derivative Works in Source or Object form.
3623
3624   3. Grant of Patent License. Subject to the terms and conditions of
3625      this License, each Contributor hereby grants to You a perpetual,
3626      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3627      (except as stated in this section) patent license to make, have made,
3628      use, offer to sell, sell, import, and otherwise transfer the Work,
3629      where such license applies only to those patent claims licensable
3630      by such Contributor that are necessarily infringed by their
3631      Contribution(s) alone or by combination of their Contribution(s)
3632      with the Work to which such Contribution(s) was submitted. If You
3633      institute patent litigation against any entity (including a
3634      cross-claim or counterclaim in a lawsuit) alleging that the Work
3635      or a Contribution incorporated within the Work constitutes direct
3636      or contributory patent infringement, then any patent licenses
3637      granted to You under this License for that Work shall terminate
3638      as of the date such litigation is filed.
3639
3640   4. Redistribution. You may reproduce and distribute copies of the
3641      Work or Derivative Works thereof in any medium, with or without
3642      modifications, and in Source or Object form, provided that You
3643      meet the following conditions:
3644
3645      (a) You must give any other recipients of the Work or
3646          Derivative Works a copy of this License; and
3647
3648      (b) You must cause any modified files to carry prominent notices
3649          stating that You changed the files; and
3650
3651      (c) You must retain, in the Source form of any Derivative Works
3652          that You distribute, all copyright, patent, trademark, and
3653          attribution notices from the Source form of the Work,
3654          excluding those notices that do not pertain to any part of
3655          the Derivative Works; and
3656
3657      (d) If the Work includes a "NOTICE" text file as part of its
3658          distribution, then any Derivative Works that You distribute must
3659          include a readable copy of the attribution notices contained
3660          within such NOTICE file, excluding those notices that do not
3661          pertain to any part of the Derivative Works, in at least one
3662          of the following places: within a NOTICE text file distributed
3663          as part of the Derivative Works; within the Source form or
3664          documentation, if provided along with the Derivative Works; or,
3665          within a display generated by the Derivative Works, if and
3666          wherever such third-party notices normally appear. The contents
3667          of the NOTICE file are for informational purposes only and
3668          do not modify the License. You may add Your own attribution
3669          notices within Derivative Works that You distribute, alongside
3670          or as an addendum to the NOTICE text from the Work, provided
3671          that such additional attribution notices cannot be construed
3672          as modifying the License.
3673
3674      You may add Your own copyright statement to Your modifications and
3675      may provide additional or different license terms and conditions
3676      for use, reproduction, or distribution of Your modifications, or
3677      for any such Derivative Works as a whole, provided Your use,
3678      reproduction, and distribution of the Work otherwise complies with
3679      the conditions stated in this License.
3680
3681   5. Submission of Contributions. Unless You explicitly state otherwise,
3682      any Contribution intentionally submitted for inclusion in the Work
3683      by You to the Licensor shall be under the terms and conditions of
3684      this License, without any additional terms or conditions.
3685      Notwithstanding the above, nothing herein shall supersede or modify
3686      the terms of any separate license agreement you may have executed
3687      with Licensor regarding such Contributions.
3688
3689   6. Trademarks. This License does not grant permission to use the trade
3690      names, trademarks, service marks, or product names of the Licensor,
3691      except as required for reasonable and customary use in describing the
3692      origin of the Work and reproducing the content of the NOTICE file.
3693
3694   7. Disclaimer of Warranty. Unless required by applicable law or
3695      agreed to in writing, Licensor provides the Work (and each
3696      Contributor provides its Contributions) on an "AS IS" BASIS,
3697      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3698      implied, including, without limitation, any warranties or conditions
3699      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3700      PARTICULAR PURPOSE. You are solely responsible for determining the
3701      appropriateness of using or redistributing the Work and assume any
3702      risks associated with Your exercise of permissions under this License.
3703
3704   8. Limitation of Liability. In no event and under no legal theory,
3705      whether in tort (including negligence), contract, or otherwise,
3706      unless required by applicable law (such as deliberate and grossly
3707      negligent acts) or agreed to in writing, shall any Contributor be
3708      liable to You for damages, including any direct, indirect, special,
3709      incidental, or consequential damages of any character arising as a
3710      result of this License or out of the use or inability to use the
3711      Work (including but not limited to damages for loss of goodwill,
3712      work stoppage, computer failure or malfunction, or any and all
3713      other commercial damages or losses), even if such Contributor
3714      has been advised of the possibility of such damages.
3715
3716   9. Accepting Warranty or Additional Liability. While redistributing
3717      the Work or Derivative Works thereof, You may choose to offer,
3718      and charge a fee for, acceptance of support, warranty, indemnity,
3719      or other liability obligations and/or rights consistent with this
3720      License. However, in accepting such obligations, You may act only
3721      on Your own behalf and on Your sole responsibility, not on behalf
3722      of any other Contributor, and only if You agree to indemnify,
3723      defend, and hold each Contributor harmless for any liability
3724      incurred by, or claims asserted against, such Contributor by reason
3725      of your accepting any such warranty or additional liability.
3726
3727   END OF TERMS AND CONDITIONS
3728
3729   APPENDIX: How to apply the Apache License to your work.
3730
3731      To apply the Apache License to your work, attach the following
3732      boilerplate notice, with the fields enclosed by brackets "[]"
3733      replaced with your own identifying information. (Don't include
3734      the brackets!)  The text should be enclosed in the appropriate
3735      comment syntax for the file format. We also recommend that a
3736      file or class name and description of purpose be included on the
3737      same "printed page" as the copyright notice for easier
3738      identification within third-party archives.
3739
3740   Copyright [yyyy] [name of copyright owner]
3741
3742   Licensed under the Apache License, Version 2.0 (the "License");
3743   you may not use this file except in compliance with the License.
3744   You may obtain a copy of the License at
3745
3746       http://www.apache.org/licenses/LICENSE-2.0
3747
3748   Unless required by applicable law or agreed to in writing, software
3749   distributed under the License is distributed on an "AS IS" BASIS,
3750   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3751   See the License for the specific language governing permissions and
3752   limitations under the License.
3753
3754
3755
3756Compatibility Libraries for Android asynclayoutinflater.:
3757
3758
3759   Copyright (c) 2005-2011, The Android Open Source Project
3760
3761   Licensed under the Apache License, Version 2.0 (the "License");
3762   you may not use this file except in compliance with the License.
3763
3764   Unless required by applicable law or agreed to in writing, software
3765   distributed under the License is distributed on an "AS IS" BASIS,
3766   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3767   See the License for the specific language governing permissions and
3768   limitations under the License.
3769
3770
3771                                 Apache License
3772                           Version 2.0, January 2004
3773                        http://www.apache.org/licenses/
3774
3775   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3776
3777   1. Definitions.
3778
3779      "License" shall mean the terms and conditions for use, reproduction,
3780      and distribution as defined by Sections 1 through 9 of this document.
3781
3782      "Licensor" shall mean the copyright owner or entity authorized by
3783      the copyright owner that is granting the License.
3784
3785      "Legal Entity" shall mean the union of the acting entity and all
3786      other entities that control, are controlled by, or are under common
3787      control with that entity. For the purposes of this definition,
3788      "control" means (i) the power, direct or indirect, to cause the
3789      direction or management of such entity, whether by contract or
3790      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3791      outstanding shares, or (iii) beneficial ownership of such entity.
3792
3793      "You" (or "Your") shall mean an individual or Legal Entity
3794      exercising permissions granted by this License.
3795
3796      "Source" form shall mean the preferred form for making modifications,
3797      including but not limited to software source code, documentation
3798      source, and configuration files.
3799
3800      "Object" form shall mean any form resulting from mechanical
3801      transformation or translation of a Source form, including but
3802      not limited to compiled object code, generated documentation,
3803      and conversions to other media types.
3804
3805      "Work" shall mean the work of authorship, whether in Source or
3806      Object form, made available under the License, as indicated by a
3807      copyright notice that is included in or attached to the work
3808      (an example is provided in the Appendix below).
3809
3810      "Derivative Works" shall mean any work, whether in Source or Object
3811      form, that is based on (or derived from) the Work and for which the
3812      editorial revisions, annotations, elaborations, or other modifications
3813      represent, as a whole, an original work of authorship. For the purposes
3814      of this License, Derivative Works shall not include works that remain
3815      separable from, or merely link (or bind by name) to the interfaces of,
3816      the Work and Derivative Works thereof.
3817
3818      "Contribution" shall mean any work of authorship, including
3819      the original version of the Work and any modifications or additions
3820      to that Work or Derivative Works thereof, that is intentionally
3821      submitted to Licensor for inclusion in the Work by the copyright owner
3822      or by an individual or Legal Entity authorized to submit on behalf of
3823      the copyright owner. For the purposes of this definition, "submitted"
3824      means any form of electronic, verbal, or written communication sent
3825      to the Licensor or its representatives, including but not limited to
3826      communication on electronic mailing lists, source code control systems,
3827      and issue tracking systems that are managed by, or on behalf of, the
3828      Licensor for the purpose of discussing and improving the Work, but
3829      excluding communication that is conspicuously marked or otherwise
3830      designated in writing by the copyright owner as "Not a Contribution."
3831
3832      "Contributor" shall mean Licensor and any individual or Legal Entity
3833      on behalf of whom a Contribution has been received by Licensor and
3834      subsequently incorporated within the Work.
3835
3836   2. Grant of Copyright License. Subject to the terms and conditions of
3837      this License, each Contributor hereby grants to You a perpetual,
3838      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3839      copyright license to reproduce, prepare Derivative Works of,
3840      publicly display, publicly perform, sublicense, and distribute the
3841      Work and such Derivative Works in Source or Object form.
3842
3843   3. Grant of Patent License. Subject to the terms and conditions of
3844      this License, each Contributor hereby grants to You a perpetual,
3845      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3846      (except as stated in this section) patent license to make, have made,
3847      use, offer to sell, sell, import, and otherwise transfer the Work,
3848      where such license applies only to those patent claims licensable
3849      by such Contributor that are necessarily infringed by their
3850      Contribution(s) alone or by combination of their Contribution(s)
3851      with the Work to which such Contribution(s) was submitted. If You
3852      institute patent litigation against any entity (including a
3853      cross-claim or counterclaim in a lawsuit) alleging that the Work
3854      or a Contribution incorporated within the Work constitutes direct
3855      or contributory patent infringement, then any patent licenses
3856      granted to You under this License for that Work shall terminate
3857      as of the date such litigation is filed.
3858
3859   4. Redistribution. You may reproduce and distribute copies of the
3860      Work or Derivative Works thereof in any medium, with or without
3861      modifications, and in Source or Object form, provided that You
3862      meet the following conditions:
3863
3864      (a) You must give any other recipients of the Work or
3865          Derivative Works a copy of this License; and
3866
3867      (b) You must cause any modified files to carry prominent notices
3868          stating that You changed the files; and
3869
3870      (c) You must retain, in the Source form of any Derivative Works
3871          that You distribute, all copyright, patent, trademark, and
3872          attribution notices from the Source form of the Work,
3873          excluding those notices that do not pertain to any part of
3874          the Derivative Works; and
3875
3876      (d) If the Work includes a "NOTICE" text file as part of its
3877          distribution, then any Derivative Works that You distribute must
3878          include a readable copy of the attribution notices contained
3879          within such NOTICE file, excluding those notices that do not
3880          pertain to any part of the Derivative Works, in at least one
3881          of the following places: within a NOTICE text file distributed
3882          as part of the Derivative Works; within the Source form or
3883          documentation, if provided along with the Derivative Works; or,
3884          within a display generated by the Derivative Works, if and
3885          wherever such third-party notices normally appear. The contents
3886          of the NOTICE file are for informational purposes only and
3887          do not modify the License. You may add Your own attribution
3888          notices within Derivative Works that You distribute, alongside
3889          or as an addendum to the NOTICE text from the Work, provided
3890          that such additional attribution notices cannot be construed
3891          as modifying the License.
3892
3893      You may add Your own copyright statement to Your modifications and
3894      may provide additional or different license terms and conditions
3895      for use, reproduction, or distribution of Your modifications, or
3896      for any such Derivative Works as a whole, provided Your use,
3897      reproduction, and distribution of the Work otherwise complies with
3898      the conditions stated in this License.
3899
3900   5. Submission of Contributions. Unless You explicitly state otherwise,
3901      any Contribution intentionally submitted for inclusion in the Work
3902      by You to the Licensor shall be under the terms and conditions of
3903      this License, without any additional terms or conditions.
3904      Notwithstanding the above, nothing herein shall supersede or modify
3905      the terms of any separate license agreement you may have executed
3906      with Licensor regarding such Contributions.
3907
3908   6. Trademarks. This License does not grant permission to use the trade
3909      names, trademarks, service marks, or product names of the Licensor,
3910      except as required for reasonable and customary use in describing the
3911      origin of the Work and reproducing the content of the NOTICE file.
3912
3913   7. Disclaimer of Warranty. Unless required by applicable law or
3914      agreed to in writing, Licensor provides the Work (and each
3915      Contributor provides its Contributions) on an "AS IS" BASIS,
3916      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3917      implied, including, without limitation, any warranties or conditions
3918      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3919      PARTICULAR PURPOSE. You are solely responsible for determining the
3920      appropriateness of using or redistributing the Work and assume any
3921      risks associated with Your exercise of permissions under this License.
3922
3923   8. Limitation of Liability. In no event and under no legal theory,
3924      whether in tort (including negligence), contract, or otherwise,
3925      unless required by applicable law (such as deliberate and grossly
3926      negligent acts) or agreed to in writing, shall any Contributor be
3927      liable to You for damages, including any direct, indirect, special,
3928      incidental, or consequential damages of any character arising as a
3929      result of this License or out of the use or inability to use the
3930      Work (including but not limited to damages for loss of goodwill,
3931      work stoppage, computer failure or malfunction, or any and all
3932      other commercial damages or losses), even if such Contributor
3933      has been advised of the possibility of such damages.
3934
3935   9. Accepting Warranty or Additional Liability. While redistributing
3936      the Work or Derivative Works thereof, You may choose to offer,
3937      and charge a fee for, acceptance of support, warranty, indemnity,
3938      or other liability obligations and/or rights consistent with this
3939      License. However, in accepting such obligations, You may act only
3940      on Your own behalf and on Your sole responsibility, not on behalf
3941      of any other Contributor, and only if You agree to indemnify,
3942      defend, and hold each Contributor harmless for any liability
3943      incurred by, or claims asserted against, such Contributor by reason
3944      of your accepting any such warranty or additional liability.
3945
3946   END OF TERMS AND CONDITIONS
3947
3948Compatibility Libraries for Android collections.:
3949
3950
3951   Copyright (c) 2005-2011, The Android Open Source Project
3952
3953   Licensed under the Apache License, Version 2.0 (the "License");
3954   you may not use this file except in compliance with the License.
3955
3956   Unless required by applicable law or agreed to in writing, software
3957   distributed under the License is distributed on an "AS IS" BASIS,
3958   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3959   See the License for the specific language governing permissions and
3960   limitations under the License.
3961
3962
3963                                 Apache License
3964                           Version 2.0, January 2004
3965                        http://www.apache.org/licenses/
3966
3967   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3968
3969   1. Definitions.
3970
3971      "License" shall mean the terms and conditions for use, reproduction,
3972      and distribution as defined by Sections 1 through 9 of this document.
3973
3974      "Licensor" shall mean the copyright owner or entity authorized by
3975      the copyright owner that is granting the License.
3976
3977      "Legal Entity" shall mean the union of the acting entity and all
3978      other entities that control, are controlled by, or are under common
3979      control with that entity. For the purposes of this definition,
3980      "control" means (i) the power, direct or indirect, to cause the
3981      direction or management of such entity, whether by contract or
3982      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3983      outstanding shares, or (iii) beneficial ownership of such entity.
3984
3985      "You" (or "Your") shall mean an individual or Legal Entity
3986      exercising permissions granted by this License.
3987
3988      "Source" form shall mean the preferred form for making modifications,
3989      including but not limited to software source code, documentation
3990      source, and configuration files.
3991
3992      "Object" form shall mean any form resulting from mechanical
3993      transformation or translation of a Source form, including but
3994      not limited to compiled object code, generated documentation,
3995      and conversions to other media types.
3996
3997      "Work" shall mean the work of authorship, whether in Source or
3998      Object form, made available under the License, as indicated by a
3999      copyright notice that is included in or attached to the work
4000      (an example is provided in the Appendix below).
4001
4002      "Derivative Works" shall mean any work, whether in Source or Object
4003      form, that is based on (or derived from) the Work and for which the
4004      editorial revisions, annotations, elaborations, or other modifications
4005      represent, as a whole, an original work of authorship. For the purposes
4006      of this License, Derivative Works shall not include works that remain
4007      separable from, or merely link (or bind by name) to the interfaces of,
4008      the Work and Derivative Works thereof.
4009
4010      "Contribution" shall mean any work of authorship, including
4011      the original version of the Work and any modifications or additions
4012      to that Work or Derivative Works thereof, that is intentionally
4013      submitted to Licensor for inclusion in the Work by the copyright owner
4014      or by an individual or Legal Entity authorized to submit on behalf of
4015      the copyright owner. For the purposes of this definition, "submitted"
4016      means any form of electronic, verbal, or written communication sent
4017      to the Licensor or its representatives, including but not limited to
4018      communication on electronic mailing lists, source code control systems,
4019      and issue tracking systems that are managed by, or on behalf of, the
4020      Licensor for the purpose of discussing and improving the Work, but
4021      excluding communication that is conspicuously marked or otherwise
4022      designated in writing by the copyright owner as "Not a Contribution."
4023
4024      "Contributor" shall mean Licensor and any individual or Legal Entity
4025      on behalf of whom a Contribution has been received by Licensor and
4026      subsequently incorporated within the Work.
4027
4028   2. Grant of Copyright License. Subject to the terms and conditions of
4029      this License, each Contributor hereby grants to You a perpetual,
4030      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4031      copyright license to reproduce, prepare Derivative Works of,
4032      publicly display, publicly perform, sublicense, and distribute the
4033      Work and such Derivative Works in Source or Object form.
4034
4035   3. Grant of Patent License. Subject to the terms and conditions of
4036      this License, each Contributor hereby grants to You a perpetual,
4037      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4038      (except as stated in this section) patent license to make, have made,
4039      use, offer to sell, sell, import, and otherwise transfer the Work,
4040      where such license applies only to those patent claims licensable
4041      by such Contributor that are necessarily infringed by their
4042      Contribution(s) alone or by combination of their Contribution(s)
4043      with the Work to which such Contribution(s) was submitted. If You
4044      institute patent litigation against any entity (including a
4045      cross-claim or counterclaim in a lawsuit) alleging that the Work
4046      or a Contribution incorporated within the Work constitutes direct
4047      or contributory patent infringement, then any patent licenses
4048      granted to You under this License for that Work shall terminate
4049      as of the date such litigation is filed.
4050
4051   4. Redistribution. You may reproduce and distribute copies of the
4052      Work or Derivative Works thereof in any medium, with or without
4053      modifications, and in Source or Object form, provided that You
4054      meet the following conditions:
4055
4056      (a) You must give any other recipients of the Work or
4057          Derivative Works a copy of this License; and
4058
4059      (b) You must cause any modified files to carry prominent notices
4060          stating that You changed the files; and
4061
4062      (c) You must retain, in the Source form of any Derivative Works
4063          that You distribute, all copyright, patent, trademark, and
4064          attribution notices from the Source form of the Work,
4065          excluding those notices that do not pertain to any part of
4066          the Derivative Works; and
4067
4068      (d) If the Work includes a "NOTICE" text file as part of its
4069          distribution, then any Derivative Works that You distribute must
4070          include a readable copy of the attribution notices contained
4071          within such NOTICE file, excluding those notices that do not
4072          pertain to any part of the Derivative Works, in at least one
4073          of the following places: within a NOTICE text file distributed
4074          as part of the Derivative Works; within the Source form or
4075          documentation, if provided along with the Derivative Works; or,
4076          within a display generated by the Derivative Works, if and
4077          wherever such third-party notices normally appear. The contents
4078          of the NOTICE file are for informational purposes only and
4079          do not modify the License. You may add Your own attribution
4080          notices within Derivative Works that You distribute, alongside
4081          or as an addendum to the NOTICE text from the Work, provided
4082          that such additional attribution notices cannot be construed
4083          as modifying the License.
4084
4085      You may add Your own copyright statement to Your modifications and
4086      may provide additional or different license terms and conditions
4087      for use, reproduction, or distribution of Your modifications, or
4088      for any such Derivative Works as a whole, provided Your use,
4089      reproduction, and distribution of the Work otherwise complies with
4090      the conditions stated in this License.
4091
4092   5. Submission of Contributions. Unless You explicitly state otherwise,
4093      any Contribution intentionally submitted for inclusion in the Work
4094      by You to the Licensor shall be under the terms and conditions of
4095      this License, without any additional terms or conditions.
4096      Notwithstanding the above, nothing herein shall supersede or modify
4097      the terms of any separate license agreement you may have executed
4098      with Licensor regarding such Contributions.
4099
4100   6. Trademarks. This License does not grant permission to use the trade
4101      names, trademarks, service marks, or product names of the Licensor,
4102      except as required for reasonable and customary use in describing the
4103      origin of the Work and reproducing the content of the NOTICE file.
4104
4105   7. Disclaimer of Warranty. Unless required by applicable law or
4106      agreed to in writing, Licensor provides the Work (and each
4107      Contributor provides its Contributions) on an "AS IS" BASIS,
4108      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4109      implied, including, without limitation, any warranties or conditions
4110      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4111      PARTICULAR PURPOSE. You are solely responsible for determining the
4112      appropriateness of using or redistributing the Work and assume any
4113      risks associated with Your exercise of permissions under this License.
4114
4115   8. Limitation of Liability. In no event and under no legal theory,
4116      whether in tort (including negligence), contract, or otherwise,
4117      unless required by applicable law (such as deliberate and grossly
4118      negligent acts) or agreed to in writing, shall any Contributor be
4119      liable to You for damages, including any direct, indirect, special,
4120      incidental, or consequential damages of any character arising as a
4121      result of this License or out of the use or inability to use the
4122      Work (including but not limited to damages for loss of goodwill,
4123      work stoppage, computer failure or malfunction, or any and all
4124      other commercial damages or losses), even if such Contributor
4125      has been advised of the possibility of such damages.
4126
4127   9. Accepting Warranty or Additional Liability. While redistributing
4128      the Work or Derivative Works thereof, You may choose to offer,
4129      and charge a fee for, acceptance of support, warranty, indemnity,
4130      or other liability obligations and/or rights consistent with this
4131      License. However, in accepting such obligations, You may act only
4132      on Your own behalf and on Your sole responsibility, not on behalf
4133      of any other Contributor, and only if You agree to indemnify,
4134      defend, and hold each Contributor harmless for any liability
4135      incurred by, or claims asserted against, such Contributor by reason
4136      of your accepting any such warranty or additional liability.
4137
4138   END OF TERMS AND CONDITIONS
4139
4140Compatibility Libraries for Android coordinatorlayout.:
4141
4142
4143   Copyright (c) 2005-2011, The Android Open Source Project
4144
4145   Licensed under the Apache License, Version 2.0 (the "License");
4146   you may not use this file except in compliance with the License.
4147
4148   Unless required by applicable law or agreed to in writing, software
4149   distributed under the License is distributed on an "AS IS" BASIS,
4150   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4151   See the License for the specific language governing permissions and
4152   limitations under the License.
4153
4154
4155                                 Apache License
4156                           Version 2.0, January 2004
4157                        http://www.apache.org/licenses/
4158
4159   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4160
4161   1. Definitions.
4162
4163      "License" shall mean the terms and conditions for use, reproduction,
4164      and distribution as defined by Sections 1 through 9 of this document.
4165
4166      "Licensor" shall mean the copyright owner or entity authorized by
4167      the copyright owner that is granting the License.
4168
4169      "Legal Entity" shall mean the union of the acting entity and all
4170      other entities that control, are controlled by, or are under common
4171      control with that entity. For the purposes of this definition,
4172      "control" means (i) the power, direct or indirect, to cause the
4173      direction or management of such entity, whether by contract or
4174      otherwise, or (ii) ownership of fifty percent (50%) or more of the
4175      outstanding shares, or (iii) beneficial ownership of such entity.
4176
4177      "You" (or "Your") shall mean an individual or Legal Entity
4178      exercising permissions granted by this License.
4179
4180      "Source" form shall mean the preferred form for making modifications,
4181      including but not limited to software source code, documentation
4182      source, and configuration files.
4183
4184      "Object" form shall mean any form resulting from mechanical
4185      transformation or translation of a Source form, including but
4186      not limited to compiled object code, generated documentation,
4187      and conversions to other media types.
4188
4189      "Work" shall mean the work of authorship, whether in Source or
4190      Object form, made available under the License, as indicated by a
4191      copyright notice that is included in or attached to the work
4192      (an example is provided in the Appendix below).
4193
4194      "Derivative Works" shall mean any work, whether in Source or Object
4195      form, that is based on (or derived from) the Work and for which the
4196      editorial revisions, annotations, elaborations, or other modifications
4197      represent, as a whole, an original work of authorship. For the purposes
4198      of this License, Derivative Works shall not include works that remain
4199      separable from, or merely link (or bind by name) to the interfaces of,
4200      the Work and Derivative Works thereof.
4201
4202      "Contribution" shall mean any work of authorship, including
4203      the original version of the Work and any modifications or additions
4204      to that Work or Derivative Works thereof, that is intentionally
4205      submitted to Licensor for inclusion in the Work by the copyright owner
4206      or by an individual or Legal Entity authorized to submit on behalf of
4207      the copyright owner. For the purposes of this definition, "submitted"
4208      means any form of electronic, verbal, or written communication sent
4209      to the Licensor or its representatives, including but not limited to
4210      communication on electronic mailing lists, source code control systems,
4211      and issue tracking systems that are managed by, or on behalf of, the
4212      Licensor for the purpose of discussing and improving the Work, but
4213      excluding communication that is conspicuously marked or otherwise
4214      designated in writing by the copyright owner as "Not a Contribution."
4215
4216      "Contributor" shall mean Licensor and any individual or Legal Entity
4217      on behalf of whom a Contribution has been received by Licensor and
4218      subsequently incorporated within the Work.
4219
4220   2. Grant of Copyright License. Subject to the terms and conditions of
4221      this License, each Contributor hereby grants to You a perpetual,
4222      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4223      copyright license to reproduce, prepare Derivative Works of,
4224      publicly display, publicly perform, sublicense, and distribute the
4225      Work and such Derivative Works in Source or Object form.
4226
4227   3. Grant of Patent License. Subject to the terms and conditions of
4228      this License, each Contributor hereby grants to You a perpetual,
4229      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4230      (except as stated in this section) patent license to make, have made,
4231      use, offer to sell, sell, import, and otherwise transfer the Work,
4232      where such license applies only to those patent claims licensable
4233      by such Contributor that are necessarily infringed by their
4234      Contribution(s) alone or by combination of their Contribution(s)
4235      with the Work to which such Contribution(s) was submitted. If You
4236      institute patent litigation against any entity (including a
4237      cross-claim or counterclaim in a lawsuit) alleging that the Work
4238      or a Contribution incorporated within the Work constitutes direct
4239      or contributory patent infringement, then any patent licenses
4240      granted to You under this License for that Work shall terminate
4241      as of the date such litigation is filed.
4242
4243   4. Redistribution. You may reproduce and distribute copies of the
4244      Work or Derivative Works thereof in any medium, with or without
4245      modifications, and in Source or Object form, provided that You
4246      meet the following conditions:
4247
4248      (a) You must give any other recipients of the Work or
4249          Derivative Works a copy of this License; and
4250
4251      (b) You must cause any modified files to carry prominent notices
4252          stating that You changed the files; and
4253
4254      (c) You must retain, in the Source form of any Derivative Works
4255          that You distribute, all copyright, patent, trademark, and
4256          attribution notices from the Source form of the Work,
4257          excluding those notices that do not pertain to any part of
4258          the Derivative Works; and
4259
4260      (d) If the Work includes a "NOTICE" text file as part of its
4261          distribution, then any Derivative Works that You distribute must
4262          include a readable copy of the attribution notices contained
4263          within such NOTICE file, excluding those notices that do not
4264          pertain to any part of the Derivative Works, in at least one
4265          of the following places: within a NOTICE text file distributed
4266          as part of the Derivative Works; within the Source form or
4267          documentation, if provided along with the Derivative Works; or,
4268          within a display generated by the Derivative Works, if and
4269          wherever such third-party notices normally appear. The contents
4270          of the NOTICE file are for informational purposes only and
4271          do not modify the License. You may add Your own attribution
4272          notices within Derivative Works that You distribute, alongside
4273          or as an addendum to the NOTICE text from the Work, provided
4274          that such additional attribution notices cannot be construed
4275          as modifying the License.
4276
4277      You may add Your own copyright statement to Your modifications and
4278      may provide additional or different license terms and conditions
4279      for use, reproduction, or distribution of Your modifications, or
4280      for any such Derivative Works as a whole, provided Your use,
4281      reproduction, and distribution of the Work otherwise complies with
4282      the conditions stated in this License.
4283
4284   5. Submission of Contributions. Unless You explicitly state otherwise,
4285      any Contribution intentionally submitted for inclusion in the Work
4286      by You to the Licensor shall be under the terms and conditions of
4287      this License, without any additional terms or conditions.
4288      Notwithstanding the above, nothing herein shall supersede or modify
4289      the terms of any separate license agreement you may have executed
4290      with Licensor regarding such Contributions.
4291
4292   6. Trademarks. This License does not grant permission to use the trade
4293      names, trademarks, service marks, or product names of the Licensor,
4294      except as required for reasonable and customary use in describing the
4295      origin of the Work and reproducing the content of the NOTICE file.
4296
4297   7. Disclaimer of Warranty. Unless required by applicable law or
4298      agreed to in writing, Licensor provides the Work (and each
4299      Contributor provides its Contributions) on an "AS IS" BASIS,
4300      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4301      implied, including, without limitation, any warranties or conditions
4302      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4303      PARTICULAR PURPOSE. You are solely responsible for determining the
4304      appropriateness of using or redistributing the Work and assume any
4305      risks associated with Your exercise of permissions under this License.
4306
4307   8. Limitation of Liability. In no event and under no legal theory,
4308      whether in tort (including negligence), contract, or otherwise,
4309      unless required by applicable law (such as deliberate and grossly
4310      negligent acts) or agreed to in writing, shall any Contributor be
4311      liable to You for damages, including any direct, indirect, special,
4312      incidental, or consequential damages of any character arising as a
4313      result of this License or out of the use or inability to use the
4314      Work (including but not limited to damages for loss of goodwill,
4315      work stoppage, computer failure or malfunction, or any and all
4316      other commercial damages or losses), even if such Contributor
4317      has been advised of the possibility of such damages.
4318
4319   9. Accepting Warranty or Additional Liability. While redistributing
4320      the Work or Derivative Works thereof, You may choose to offer,
4321      and charge a fee for, acceptance of support, warranty, indemnity,
4322      or other liability obligations and/or rights consistent with this
4323      License. However, in accepting such obligations, You may act only
4324      on Your own behalf and on Your sole responsibility, not on behalf
4325      of any other Contributor, and only if You agree to indemnify,
4326      defend, and hold each Contributor harmless for any liability
4327      incurred by, or claims asserted against, such Contributor by reason
4328      of your accepting any such warranty or additional liability.
4329
4330   END OF TERMS AND CONDITIONS
4331
4332Compatibility Libraries for Android cursoradapter.:
4333
4334
4335   Copyright (c) 2005-2011, The Android Open Source Project
4336
4337   Licensed under the Apache License, Version 2.0 (the "License");
4338   you may not use this file except in compliance with the License.
4339
4340   Unless required by applicable law or agreed to in writing, software
4341   distributed under the License is distributed on an "AS IS" BASIS,
4342   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4343   See the License for the specific language governing permissions and
4344   limitations under the License.
4345
4346
4347                                 Apache License
4348                           Version 2.0, January 2004
4349                        http://www.apache.org/licenses/
4350
4351   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4352
4353   1. Definitions.
4354
4355      "License" shall mean the terms and conditions for use, reproduction,
4356      and distribution as defined by Sections 1 through 9 of this document.
4357
4358      "Licensor" shall mean the copyright owner or entity authorized by
4359      the copyright owner that is granting the License.
4360
4361      "Legal Entity" shall mean the union of the acting entity and all
4362      other entities that control, are controlled by, or are under common
4363      control with that entity. For the purposes of this definition,
4364      "control" means (i) the power, direct or indirect, to cause the
4365      direction or management of such entity, whether by contract or
4366      otherwise, or (ii) ownership of fifty percent (50%) or more of the
4367      outstanding shares, or (iii) beneficial ownership of such entity.
4368
4369      "You" (or "Your") shall mean an individual or Legal Entity
4370      exercising permissions granted by this License.
4371
4372      "Source" form shall mean the preferred form for making modifications,
4373      including but not limited to software source code, documentation
4374      source, and configuration files.
4375
4376      "Object" form shall mean any form resulting from mechanical
4377      transformation or translation of a Source form, including but
4378      not limited to compiled object code, generated documentation,
4379      and conversions to other media types.
4380
4381      "Work" shall mean the work of authorship, whether in Source or
4382      Object form, made available under the License, as indicated by a
4383      copyright notice that is included in or attached to the work
4384      (an example is provided in the Appendix below).
4385
4386      "Derivative Works" shall mean any work, whether in Source or Object
4387      form, that is based on (or derived from) the Work and for which the
4388      editorial revisions, annotations, elaborations, or other modifications
4389      represent, as a whole, an original work of authorship. For the purposes
4390      of this License, Derivative Works shall not include works that remain
4391      separable from, or merely link (or bind by name) to the interfaces of,
4392      the Work and Derivative Works thereof.
4393
4394      "Contribution" shall mean any work of authorship, including
4395      the original version of the Work and any modifications or additions
4396      to that Work or Derivative Works thereof, that is intentionally
4397      submitted to Licensor for inclusion in the Work by the copyright owner
4398      or by an individual or Legal Entity authorized to submit on behalf of
4399      the copyright owner. For the purposes of this definition, "submitted"
4400      means any form of electronic, verbal, or written communication sent
4401      to the Licensor or its representatives, including but not limited to
4402      communication on electronic mailing lists, source code control systems,
4403      and issue tracking systems that are managed by, or on behalf of, the
4404      Licensor for the purpose of discussing and improving the Work, but
4405      excluding communication that is conspicuously marked or otherwise
4406      designated in writing by the copyright owner as "Not a Contribution."
4407
4408      "Contributor" shall mean Licensor and any individual or Legal Entity
4409      on behalf of whom a Contribution has been received by Licensor and
4410      subsequently incorporated within the Work.
4411
4412   2. Grant of Copyright License. Subject to the terms and conditions of
4413      this License, each Contributor hereby grants to You a perpetual,
4414      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4415      copyright license to reproduce, prepare Derivative Works of,
4416      publicly display, publicly perform, sublicense, and distribute the
4417      Work and such Derivative Works in Source or Object form.
4418
4419   3. Grant of Patent License. Subject to the terms and conditions of
4420      this License, each Contributor hereby grants to You a perpetual,
4421      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4422      (except as stated in this section) patent license to make, have made,
4423      use, offer to sell, sell, import, and otherwise transfer the Work,
4424      where such license applies only to those patent claims licensable
4425      by such Contributor that are necessarily infringed by their
4426      Contribution(s) alone or by combination of their Contribution(s)
4427      with the Work to which such Contribution(s) was submitted. If You
4428      institute patent litigation against any entity (including a
4429      cross-claim or counterclaim in a lawsuit) alleging that the Work
4430      or a Contribution incorporated within the Work constitutes direct
4431      or contributory patent infringement, then any patent licenses
4432      granted to You under this License for that Work shall terminate
4433      as of the date such litigation is filed.
4434
4435   4. Redistribution. You may reproduce and distribute copies of the
4436      Work or Derivative Works thereof in any medium, with or without
4437      modifications, and in Source or Object form, provided that You
4438      meet the following conditions:
4439
4440      (a) You must give any other recipients of the Work or
4441          Derivative Works a copy of this License; and
4442
4443      (b) You must cause any modified files to carry prominent notices
4444          stating that You changed the files; and
4445
4446      (c) You must retain, in the Source form of any Derivative Works
4447          that You distribute, all copyright, patent, trademark, and
4448          attribution notices from the Source form of the Work,
4449          excluding those notices that do not pertain to any part of
4450          the Derivative Works; and
4451
4452      (d) If the Work includes a "NOTICE" text file as part of its
4453          distribution, then any Derivative Works that You distribute must
4454          include a readable copy of the attribution notices contained
4455          within such NOTICE file, excluding those notices that do not
4456          pertain to any part of the Derivative Works, in at least one
4457          of the following places: within a NOTICE text file distributed
4458          as part of the Derivative Works; within the Source form or
4459          documentation, if provided along with the Derivative Works; or,
4460          within a display generated by the Derivative Works, if and
4461          wherever such third-party notices normally appear. The contents
4462          of the NOTICE file are for informational purposes only and
4463          do not modify the License. You may add Your own attribution
4464          notices within Derivative Works that You distribute, alongside
4465          or as an addendum to the NOTICE text from the Work, provided
4466          that such additional attribution notices cannot be construed
4467          as modifying the License.
4468
4469      You may add Your own copyright statement to Your modifications and
4470      may provide additional or different license terms and conditions
4471      for use, reproduction, or distribution of Your modifications, or
4472      for any such Derivative Works as a whole, provided Your use,
4473      reproduction, and distribution of the Work otherwise complies with
4474      the conditions stated in this License.
4475
4476   5. Submission of Contributions. Unless You explicitly state otherwise,
4477      any Contribution intentionally submitted for inclusion in the Work
4478      by You to the Licensor shall be under the terms and conditions of
4479      this License, without any additional terms or conditions.
4480      Notwithstanding the above, nothing herein shall supersede or modify
4481      the terms of any separate license agreement you may have executed
4482      with Licensor regarding such Contributions.
4483
4484   6. Trademarks. This License does not grant permission to use the trade
4485      names, trademarks, service marks, or product names of the Licensor,
4486      except as required for reasonable and customary use in describing the
4487      origin of the Work and reproducing the content of the NOTICE file.
4488
4489   7. Disclaimer of Warranty. Unless required by applicable law or
4490      agreed to in writing, Licensor provides the Work (and each
4491      Contributor provides its Contributions) on an "AS IS" BASIS,
4492      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4493      implied, including, without limitation, any warranties or conditions
4494      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4495      PARTICULAR PURPOSE. You are solely responsible for determining the
4496      appropriateness of using or redistributing the Work and assume any
4497      risks associated with Your exercise of permissions under this License.
4498
4499   8. Limitation of Liability. In no event and under no legal theory,
4500      whether in tort (including negligence), contract, or otherwise,
4501      unless required by applicable law (such as deliberate and grossly
4502      negligent acts) or agreed to in writing, shall any Contributor be
4503      liable to You for damages, including any direct, indirect, special,
4504      incidental, or consequential damages of any character arising as a
4505      result of this License or out of the use or inability to use the
4506      Work (including but not limited to damages for loss of goodwill,
4507      work stoppage, computer failure or malfunction, or any and all
4508      other commercial damages or losses), even if such Contributor
4509      has been advised of the possibility of such damages.
4510
4511   9. Accepting Warranty or Additional Liability. While redistributing
4512      the Work or Derivative Works thereof, You may choose to offer,
4513      and charge a fee for, acceptance of support, warranty, indemnity,
4514      or other liability obligations and/or rights consistent with this
4515      License. However, in accepting such obligations, You may act only
4516      on Your own behalf and on Your sole responsibility, not on behalf
4517      of any other Contributor, and only if You agree to indemnify,
4518      defend, and hold each Contributor harmless for any liability
4519      incurred by, or claims asserted against, such Contributor by reason
4520      of your accepting any such warranty or additional liability.
4521
4522   END OF TERMS AND CONDITIONS
4523
4524Compatibility Libraries for Android customview.:
4525
4526
4527   Copyright (c) 2005-2011, The Android Open Source Project
4528
4529   Licensed under the Apache License, Version 2.0 (the "License");
4530   you may not use this file except in compliance with the License.
4531
4532   Unless required by applicable law or agreed to in writing, software
4533   distributed under the License is distributed on an "AS IS" BASIS,
4534   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4535   See the License for the specific language governing permissions and
4536   limitations under the License.
4537
4538
4539                                 Apache License
4540                           Version 2.0, January 2004
4541                        http://www.apache.org/licenses/
4542
4543   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4544
4545   1. Definitions.
4546
4547      "License" shall mean the terms and conditions for use, reproduction,
4548      and distribution as defined by Sections 1 through 9 of this document.
4549
4550      "Licensor" shall mean the copyright owner or entity authorized by
4551      the copyright owner that is granting the License.
4552
4553      "Legal Entity" shall mean the union of the acting entity and all
4554      other entities that control, are controlled by, or are under common
4555      control with that entity. For the purposes of this definition,
4556      "control" means (i) the power, direct or indirect, to cause the
4557      direction or management of such entity, whether by contract or
4558      otherwise, or (ii) ownership of fifty percent (50%) or more of the
4559      outstanding shares, or (iii) beneficial ownership of such entity.
4560
4561      "You" (or "Your") shall mean an individual or Legal Entity
4562      exercising permissions granted by this License.
4563
4564      "Source" form shall mean the preferred form for making modifications,
4565      including but not limited to software source code, documentation
4566      source, and configuration files.
4567
4568      "Object" form shall mean any form resulting from mechanical
4569      transformation or translation of a Source form, including but
4570      not limited to compiled object code, generated documentation,
4571      and conversions to other media types.
4572
4573      "Work" shall mean the work of authorship, whether in Source or
4574      Object form, made available under the License, as indicated by a
4575      copyright notice that is included in or attached to the work
4576      (an example is provided in the Appendix below).
4577
4578      "Derivative Works" shall mean any work, whether in Source or Object
4579      form, that is based on (or derived from) the Work and for which the
4580      editorial revisions, annotations, elaborations, or other modifications
4581      represent, as a whole, an original work of authorship. For the purposes
4582      of this License, Derivative Works shall not include works that remain
4583      separable from, or merely link (or bind by name) to the interfaces of,
4584      the Work and Derivative Works thereof.
4585
4586      "Contribution" shall mean any work of authorship, including
4587      the original version of the Work and any modifications or additions
4588      to that Work or Derivative Works thereof, that is intentionally
4589      submitted to Licensor for inclusion in the Work by the copyright owner
4590      or by an individual or Legal Entity authorized to submit on behalf of
4591      the copyright owner. For the purposes of this definition, "submitted"
4592      means any form of electronic, verbal, or written communication sent
4593      to the Licensor or its representatives, including but not limited to
4594      communication on electronic mailing lists, source code control systems,
4595      and issue tracking systems that are managed by, or on behalf of, the
4596      Licensor for the purpose of discussing and improving the Work, but
4597      excluding communication that is conspicuously marked or otherwise
4598      designated in writing by the copyright owner as "Not a Contribution."
4599
4600      "Contributor" shall mean Licensor and any individual or Legal Entity
4601      on behalf of whom a Contribution has been received by Licensor and
4602      subsequently incorporated within the Work.
4603
4604   2. Grant of Copyright License. Subject to the terms and conditions of
4605      this License, each Contributor hereby grants to You a perpetual,
4606      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4607      copyright license to reproduce, prepare Derivative Works of,
4608      publicly display, publicly perform, sublicense, and distribute the
4609      Work and such Derivative Works in Source or Object form.
4610
4611   3. Grant of Patent License. Subject to the terms and conditions of
4612      this License, each Contributor hereby grants to You a perpetual,
4613      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4614      (except as stated in this section) patent license to make, have made,
4615      use, offer to sell, sell, import, and otherwise transfer the Work,
4616      where such license applies only to those patent claims licensable
4617      by such Contributor that are necessarily infringed by their
4618      Contribution(s) alone or by combination of their Contribution(s)
4619      with the Work to which such Contribution(s) was submitted. If You
4620      institute patent litigation against any entity (including a
4621      cross-claim or counterclaim in a lawsuit) alleging that the Work
4622      or a Contribution incorporated within the Work constitutes direct
4623      or contributory patent infringement, then any patent licenses
4624      granted to You under this License for that Work shall terminate
4625      as of the date such litigation is filed.
4626
4627   4. Redistribution. You may reproduce and distribute copies of the
4628      Work or Derivative Works thereof in any medium, with or without
4629      modifications, and in Source or Object form, provided that You
4630      meet the following conditions:
4631
4632      (a) You must give any other recipients of the Work or
4633          Derivative Works a copy of this License; and
4634
4635      (b) You must cause any modified files to carry prominent notices
4636          stating that You changed the files; and
4637
4638      (c) You must retain, in the Source form of any Derivative Works
4639          that You distribute, all copyright, patent, trademark, and
4640          attribution notices from the Source form of the Work,
4641          excluding those notices that do not pertain to any part of
4642          the Derivative Works; and
4643
4644      (d) If the Work includes a "NOTICE" text file as part of its
4645          distribution, then any Derivative Works that You distribute must
4646          include a readable copy of the attribution notices contained
4647          within such NOTICE file, excluding those notices that do not
4648          pertain to any part of the Derivative Works, in at least one
4649          of the following places: within a NOTICE text file distributed
4650          as part of the Derivative Works; within the Source form or
4651          documentation, if provided along with the Derivative Works; or,
4652          within a display generated by the Derivative Works, if and
4653          wherever such third-party notices normally appear. The contents
4654          of the NOTICE file are for informational purposes only and
4655          do not modify the License. You may add Your own attribution
4656          notices within Derivative Works that You distribute, alongside
4657          or as an addendum to the NOTICE text from the Work, provided
4658          that such additional attribution notices cannot be construed
4659          as modifying the License.
4660
4661      You may add Your own copyright statement to Your modifications and
4662      may provide additional or different license terms and conditions
4663      for use, reproduction, or distribution of Your modifications, or
4664      for any such Derivative Works as a whole, provided Your use,
4665      reproduction, and distribution of the Work otherwise complies with
4666      the conditions stated in this License.
4667
4668   5. Submission of Contributions. Unless You explicitly state otherwise,
4669      any Contribution intentionally submitted for inclusion in the Work
4670      by You to the Licensor shall be under the terms and conditions of
4671      this License, without any additional terms or conditions.
4672      Notwithstanding the above, nothing herein shall supersede or modify
4673      the terms of any separate license agreement you may have executed
4674      with Licensor regarding such Contributions.
4675
4676   6. Trademarks. This License does not grant permission to use the trade
4677      names, trademarks, service marks, or product names of the Licensor,
4678      except as required for reasonable and customary use in describing the
4679      origin of the Work and reproducing the content of the NOTICE file.
4680
4681   7. Disclaimer of Warranty. Unless required by applicable law or
4682      agreed to in writing, Licensor provides the Work (and each
4683      Contributor provides its Contributions) on an "AS IS" BASIS,
4684      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4685      implied, including, without limitation, any warranties or conditions
4686      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4687      PARTICULAR PURPOSE. You are solely responsible for determining the
4688      appropriateness of using or redistributing the Work and assume any
4689      risks associated with Your exercise of permissions under this License.
4690
4691   8. Limitation of Liability. In no event and under no legal theory,
4692      whether in tort (including negligence), contract, or otherwise,
4693      unless required by applicable law (such as deliberate and grossly
4694      negligent acts) or agreed to in writing, shall any Contributor be
4695      liable to You for damages, including any direct, indirect, special,
4696      incidental, or consequential damages of any character arising as a
4697      result of this License or out of the use or inability to use the
4698      Work (including but not limited to damages for loss of goodwill,
4699      work stoppage, computer failure or malfunction, or any and all
4700      other commercial damages or losses), even if such Contributor
4701      has been advised of the possibility of such damages.
4702
4703   9. Accepting Warranty or Additional Liability. While redistributing
4704      the Work or Derivative Works thereof, You may choose to offer,
4705      and charge a fee for, acceptance of support, warranty, indemnity,
4706      or other liability obligations and/or rights consistent with this
4707      License. However, in accepting such obligations, You may act only
4708      on Your own behalf and on Your sole responsibility, not on behalf
4709      of any other Contributor, and only if You agree to indemnify,
4710      defend, and hold each Contributor harmless for any liability
4711      incurred by, or claims asserted against, such Contributor by reason
4712      of your accepting any such warranty or additional liability.
4713
4714   END OF TERMS AND CONDITIONS
4715
4716Compatibility Libraries for Android documentfile.:
4717
4718
4719   Copyright (c) 2005-2011, The Android Open Source Project
4720
4721   Licensed under the Apache License, Version 2.0 (the "License");
4722   you may not use this file except in compliance with the License.
4723
4724   Unless required by applicable law or agreed to in writing, software
4725   distributed under the License is distributed on an "AS IS" BASIS,
4726   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4727   See the License for the specific language governing permissions and
4728   limitations under the License.
4729
4730
4731                                 Apache License
4732                           Version 2.0, January 2004
4733                        http://www.apache.org/licenses/
4734
4735   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4736
4737   1. Definitions.
4738
4739      "License" shall mean the terms and conditions for use, reproduction,
4740      and distribution as defined by Sections 1 through 9 of this document.
4741
4742      "Licensor" shall mean the copyright owner or entity authorized by
4743      the copyright owner that is granting the License.
4744
4745      "Legal Entity" shall mean the union of the acting entity and all
4746      other entities that control, are controlled by, or are under common
4747      control with that entity. For the purposes of this definition,
4748      "control" means (i) the power, direct or indirect, to cause the
4749      direction or management of such entity, whether by contract or
4750      otherwise, or (ii) ownership of fifty percent (50%) or more of the
4751      outstanding shares, or (iii) beneficial ownership of such entity.
4752
4753      "You" (or "Your") shall mean an individual or Legal Entity
4754      exercising permissions granted by this License.
4755
4756      "Source" form shall mean the preferred form for making modifications,
4757      including but not limited to software source code, documentation
4758      source, and configuration files.
4759
4760      "Object" form shall mean any form resulting from mechanical
4761      transformation or translation of a Source form, including but
4762      not limited to compiled object code, generated documentation,
4763      and conversions to other media types.
4764
4765      "Work" shall mean the work of authorship, whether in Source or
4766      Object form, made available under the License, as indicated by a
4767      copyright notice that is included in or attached to the work
4768      (an example is provided in the Appendix below).
4769
4770      "Derivative Works" shall mean any work, whether in Source or Object
4771      form, that is based on (or derived from) the Work and for which the
4772      editorial revisions, annotations, elaborations, or other modifications
4773      represent, as a whole, an original work of authorship. For the purposes
4774      of this License, Derivative Works shall not include works that remain
4775      separable from, or merely link (or bind by name) to the interfaces of,
4776      the Work and Derivative Works thereof.
4777
4778      "Contribution" shall mean any work of authorship, including
4779      the original version of the Work and any modifications or additions
4780      to that Work or Derivative Works thereof, that is intentionally
4781      submitted to Licensor for inclusion in the Work by the copyright owner
4782      or by an individual or Legal Entity authorized to submit on behalf of
4783      the copyright owner. For the purposes of this definition, "submitted"
4784      means any form of electronic, verbal, or written communication sent
4785      to the Licensor or its representatives, including but not limited to
4786      communication on electronic mailing lists, source code control systems,
4787      and issue tracking systems that are managed by, or on behalf of, the
4788      Licensor for the purpose of discussing and improving the Work, but
4789      excluding communication that is conspicuously marked or otherwise
4790      designated in writing by the copyright owner as "Not a Contribution."
4791
4792      "Contributor" shall mean Licensor and any individual or Legal Entity
4793      on behalf of whom a Contribution has been received by Licensor and
4794      subsequently incorporated within the Work.
4795
4796   2. Grant of Copyright License. Subject to the terms and conditions of
4797      this License, each Contributor hereby grants to You a perpetual,
4798      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4799      copyright license to reproduce, prepare Derivative Works of,
4800      publicly display, publicly perform, sublicense, and distribute the
4801      Work and such Derivative Works in Source or Object form.
4802
4803   3. Grant of Patent License. Subject to the terms and conditions of
4804      this License, each Contributor hereby grants to You a perpetual,
4805      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4806      (except as stated in this section) patent license to make, have made,
4807      use, offer to sell, sell, import, and otherwise transfer the Work,
4808      where such license applies only to those patent claims licensable
4809      by such Contributor that are necessarily infringed by their
4810      Contribution(s) alone or by combination of their Contribution(s)
4811      with the Work to which such Contribution(s) was submitted. If You
4812      institute patent litigation against any entity (including a
4813      cross-claim or counterclaim in a lawsuit) alleging that the Work
4814      or a Contribution incorporated within the Work constitutes direct
4815      or contributory patent infringement, then any patent licenses
4816      granted to You under this License for that Work shall terminate
4817      as of the date such litigation is filed.
4818
4819   4. Redistribution. You may reproduce and distribute copies of the
4820      Work or Derivative Works thereof in any medium, with or without
4821      modifications, and in Source or Object form, provided that You
4822      meet the following conditions:
4823
4824      (a) You must give any other recipients of the Work or
4825          Derivative Works a copy of this License; and
4826
4827      (b) You must cause any modified files to carry prominent notices
4828          stating that You changed the files; and
4829
4830      (c) You must retain, in the Source form of any Derivative Works
4831          that You distribute, all copyright, patent, trademark, and
4832          attribution notices from the Source form of the Work,
4833          excluding those notices that do not pertain to any part of
4834          the Derivative Works; and
4835
4836      (d) If the Work includes a "NOTICE" text file as part of its
4837          distribution, then any Derivative Works that You distribute must
4838          include a readable copy of the attribution notices contained
4839          within such NOTICE file, excluding those notices that do not
4840          pertain to any part of the Derivative Works, in at least one
4841          of the following places: within a NOTICE text file distributed
4842          as part of the Derivative Works; within the Source form or
4843          documentation, if provided along with the Derivative Works; or,
4844          within a display generated by the Derivative Works, if and
4845          wherever such third-party notices normally appear. The contents
4846          of the NOTICE file are for informational purposes only and
4847          do not modify the License. You may add Your own attribution
4848          notices within Derivative Works that You distribute, alongside
4849          or as an addendum to the NOTICE text from the Work, provided
4850          that such additional attribution notices cannot be construed
4851          as modifying the License.
4852
4853      You may add Your own copyright statement to Your modifications and
4854      may provide additional or different license terms and conditions
4855      for use, reproduction, or distribution of Your modifications, or
4856      for any such Derivative Works as a whole, provided Your use,
4857      reproduction, and distribution of the Work otherwise complies with
4858      the conditions stated in this License.
4859
4860   5. Submission of Contributions. Unless You explicitly state otherwise,
4861      any Contribution intentionally submitted for inclusion in the Work
4862      by You to the Licensor shall be under the terms and conditions of
4863      this License, without any additional terms or conditions.
4864      Notwithstanding the above, nothing herein shall supersede or modify
4865      the terms of any separate license agreement you may have executed
4866      with Licensor regarding such Contributions.
4867
4868   6. Trademarks. This License does not grant permission to use the trade
4869      names, trademarks, service marks, or product names of the Licensor,
4870      except as required for reasonable and customary use in describing the
4871      origin of the Work and reproducing the content of the NOTICE file.
4872
4873   7. Disclaimer of Warranty. Unless required by applicable law or
4874      agreed to in writing, Licensor provides the Work (and each
4875      Contributor provides its Contributions) on an "AS IS" BASIS,
4876      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4877      implied, including, without limitation, any warranties or conditions
4878      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4879      PARTICULAR PURPOSE. You are solely responsible for determining the
4880      appropriateness of using or redistributing the Work and assume any
4881      risks associated with Your exercise of permissions under this License.
4882
4883   8. Limitation of Liability. In no event and under no legal theory,
4884      whether in tort (including negligence), contract, or otherwise,
4885      unless required by applicable law (such as deliberate and grossly
4886      negligent acts) or agreed to in writing, shall any Contributor be
4887      liable to You for damages, including any direct, indirect, special,
4888      incidental, or consequential damages of any character arising as a
4889      result of this License or out of the use or inability to use the
4890      Work (including but not limited to damages for loss of goodwill,
4891      work stoppage, computer failure or malfunction, or any and all
4892      other commercial damages or losses), even if such Contributor
4893      has been advised of the possibility of such damages.
4894
4895   9. Accepting Warranty or Additional Liability. While redistributing
4896      the Work or Derivative Works thereof, You may choose to offer,
4897      and charge a fee for, acceptance of support, warranty, indemnity,
4898      or other liability obligations and/or rights consistent with this
4899      License. However, in accepting such obligations, You may act only
4900      on Your own behalf and on Your sole responsibility, not on behalf
4901      of any other Contributor, and only if You agree to indemnify,
4902      defend, and hold each Contributor harmless for any liability
4903      incurred by, or claims asserted against, such Contributor by reason
4904      of your accepting any such warranty or additional liability.
4905
4906   END OF TERMS AND CONDITIONS
4907
4908Compatibility Libraries for Android drawerlayout.:
4909
4910
4911   Copyright (c) 2005-2011, The Android Open Source Project
4912
4913   Licensed under the Apache License, Version 2.0 (the "License");
4914   you may not use this file except in compliance with the License.
4915
4916   Unless required by applicable law or agreed to in writing, software
4917   distributed under the License is distributed on an "AS IS" BASIS,
4918   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4919   See the License for the specific language governing permissions and
4920   limitations under the License.
4921
4922
4923                                 Apache License
4924                           Version 2.0, January 2004
4925                        http://www.apache.org/licenses/
4926
4927   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4928
4929   1. Definitions.
4930
4931      "License" shall mean the terms and conditions for use, reproduction,
4932      and distribution as defined by Sections 1 through 9 of this document.
4933
4934      "Licensor" shall mean the copyright owner or entity authorized by
4935      the copyright owner that is granting the License.
4936
4937      "Legal Entity" shall mean the union of the acting entity and all
4938      other entities that control, are controlled by, or are under common
4939      control with that entity. For the purposes of this definition,
4940      "control" means (i) the power, direct or indirect, to cause the
4941      direction or management of such entity, whether by contract or
4942      otherwise, or (ii) ownership of fifty percent (50%) or more of the
4943      outstanding shares, or (iii) beneficial ownership of such entity.
4944
4945      "You" (or "Your") shall mean an individual or Legal Entity
4946      exercising permissions granted by this License.
4947
4948      "Source" form shall mean the preferred form for making modifications,
4949      including but not limited to software source code, documentation
4950      source, and configuration files.
4951
4952      "Object" form shall mean any form resulting from mechanical
4953      transformation or translation of a Source form, including but
4954      not limited to compiled object code, generated documentation,
4955      and conversions to other media types.
4956
4957      "Work" shall mean the work of authorship, whether in Source or
4958      Object form, made available under the License, as indicated by a
4959      copyright notice that is included in or attached to the work
4960      (an example is provided in the Appendix below).
4961
4962      "Derivative Works" shall mean any work, whether in Source or Object
4963      form, that is based on (or derived from) the Work and for which the
4964      editorial revisions, annotations, elaborations, or other modifications
4965      represent, as a whole, an original work of authorship. For the purposes
4966      of this License, Derivative Works shall not include works that remain
4967      separable from, or merely link (or bind by name) to the interfaces of,
4968      the Work and Derivative Works thereof.
4969
4970      "Contribution" shall mean any work of authorship, including
4971      the original version of the Work and any modifications or additions
4972      to that Work or Derivative Works thereof, that is intentionally
4973      submitted to Licensor for inclusion in the Work by the copyright owner
4974      or by an individual or Legal Entity authorized to submit on behalf of
4975      the copyright owner. For the purposes of this definition, "submitted"
4976      means any form of electronic, verbal, or written communication sent
4977      to the Licensor or its representatives, including but not limited to
4978      communication on electronic mailing lists, source code control systems,
4979      and issue tracking systems that are managed by, or on behalf of, the
4980      Licensor for the purpose of discussing and improving the Work, but
4981      excluding communication that is conspicuously marked or otherwise
4982      designated in writing by the copyright owner as "Not a Contribution."
4983
4984      "Contributor" shall mean Licensor and any individual or Legal Entity
4985      on behalf of whom a Contribution has been received by Licensor and
4986      subsequently incorporated within the Work.
4987
4988   2. Grant of Copyright License. Subject to the terms and conditions of
4989      this License, each Contributor hereby grants to You a perpetual,
4990      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4991      copyright license to reproduce, prepare Derivative Works of,
4992      publicly display, publicly perform, sublicense, and distribute the
4993      Work and such Derivative Works in Source or Object form.
4994
4995   3. Grant of Patent License. Subject to the terms and conditions of
4996      this License, each Contributor hereby grants to You a perpetual,
4997      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4998      (except as stated in this section) patent license to make, have made,
4999      use, offer to sell, sell, import, and otherwise transfer the Work,
5000      where such license applies only to those patent claims licensable
5001      by such Contributor that are necessarily infringed by their
5002      Contribution(s) alone or by combination of their Contribution(s)
5003      with the Work to which such Contribution(s) was submitted. If You
5004      institute patent litigation against any entity (including a
5005      cross-claim or counterclaim in a lawsuit) alleging that the Work
5006      or a Contribution incorporated within the Work constitutes direct
5007      or contributory patent infringement, then any patent licenses
5008      granted to You under this License for that Work shall terminate
5009      as of the date such litigation is filed.
5010
5011   4. Redistribution. You may reproduce and distribute copies of the
5012      Work or Derivative Works thereof in any medium, with or without
5013      modifications, and in Source or Object form, provided that You
5014      meet the following conditions:
5015
5016      (a) You must give any other recipients of the Work or
5017          Derivative Works a copy of this License; and
5018
5019      (b) You must cause any modified files to carry prominent notices
5020          stating that You changed the files; and
5021
5022      (c) You must retain, in the Source form of any Derivative Works
5023          that You distribute, all copyright, patent, trademark, and
5024          attribution notices from the Source form of the Work,
5025          excluding those notices that do not pertain to any part of
5026          the Derivative Works; and
5027
5028      (d) If the Work includes a "NOTICE" text file as part of its
5029          distribution, then any Derivative Works that You distribute must
5030          include a readable copy of the attribution notices contained
5031          within such NOTICE file, excluding those notices that do not
5032          pertain to any part of the Derivative Works, in at least one
5033          of the following places: within a NOTICE text file distributed
5034          as part of the Derivative Works; within the Source form or
5035          documentation, if provided along with the Derivative Works; or,
5036          within a display generated by the Derivative Works, if and
5037          wherever such third-party notices normally appear. The contents
5038          of the NOTICE file are for informational purposes only and
5039          do not modify the License. You may add Your own attribution
5040          notices within Derivative Works that You distribute, alongside
5041          or as an addendum to the NOTICE text from the Work, provided
5042          that such additional attribution notices cannot be construed
5043          as modifying the License.
5044
5045      You may add Your own copyright statement to Your modifications and
5046      may provide additional or different license terms and conditions
5047      for use, reproduction, or distribution of Your modifications, or
5048      for any such Derivative Works as a whole, provided Your use,
5049      reproduction, and distribution of the Work otherwise complies with
5050      the conditions stated in this License.
5051
5052   5. Submission of Contributions. Unless You explicitly state otherwise,
5053      any Contribution intentionally submitted for inclusion in the Work
5054      by You to the Licensor shall be under the terms and conditions of
5055      this License, without any additional terms or conditions.
5056      Notwithstanding the above, nothing herein shall supersede or modify
5057      the terms of any separate license agreement you may have executed
5058      with Licensor regarding such Contributions.
5059
5060   6. Trademarks. This License does not grant permission to use the trade
5061      names, trademarks, service marks, or product names of the Licensor,
5062      except as required for reasonable and customary use in describing the
5063      origin of the Work and reproducing the content of the NOTICE file.
5064
5065   7. Disclaimer of Warranty. Unless required by applicable law or
5066      agreed to in writing, Licensor provides the Work (and each
5067      Contributor provides its Contributions) on an "AS IS" BASIS,
5068      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5069      implied, including, without limitation, any warranties or conditions
5070      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5071      PARTICULAR PURPOSE. You are solely responsible for determining the
5072      appropriateness of using or redistributing the Work and assume any
5073      risks associated with Your exercise of permissions under this License.
5074
5075   8. Limitation of Liability. In no event and under no legal theory,
5076      whether in tort (including negligence), contract, or otherwise,
5077      unless required by applicable law (such as deliberate and grossly
5078      negligent acts) or agreed to in writing, shall any Contributor be
5079      liable to You for damages, including any direct, indirect, special,
5080      incidental, or consequential damages of any character arising as a
5081      result of this License or out of the use or inability to use the
5082      Work (including but not limited to damages for loss of goodwill,
5083      work stoppage, computer failure or malfunction, or any and all
5084      other commercial damages or losses), even if such Contributor
5085      has been advised of the possibility of such damages.
5086
5087   9. Accepting Warranty or Additional Liability. While redistributing
5088      the Work or Derivative Works thereof, You may choose to offer,
5089      and charge a fee for, acceptance of support, warranty, indemnity,
5090      or other liability obligations and/or rights consistent with this
5091      License. However, in accepting such obligations, You may act only
5092      on Your own behalf and on Your sole responsibility, not on behalf
5093      of any other Contributor, and only if You agree to indemnify,
5094      defend, and hold each Contributor harmless for any liability
5095      incurred by, or claims asserted against, such Contributor by reason
5096      of your accepting any such warranty or additional liability.
5097
5098   END OF TERMS AND CONDITIONS
5099
5100Compatibility Libraries for Android interpolator.:
5101
5102
5103   Copyright (c) 2005-2011, The Android Open Source Project
5104
5105   Licensed under the Apache License, Version 2.0 (the "License");
5106   you may not use this file except in compliance with the License.
5107
5108   Unless required by applicable law or agreed to in writing, software
5109   distributed under the License is distributed on an "AS IS" BASIS,
5110   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5111   See the License for the specific language governing permissions and
5112   limitations under the License.
5113
5114
5115                                 Apache License
5116                           Version 2.0, January 2004
5117                        http://www.apache.org/licenses/
5118
5119   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5120
5121   1. Definitions.
5122
5123      "License" shall mean the terms and conditions for use, reproduction,
5124      and distribution as defined by Sections 1 through 9 of this document.
5125
5126      "Licensor" shall mean the copyright owner or entity authorized by
5127      the copyright owner that is granting the License.
5128
5129      "Legal Entity" shall mean the union of the acting entity and all
5130      other entities that control, are controlled by, or are under common
5131      control with that entity. For the purposes of this definition,
5132      "control" means (i) the power, direct or indirect, to cause the
5133      direction or management of such entity, whether by contract or
5134      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5135      outstanding shares, or (iii) beneficial ownership of such entity.
5136
5137      "You" (or "Your") shall mean an individual or Legal Entity
5138      exercising permissions granted by this License.
5139
5140      "Source" form shall mean the preferred form for making modifications,
5141      including but not limited to software source code, documentation
5142      source, and configuration files.
5143
5144      "Object" form shall mean any form resulting from mechanical
5145      transformation or translation of a Source form, including but
5146      not limited to compiled object code, generated documentation,
5147      and conversions to other media types.
5148
5149      "Work" shall mean the work of authorship, whether in Source or
5150      Object form, made available under the License, as indicated by a
5151      copyright notice that is included in or attached to the work
5152      (an example is provided in the Appendix below).
5153
5154      "Derivative Works" shall mean any work, whether in Source or Object
5155      form, that is based on (or derived from) the Work and for which the
5156      editorial revisions, annotations, elaborations, or other modifications
5157      represent, as a whole, an original work of authorship. For the purposes
5158      of this License, Derivative Works shall not include works that remain
5159      separable from, or merely link (or bind by name) to the interfaces of,
5160      the Work and Derivative Works thereof.
5161
5162      "Contribution" shall mean any work of authorship, including
5163      the original version of the Work and any modifications or additions
5164      to that Work or Derivative Works thereof, that is intentionally
5165      submitted to Licensor for inclusion in the Work by the copyright owner
5166      or by an individual or Legal Entity authorized to submit on behalf of
5167      the copyright owner. For the purposes of this definition, "submitted"
5168      means any form of electronic, verbal, or written communication sent
5169      to the Licensor or its representatives, including but not limited to
5170      communication on electronic mailing lists, source code control systems,
5171      and issue tracking systems that are managed by, or on behalf of, the
5172      Licensor for the purpose of discussing and improving the Work, but
5173      excluding communication that is conspicuously marked or otherwise
5174      designated in writing by the copyright owner as "Not a Contribution."
5175
5176      "Contributor" shall mean Licensor and any individual or Legal Entity
5177      on behalf of whom a Contribution has been received by Licensor and
5178      subsequently incorporated within the Work.
5179
5180   2. Grant of Copyright License. Subject to the terms and conditions of
5181      this License, each Contributor hereby grants to You a perpetual,
5182      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5183      copyright license to reproduce, prepare Derivative Works of,
5184      publicly display, publicly perform, sublicense, and distribute the
5185      Work and such Derivative Works in Source or Object form.
5186
5187   3. Grant of Patent License. Subject to the terms and conditions of
5188      this License, each Contributor hereby grants to You a perpetual,
5189      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5190      (except as stated in this section) patent license to make, have made,
5191      use, offer to sell, sell, import, and otherwise transfer the Work,
5192      where such license applies only to those patent claims licensable
5193      by such Contributor that are necessarily infringed by their
5194      Contribution(s) alone or by combination of their Contribution(s)
5195      with the Work to which such Contribution(s) was submitted. If You
5196      institute patent litigation against any entity (including a
5197      cross-claim or counterclaim in a lawsuit) alleging that the Work
5198      or a Contribution incorporated within the Work constitutes direct
5199      or contributory patent infringement, then any patent licenses
5200      granted to You under this License for that Work shall terminate
5201      as of the date such litigation is filed.
5202
5203   4. Redistribution. You may reproduce and distribute copies of the
5204      Work or Derivative Works thereof in any medium, with or without
5205      modifications, and in Source or Object form, provided that You
5206      meet the following conditions:
5207
5208      (a) You must give any other recipients of the Work or
5209          Derivative Works a copy of this License; and
5210
5211      (b) You must cause any modified files to carry prominent notices
5212          stating that You changed the files; and
5213
5214      (c) You must retain, in the Source form of any Derivative Works
5215          that You distribute, all copyright, patent, trademark, and
5216          attribution notices from the Source form of the Work,
5217          excluding those notices that do not pertain to any part of
5218          the Derivative Works; and
5219
5220      (d) If the Work includes a "NOTICE" text file as part of its
5221          distribution, then any Derivative Works that You distribute must
5222          include a readable copy of the attribution notices contained
5223          within such NOTICE file, excluding those notices that do not
5224          pertain to any part of the Derivative Works, in at least one
5225          of the following places: within a NOTICE text file distributed
5226          as part of the Derivative Works; within the Source form or
5227          documentation, if provided along with the Derivative Works; or,
5228          within a display generated by the Derivative Works, if and
5229          wherever such third-party notices normally appear. The contents
5230          of the NOTICE file are for informational purposes only and
5231          do not modify the License. You may add Your own attribution
5232          notices within Derivative Works that You distribute, alongside
5233          or as an addendum to the NOTICE text from the Work, provided
5234          that such additional attribution notices cannot be construed
5235          as modifying the License.
5236
5237      You may add Your own copyright statement to Your modifications and
5238      may provide additional or different license terms and conditions
5239      for use, reproduction, or distribution of Your modifications, or
5240      for any such Derivative Works as a whole, provided Your use,
5241      reproduction, and distribution of the Work otherwise complies with
5242      the conditions stated in this License.
5243
5244   5. Submission of Contributions. Unless You explicitly state otherwise,
5245      any Contribution intentionally submitted for inclusion in the Work
5246      by You to the Licensor shall be under the terms and conditions of
5247      this License, without any additional terms or conditions.
5248      Notwithstanding the above, nothing herein shall supersede or modify
5249      the terms of any separate license agreement you may have executed
5250      with Licensor regarding such Contributions.
5251
5252   6. Trademarks. This License does not grant permission to use the trade
5253      names, trademarks, service marks, or product names of the Licensor,
5254      except as required for reasonable and customary use in describing the
5255      origin of the Work and reproducing the content of the NOTICE file.
5256
5257   7. Disclaimer of Warranty. Unless required by applicable law or
5258      agreed to in writing, Licensor provides the Work (and each
5259      Contributor provides its Contributions) on an "AS IS" BASIS,
5260      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5261      implied, including, without limitation, any warranties or conditions
5262      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5263      PARTICULAR PURPOSE. You are solely responsible for determining the
5264      appropriateness of using or redistributing the Work and assume any
5265      risks associated with Your exercise of permissions under this License.
5266
5267   8. Limitation of Liability. In no event and under no legal theory,
5268      whether in tort (including negligence), contract, or otherwise,
5269      unless required by applicable law (such as deliberate and grossly
5270      negligent acts) or agreed to in writing, shall any Contributor be
5271      liable to You for damages, including any direct, indirect, special,
5272      incidental, or consequential damages of any character arising as a
5273      result of this License or out of the use or inability to use the
5274      Work (including but not limited to damages for loss of goodwill,
5275      work stoppage, computer failure or malfunction, or any and all
5276      other commercial damages or losses), even if such Contributor
5277      has been advised of the possibility of such damages.
5278
5279   9. Accepting Warranty or Additional Liability. While redistributing
5280      the Work or Derivative Works thereof, You may choose to offer,
5281      and charge a fee for, acceptance of support, warranty, indemnity,
5282      or other liability obligations and/or rights consistent with this
5283      License. However, in accepting such obligations, You may act only
5284      on Your own behalf and on Your sole responsibility, not on behalf
5285      of any other Contributor, and only if You agree to indemnify,
5286      defend, and hold each Contributor harmless for any liability
5287      incurred by, or claims asserted against, such Contributor by reason
5288      of your accepting any such warranty or additional liability.
5289
5290   END OF TERMS AND CONDITIONS
5291
5292Compatibility Libraries for Android loader.:
5293
5294
5295   Copyright (c) 2005-2011, The Android Open Source Project
5296
5297   Licensed under the Apache License, Version 2.0 (the "License");
5298   you may not use this file except in compliance with the License.
5299
5300   Unless required by applicable law or agreed to in writing, software
5301   distributed under the License is distributed on an "AS IS" BASIS,
5302   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5303   See the License for the specific language governing permissions and
5304   limitations under the License.
5305
5306
5307                                 Apache License
5308                           Version 2.0, January 2004
5309                        http://www.apache.org/licenses/
5310
5311   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5312
5313   1. Definitions.
5314
5315      "License" shall mean the terms and conditions for use, reproduction,
5316      and distribution as defined by Sections 1 through 9 of this document.
5317
5318      "Licensor" shall mean the copyright owner or entity authorized by
5319      the copyright owner that is granting the License.
5320
5321      "Legal Entity" shall mean the union of the acting entity and all
5322      other entities that control, are controlled by, or are under common
5323      control with that entity. For the purposes of this definition,
5324      "control" means (i) the power, direct or indirect, to cause the
5325      direction or management of such entity, whether by contract or
5326      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5327      outstanding shares, or (iii) beneficial ownership of such entity.
5328
5329      "You" (or "Your") shall mean an individual or Legal Entity
5330      exercising permissions granted by this License.
5331
5332      "Source" form shall mean the preferred form for making modifications,
5333      including but not limited to software source code, documentation
5334      source, and configuration files.
5335
5336      "Object" form shall mean any form resulting from mechanical
5337      transformation or translation of a Source form, including but
5338      not limited to compiled object code, generated documentation,
5339      and conversions to other media types.
5340
5341      "Work" shall mean the work of authorship, whether in Source or
5342      Object form, made available under the License, as indicated by a
5343      copyright notice that is included in or attached to the work
5344      (an example is provided in the Appendix below).
5345
5346      "Derivative Works" shall mean any work, whether in Source or Object
5347      form, that is based on (or derived from) the Work and for which the
5348      editorial revisions, annotations, elaborations, or other modifications
5349      represent, as a whole, an original work of authorship. For the purposes
5350      of this License, Derivative Works shall not include works that remain
5351      separable from, or merely link (or bind by name) to the interfaces of,
5352      the Work and Derivative Works thereof.
5353
5354      "Contribution" shall mean any work of authorship, including
5355      the original version of the Work and any modifications or additions
5356      to that Work or Derivative Works thereof, that is intentionally
5357      submitted to Licensor for inclusion in the Work by the copyright owner
5358      or by an individual or Legal Entity authorized to submit on behalf of
5359      the copyright owner. For the purposes of this definition, "submitted"
5360      means any form of electronic, verbal, or written communication sent
5361      to the Licensor or its representatives, including but not limited to
5362      communication on electronic mailing lists, source code control systems,
5363      and issue tracking systems that are managed by, or on behalf of, the
5364      Licensor for the purpose of discussing and improving the Work, but
5365      excluding communication that is conspicuously marked or otherwise
5366      designated in writing by the copyright owner as "Not a Contribution."
5367
5368      "Contributor" shall mean Licensor and any individual or Legal Entity
5369      on behalf of whom a Contribution has been received by Licensor and
5370      subsequently incorporated within the Work.
5371
5372   2. Grant of Copyright License. Subject to the terms and conditions of
5373      this License, each Contributor hereby grants to You a perpetual,
5374      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5375      copyright license to reproduce, prepare Derivative Works of,
5376      publicly display, publicly perform, sublicense, and distribute the
5377      Work and such Derivative Works in Source or Object form.
5378
5379   3. Grant of Patent License. Subject to the terms and conditions of
5380      this License, each Contributor hereby grants to You a perpetual,
5381      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5382      (except as stated in this section) patent license to make, have made,
5383      use, offer to sell, sell, import, and otherwise transfer the Work,
5384      where such license applies only to those patent claims licensable
5385      by such Contributor that are necessarily infringed by their
5386      Contribution(s) alone or by combination of their Contribution(s)
5387      with the Work to which such Contribution(s) was submitted. If You
5388      institute patent litigation against any entity (including a
5389      cross-claim or counterclaim in a lawsuit) alleging that the Work
5390      or a Contribution incorporated within the Work constitutes direct
5391      or contributory patent infringement, then any patent licenses
5392      granted to You under this License for that Work shall terminate
5393      as of the date such litigation is filed.
5394
5395   4. Redistribution. You may reproduce and distribute copies of the
5396      Work or Derivative Works thereof in any medium, with or without
5397      modifications, and in Source or Object form, provided that You
5398      meet the following conditions:
5399
5400      (a) You must give any other recipients of the Work or
5401          Derivative Works a copy of this License; and
5402
5403      (b) You must cause any modified files to carry prominent notices
5404          stating that You changed the files; and
5405
5406      (c) You must retain, in the Source form of any Derivative Works
5407          that You distribute, all copyright, patent, trademark, and
5408          attribution notices from the Source form of the Work,
5409          excluding those notices that do not pertain to any part of
5410          the Derivative Works; and
5411
5412      (d) If the Work includes a "NOTICE" text file as part of its
5413          distribution, then any Derivative Works that You distribute must
5414          include a readable copy of the attribution notices contained
5415          within such NOTICE file, excluding those notices that do not
5416          pertain to any part of the Derivative Works, in at least one
5417          of the following places: within a NOTICE text file distributed
5418          as part of the Derivative Works; within the Source form or
5419          documentation, if provided along with the Derivative Works; or,
5420          within a display generated by the Derivative Works, if and
5421          wherever such third-party notices normally appear. The contents
5422          of the NOTICE file are for informational purposes only and
5423          do not modify the License. You may add Your own attribution
5424          notices within Derivative Works that You distribute, alongside
5425          or as an addendum to the NOTICE text from the Work, provided
5426          that such additional attribution notices cannot be construed
5427          as modifying the License.
5428
5429      You may add Your own copyright statement to Your modifications and
5430      may provide additional or different license terms and conditions
5431      for use, reproduction, or distribution of Your modifications, or
5432      for any such Derivative Works as a whole, provided Your use,
5433      reproduction, and distribution of the Work otherwise complies with
5434      the conditions stated in this License.
5435
5436   5. Submission of Contributions. Unless You explicitly state otherwise,
5437      any Contribution intentionally submitted for inclusion in the Work
5438      by You to the Licensor shall be under the terms and conditions of
5439      this License, without any additional terms or conditions.
5440      Notwithstanding the above, nothing herein shall supersede or modify
5441      the terms of any separate license agreement you may have executed
5442      with Licensor regarding such Contributions.
5443
5444   6. Trademarks. This License does not grant permission to use the trade
5445      names, trademarks, service marks, or product names of the Licensor,
5446      except as required for reasonable and customary use in describing the
5447      origin of the Work and reproducing the content of the NOTICE file.
5448
5449   7. Disclaimer of Warranty. Unless required by applicable law or
5450      agreed to in writing, Licensor provides the Work (and each
5451      Contributor provides its Contributions) on an "AS IS" BASIS,
5452      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5453      implied, including, without limitation, any warranties or conditions
5454      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5455      PARTICULAR PURPOSE. You are solely responsible for determining the
5456      appropriateness of using or redistributing the Work and assume any
5457      risks associated with Your exercise of permissions under this License.
5458
5459   8. Limitation of Liability. In no event and under no legal theory,
5460      whether in tort (including negligence), contract, or otherwise,
5461      unless required by applicable law (such as deliberate and grossly
5462      negligent acts) or agreed to in writing, shall any Contributor be
5463      liable to You for damages, including any direct, indirect, special,
5464      incidental, or consequential damages of any character arising as a
5465      result of this License or out of the use or inability to use the
5466      Work (including but not limited to damages for loss of goodwill,
5467      work stoppage, computer failure or malfunction, or any and all
5468      other commercial damages or losses), even if such Contributor
5469      has been advised of the possibility of such damages.
5470
5471   9. Accepting Warranty or Additional Liability. While redistributing
5472      the Work or Derivative Works thereof, You may choose to offer,
5473      and charge a fee for, acceptance of support, warranty, indemnity,
5474      or other liability obligations and/or rights consistent with this
5475      License. However, in accepting such obligations, You may act only
5476      on Your own behalf and on Your sole responsibility, not on behalf
5477      of any other Contributor, and only if You agree to indemnify,
5478      defend, and hold each Contributor harmless for any liability
5479      incurred by, or claims asserted against, such Contributor by reason
5480      of your accepting any such warranty or additional liability.
5481
5482   END OF TERMS AND CONDITIONS
5483
5484Compatibility Libraries for Android localbroadcastmanager.:
5485
5486
5487   Copyright (c) 2005-2011, The Android Open Source Project
5488
5489   Licensed under the Apache License, Version 2.0 (the "License");
5490   you may not use this file except in compliance with the License.
5491
5492   Unless required by applicable law or agreed to in writing, software
5493   distributed under the License is distributed on an "AS IS" BASIS,
5494   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5495   See the License for the specific language governing permissions and
5496   limitations under the License.
5497
5498
5499                                 Apache License
5500                           Version 2.0, January 2004
5501                        http://www.apache.org/licenses/
5502
5503   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5504
5505   1. Definitions.
5506
5507      "License" shall mean the terms and conditions for use, reproduction,
5508      and distribution as defined by Sections 1 through 9 of this document.
5509
5510      "Licensor" shall mean the copyright owner or entity authorized by
5511      the copyright owner that is granting the License.
5512
5513      "Legal Entity" shall mean the union of the acting entity and all
5514      other entities that control, are controlled by, or are under common
5515      control with that entity. For the purposes of this definition,
5516      "control" means (i) the power, direct or indirect, to cause the
5517      direction or management of such entity, whether by contract or
5518      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5519      outstanding shares, or (iii) beneficial ownership of such entity.
5520
5521      "You" (or "Your") shall mean an individual or Legal Entity
5522      exercising permissions granted by this License.
5523
5524      "Source" form shall mean the preferred form for making modifications,
5525      including but not limited to software source code, documentation
5526      source, and configuration files.
5527
5528      "Object" form shall mean any form resulting from mechanical
5529      transformation or translation of a Source form, including but
5530      not limited to compiled object code, generated documentation,
5531      and conversions to other media types.
5532
5533      "Work" shall mean the work of authorship, whether in Source or
5534      Object form, made available under the License, as indicated by a
5535      copyright notice that is included in or attached to the work
5536      (an example is provided in the Appendix below).
5537
5538      "Derivative Works" shall mean any work, whether in Source or Object
5539      form, that is based on (or derived from) the Work and for which the
5540      editorial revisions, annotations, elaborations, or other modifications
5541      represent, as a whole, an original work of authorship. For the purposes
5542      of this License, Derivative Works shall not include works that remain
5543      separable from, or merely link (or bind by name) to the interfaces of,
5544      the Work and Derivative Works thereof.
5545
5546      "Contribution" shall mean any work of authorship, including
5547      the original version of the Work and any modifications or additions
5548      to that Work or Derivative Works thereof, that is intentionally
5549      submitted to Licensor for inclusion in the Work by the copyright owner
5550      or by an individual or Legal Entity authorized to submit on behalf of
5551      the copyright owner. For the purposes of this definition, "submitted"
5552      means any form of electronic, verbal, or written communication sent
5553      to the Licensor or its representatives, including but not limited to
5554      communication on electronic mailing lists, source code control systems,
5555      and issue tracking systems that are managed by, or on behalf of, the
5556      Licensor for the purpose of discussing and improving the Work, but
5557      excluding communication that is conspicuously marked or otherwise
5558      designated in writing by the copyright owner as "Not a Contribution."
5559
5560      "Contributor" shall mean Licensor and any individual or Legal Entity
5561      on behalf of whom a Contribution has been received by Licensor and
5562      subsequently incorporated within the Work.
5563
5564   2. Grant of Copyright License. Subject to the terms and conditions of
5565      this License, each Contributor hereby grants to You a perpetual,
5566      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5567      copyright license to reproduce, prepare Derivative Works of,
5568      publicly display, publicly perform, sublicense, and distribute the
5569      Work and such Derivative Works in Source or Object form.
5570
5571   3. Grant of Patent License. Subject to the terms and conditions of
5572      this License, each Contributor hereby grants to You a perpetual,
5573      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5574      (except as stated in this section) patent license to make, have made,
5575      use, offer to sell, sell, import, and otherwise transfer the Work,
5576      where such license applies only to those patent claims licensable
5577      by such Contributor that are necessarily infringed by their
5578      Contribution(s) alone or by combination of their Contribution(s)
5579      with the Work to which such Contribution(s) was submitted. If You
5580      institute patent litigation against any entity (including a
5581      cross-claim or counterclaim in a lawsuit) alleging that the Work
5582      or a Contribution incorporated within the Work constitutes direct
5583      or contributory patent infringement, then any patent licenses
5584      granted to You under this License for that Work shall terminate
5585      as of the date such litigation is filed.
5586
5587   4. Redistribution. You may reproduce and distribute copies of the
5588      Work or Derivative Works thereof in any medium, with or without
5589      modifications, and in Source or Object form, provided that You
5590      meet the following conditions:
5591
5592      (a) You must give any other recipients of the Work or
5593          Derivative Works a copy of this License; and
5594
5595      (b) You must cause any modified files to carry prominent notices
5596          stating that You changed the files; and
5597
5598      (c) You must retain, in the Source form of any Derivative Works
5599          that You distribute, all copyright, patent, trademark, and
5600          attribution notices from the Source form of the Work,
5601          excluding those notices that do not pertain to any part of
5602          the Derivative Works; and
5603
5604      (d) If the Work includes a "NOTICE" text file as part of its
5605          distribution, then any Derivative Works that You distribute must
5606          include a readable copy of the attribution notices contained
5607          within such NOTICE file, excluding those notices that do not
5608          pertain to any part of the Derivative Works, in at least one
5609          of the following places: within a NOTICE text file distributed
5610          as part of the Derivative Works; within the Source form or
5611          documentation, if provided along with the Derivative Works; or,
5612          within a display generated by the Derivative Works, if and
5613          wherever such third-party notices normally appear. The contents
5614          of the NOTICE file are for informational purposes only and
5615          do not modify the License. You may add Your own attribution
5616          notices within Derivative Works that You distribute, alongside
5617          or as an addendum to the NOTICE text from the Work, provided
5618          that such additional attribution notices cannot be construed
5619          as modifying the License.
5620
5621      You may add Your own copyright statement to Your modifications and
5622      may provide additional or different license terms and conditions
5623      for use, reproduction, or distribution of Your modifications, or
5624      for any such Derivative Works as a whole, provided Your use,
5625      reproduction, and distribution of the Work otherwise complies with
5626      the conditions stated in this License.
5627
5628   5. Submission of Contributions. Unless You explicitly state otherwise,
5629      any Contribution intentionally submitted for inclusion in the Work
5630      by You to the Licensor shall be under the terms and conditions of
5631      this License, without any additional terms or conditions.
5632      Notwithstanding the above, nothing herein shall supersede or modify
5633      the terms of any separate license agreement you may have executed
5634      with Licensor regarding such Contributions.
5635
5636   6. Trademarks. This License does not grant permission to use the trade
5637      names, trademarks, service marks, or product names of the Licensor,
5638      except as required for reasonable and customary use in describing the
5639      origin of the Work and reproducing the content of the NOTICE file.
5640
5641   7. Disclaimer of Warranty. Unless required by applicable law or
5642      agreed to in writing, Licensor provides the Work (and each
5643      Contributor provides its Contributions) on an "AS IS" BASIS,
5644      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5645      implied, including, without limitation, any warranties or conditions
5646      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5647      PARTICULAR PURPOSE. You are solely responsible for determining the
5648      appropriateness of using or redistributing the Work and assume any
5649      risks associated with Your exercise of permissions under this License.
5650
5651   8. Limitation of Liability. In no event and under no legal theory,
5652      whether in tort (including negligence), contract, or otherwise,
5653      unless required by applicable law (such as deliberate and grossly
5654      negligent acts) or agreed to in writing, shall any Contributor be
5655      liable to You for damages, including any direct, indirect, special,
5656      incidental, or consequential damages of any character arising as a
5657      result of this License or out of the use or inability to use the
5658      Work (including but not limited to damages for loss of goodwill,
5659      work stoppage, computer failure or malfunction, or any and all
5660      other commercial damages or losses), even if such Contributor
5661      has been advised of the possibility of such damages.
5662
5663   9. Accepting Warranty or Additional Liability. While redistributing
5664      the Work or Derivative Works thereof, You may choose to offer,
5665      and charge a fee for, acceptance of support, warranty, indemnity,
5666      or other liability obligations and/or rights consistent with this
5667      License. However, in accepting such obligations, You may act only
5668      on Your own behalf and on Your sole responsibility, not on behalf
5669      of any other Contributor, and only if You agree to indemnify,
5670      defend, and hold each Contributor harmless for any liability
5671      incurred by, or claims asserted against, such Contributor by reason
5672      of your accepting any such warranty or additional liability.
5673
5674   END OF TERMS AND CONDITIONS
5675
5676Compatibility Libraries for Android print.:
5677
5678
5679   Copyright (c) 2005-2011, The Android Open Source Project
5680
5681   Licensed under the Apache License, Version 2.0 (the "License");
5682   you may not use this file except in compliance with the License.
5683
5684   Unless required by applicable law or agreed to in writing, software
5685   distributed under the License is distributed on an "AS IS" BASIS,
5686   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5687   See the License for the specific language governing permissions and
5688   limitations under the License.
5689
5690
5691                                 Apache License
5692                           Version 2.0, January 2004
5693                        http://www.apache.org/licenses/
5694
5695   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5696
5697   1. Definitions.
5698
5699      "License" shall mean the terms and conditions for use, reproduction,
5700      and distribution as defined by Sections 1 through 9 of this document.
5701
5702      "Licensor" shall mean the copyright owner or entity authorized by
5703      the copyright owner that is granting the License.
5704
5705      "Legal Entity" shall mean the union of the acting entity and all
5706      other entities that control, are controlled by, or are under common
5707      control with that entity. For the purposes of this definition,
5708      "control" means (i) the power, direct or indirect, to cause the
5709      direction or management of such entity, whether by contract or
5710      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5711      outstanding shares, or (iii) beneficial ownership of such entity.
5712
5713      "You" (or "Your") shall mean an individual or Legal Entity
5714      exercising permissions granted by this License.
5715
5716      "Source" form shall mean the preferred form for making modifications,
5717      including but not limited to software source code, documentation
5718      source, and configuration files.
5719
5720      "Object" form shall mean any form resulting from mechanical
5721      transformation or translation of a Source form, including but
5722      not limited to compiled object code, generated documentation,
5723      and conversions to other media types.
5724
5725      "Work" shall mean the work of authorship, whether in Source or
5726      Object form, made available under the License, as indicated by a
5727      copyright notice that is included in or attached to the work
5728      (an example is provided in the Appendix below).
5729
5730      "Derivative Works" shall mean any work, whether in Source or Object
5731      form, that is based on (or derived from) the Work and for which the
5732      editorial revisions, annotations, elaborations, or other modifications
5733      represent, as a whole, an original work of authorship. For the purposes
5734      of this License, Derivative Works shall not include works that remain
5735      separable from, or merely link (or bind by name) to the interfaces of,
5736      the Work and Derivative Works thereof.
5737
5738      "Contribution" shall mean any work of authorship, including
5739      the original version of the Work and any modifications or additions
5740      to that Work or Derivative Works thereof, that is intentionally
5741      submitted to Licensor for inclusion in the Work by the copyright owner
5742      or by an individual or Legal Entity authorized to submit on behalf of
5743      the copyright owner. For the purposes of this definition, "submitted"
5744      means any form of electronic, verbal, or written communication sent
5745      to the Licensor or its representatives, including but not limited to
5746      communication on electronic mailing lists, source code control systems,
5747      and issue tracking systems that are managed by, or on behalf of, the
5748      Licensor for the purpose of discussing and improving the Work, but
5749      excluding communication that is conspicuously marked or otherwise
5750      designated in writing by the copyright owner as "Not a Contribution."
5751
5752      "Contributor" shall mean Licensor and any individual or Legal Entity
5753      on behalf of whom a Contribution has been received by Licensor and
5754      subsequently incorporated within the Work.
5755
5756   2. Grant of Copyright License. Subject to the terms and conditions of
5757      this License, each Contributor hereby grants to You a perpetual,
5758      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5759      copyright license to reproduce, prepare Derivative Works of,
5760      publicly display, publicly perform, sublicense, and distribute the
5761      Work and such Derivative Works in Source or Object form.
5762
5763   3. Grant of Patent License. Subject to the terms and conditions of
5764      this License, each Contributor hereby grants to You a perpetual,
5765      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5766      (except as stated in this section) patent license to make, have made,
5767      use, offer to sell, sell, import, and otherwise transfer the Work,
5768      where such license applies only to those patent claims licensable
5769      by such Contributor that are necessarily infringed by their
5770      Contribution(s) alone or by combination of their Contribution(s)
5771      with the Work to which such Contribution(s) was submitted. If You
5772      institute patent litigation against any entity (including a
5773      cross-claim or counterclaim in a lawsuit) alleging that the Work
5774      or a Contribution incorporated within the Work constitutes direct
5775      or contributory patent infringement, then any patent licenses
5776      granted to You under this License for that Work shall terminate
5777      as of the date such litigation is filed.
5778
5779   4. Redistribution. You may reproduce and distribute copies of the
5780      Work or Derivative Works thereof in any medium, with or without
5781      modifications, and in Source or Object form, provided that You
5782      meet the following conditions:
5783
5784      (a) You must give any other recipients of the Work or
5785          Derivative Works a copy of this License; and
5786
5787      (b) You must cause any modified files to carry prominent notices
5788          stating that You changed the files; and
5789
5790      (c) You must retain, in the Source form of any Derivative Works
5791          that You distribute, all copyright, patent, trademark, and
5792          attribution notices from the Source form of the Work,
5793          excluding those notices that do not pertain to any part of
5794          the Derivative Works; and
5795
5796      (d) If the Work includes a "NOTICE" text file as part of its
5797          distribution, then any Derivative Works that You distribute must
5798          include a readable copy of the attribution notices contained
5799          within such NOTICE file, excluding those notices that do not
5800          pertain to any part of the Derivative Works, in at least one
5801          of the following places: within a NOTICE text file distributed
5802          as part of the Derivative Works; within the Source form or
5803          documentation, if provided along with the Derivative Works; or,
5804          within a display generated by the Derivative Works, if and
5805          wherever such third-party notices normally appear. The contents
5806          of the NOTICE file are for informational purposes only and
5807          do not modify the License. You may add Your own attribution
5808          notices within Derivative Works that You distribute, alongside
5809          or as an addendum to the NOTICE text from the Work, provided
5810          that such additional attribution notices cannot be construed
5811          as modifying the License.
5812
5813      You may add Your own copyright statement to Your modifications and
5814      may provide additional or different license terms and conditions
5815      for use, reproduction, or distribution of Your modifications, or
5816      for any such Derivative Works as a whole, provided Your use,
5817      reproduction, and distribution of the Work otherwise complies with
5818      the conditions stated in this License.
5819
5820   5. Submission of Contributions. Unless You explicitly state otherwise,
5821      any Contribution intentionally submitted for inclusion in the Work
5822      by You to the Licensor shall be under the terms and conditions of
5823      this License, without any additional terms or conditions.
5824      Notwithstanding the above, nothing herein shall supersede or modify
5825      the terms of any separate license agreement you may have executed
5826      with Licensor regarding such Contributions.
5827
5828   6. Trademarks. This License does not grant permission to use the trade
5829      names, trademarks, service marks, or product names of the Licensor,
5830      except as required for reasonable and customary use in describing the
5831      origin of the Work and reproducing the content of the NOTICE file.
5832
5833   7. Disclaimer of Warranty. Unless required by applicable law or
5834      agreed to in writing, Licensor provides the Work (and each
5835      Contributor provides its Contributions) on an "AS IS" BASIS,
5836      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5837      implied, including, without limitation, any warranties or conditions
5838      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5839      PARTICULAR PURPOSE. You are solely responsible for determining the
5840      appropriateness of using or redistributing the Work and assume any
5841      risks associated with Your exercise of permissions under this License.
5842
5843   8. Limitation of Liability. In no event and under no legal theory,
5844      whether in tort (including negligence), contract, or otherwise,
5845      unless required by applicable law (such as deliberate and grossly
5846      negligent acts) or agreed to in writing, shall any Contributor be
5847      liable to You for damages, including any direct, indirect, special,
5848      incidental, or consequential damages of any character arising as a
5849      result of this License or out of the use or inability to use the
5850      Work (including but not limited to damages for loss of goodwill,
5851      work stoppage, computer failure or malfunction, or any and all
5852      other commercial damages or losses), even if such Contributor
5853      has been advised of the possibility of such damages.
5854
5855   9. Accepting Warranty or Additional Liability. While redistributing
5856      the Work or Derivative Works thereof, You may choose to offer,
5857      and charge a fee for, acceptance of support, warranty, indemnity,
5858      or other liability obligations and/or rights consistent with this
5859      License. However, in accepting such obligations, You may act only
5860      on Your own behalf and on Your sole responsibility, not on behalf
5861      of any other Contributor, and only if You agree to indemnify,
5862      defend, and hold each Contributor harmless for any liability
5863      incurred by, or claims asserted against, such Contributor by reason
5864      of your accepting any such warranty or additional liability.
5865
5866   END OF TERMS AND CONDITIONS
5867
5868Compatibility Libraries for Android slidingpanelayout.:
5869
5870
5871   Copyright (c) 2005-2011, The Android Open Source Project
5872
5873   Licensed under the Apache License, Version 2.0 (the "License");
5874   you may not use this file except in compliance with the License.
5875
5876   Unless required by applicable law or agreed to in writing, software
5877   distributed under the License is distributed on an "AS IS" BASIS,
5878   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5879   See the License for the specific language governing permissions and
5880   limitations under the License.
5881
5882
5883                                 Apache License
5884                           Version 2.0, January 2004
5885                        http://www.apache.org/licenses/
5886
5887   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5888
5889   1. Definitions.
5890
5891      "License" shall mean the terms and conditions for use, reproduction,
5892      and distribution as defined by Sections 1 through 9 of this document.
5893
5894      "Licensor" shall mean the copyright owner or entity authorized by
5895      the copyright owner that is granting the License.
5896
5897      "Legal Entity" shall mean the union of the acting entity and all
5898      other entities that control, are controlled by, or are under common
5899      control with that entity. For the purposes of this definition,
5900      "control" means (i) the power, direct or indirect, to cause the
5901      direction or management of such entity, whether by contract or
5902      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5903      outstanding shares, or (iii) beneficial ownership of such entity.
5904
5905      "You" (or "Your") shall mean an individual or Legal Entity
5906      exercising permissions granted by this License.
5907
5908      "Source" form shall mean the preferred form for making modifications,
5909      including but not limited to software source code, documentation
5910      source, and configuration files.
5911
5912      "Object" form shall mean any form resulting from mechanical
5913      transformation or translation of a Source form, including but
5914      not limited to compiled object code, generated documentation,
5915      and conversions to other media types.
5916
5917      "Work" shall mean the work of authorship, whether in Source or
5918      Object form, made available under the License, as indicated by a
5919      copyright notice that is included in or attached to the work
5920      (an example is provided in the Appendix below).
5921
5922      "Derivative Works" shall mean any work, whether in Source or Object
5923      form, that is based on (or derived from) the Work and for which the
5924      editorial revisions, annotations, elaborations, or other modifications
5925      represent, as a whole, an original work of authorship. For the purposes
5926      of this License, Derivative Works shall not include works that remain
5927      separable from, or merely link (or bind by name) to the interfaces of,
5928      the Work and Derivative Works thereof.
5929
5930      "Contribution" shall mean any work of authorship, including
5931      the original version of the Work and any modifications or additions
5932      to that Work or Derivative Works thereof, that is intentionally
5933      submitted to Licensor for inclusion in the Work by the copyright owner
5934      or by an individual or Legal Entity authorized to submit on behalf of
5935      the copyright owner. For the purposes of this definition, "submitted"
5936      means any form of electronic, verbal, or written communication sent
5937      to the Licensor or its representatives, including but not limited to
5938      communication on electronic mailing lists, source code control systems,
5939      and issue tracking systems that are managed by, or on behalf of, the
5940      Licensor for the purpose of discussing and improving the Work, but
5941      excluding communication that is conspicuously marked or otherwise
5942      designated in writing by the copyright owner as "Not a Contribution."
5943
5944      "Contributor" shall mean Licensor and any individual or Legal Entity
5945      on behalf of whom a Contribution has been received by Licensor and
5946      subsequently incorporated within the Work.
5947
5948   2. Grant of Copyright License. Subject to the terms and conditions of
5949      this License, each Contributor hereby grants to You a perpetual,
5950      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5951      copyright license to reproduce, prepare Derivative Works of,
5952      publicly display, publicly perform, sublicense, and distribute the
5953      Work and such Derivative Works in Source or Object form.
5954
5955   3. Grant of Patent License. Subject to the terms and conditions of
5956      this License, each Contributor hereby grants to You a perpetual,
5957      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5958      (except as stated in this section) patent license to make, have made,
5959      use, offer to sell, sell, import, and otherwise transfer the Work,
5960      where such license applies only to those patent claims licensable
5961      by such Contributor that are necessarily infringed by their
5962      Contribution(s) alone or by combination of their Contribution(s)
5963      with the Work to which such Contribution(s) was submitted. If You
5964      institute patent litigation against any entity (including a
5965      cross-claim or counterclaim in a lawsuit) alleging that the Work
5966      or a Contribution incorporated within the Work constitutes direct
5967      or contributory patent infringement, then any patent licenses
5968      granted to You under this License for that Work shall terminate
5969      as of the date such litigation is filed.
5970
5971   4. Redistribution. You may reproduce and distribute copies of the
5972      Work or Derivative Works thereof in any medium, with or without
5973      modifications, and in Source or Object form, provided that You
5974      meet the following conditions:
5975
5976      (a) You must give any other recipients of the Work or
5977          Derivative Works a copy of this License; and
5978
5979      (b) You must cause any modified files to carry prominent notices
5980          stating that You changed the files; and
5981
5982      (c) You must retain, in the Source form of any Derivative Works
5983          that You distribute, all copyright, patent, trademark, and
5984          attribution notices from the Source form of the Work,
5985          excluding those notices that do not pertain to any part of
5986          the Derivative Works; and
5987
5988      (d) If the Work includes a "NOTICE" text file as part of its
5989          distribution, then any Derivative Works that You distribute must
5990          include a readable copy of the attribution notices contained
5991          within such NOTICE file, excluding those notices that do not
5992          pertain to any part of the Derivative Works, in at least one
5993          of the following places: within a NOTICE text file distributed
5994          as part of the Derivative Works; within the Source form or
5995          documentation, if provided along with the Derivative Works; or,
5996          within a display generated by the Derivative Works, if and
5997          wherever such third-party notices normally appear. The contents
5998          of the NOTICE file are for informational purposes only and
5999          do not modify the License. You may add Your own attribution
6000          notices within Derivative Works that You distribute, alongside
6001          or as an addendum to the NOTICE text from the Work, provided
6002          that such additional attribution notices cannot be construed
6003          as modifying the License.
6004
6005      You may add Your own copyright statement to Your modifications and
6006      may provide additional or different license terms and conditions
6007      for use, reproduction, or distribution of Your modifications, or
6008      for any such Derivative Works as a whole, provided Your use,
6009      reproduction, and distribution of the Work otherwise complies with
6010      the conditions stated in this License.
6011
6012   5. Submission of Contributions. Unless You explicitly state otherwise,
6013      any Contribution intentionally submitted for inclusion in the Work
6014      by You to the Licensor shall be under the terms and conditions of
6015      this License, without any additional terms or conditions.
6016      Notwithstanding the above, nothing herein shall supersede or modify
6017      the terms of any separate license agreement you may have executed
6018      with Licensor regarding such Contributions.
6019
6020   6. Trademarks. This License does not grant permission to use the trade
6021      names, trademarks, service marks, or product names of the Licensor,
6022      except as required for reasonable and customary use in describing the
6023      origin of the Work and reproducing the content of the NOTICE file.
6024
6025   7. Disclaimer of Warranty. Unless required by applicable law or
6026      agreed to in writing, Licensor provides the Work (and each
6027      Contributor provides its Contributions) on an "AS IS" BASIS,
6028      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6029      implied, including, without limitation, any warranties or conditions
6030      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6031      PARTICULAR PURPOSE. You are solely responsible for determining the
6032      appropriateness of using or redistributing the Work and assume any
6033      risks associated with Your exercise of permissions under this License.
6034
6035   8. Limitation of Liability. In no event and under no legal theory,
6036      whether in tort (including negligence), contract, or otherwise,
6037      unless required by applicable law (such as deliberate and grossly
6038      negligent acts) or agreed to in writing, shall any Contributor be
6039      liable to You for damages, including any direct, indirect, special,
6040      incidental, or consequential damages of any character arising as a
6041      result of this License or out of the use or inability to use the
6042      Work (including but not limited to damages for loss of goodwill,
6043      work stoppage, computer failure or malfunction, or any and all
6044      other commercial damages or losses), even if such Contributor
6045      has been advised of the possibility of such damages.
6046
6047   9. Accepting Warranty or Additional Liability. While redistributing
6048      the Work or Derivative Works thereof, You may choose to offer,
6049      and charge a fee for, acceptance of support, warranty, indemnity,
6050      or other liability obligations and/or rights consistent with this
6051      License. However, in accepting such obligations, You may act only
6052      on Your own behalf and on Your sole responsibility, not on behalf
6053      of any other Contributor, and only if You agree to indemnify,
6054      defend, and hold each Contributor harmless for any liability
6055      incurred by, or claims asserted against, such Contributor by reason
6056      of your accepting any such warranty or additional liability.
6057
6058   END OF TERMS AND CONDITIONS
6059
6060Compatibility Libraries for Android support-slices_core:
6061
6062
6063   Copyright (c) 2005-2011, The Android Open Source Project
6064
6065   Licensed under the Apache License, Version 2.0 (the "License");
6066   you may not use this file except in compliance with the License.
6067
6068   Unless required by applicable law or agreed to in writing, software
6069   distributed under the License is distributed on an "AS IS" BASIS,
6070   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6071   See the License for the specific language governing permissions and
6072   limitations under the License.
6073
6074
6075                                 Apache License
6076                           Version 2.0, January 2004
6077                        http://www.apache.org/licenses/
6078
6079   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6080
6081   1. Definitions.
6082
6083      "License" shall mean the terms and conditions for use, reproduction,
6084      and distribution as defined by Sections 1 through 9 of this document.
6085
6086      "Licensor" shall mean the copyright owner or entity authorized by
6087      the copyright owner that is granting the License.
6088
6089      "Legal Entity" shall mean the union of the acting entity and all
6090      other entities that control, are controlled by, or are under common
6091      control with that entity. For the purposes of this definition,
6092      "control" means (i) the power, direct or indirect, to cause the
6093      direction or management of such entity, whether by contract or
6094      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6095      outstanding shares, or (iii) beneficial ownership of such entity.
6096
6097      "You" (or "Your") shall mean an individual or Legal Entity
6098      exercising permissions granted by this License.
6099
6100      "Source" form shall mean the preferred form for making modifications,
6101      including but not limited to software source code, documentation
6102      source, and configuration files.
6103
6104      "Object" form shall mean any form resulting from mechanical
6105      transformation or translation of a Source form, including but
6106      not limited to compiled object code, generated documentation,
6107      and conversions to other media types.
6108
6109      "Work" shall mean the work of authorship, whether in Source or
6110      Object form, made available under the License, as indicated by a
6111      copyright notice that is included in or attached to the work
6112      (an example is provided in the Appendix below).
6113
6114      "Derivative Works" shall mean any work, whether in Source or Object
6115      form, that is based on (or derived from) the Work and for which the
6116      editorial revisions, annotations, elaborations, or other modifications
6117      represent, as a whole, an original work of authorship. For the purposes
6118      of this License, Derivative Works shall not include works that remain
6119      separable from, or merely link (or bind by name) to the interfaces of,
6120      the Work and Derivative Works thereof.
6121
6122      "Contribution" shall mean any work of authorship, including
6123      the original version of the Work and any modifications or additions
6124      to that Work or Derivative Works thereof, that is intentionally
6125      submitted to Licensor for inclusion in the Work by the copyright owner
6126      or by an individual or Legal Entity authorized to submit on behalf of
6127      the copyright owner. For the purposes of this definition, "submitted"
6128      means any form of electronic, verbal, or written communication sent
6129      to the Licensor or its representatives, including but not limited to
6130      communication on electronic mailing lists, source code control systems,
6131      and issue tracking systems that are managed by, or on behalf of, the
6132      Licensor for the purpose of discussing and improving the Work, but
6133      excluding communication that is conspicuously marked or otherwise
6134      designated in writing by the copyright owner as "Not a Contribution."
6135
6136      "Contributor" shall mean Licensor and any individual or Legal Entity
6137      on behalf of whom a Contribution has been received by Licensor and
6138      subsequently incorporated within the Work.
6139
6140   2. Grant of Copyright License. Subject to the terms and conditions of
6141      this License, each Contributor hereby grants to You a perpetual,
6142      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6143      copyright license to reproduce, prepare Derivative Works of,
6144      publicly display, publicly perform, sublicense, and distribute the
6145      Work and such Derivative Works in Source or Object form.
6146
6147   3. Grant of Patent License. Subject to the terms and conditions of
6148      this License, each Contributor hereby grants to You a perpetual,
6149      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6150      (except as stated in this section) patent license to make, have made,
6151      use, offer to sell, sell, import, and otherwise transfer the Work,
6152      where such license applies only to those patent claims licensable
6153      by such Contributor that are necessarily infringed by their
6154      Contribution(s) alone or by combination of their Contribution(s)
6155      with the Work to which such Contribution(s) was submitted. If You
6156      institute patent litigation against any entity (including a
6157      cross-claim or counterclaim in a lawsuit) alleging that the Work
6158      or a Contribution incorporated within the Work constitutes direct
6159      or contributory patent infringement, then any patent licenses
6160      granted to You under this License for that Work shall terminate
6161      as of the date such litigation is filed.
6162
6163   4. Redistribution. You may reproduce and distribute copies of the
6164      Work or Derivative Works thereof in any medium, with or without
6165      modifications, and in Source or Object form, provided that You
6166      meet the following conditions:
6167
6168      (a) You must give any other recipients of the Work or
6169          Derivative Works a copy of this License; and
6170
6171      (b) You must cause any modified files to carry prominent notices
6172          stating that You changed the files; and
6173
6174      (c) You must retain, in the Source form of any Derivative Works
6175          that You distribute, all copyright, patent, trademark, and
6176          attribution notices from the Source form of the Work,
6177          excluding those notices that do not pertain to any part of
6178          the Derivative Works; and
6179
6180      (d) If the Work includes a "NOTICE" text file as part of its
6181          distribution, then any Derivative Works that You distribute must
6182          include a readable copy of the attribution notices contained
6183          within such NOTICE file, excluding those notices that do not
6184          pertain to any part of the Derivative Works, in at least one
6185          of the following places: within a NOTICE text file distributed
6186          as part of the Derivative Works; within the Source form or
6187          documentation, if provided along with the Derivative Works; or,
6188          within a display generated by the Derivative Works, if and
6189          wherever such third-party notices normally appear. The contents
6190          of the NOTICE file are for informational purposes only and
6191          do not modify the License. You may add Your own attribution
6192          notices within Derivative Works that You distribute, alongside
6193          or as an addendum to the NOTICE text from the Work, provided
6194          that such additional attribution notices cannot be construed
6195          as modifying the License.
6196
6197      You may add Your own copyright statement to Your modifications and
6198      may provide additional or different license terms and conditions
6199      for use, reproduction, or distribution of Your modifications, or
6200      for any such Derivative Works as a whole, provided Your use,
6201      reproduction, and distribution of the Work otherwise complies with
6202      the conditions stated in this License.
6203
6204   5. Submission of Contributions. Unless You explicitly state otherwise,
6205      any Contribution intentionally submitted for inclusion in the Work
6206      by You to the Licensor shall be under the terms and conditions of
6207      this License, without any additional terms or conditions.
6208      Notwithstanding the above, nothing herein shall supersede or modify
6209      the terms of any separate license agreement you may have executed
6210      with Licensor regarding such Contributions.
6211
6212   6. Trademarks. This License does not grant permission to use the trade
6213      names, trademarks, service marks, or product names of the Licensor,
6214      except as required for reasonable and customary use in describing the
6215      origin of the Work and reproducing the content of the NOTICE file.
6216
6217   7. Disclaimer of Warranty. Unless required by applicable law or
6218      agreed to in writing, Licensor provides the Work (and each
6219      Contributor provides its Contributions) on an "AS IS" BASIS,
6220      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6221      implied, including, without limitation, any warranties or conditions
6222      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6223      PARTICULAR PURPOSE. You are solely responsible for determining the
6224      appropriateness of using or redistributing the Work and assume any
6225      risks associated with Your exercise of permissions under this License.
6226
6227   8. Limitation of Liability. In no event and under no legal theory,
6228      whether in tort (including negligence), contract, or otherwise,
6229      unless required by applicable law (such as deliberate and grossly
6230      negligent acts) or agreed to in writing, shall any Contributor be
6231      liable to You for damages, including any direct, indirect, special,
6232      incidental, or consequential damages of any character arising as a
6233      result of this License or out of the use or inability to use the
6234      Work (including but not limited to damages for loss of goodwill,
6235      work stoppage, computer failure or malfunction, or any and all
6236      other commercial damages or losses), even if such Contributor
6237      has been advised of the possibility of such damages.
6238
6239   9. Accepting Warranty or Additional Liability. While redistributing
6240      the Work or Derivative Works thereof, You may choose to offer,
6241      and charge a fee for, acceptance of support, warranty, indemnity,
6242      or other liability obligations and/or rights consistent with this
6243      License. However, in accepting such obligations, You may act only
6244      on Your own behalf and on Your sole responsibility, not on behalf
6245      of any other Contributor, and only if You agree to indemnify,
6246      defend, and hold each Contributor harmless for any liability
6247      incurred by, or claims asserted against, such Contributor by reason
6248      of your accepting any such warranty or additional liability.
6249
6250   END OF TERMS AND CONDITIONS
6251
6252
6253
6254Compatibility Libraries for Android swiperefreshlayout.:
6255
6256
6257   Copyright (c) 2005-2011, The Android Open Source Project
6258
6259   Licensed under the Apache License, Version 2.0 (the "License");
6260   you may not use this file except in compliance with the License.
6261
6262   Unless required by applicable law or agreed to in writing, software
6263   distributed under the License is distributed on an "AS IS" BASIS,
6264   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6265   See the License for the specific language governing permissions and
6266   limitations under the License.
6267
6268
6269                                 Apache License
6270                           Version 2.0, January 2004
6271                        http://www.apache.org/licenses/
6272
6273   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6274
6275   1. Definitions.
6276
6277      "License" shall mean the terms and conditions for use, reproduction,
6278      and distribution as defined by Sections 1 through 9 of this document.
6279
6280      "Licensor" shall mean the copyright owner or entity authorized by
6281      the copyright owner that is granting the License.
6282
6283      "Legal Entity" shall mean the union of the acting entity and all
6284      other entities that control, are controlled by, or are under common
6285      control with that entity. For the purposes of this definition,
6286      "control" means (i) the power, direct or indirect, to cause the
6287      direction or management of such entity, whether by contract or
6288      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6289      outstanding shares, or (iii) beneficial ownership of such entity.
6290
6291      "You" (or "Your") shall mean an individual or Legal Entity
6292      exercising permissions granted by this License.
6293
6294      "Source" form shall mean the preferred form for making modifications,
6295      including but not limited to software source code, documentation
6296      source, and configuration files.
6297
6298      "Object" form shall mean any form resulting from mechanical
6299      transformation or translation of a Source form, including but
6300      not limited to compiled object code, generated documentation,
6301      and conversions to other media types.
6302
6303      "Work" shall mean the work of authorship, whether in Source or
6304      Object form, made available under the License, as indicated by a
6305      copyright notice that is included in or attached to the work
6306      (an example is provided in the Appendix below).
6307
6308      "Derivative Works" shall mean any work, whether in Source or Object
6309      form, that is based on (or derived from) the Work and for which the
6310      editorial revisions, annotations, elaborations, or other modifications
6311      represent, as a whole, an original work of authorship. For the purposes
6312      of this License, Derivative Works shall not include works that remain
6313      separable from, or merely link (or bind by name) to the interfaces of,
6314      the Work and Derivative Works thereof.
6315
6316      "Contribution" shall mean any work of authorship, including
6317      the original version of the Work and any modifications or additions
6318      to that Work or Derivative Works thereof, that is intentionally
6319      submitted to Licensor for inclusion in the Work by the copyright owner
6320      or by an individual or Legal Entity authorized to submit on behalf of
6321      the copyright owner. For the purposes of this definition, "submitted"
6322      means any form of electronic, verbal, or written communication sent
6323      to the Licensor or its representatives, including but not limited to
6324      communication on electronic mailing lists, source code control systems,
6325      and issue tracking systems that are managed by, or on behalf of, the
6326      Licensor for the purpose of discussing and improving the Work, but
6327      excluding communication that is conspicuously marked or otherwise
6328      designated in writing by the copyright owner as "Not a Contribution."
6329
6330      "Contributor" shall mean Licensor and any individual or Legal Entity
6331      on behalf of whom a Contribution has been received by Licensor and
6332      subsequently incorporated within the Work.
6333
6334   2. Grant of Copyright License. Subject to the terms and conditions of
6335      this License, each Contributor hereby grants to You a perpetual,
6336      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6337      copyright license to reproduce, prepare Derivative Works of,
6338      publicly display, publicly perform, sublicense, and distribute the
6339      Work and such Derivative Works in Source or Object form.
6340
6341   3. Grant of Patent License. Subject to the terms and conditions of
6342      this License, each Contributor hereby grants to You a perpetual,
6343      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6344      (except as stated in this section) patent license to make, have made,
6345      use, offer to sell, sell, import, and otherwise transfer the Work,
6346      where such license applies only to those patent claims licensable
6347      by such Contributor that are necessarily infringed by their
6348      Contribution(s) alone or by combination of their Contribution(s)
6349      with the Work to which such Contribution(s) was submitted. If You
6350      institute patent litigation against any entity (including a
6351      cross-claim or counterclaim in a lawsuit) alleging that the Work
6352      or a Contribution incorporated within the Work constitutes direct
6353      or contributory patent infringement, then any patent licenses
6354      granted to You under this License for that Work shall terminate
6355      as of the date such litigation is filed.
6356
6357   4. Redistribution. You may reproduce and distribute copies of the
6358      Work or Derivative Works thereof in any medium, with or without
6359      modifications, and in Source or Object form, provided that You
6360      meet the following conditions:
6361
6362      (a) You must give any other recipients of the Work or
6363          Derivative Works a copy of this License; and
6364
6365      (b) You must cause any modified files to carry prominent notices
6366          stating that You changed the files; and
6367
6368      (c) You must retain, in the Source form of any Derivative Works
6369          that You distribute, all copyright, patent, trademark, and
6370          attribution notices from the Source form of the Work,
6371          excluding those notices that do not pertain to any part of
6372          the Derivative Works; and
6373
6374      (d) If the Work includes a "NOTICE" text file as part of its
6375          distribution, then any Derivative Works that You distribute must
6376          include a readable copy of the attribution notices contained
6377          within such NOTICE file, excluding those notices that do not
6378          pertain to any part of the Derivative Works, in at least one
6379          of the following places: within a NOTICE text file distributed
6380          as part of the Derivative Works; within the Source form or
6381          documentation, if provided along with the Derivative Works; or,
6382          within a display generated by the Derivative Works, if and
6383          wherever such third-party notices normally appear. The contents
6384          of the NOTICE file are for informational purposes only and
6385          do not modify the License. You may add Your own attribution
6386          notices within Derivative Works that You distribute, alongside
6387          or as an addendum to the NOTICE text from the Work, provided
6388          that such additional attribution notices cannot be construed
6389          as modifying the License.
6390
6391      You may add Your own copyright statement to Your modifications and
6392      may provide additional or different license terms and conditions
6393      for use, reproduction, or distribution of Your modifications, or
6394      for any such Derivative Works as a whole, provided Your use,
6395      reproduction, and distribution of the Work otherwise complies with
6396      the conditions stated in this License.
6397
6398   5. Submission of Contributions. Unless You explicitly state otherwise,
6399      any Contribution intentionally submitted for inclusion in the Work
6400      by You to the Licensor shall be under the terms and conditions of
6401      this License, without any additional terms or conditions.
6402      Notwithstanding the above, nothing herein shall supersede or modify
6403      the terms of any separate license agreement you may have executed
6404      with Licensor regarding such Contributions.
6405
6406   6. Trademarks. This License does not grant permission to use the trade
6407      names, trademarks, service marks, or product names of the Licensor,
6408      except as required for reasonable and customary use in describing the
6409      origin of the Work and reproducing the content of the NOTICE file.
6410
6411   7. Disclaimer of Warranty. Unless required by applicable law or
6412      agreed to in writing, Licensor provides the Work (and each
6413      Contributor provides its Contributions) on an "AS IS" BASIS,
6414      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6415      implied, including, without limitation, any warranties or conditions
6416      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6417      PARTICULAR PURPOSE. You are solely responsible for determining the
6418      appropriateness of using or redistributing the Work and assume any
6419      risks associated with Your exercise of permissions under this License.
6420
6421   8. Limitation of Liability. In no event and under no legal theory,
6422      whether in tort (including negligence), contract, or otherwise,
6423      unless required by applicable law (such as deliberate and grossly
6424      negligent acts) or agreed to in writing, shall any Contributor be
6425      liable to You for damages, including any direct, indirect, special,
6426      incidental, or consequential damages of any character arising as a
6427      result of this License or out of the use or inability to use the
6428      Work (including but not limited to damages for loss of goodwill,
6429      work stoppage, computer failure or malfunction, or any and all
6430      other commercial damages or losses), even if such Contributor
6431      has been advised of the possibility of such damages.
6432
6433   9. Accepting Warranty or Additional Liability. While redistributing
6434      the Work or Derivative Works thereof, You may choose to offer,
6435      and charge a fee for, acceptance of support, warranty, indemnity,
6436      or other liability obligations and/or rights consistent with this
6437      License. However, in accepting such obligations, You may act only
6438      on Your own behalf and on Your sole responsibility, not on behalf
6439      of any other Contributor, and only if You agree to indemnify,
6440      defend, and hold each Contributor harmless for any liability
6441      incurred by, or claims asserted against, such Contributor by reason
6442      of your accepting any such warranty or additional liability.
6443
6444   END OF TERMS AND CONDITIONS
6445
6446Compatibility Libraries for Android viewpager.:
6447
6448
6449   Copyright (c) 2005-2011, The Android Open Source Project
6450
6451   Licensed under the Apache License, Version 2.0 (the "License");
6452   you may not use this file except in compliance with the License.
6453
6454   Unless required by applicable law or agreed to in writing, software
6455   distributed under the License is distributed on an "AS IS" BASIS,
6456   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6457   See the License for the specific language governing permissions and
6458   limitations under the License.
6459
6460
6461                                 Apache License
6462                           Version 2.0, January 2004
6463                        http://www.apache.org/licenses/
6464
6465   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6466
6467   1. Definitions.
6468
6469      "License" shall mean the terms and conditions for use, reproduction,
6470      and distribution as defined by Sections 1 through 9 of this document.
6471
6472      "Licensor" shall mean the copyright owner or entity authorized by
6473      the copyright owner that is granting the License.
6474
6475      "Legal Entity" shall mean the union of the acting entity and all
6476      other entities that control, are controlled by, or are under common
6477      control with that entity. For the purposes of this definition,
6478      "control" means (i) the power, direct or indirect, to cause the
6479      direction or management of such entity, whether by contract or
6480      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6481      outstanding shares, or (iii) beneficial ownership of such entity.
6482
6483      "You" (or "Your") shall mean an individual or Legal Entity
6484      exercising permissions granted by this License.
6485
6486      "Source" form shall mean the preferred form for making modifications,
6487      including but not limited to software source code, documentation
6488      source, and configuration files.
6489
6490      "Object" form shall mean any form resulting from mechanical
6491      transformation or translation of a Source form, including but
6492      not limited to compiled object code, generated documentation,
6493      and conversions to other media types.
6494
6495      "Work" shall mean the work of authorship, whether in Source or
6496      Object form, made available under the License, as indicated by a
6497      copyright notice that is included in or attached to the work
6498      (an example is provided in the Appendix below).
6499
6500      "Derivative Works" shall mean any work, whether in Source or Object
6501      form, that is based on (or derived from) the Work and for which the
6502      editorial revisions, annotations, elaborations, or other modifications
6503      represent, as a whole, an original work of authorship. For the purposes
6504      of this License, Derivative Works shall not include works that remain
6505      separable from, or merely link (or bind by name) to the interfaces of,
6506      the Work and Derivative Works thereof.
6507
6508      "Contribution" shall mean any work of authorship, including
6509      the original version of the Work and any modifications or additions
6510      to that Work or Derivative Works thereof, that is intentionally
6511      submitted to Licensor for inclusion in the Work by the copyright owner
6512      or by an individual or Legal Entity authorized to submit on behalf of
6513      the copyright owner. For the purposes of this definition, "submitted"
6514      means any form of electronic, verbal, or written communication sent
6515      to the Licensor or its representatives, including but not limited to
6516      communication on electronic mailing lists, source code control systems,
6517      and issue tracking systems that are managed by, or on behalf of, the
6518      Licensor for the purpose of discussing and improving the Work, but
6519      excluding communication that is conspicuously marked or otherwise
6520      designated in writing by the copyright owner as "Not a Contribution."
6521
6522      "Contributor" shall mean Licensor and any individual or Legal Entity
6523      on behalf of whom a Contribution has been received by Licensor and
6524      subsequently incorporated within the Work.
6525
6526   2. Grant of Copyright License. Subject to the terms and conditions of
6527      this License, each Contributor hereby grants to You a perpetual,
6528      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6529      copyright license to reproduce, prepare Derivative Works of,
6530      publicly display, publicly perform, sublicense, and distribute the
6531      Work and such Derivative Works in Source or Object form.
6532
6533   3. Grant of Patent License. Subject to the terms and conditions of
6534      this License, each Contributor hereby grants to You a perpetual,
6535      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6536      (except as stated in this section) patent license to make, have made,
6537      use, offer to sell, sell, import, and otherwise transfer the Work,
6538      where such license applies only to those patent claims licensable
6539      by such Contributor that are necessarily infringed by their
6540      Contribution(s) alone or by combination of their Contribution(s)
6541      with the Work to which such Contribution(s) was submitted. If You
6542      institute patent litigation against any entity (including a
6543      cross-claim or counterclaim in a lawsuit) alleging that the Work
6544      or a Contribution incorporated within the Work constitutes direct
6545      or contributory patent infringement, then any patent licenses
6546      granted to You under this License for that Work shall terminate
6547      as of the date such litigation is filed.
6548
6549   4. Redistribution. You may reproduce and distribute copies of the
6550      Work or Derivative Works thereof in any medium, with or without
6551      modifications, and in Source or Object form, provided that You
6552      meet the following conditions:
6553
6554      (a) You must give any other recipients of the Work or
6555          Derivative Works a copy of this License; and
6556
6557      (b) You must cause any modified files to carry prominent notices
6558          stating that You changed the files; and
6559
6560      (c) You must retain, in the Source form of any Derivative Works
6561          that You distribute, all copyright, patent, trademark, and
6562          attribution notices from the Source form of the Work,
6563          excluding those notices that do not pertain to any part of
6564          the Derivative Works; and
6565
6566      (d) If the Work includes a "NOTICE" text file as part of its
6567          distribution, then any Derivative Works that You distribute must
6568          include a readable copy of the attribution notices contained
6569          within such NOTICE file, excluding those notices that do not
6570          pertain to any part of the Derivative Works, in at least one
6571          of the following places: within a NOTICE text file distributed
6572          as part of the Derivative Works; within the Source form or
6573          documentation, if provided along with the Derivative Works; or,
6574          within a display generated by the Derivative Works, if and
6575          wherever such third-party notices normally appear. The contents
6576          of the NOTICE file are for informational purposes only and
6577          do not modify the License. You may add Your own attribution
6578          notices within Derivative Works that You distribute, alongside
6579          or as an addendum to the NOTICE text from the Work, provided
6580          that such additional attribution notices cannot be construed
6581          as modifying the License.
6582
6583      You may add Your own copyright statement to Your modifications and
6584      may provide additional or different license terms and conditions
6585      for use, reproduction, or distribution of Your modifications, or
6586      for any such Derivative Works as a whole, provided Your use,
6587      reproduction, and distribution of the Work otherwise complies with
6588      the conditions stated in this License.
6589
6590   5. Submission of Contributions. Unless You explicitly state otherwise,
6591      any Contribution intentionally submitted for inclusion in the Work
6592      by You to the Licensor shall be under the terms and conditions of
6593      this License, without any additional terms or conditions.
6594      Notwithstanding the above, nothing herein shall supersede or modify
6595      the terms of any separate license agreement you may have executed
6596      with Licensor regarding such Contributions.
6597
6598   6. Trademarks. This License does not grant permission to use the trade
6599      names, trademarks, service marks, or product names of the Licensor,
6600      except as required for reasonable and customary use in describing the
6601      origin of the Work and reproducing the content of the NOTICE file.
6602
6603   7. Disclaimer of Warranty. Unless required by applicable law or
6604      agreed to in writing, Licensor provides the Work (and each
6605      Contributor provides its Contributions) on an "AS IS" BASIS,
6606      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6607      implied, including, without limitation, any warranties or conditions
6608      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6609      PARTICULAR PURPOSE. You are solely responsible for determining the
6610      appropriateness of using or redistributing the Work and assume any
6611      risks associated with Your exercise of permissions under this License.
6612
6613   8. Limitation of Liability. In no event and under no legal theory,
6614      whether in tort (including negligence), contract, or otherwise,
6615      unless required by applicable law (such as deliberate and grossly
6616      negligent acts) or agreed to in writing, shall any Contributor be
6617      liable to You for damages, including any direct, indirect, special,
6618      incidental, or consequential damages of any character arising as a
6619      result of this License or out of the use or inability to use the
6620      Work (including but not limited to damages for loss of goodwill,
6621      work stoppage, computer failure or malfunction, or any and all
6622      other commercial damages or losses), even if such Contributor
6623      has been advised of the possibility of such damages.
6624
6625   9. Accepting Warranty or Additional Liability. While redistributing
6626      the Work or Derivative Works thereof, You may choose to offer,
6627      and charge a fee for, acceptance of support, warranty, indemnity,
6628      or other liability obligations and/or rights consistent with this
6629      License. However, in accepting such obligations, You may act only
6630      on Your own behalf and on Your sole responsibility, not on behalf
6631      of any other Contributor, and only if You agree to indemnify,
6632      defend, and hold each Contributor harmless for any liability
6633      incurred by, or claims asserted against, such Contributor by reason
6634      of your accepting any such warranty or additional liability.
6635
6636   END OF TERMS AND CONDITIONS
6637
6638Dagger:
6639
6640
6641                                 Apache License
6642                           Version 2.0, January 2004
6643                        http://www.apache.org/licenses/
6644
6645   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6646
6647   1. Definitions.
6648
6649      "License" shall mean the terms and conditions for use, reproduction,
6650      and distribution as defined by Sections 1 through 9 of this document.
6651
6652      "Licensor" shall mean the copyright owner or entity authorized by
6653      the copyright owner that is granting the License.
6654
6655      "Legal Entity" shall mean the union of the acting entity and all
6656      other entities that control, are controlled by, or are under common
6657      control with that entity. For the purposes of this definition,
6658      "control" means (i) the power, direct or indirect, to cause the
6659      direction or management of such entity, whether by contract or
6660      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6661      outstanding shares, or (iii) beneficial ownership of such entity.
6662
6663      "You" (or "Your") shall mean an individual or Legal Entity
6664      exercising permissions granted by this License.
6665
6666      "Source" form shall mean the preferred form for making modifications,
6667      including but not limited to software source code, documentation
6668      source, and configuration files.
6669
6670      "Object" form shall mean any form resulting from mechanical
6671      transformation or translation of a Source form, including but
6672      not limited to compiled object code, generated documentation,
6673      and conversions to other media types.
6674
6675      "Work" shall mean the work of authorship, whether in Source or
6676      Object form, made available under the License, as indicated by a
6677      copyright notice that is included in or attached to the work
6678      (an example is provided in the Appendix below).
6679
6680      "Derivative Works" shall mean any work, whether in Source or Object
6681      form, that is based on (or derived from) the Work and for which the
6682      editorial revisions, annotations, elaborations, or other modifications
6683      represent, as a whole, an original work of authorship. For the purposes
6684      of this License, Derivative Works shall not include works that remain
6685      separable from, or merely link (or bind by name) to the interfaces of,
6686      the Work and Derivative Works thereof.
6687
6688      "Contribution" shall mean any work of authorship, including
6689      the original version of the Work and any modifications or additions
6690      to that Work or Derivative Works thereof, that is intentionally
6691      submitted to Licensor for inclusion in the Work by the copyright owner
6692      or by an individual or Legal Entity authorized to submit on behalf of
6693      the copyright owner. For the purposes of this definition, "submitted"
6694      means any form of electronic, verbal, or written communication sent
6695      to the Licensor or its representatives, including but not limited to
6696      communication on electronic mailing lists, source code control systems,
6697      and issue tracking systems that are managed by, or on behalf of, the
6698      Licensor for the purpose of discussing and improving the Work, but
6699      excluding communication that is conspicuously marked or otherwise
6700      designated in writing by the copyright owner as "Not a Contribution."
6701
6702      "Contributor" shall mean Licensor and any individual or Legal Entity
6703      on behalf of whom a Contribution has been received by Licensor and
6704      subsequently incorporated within the Work.
6705
6706   2. Grant of Copyright License. Subject to the terms and conditions of
6707      this License, each Contributor hereby grants to You a perpetual,
6708      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6709      copyright license to reproduce, prepare Derivative Works of,
6710      publicly display, publicly perform, sublicense, and distribute the
6711      Work and such Derivative Works in Source or Object form.
6712
6713   3. Grant of Patent License. Subject to the terms and conditions of
6714      this License, each Contributor hereby grants to You a perpetual,
6715      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6716      (except as stated in this section) patent license to make, have made,
6717      use, offer to sell, sell, import, and otherwise transfer the Work,
6718      where such license applies only to those patent claims licensable
6719      by such Contributor that are necessarily infringed by their
6720      Contribution(s) alone or by combination of their Contribution(s)
6721      with the Work to which such Contribution(s) was submitted. If You
6722      institute patent litigation against any entity (including a
6723      cross-claim or counterclaim in a lawsuit) alleging that the Work
6724      or a Contribution incorporated within the Work constitutes direct
6725      or contributory patent infringement, then any patent licenses
6726      granted to You under this License for that Work shall terminate
6727      as of the date such litigation is filed.
6728
6729   4. Redistribution. You may reproduce and distribute copies of the
6730      Work or Derivative Works thereof in any medium, with or without
6731      modifications, and in Source or Object form, provided that You
6732      meet the following conditions:
6733
6734      (a) You must give any other recipients of the Work or
6735          Derivative Works a copy of this License; and
6736
6737      (b) You must cause any modified files to carry prominent notices
6738          stating that You changed the files; and
6739
6740      (c) You must retain, in the Source form of any Derivative Works
6741          that You distribute, all copyright, patent, trademark, and
6742          attribution notices from the Source form of the Work,
6743          excluding those notices that do not pertain to any part of
6744          the Derivative Works; and
6745
6746      (d) If the Work includes a "NOTICE" text file as part of its
6747          distribution, then any Derivative Works that You distribute must
6748          include a readable copy of the attribution notices contained
6749          within such NOTICE file, excluding those notices that do not
6750          pertain to any part of the Derivative Works, in at least one
6751          of the following places: within a NOTICE text file distributed
6752          as part of the Derivative Works; within the Source form or
6753          documentation, if provided along with the Derivative Works; or,
6754          within a display generated by the Derivative Works, if and
6755          wherever such third-party notices normally appear. The contents
6756          of the NOTICE file are for informational purposes only and
6757          do not modify the License. You may add Your own attribution
6758          notices within Derivative Works that You distribute, alongside
6759          or as an addendum to the NOTICE text from the Work, provided
6760          that such additional attribution notices cannot be construed
6761          as modifying the License.
6762
6763      You may add Your own copyright statement to Your modifications and
6764      may provide additional or different license terms and conditions
6765      for use, reproduction, or distribution of Your modifications, or
6766      for any such Derivative Works as a whole, provided Your use,
6767      reproduction, and distribution of the Work otherwise complies with
6768      the conditions stated in this License.
6769
6770   5. Submission of Contributions. Unless You explicitly state otherwise,
6771      any Contribution intentionally submitted for inclusion in the Work
6772      by You to the Licensor shall be under the terms and conditions of
6773      this License, without any additional terms or conditions.
6774      Notwithstanding the above, nothing herein shall supersede or modify
6775      the terms of any separate license agreement you may have executed
6776      with Licensor regarding such Contributions.
6777
6778   6. Trademarks. This License does not grant permission to use the trade
6779      names, trademarks, service marks, or product names of the Licensor,
6780      except as required for reasonable and customary use in describing the
6781      origin of the Work and reproducing the content of the NOTICE file.
6782
6783   7. Disclaimer of Warranty. Unless required by applicable law or
6784      agreed to in writing, Licensor provides the Work (and each
6785      Contributor provides its Contributions) on an "AS IS" BASIS,
6786      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6787      implied, including, without limitation, any warranties or conditions
6788      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6789      PARTICULAR PURPOSE. You are solely responsible for determining the
6790      appropriateness of using or redistributing the Work and assume any
6791      risks associated with Your exercise of permissions under this License.
6792
6793   8. Limitation of Liability. In no event and under no legal theory,
6794      whether in tort (including negligence), contract, or otherwise,
6795      unless required by applicable law (such as deliberate and grossly
6796      negligent acts) or agreed to in writing, shall any Contributor be
6797      liable to You for damages, including any direct, indirect, special,
6798      incidental, or consequential damages of any character arising as a
6799      result of this License or out of the use or inability to use the
6800      Work (including but not limited to damages for loss of goodwill,
6801      work stoppage, computer failure or malfunction, or any and all
6802      other commercial damages or losses), even if such Contributor
6803      has been advised of the possibility of such damages.
6804
6805   9. Accepting Warranty or Additional Liability. While redistributing
6806      the Work or Derivative Works thereof, You may choose to offer,
6807      and charge a fee for, acceptance of support, warranty, indemnity,
6808      or other liability obligations and/or rights consistent with this
6809      License. However, in accepting such obligations, You may act only
6810      on Your own behalf and on Your sole responsibility, not on behalf
6811      of any other Contributor, and only if You agree to indemnify,
6812      defend, and hold each Contributor harmless for any liability
6813      incurred by, or claims asserted against, such Contributor by reason
6814      of your accepting any such warranty or additional liability.
6815
6816   END OF TERMS AND CONDITIONS
6817
6818   APPENDIX: How to apply the Apache License to your work.
6819
6820      To apply the Apache License to your work, attach the following
6821      boilerplate notice, with the fields enclosed by brackets "[]"
6822      replaced with your own identifying information. (Don't include
6823      the brackets!)  The text should be enclosed in the appropriate
6824      comment syntax for the file format. We also recommend that a
6825      file or class name and description of purpose be included on the
6826      same "printed page" as the copyright notice for easier
6827      identification within third-party archives.
6828
6829   Copyright [yyyy] [name of copyright owner]
6830
6831   Licensed under the Apache License, Version 2.0 (the "License");
6832   you may not use this file except in compliance with the License.
6833   You may obtain a copy of the License at
6834
6835       http://www.apache.org/licenses/LICENSE-2.0
6836
6837   Unless required by applicable law or agreed to in writing, software
6838   distributed under the License is distributed on an "AS IS" BASIS,
6839   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6840   See the License for the specific language governing permissions and
6841   limitations under the License.
6842
6843
6844Error Prone:
6845
6846                                 Apache License
6847                           Version 2.0, January 2004
6848                        http://www.apache.org/licenses/
6849
6850   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6851
6852   1. Definitions.
6853
6854      "License" shall mean the terms and conditions for use, reproduction,
6855      and distribution as defined by Sections 1 through 9 of this document.
6856
6857      "Licensor" shall mean the copyright owner or entity authorized by
6858      the copyright owner that is granting the License.
6859
6860      "Legal Entity" shall mean the union of the acting entity and all
6861      other entities that control, are controlled by, or are under common
6862      control with that entity. For the purposes of this definition,
6863      "control" means (i) the power, direct or indirect, to cause the
6864      direction or management of such entity, whether by contract or
6865      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6866      outstanding shares, or (iii) beneficial ownership of such entity.
6867
6868      "You" (or "Your") shall mean an individual or Legal Entity
6869      exercising permissions granted by this License.
6870
6871      "Source" form shall mean the preferred form for making modifications,
6872      including but not limited to software source code, documentation
6873      source, and configuration files.
6874
6875      "Object" form shall mean any form resulting from mechanical
6876      transformation or translation of a Source form, including but
6877      not limited to compiled object code, generated documentation,
6878      and conversions to other media types.
6879
6880      "Work" shall mean the work of authorship, whether in Source or
6881      Object form, made available under the License, as indicated by a
6882      copyright notice that is included in or attached to the work
6883      (an example is provided in the Appendix below).
6884
6885      "Derivative Works" shall mean any work, whether in Source or Object
6886      form, that is based on (or derived from) the Work and for which the
6887      editorial revisions, annotations, elaborations, or other modifications
6888      represent, as a whole, an original work of authorship. For the purposes
6889      of this License, Derivative Works shall not include works that remain
6890      separable from, or merely link (or bind by name) to the interfaces of,
6891      the Work and Derivative Works thereof.
6892
6893      "Contribution" shall mean any work of authorship, including
6894      the original version of the Work and any modifications or additions
6895      to that Work or Derivative Works thereof, that is intentionally
6896      submitted to Licensor for inclusion in the Work by the copyright owner
6897      or by an individual or Legal Entity authorized to submit on behalf of
6898      the copyright owner. For the purposes of this definition, "submitted"
6899      means any form of electronic, verbal, or written communication sent
6900      to the Licensor or its representatives, including but not limited to
6901      communication on electronic mailing lists, source code control systems,
6902      and issue tracking systems that are managed by, or on behalf of, the
6903      Licensor for the purpose of discussing and improving the Work, but
6904      excluding communication that is conspicuously marked or otherwise
6905      designated in writing by the copyright owner as "Not a Contribution."
6906
6907      "Contributor" shall mean Licensor and any individual or Legal Entity
6908      on behalf of whom a Contribution has been received by Licensor and
6909      subsequently incorporated within the Work.
6910
6911   2. Grant of Copyright License. Subject to the terms and conditions of
6912      this License, each Contributor hereby grants to You a perpetual,
6913      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6914      copyright license to reproduce, prepare Derivative Works of,
6915      publicly display, publicly perform, sublicense, and distribute the
6916      Work and such Derivative Works in Source or Object form.
6917
6918   3. Grant of Patent License. Subject to the terms and conditions of
6919      this License, each Contributor hereby grants to You a perpetual,
6920      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6921      (except as stated in this section) patent license to make, have made,
6922      use, offer to sell, sell, import, and otherwise transfer the Work,
6923      where such license applies only to those patent claims licensable
6924      by such Contributor that are necessarily infringed by their
6925      Contribution(s) alone or by combination of their Contribution(s)
6926      with the Work to which such Contribution(s) was submitted. If You
6927      institute patent litigation against any entity (including a
6928      cross-claim or counterclaim in a lawsuit) alleging that the Work
6929      or a Contribution incorporated within the Work constitutes direct
6930      or contributory patent infringement, then any patent licenses
6931      granted to You under this License for that Work shall terminate
6932      as of the date such litigation is filed.
6933
6934   4. Redistribution. You may reproduce and distribute copies of the
6935      Work or Derivative Works thereof in any medium, with or without
6936      modifications, and in Source or Object form, provided that You
6937      meet the following conditions:
6938
6939      (a) You must give any other recipients of the Work or
6940          Derivative Works a copy of this License; and
6941
6942      (b) You must cause any modified files to carry prominent notices
6943          stating that You changed the files; and
6944
6945      (c) You must retain, in the Source form of any Derivative Works
6946          that You distribute, all copyright, patent, trademark, and
6947          attribution notices from the Source form of the Work,
6948          excluding those notices that do not pertain to any part of
6949          the Derivative Works; and
6950
6951      (d) If the Work includes a "NOTICE" text file as part of its
6952          distribution, then any Derivative Works that You distribute must
6953          include a readable copy of the attribution notices contained
6954          within such NOTICE file, excluding those notices that do not
6955          pertain to any part of the Derivative Works, in at least one
6956          of the following places: within a NOTICE text file distributed
6957          as part of the Derivative Works; within the Source form or
6958          documentation, if provided along with the Derivative Works; or,
6959          within a display generated by the Derivative Works, if and
6960          wherever such third-party notices normally appear. The contents
6961          of the NOTICE file are for informational purposes only and
6962          do not modify the License. You may add Your own attribution
6963          notices within Derivative Works that You distribute, alongside
6964          or as an addendum to the NOTICE text from the Work, provided
6965          that such additional attribution notices cannot be construed
6966          as modifying the License.
6967
6968      You may add Your own copyright statement to Your modifications and
6969      may provide additional or different license terms and conditions
6970      for use, reproduction, or distribution of Your modifications, or
6971      for any such Derivative Works as a whole, provided Your use,
6972      reproduction, and distribution of the Work otherwise complies with
6973      the conditions stated in this License.
6974
6975   5. Submission of Contributions. Unless You explicitly state otherwise,
6976      any Contribution intentionally submitted for inclusion in the Work
6977      by You to the Licensor shall be under the terms and conditions of
6978      this License, without any additional terms or conditions.
6979      Notwithstanding the above, nothing herein shall supersede or modify
6980      the terms of any separate license agreement you may have executed
6981      with Licensor regarding such Contributions.
6982
6983   6. Trademarks. This License does not grant permission to use the trade
6984      names, trademarks, service marks, or product names of the Licensor,
6985      except as required for reasonable and customary use in describing the
6986      origin of the Work and reproducing the content of the NOTICE file.
6987
6988   7. Disclaimer of Warranty. Unless required by applicable law or
6989      agreed to in writing, Licensor provides the Work (and each
6990      Contributor provides its Contributions) on an "AS IS" BASIS,
6991      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6992      implied, including, without limitation, any warranties or conditions
6993      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6994      PARTICULAR PURPOSE. You are solely responsible for determining the
6995      appropriateness of using or redistributing the Work and assume any
6996      risks associated with Your exercise of permissions under this License.
6997
6998   8. Limitation of Liability. In no event and under no legal theory,
6999      whether in tort (including negligence), contract, or otherwise,
7000      unless required by applicable law (such as deliberate and grossly
7001      negligent acts) or agreed to in writing, shall any Contributor be
7002      liable to You for damages, including any direct, indirect, special,
7003      incidental, or consequential damages of any character arising as a
7004      result of this License or out of the use or inability to use the
7005      Work (including but not limited to damages for loss of goodwill,
7006      work stoppage, computer failure or malfunction, or any and all
7007      other commercial damages or losses), even if such Contributor
7008      has been advised of the possibility of such damages.
7009
7010   9. Accepting Warranty or Additional Liability. While redistributing
7011      the Work or Derivative Works thereof, You may choose to offer,
7012      and charge a fee for, acceptance of support, warranty, indemnity,
7013      or other liability obligations and/or rights consistent with this
7014      License. However, in accepting such obligations, You may act only
7015      on Your own behalf and on Your sole responsibility, not on behalf
7016      of any other Contributor, and only if You agree to indemnify,
7017      defend, and hold each Contributor harmless for any liability
7018      incurred by, or claims asserted against, such Contributor by reason
7019      of your accepting any such warranty or additional liability.
7020
7021   END OF TERMS AND CONDITIONS
7022
7023   APPENDIX: How to apply the Apache License to your work.
7024
7025      To apply the Apache License to your work, attach the following
7026      boilerplate notice, with the fields enclosed by brackets "[]"
7027      replaced with your own identifying information. (Don't include
7028      the brackets!)  The text should be enclosed in the appropriate
7029      comment syntax for the file format. We also recommend that a
7030      file or class name and description of purpose be included on the
7031      same "printed page" as the copyright notice for easier
7032      identification within third-party archives.
7033
7034   Copyright [yyyy] [name of copyright owner]
7035
7036   Licensed under the Apache License, Version 2.0 (the "License");
7037   you may not use this file except in compliance with the License.
7038   You may obtain a copy of the License at
7039
7040       http://www.apache.org/licenses/LICENSE-2.0
7041
7042   Unless required by applicable law or agreed to in writing, software
7043   distributed under the License is distributed on an "AS IS" BASIS,
7044   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7045   See the License for the specific language governing permissions and
7046   limitations under the License.
7047
7048
7049Google Auto:
7050
7051
7052                                 Apache License
7053                           Version 2.0, January 2004
7054                        http://www.apache.org/licenses/
7055
7056   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7057
7058   1. Definitions.
7059
7060      "License" shall mean the terms and conditions for use, reproduction,
7061      and distribution as defined by Sections 1 through 9 of this document.
7062
7063      "Licensor" shall mean the copyright owner or entity authorized by
7064      the copyright owner that is granting the License.
7065
7066      "Legal Entity" shall mean the union of the acting entity and all
7067      other entities that control, are controlled by, or are under common
7068      control with that entity. For the purposes of this definition,
7069      "control" means (i) the power, direct or indirect, to cause the
7070      direction or management of such entity, whether by contract or
7071      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7072      outstanding shares, or (iii) beneficial ownership of such entity.
7073
7074      "You" (or "Your") shall mean an individual or Legal Entity
7075      exercising permissions granted by this License.
7076
7077      "Source" form shall mean the preferred form for making modifications,
7078      including but not limited to software source code, documentation
7079      source, and configuration files.
7080
7081      "Object" form shall mean any form resulting from mechanical
7082      transformation or translation of a Source form, including but
7083      not limited to compiled object code, generated documentation,
7084      and conversions to other media types.
7085
7086      "Work" shall mean the work of authorship, whether in Source or
7087      Object form, made available under the License, as indicated by a
7088      copyright notice that is included in or attached to the work
7089      (an example is provided in the Appendix below).
7090
7091      "Derivative Works" shall mean any work, whether in Source or Object
7092      form, that is based on (or derived from) the Work and for which the
7093      editorial revisions, annotations, elaborations, or other modifications
7094      represent, as a whole, an original work of authorship. For the purposes
7095      of this License, Derivative Works shall not include works that remain
7096      separable from, or merely link (or bind by name) to the interfaces of,
7097      the Work and Derivative Works thereof.
7098
7099      "Contribution" shall mean any work of authorship, including
7100      the original version of the Work and any modifications or additions
7101      to that Work or Derivative Works thereof, that is intentionally
7102      submitted to Licensor for inclusion in the Work by the copyright owner
7103      or by an individual or Legal Entity authorized to submit on behalf of
7104      the copyright owner. For the purposes of this definition, "submitted"
7105      means any form of electronic, verbal, or written communication sent
7106      to the Licensor or its representatives, including but not limited to
7107      communication on electronic mailing lists, source code control systems,
7108      and issue tracking systems that are managed by, or on behalf of, the
7109      Licensor for the purpose of discussing and improving the Work, but
7110      excluding communication that is conspicuously marked or otherwise
7111      designated in writing by the copyright owner as "Not a Contribution."
7112
7113      "Contributor" shall mean Licensor and any individual or Legal Entity
7114      on behalf of whom a Contribution has been received by Licensor and
7115      subsequently incorporated within the Work.
7116
7117   2. Grant of Copyright License. Subject to the terms and conditions of
7118      this License, each Contributor hereby grants to You a perpetual,
7119      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7120      copyright license to reproduce, prepare Derivative Works of,
7121      publicly display, publicly perform, sublicense, and distribute the
7122      Work and such Derivative Works in Source or Object form.
7123
7124   3. Grant of Patent License. Subject to the terms and conditions of
7125      this License, each Contributor hereby grants to You a perpetual,
7126      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7127      (except as stated in this section) patent license to make, have made,
7128      use, offer to sell, sell, import, and otherwise transfer the Work,
7129      where such license applies only to those patent claims licensable
7130      by such Contributor that are necessarily infringed by their
7131      Contribution(s) alone or by combination of their Contribution(s)
7132      with the Work to which such Contribution(s) was submitted. If You
7133      institute patent litigation against any entity (including a
7134      cross-claim or counterclaim in a lawsuit) alleging that the Work
7135      or a Contribution incorporated within the Work constitutes direct
7136      or contributory patent infringement, then any patent licenses
7137      granted to You under this License for that Work shall terminate
7138      as of the date such litigation is filed.
7139
7140   4. Redistribution. You may reproduce and distribute copies of the
7141      Work or Derivative Works thereof in any medium, with or without
7142      modifications, and in Source or Object form, provided that You
7143      meet the following conditions:
7144
7145      (a) You must give any other recipients of the Work or
7146          Derivative Works a copy of this License; and
7147
7148      (b) You must cause any modified files to carry prominent notices
7149          stating that You changed the files; and
7150
7151      (c) You must retain, in the Source form of any Derivative Works
7152          that You distribute, all copyright, patent, trademark, and
7153          attribution notices from the Source form of the Work,
7154          excluding those notices that do not pertain to any part of
7155          the Derivative Works; and
7156
7157      (d) If the Work includes a "NOTICE" text file as part of its
7158          distribution, then any Derivative Works that You distribute must
7159          include a readable copy of the attribution notices contained
7160          within such NOTICE file, excluding those notices that do not
7161          pertain to any part of the Derivative Works, in at least one
7162          of the following places: within a NOTICE text file distributed
7163          as part of the Derivative Works; within the Source form or
7164          documentation, if provided along with the Derivative Works; or,
7165          within a display generated by the Derivative Works, if and
7166          wherever such third-party notices normally appear. The contents
7167          of the NOTICE file are for informational purposes only and
7168          do not modify the License. You may add Your own attribution
7169          notices within Derivative Works that You distribute, alongside
7170          or as an addendum to the NOTICE text from the Work, provided
7171          that such additional attribution notices cannot be construed
7172          as modifying the License.
7173
7174      You may add Your own copyright statement to Your modifications and
7175      may provide additional or different license terms and conditions
7176      for use, reproduction, or distribution of Your modifications, or
7177      for any such Derivative Works as a whole, provided Your use,
7178      reproduction, and distribution of the Work otherwise complies with
7179      the conditions stated in this License.
7180
7181   5. Submission of Contributions. Unless You explicitly state otherwise,
7182      any Contribution intentionally submitted for inclusion in the Work
7183      by You to the Licensor shall be under the terms and conditions of
7184      this License, without any additional terms or conditions.
7185      Notwithstanding the above, nothing herein shall supersede or modify
7186      the terms of any separate license agreement you may have executed
7187      with Licensor regarding such Contributions.
7188
7189   6. Trademarks. This License does not grant permission to use the trade
7190      names, trademarks, service marks, or product names of the Licensor,
7191      except as required for reasonable and customary use in describing the
7192      origin of the Work and reproducing the content of the NOTICE file.
7193
7194   7. Disclaimer of Warranty. Unless required by applicable law or
7195      agreed to in writing, Licensor provides the Work (and each
7196      Contributor provides its Contributions) on an "AS IS" BASIS,
7197      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7198      implied, including, without limitation, any warranties or conditions
7199      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7200      PARTICULAR PURPOSE. You are solely responsible for determining the
7201      appropriateness of using or redistributing the Work and assume any
7202      risks associated with Your exercise of permissions under this License.
7203
7204   8. Limitation of Liability. In no event and under no legal theory,
7205      whether in tort (including negligence), contract, or otherwise,
7206      unless required by applicable law (such as deliberate and grossly
7207      negligent acts) or agreed to in writing, shall any Contributor be
7208      liable to You for damages, including any direct, indirect, special,
7209      incidental, or consequential damages of any character arising as a
7210      result of this License or out of the use or inability to use the
7211      Work (including but not limited to damages for loss of goodwill,
7212      work stoppage, computer failure or malfunction, or any and all
7213      other commercial damages or losses), even if such Contributor
7214      has been advised of the possibility of such damages.
7215
7216   9. Accepting Warranty or Additional Liability. While redistributing
7217      the Work or Derivative Works thereof, You may choose to offer,
7218      and charge a fee for, acceptance of support, warranty, indemnity,
7219      or other liability obligations and/or rights consistent with this
7220      License. However, in accepting such obligations, You may act only
7221      on Your own behalf and on Your sole responsibility, not on behalf
7222      of any other Contributor, and only if You agree to indemnify,
7223      defend, and hold each Contributor harmless for any liability
7224      incurred by, or claims asserted against, such Contributor by reason
7225      of your accepting any such warranty or additional liability.
7226
7227   END OF TERMS AND CONDITIONS
7228
7229   APPENDIX: How to apply the Apache License to your work.
7230
7231      To apply the Apache License to your work, attach the following
7232      boilerplate notice, with the fields enclosed by brackets "[]"
7233      replaced with your own identifying information. (Don't include
7234      the brackets!)  The text should be enclosed in the appropriate
7235      comment syntax for the file format. We also recommend that a
7236      file or class name and description of purpose be included on the
7237      same "printed page" as the copyright notice for easier
7238      identification within third-party archives.
7239
7240   Copyright [yyyy] [name of copyright owner]
7241
7242   Licensed under the Apache License, Version 2.0 (the "License");
7243   you may not use this file except in compliance with the License.
7244   You may obtain a copy of the License at
7245
7246       http://www.apache.org/licenses/LICENSE-2.0
7247
7248   Unless required by applicable law or agreed to in writing, software
7249   distributed under the License is distributed on an "AS IS" BASIS,
7250   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7251   See the License for the specific language governing permissions and
7252   limitations under the License.
7253
7254
7255Guava JDK5:
7256
7257
7258                                 Apache License
7259                           Version 2.0, January 2004
7260                        http://www.apache.org/licenses/
7261
7262   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7263
7264   1. Definitions.
7265
7266      "License" shall mean the terms and conditions for use, reproduction,
7267      and distribution as defined by Sections 1 through 9 of this document.
7268
7269      "Licensor" shall mean the copyright owner or entity authorized by
7270      the copyright owner that is granting the License.
7271
7272      "Legal Entity" shall mean the union of the acting entity and all
7273      other entities that control, are controlled by, or are under common
7274      control with that entity. For the purposes of this definition,
7275      "control" means (i) the power, direct or indirect, to cause the
7276      direction or management of such entity, whether by contract or
7277      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7278      outstanding shares, or (iii) beneficial ownership of such entity.
7279
7280      "You" (or "Your") shall mean an individual or Legal Entity
7281      exercising permissions granted by this License.
7282
7283      "Source" form shall mean the preferred form for making modifications,
7284      including but not limited to software source code, documentation
7285      source, and configuration files.
7286
7287      "Object" form shall mean any form resulting from mechanical
7288      transformation or translation of a Source form, including but
7289      not limited to compiled object code, generated documentation,
7290      and conversions to other media types.
7291
7292      "Work" shall mean the work of authorship, whether in Source or
7293      Object form, made available under the License, as indicated by a
7294      copyright notice that is included in or attached to the work
7295      (an example is provided in the Appendix below).
7296
7297      "Derivative Works" shall mean any work, whether in Source or Object
7298      form, that is based on (or derived from) the Work and for which the
7299      editorial revisions, annotations, elaborations, or other modifications
7300      represent, as a whole, an original work of authorship. For the purposes
7301      of this License, Derivative Works shall not include works that remain
7302      separable from, or merely link (or bind by name) to the interfaces of,
7303      the Work and Derivative Works thereof.
7304
7305      "Contribution" shall mean any work of authorship, including
7306      the original version of the Work and any modifications or additions
7307      to that Work or Derivative Works thereof, that is intentionally
7308      submitted to Licensor for inclusion in the Work by the copyright owner
7309      or by an individual or Legal Entity authorized to submit on behalf of
7310      the copyright owner. For the purposes of this definition, "submitted"
7311      means any form of electronic, verbal, or written communication sent
7312      to the Licensor or its representatives, including but not limited to
7313      communication on electronic mailing lists, source code control systems,
7314      and issue tracking systems that are managed by, or on behalf of, the
7315      Licensor for the purpose of discussing and improving the Work, but
7316      excluding communication that is conspicuously marked or otherwise
7317      designated in writing by the copyright owner as "Not a Contribution."
7318
7319      "Contributor" shall mean Licensor and any individual or Legal Entity
7320      on behalf of whom a Contribution has been received by Licensor and
7321      subsequently incorporated within the Work.
7322
7323   2. Grant of Copyright License. Subject to the terms and conditions of
7324      this License, each Contributor hereby grants to You a perpetual,
7325      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7326      copyright license to reproduce, prepare Derivative Works of,
7327      publicly display, publicly perform, sublicense, and distribute the
7328      Work and such Derivative Works in Source or Object form.
7329
7330   3. Grant of Patent License. Subject to the terms and conditions of
7331      this License, each Contributor hereby grants to You a perpetual,
7332      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7333      (except as stated in this section) patent license to make, have made,
7334      use, offer to sell, sell, import, and otherwise transfer the Work,
7335      where such license applies only to those patent claims licensable
7336      by such Contributor that are necessarily infringed by their
7337      Contribution(s) alone or by combination of their Contribution(s)
7338      with the Work to which such Contribution(s) was submitted. If You
7339      institute patent litigation against any entity (including a
7340      cross-claim or counterclaim in a lawsuit) alleging that the Work
7341      or a Contribution incorporated within the Work constitutes direct
7342      or contributory patent infringement, then any patent licenses
7343      granted to You under this License for that Work shall terminate
7344      as of the date such litigation is filed.
7345
7346   4. Redistribution. You may reproduce and distribute copies of the
7347      Work or Derivative Works thereof in any medium, with or without
7348      modifications, and in Source or Object form, provided that You
7349      meet the following conditions:
7350
7351      (a) You must give any other recipients of the Work or
7352          Derivative Works a copy of this License; and
7353
7354      (b) You must cause any modified files to carry prominent notices
7355          stating that You changed the files; and
7356
7357      (c) You must retain, in the Source form of any Derivative Works
7358          that You distribute, all copyright, patent, trademark, and
7359          attribution notices from the Source form of the Work,
7360          excluding those notices that do not pertain to any part of
7361          the Derivative Works; and
7362
7363      (d) If the Work includes a "NOTICE" text file as part of its
7364          distribution, then any Derivative Works that You distribute must
7365          include a readable copy of the attribution notices contained
7366          within such NOTICE file, excluding those notices that do not
7367          pertain to any part of the Derivative Works, in at least one
7368          of the following places: within a NOTICE text file distributed
7369          as part of the Derivative Works; within the Source form or
7370          documentation, if provided along with the Derivative Works; or,
7371          within a display generated by the Derivative Works, if and
7372          wherever such third-party notices normally appear. The contents
7373          of the NOTICE file are for informational purposes only and
7374          do not modify the License. You may add Your own attribution
7375          notices within Derivative Works that You distribute, alongside
7376          or as an addendum to the NOTICE text from the Work, provided
7377          that such additional attribution notices cannot be construed
7378          as modifying the License.
7379
7380      You may add Your own copyright statement to Your modifications and
7381      may provide additional or different license terms and conditions
7382      for use, reproduction, or distribution of Your modifications, or
7383      for any such Derivative Works as a whole, provided Your use,
7384      reproduction, and distribution of the Work otherwise complies with
7385      the conditions stated in this License.
7386
7387   5. Submission of Contributions. Unless You explicitly state otherwise,
7388      any Contribution intentionally submitted for inclusion in the Work
7389      by You to the Licensor shall be under the terms and conditions of
7390      this License, without any additional terms or conditions.
7391      Notwithstanding the above, nothing herein shall supersede or modify
7392      the terms of any separate license agreement you may have executed
7393      with Licensor regarding such Contributions.
7394
7395   6. Trademarks. This License does not grant permission to use the trade
7396      names, trademarks, service marks, or product names of the Licensor,
7397      except as required for reasonable and customary use in describing the
7398      origin of the Work and reproducing the content of the NOTICE file.
7399
7400   7. Disclaimer of Warranty. Unless required by applicable law or
7401      agreed to in writing, Licensor provides the Work (and each
7402      Contributor provides its Contributions) on an "AS IS" BASIS,
7403      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7404      implied, including, without limitation, any warranties or conditions
7405      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7406      PARTICULAR PURPOSE. You are solely responsible for determining the
7407      appropriateness of using or redistributing the Work and assume any
7408      risks associated with Your exercise of permissions under this License.
7409
7410   8. Limitation of Liability. In no event and under no legal theory,
7411      whether in tort (including negligence), contract, or otherwise,
7412      unless required by applicable law (such as deliberate and grossly
7413      negligent acts) or agreed to in writing, shall any Contributor be
7414      liable to You for damages, including any direct, indirect, special,
7415      incidental, or consequential damages of any character arising as a
7416      result of this License or out of the use or inability to use the
7417      Work (including but not limited to damages for loss of goodwill,
7418      work stoppage, computer failure or malfunction, or any and all
7419      other commercial damages or losses), even if such Contributor
7420      has been advised of the possibility of such damages.
7421
7422   9. Accepting Warranty or Additional Liability. While redistributing
7423      the Work or Derivative Works thereof, You may choose to offer,
7424      and charge a fee for, acceptance of support, warranty, indemnity,
7425      or other liability obligations and/or rights consistent with this
7426      License. However, in accepting such obligations, You may act only
7427      on Your own behalf and on Your sole responsibility, not on behalf
7428      of any other Contributor, and only if You agree to indemnify,
7429      defend, and hold each Contributor harmless for any liability
7430      incurred by, or claims asserted against, such Contributor by reason
7431      of your accepting any such warranty or additional liability.
7432
7433   END OF TERMS AND CONDITIONS
7434
7435   APPENDIX: How to apply the Apache License to your work.
7436
7437      To apply the Apache License to your work, attach the following
7438      boilerplate notice, with the fields enclosed by brackets "[]"
7439      replaced with your own identifying information. (Don't include
7440      the brackets!)  The text should be enclosed in the appropriate
7441      comment syntax for the file format. We also recommend that a
7442      file or class name and description of purpose be included on the
7443      same "printed page" as the copyright notice for easier
7444      identification within third-party archives.
7445
7446   Copyright [yyyy] [name of copyright owner]
7447
7448   Licensed under the Apache License, Version 2.0 (the "License");
7449   you may not use this file except in compliance with the License.
7450   You may obtain a copy of the License at
7451
7452       http://www.apache.org/licenses/LICENSE-2.0
7453
7454   Unless required by applicable law or agreed to in writing, software
7455   distributed under the License is distributed on an "AS IS" BASIS,
7456   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7457   See the License for the specific language governing permissions and
7458   limitations under the License.
7459
7460
7461Guava JDK7:
7462
7463
7464                                 Apache License
7465                           Version 2.0, January 2004
7466                        http://www.apache.org/licenses/
7467
7468   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7469
7470   1. Definitions.
7471
7472      "License" shall mean the terms and conditions for use, reproduction,
7473      and distribution as defined by Sections 1 through 9 of this document.
7474
7475      "Licensor" shall mean the copyright owner or entity authorized by
7476      the copyright owner that is granting the License.
7477
7478      "Legal Entity" shall mean the union of the acting entity and all
7479      other entities that control, are controlled by, or are under common
7480      control with that entity. For the purposes of this definition,
7481      "control" means (i) the power, direct or indirect, to cause the
7482      direction or management of such entity, whether by contract or
7483      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7484      outstanding shares, or (iii) beneficial ownership of such entity.
7485
7486      "You" (or "Your") shall mean an individual or Legal Entity
7487      exercising permissions granted by this License.
7488
7489      "Source" form shall mean the preferred form for making modifications,
7490      including but not limited to software source code, documentation
7491      source, and configuration files.
7492
7493      "Object" form shall mean any form resulting from mechanical
7494      transformation or translation of a Source form, including but
7495      not limited to compiled object code, generated documentation,
7496      and conversions to other media types.
7497
7498      "Work" shall mean the work of authorship, whether in Source or
7499      Object form, made available under the License, as indicated by a
7500      copyright notice that is included in or attached to the work
7501      (an example is provided in the Appendix below).
7502
7503      "Derivative Works" shall mean any work, whether in Source or Object
7504      form, that is based on (or derived from) the Work and for which the
7505      editorial revisions, annotations, elaborations, or other modifications
7506      represent, as a whole, an original work of authorship. For the purposes
7507      of this License, Derivative Works shall not include works that remain
7508      separable from, or merely link (or bind by name) to the interfaces of,
7509      the Work and Derivative Works thereof.
7510
7511      "Contribution" shall mean any work of authorship, including
7512      the original version of the Work and any modifications or additions
7513      to that Work or Derivative Works thereof, that is intentionally
7514      submitted to Licensor for inclusion in the Work by the copyright owner
7515      or by an individual or Legal Entity authorized to submit on behalf of
7516      the copyright owner. For the purposes of this definition, "submitted"
7517      means any form of electronic, verbal, or written communication sent
7518      to the Licensor or its representatives, including but not limited to
7519      communication on electronic mailing lists, source code control systems,
7520      and issue tracking systems that are managed by, or on behalf of, the
7521      Licensor for the purpose of discussing and improving the Work, but
7522      excluding communication that is conspicuously marked or otherwise
7523      designated in writing by the copyright owner as "Not a Contribution."
7524
7525      "Contributor" shall mean Licensor and any individual or Legal Entity
7526      on behalf of whom a Contribution has been received by Licensor and
7527      subsequently incorporated within the Work.
7528
7529   2. Grant of Copyright License. Subject to the terms and conditions of
7530      this License, each Contributor hereby grants to You a perpetual,
7531      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7532      copyright license to reproduce, prepare Derivative Works of,
7533      publicly display, publicly perform, sublicense, and distribute the
7534      Work and such Derivative Works in Source or Object form.
7535
7536   3. Grant of Patent License. Subject to the terms and conditions of
7537      this License, each Contributor hereby grants to You a perpetual,
7538      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7539      (except as stated in this section) patent license to make, have made,
7540      use, offer to sell, sell, import, and otherwise transfer the Work,
7541      where such license applies only to those patent claims licensable
7542      by such Contributor that are necessarily infringed by their
7543      Contribution(s) alone or by combination of their Contribution(s)
7544      with the Work to which such Contribution(s) was submitted. If You
7545      institute patent litigation against any entity (including a
7546      cross-claim or counterclaim in a lawsuit) alleging that the Work
7547      or a Contribution incorporated within the Work constitutes direct
7548      or contributory patent infringement, then any patent licenses
7549      granted to You under this License for that Work shall terminate
7550      as of the date such litigation is filed.
7551
7552   4. Redistribution. You may reproduce and distribute copies of the
7553      Work or Derivative Works thereof in any medium, with or without
7554      modifications, and in Source or Object form, provided that You
7555      meet the following conditions:
7556
7557      (a) You must give any other recipients of the Work or
7558          Derivative Works a copy of this License; and
7559
7560      (b) You must cause any modified files to carry prominent notices
7561          stating that You changed the files; and
7562
7563      (c) You must retain, in the Source form of any Derivative Works
7564          that You distribute, all copyright, patent, trademark, and
7565          attribution notices from the Source form of the Work,
7566          excluding those notices that do not pertain to any part of
7567          the Derivative Works; and
7568
7569      (d) If the Work includes a "NOTICE" text file as part of its
7570          distribution, then any Derivative Works that You distribute must
7571          include a readable copy of the attribution notices contained
7572          within such NOTICE file, excluding those notices that do not
7573          pertain to any part of the Derivative Works, in at least one
7574          of the following places: within a NOTICE text file distributed
7575          as part of the Derivative Works; within the Source form or
7576          documentation, if provided along with the Derivative Works; or,
7577          within a display generated by the Derivative Works, if and
7578          wherever such third-party notices normally appear. The contents
7579          of the NOTICE file are for informational purposes only and
7580          do not modify the License. You may add Your own attribution
7581          notices within Derivative Works that You distribute, alongside
7582          or as an addendum to the NOTICE text from the Work, provided
7583          that such additional attribution notices cannot be construed
7584          as modifying the License.
7585
7586      You may add Your own copyright statement to Your modifications and
7587      may provide additional or different license terms and conditions
7588      for use, reproduction, or distribution of Your modifications, or
7589      for any such Derivative Works as a whole, provided Your use,
7590      reproduction, and distribution of the Work otherwise complies with
7591      the conditions stated in this License.
7592
7593   5. Submission of Contributions. Unless You explicitly state otherwise,
7594      any Contribution intentionally submitted for inclusion in the Work
7595      by You to the Licensor shall be under the terms and conditions of
7596      this License, without any additional terms or conditions.
7597      Notwithstanding the above, nothing herein shall supersede or modify
7598      the terms of any separate license agreement you may have executed
7599      with Licensor regarding such Contributions.
7600
7601   6. Trademarks. This License does not grant permission to use the trade
7602      names, trademarks, service marks, or product names of the Licensor,
7603      except as required for reasonable and customary use in describing the
7604      origin of the Work and reproducing the content of the NOTICE file.
7605
7606   7. Disclaimer of Warranty. Unless required by applicable law or
7607      agreed to in writing, Licensor provides the Work (and each
7608      Contributor provides its Contributions) on an "AS IS" BASIS,
7609      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7610      implied, including, without limitation, any warranties or conditions
7611      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7612      PARTICULAR PURPOSE. You are solely responsible for determining the
7613      appropriateness of using or redistributing the Work and assume any
7614      risks associated with Your exercise of permissions under this License.
7615
7616   8. Limitation of Liability. In no event and under no legal theory,
7617      whether in tort (including negligence), contract, or otherwise,
7618      unless required by applicable law (such as deliberate and grossly
7619      negligent acts) or agreed to in writing, shall any Contributor be
7620      liable to You for damages, including any direct, indirect, special,
7621      incidental, or consequential damages of any character arising as a
7622      result of this License or out of the use or inability to use the
7623      Work (including but not limited to damages for loss of goodwill,
7624      work stoppage, computer failure or malfunction, or any and all
7625      other commercial damages or losses), even if such Contributor
7626      has been advised of the possibility of such damages.
7627
7628   9. Accepting Warranty or Additional Liability. While redistributing
7629      the Work or Derivative Works thereof, You may choose to offer,
7630      and charge a fee for, acceptance of support, warranty, indemnity,
7631      or other liability obligations and/or rights consistent with this
7632      License. However, in accepting such obligations, You may act only
7633      on Your own behalf and on Your sole responsibility, not on behalf
7634      of any other Contributor, and only if You agree to indemnify,
7635      defend, and hold each Contributor harmless for any liability
7636      incurred by, or claims asserted against, such Contributor by reason
7637      of your accepting any such warranty or additional liability.
7638
7639   END OF TERMS AND CONDITIONS
7640
7641   APPENDIX: How to apply the Apache License to your work.
7642
7643      To apply the Apache License to your work, attach the following
7644      boilerplate notice, with the fields enclosed by brackets "[]"
7645      replaced with your own identifying information. (Don't include
7646      the brackets!)  The text should be enclosed in the appropriate
7647      comment syntax for the file format. We also recommend that a
7648      file or class name and description of purpose be included on the
7649      same "printed page" as the copyright notice for easier
7650      identification within third-party archives.
7651
7652   Copyright [yyyy] [name of copyright owner]
7653
7654   Licensed under the Apache License, Version 2.0 (the "License");
7655   you may not use this file except in compliance with the License.
7656   You may obtain a copy of the License at
7657
7658       http://www.apache.org/licenses/LICENSE-2.0
7659
7660   Unless required by applicable law or agreed to in writing, software
7661   distributed under the License is distributed on an "AS IS" BASIS,
7662   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7663   See the License for the specific language governing permissions and
7664   limitations under the License.
7665
7666
7667
7668J2ObjC:
7669
7670
7671                                 Apache License
7672                           Version 2.0, January 2004
7673                        http://www.apache.org/licenses/
7674
7675   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7676
7677   1. Definitions.
7678
7679      "License" shall mean the terms and conditions for use, reproduction,
7680      and distribution as defined by Sections 1 through 9 of this document.
7681
7682      "Licensor" shall mean the copyright owner or entity authorized by
7683      the copyright owner that is granting the License.
7684
7685      "Legal Entity" shall mean the union of the acting entity and all
7686      other entities that control, are controlled by, or are under common
7687      control with that entity. For the purposes of this definition,
7688      "control" means (i) the power, direct or indirect, to cause the
7689      direction or management of such entity, whether by contract or
7690      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7691      outstanding shares, or (iii) beneficial ownership of such entity.
7692
7693      "You" (or "Your") shall mean an individual or Legal Entity
7694      exercising permissions granted by this License.
7695
7696      "Source" form shall mean the preferred form for making modifications,
7697      including but not limited to software source code, documentation
7698      source, and configuration files.
7699
7700      "Object" form shall mean any form resulting from mechanical
7701      transformation or translation of a Source form, including but
7702      not limited to compiled object code, generated documentation,
7703      and conversions to other media types.
7704
7705      "Work" shall mean the work of authorship, whether in Source or
7706      Object form, made available under the License, as indicated by a
7707      copyright notice that is included in or attached to the work
7708      (an example is provided in the Appendix below).
7709
7710      "Derivative Works" shall mean any work, whether in Source or Object
7711      form, that is based on (or derived from) the Work and for which the
7712      editorial revisions, annotations, elaborations, or other modifications
7713      represent, as a whole, an original work of authorship. For the purposes
7714      of this License, Derivative Works shall not include works that remain
7715      separable from, or merely link (or bind by name) to the interfaces of,
7716      the Work and Derivative Works thereof.
7717
7718      "Contribution" shall mean any work of authorship, including
7719      the original version of the Work and any modifications or additions
7720      to that Work or Derivative Works thereof, that is intentionally
7721      submitted to Licensor for inclusion in the Work by the copyright owner
7722      or by an individual or Legal Entity authorized to submit on behalf of
7723      the copyright owner. For the purposes of this definition, "submitted"
7724      means any form of electronic, verbal, or written communication sent
7725      to the Licensor or its representatives, including but not limited to
7726      communication on electronic mailing lists, source code control systems,
7727      and issue tracking systems that are managed by, or on behalf of, the
7728      Licensor for the purpose of discussing and improving the Work, but
7729      excluding communication that is conspicuously marked or otherwise
7730      designated in writing by the copyright owner as "Not a Contribution."
7731
7732      "Contributor" shall mean Licensor and any individual or Legal Entity
7733      on behalf of whom a Contribution has been received by Licensor and
7734      subsequently incorporated within the Work.
7735
7736   2. Grant of Copyright License. Subject to the terms and conditions of
7737      this License, each Contributor hereby grants to You a perpetual,
7738      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7739      copyright license to reproduce, prepare Derivative Works of,
7740      publicly display, publicly perform, sublicense, and distribute the
7741      Work and such Derivative Works in Source or Object form.
7742
7743   3. Grant of Patent License. Subject to the terms and conditions of
7744      this License, each Contributor hereby grants to You a perpetual,
7745      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7746      (except as stated in this section) patent license to make, have made,
7747      use, offer to sell, sell, import, and otherwise transfer the Work,
7748      where such license applies only to those patent claims licensable
7749      by such Contributor that are necessarily infringed by their
7750      Contribution(s) alone or by combination of their Contribution(s)
7751      with the Work to which such Contribution(s) was submitted. If You
7752      institute patent litigation against any entity (including a
7753      cross-claim or counterclaim in a lawsuit) alleging that the Work
7754      or a Contribution incorporated within the Work constitutes direct
7755      or contributory patent infringement, then any patent licenses
7756      granted to You under this License for that Work shall terminate
7757      as of the date such litigation is filed.
7758
7759   4. Redistribution. You may reproduce and distribute copies of the
7760      Work or Derivative Works thereof in any medium, with or without
7761      modifications, and in Source or Object form, provided that You
7762      meet the following conditions:
7763
7764      (a) You must give any other recipients of the Work or
7765          Derivative Works a copy of this License; and
7766
7767      (b) You must cause any modified files to carry prominent notices
7768          stating that You changed the files; and
7769
7770      (c) You must retain, in the Source form of any Derivative Works
7771          that You distribute, all copyright, patent, trademark, and
7772          attribution notices from the Source form of the Work,
7773          excluding those notices that do not pertain to any part of
7774          the Derivative Works; and
7775
7776      (d) If the Work includes a "NOTICE" text file as part of its
7777          distribution, then any Derivative Works that You distribute must
7778          include a readable copy of the attribution notices contained
7779          within such NOTICE file, excluding those notices that do not
7780          pertain to any part of the Derivative Works, in at least one
7781          of the following places: within a NOTICE text file distributed
7782          as part of the Derivative Works; within the Source form or
7783          documentation, if provided along with the Derivative Works; or,
7784          within a display generated by the Derivative Works, if and
7785          wherever such third-party notices normally appear. The contents
7786          of the NOTICE file are for informational purposes only and
7787          do not modify the License. You may add Your own attribution
7788          notices within Derivative Works that You distribute, alongside
7789          or as an addendum to the NOTICE text from the Work, provided
7790          that such additional attribution notices cannot be construed
7791          as modifying the License.
7792
7793      You may add Your own copyright statement to Your modifications and
7794      may provide additional or different license terms and conditions
7795      for use, reproduction, or distribution of Your modifications, or
7796      for any such Derivative Works as a whole, provided Your use,
7797      reproduction, and distribution of the Work otherwise complies with
7798      the conditions stated in this License.
7799
7800   5. Submission of Contributions. Unless You explicitly state otherwise,
7801      any Contribution intentionally submitted for inclusion in the Work
7802      by You to the Licensor shall be under the terms and conditions of
7803      this License, without any additional terms or conditions.
7804      Notwithstanding the above, nothing herein shall supersede or modify
7805      the terms of any separate license agreement you may have executed
7806      with Licensor regarding such Contributions.
7807
7808   6. Trademarks. This License does not grant permission to use the trade
7809      names, trademarks, service marks, or product names of the Licensor,
7810      except as required for reasonable and customary use in describing the
7811      origin of the Work and reproducing the content of the NOTICE file.
7812
7813   7. Disclaimer of Warranty. Unless required by applicable law or
7814      agreed to in writing, Licensor provides the Work (and each
7815      Contributor provides its Contributions) on an "AS IS" BASIS,
7816      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7817      implied, including, without limitation, any warranties or conditions
7818      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7819      PARTICULAR PURPOSE. You are solely responsible for determining the
7820      appropriateness of using or redistributing the Work and assume any
7821      risks associated with Your exercise of permissions under this License.
7822
7823   8. Limitation of Liability. In no event and under no legal theory,
7824      whether in tort (including negligence), contract, or otherwise,
7825      unless required by applicable law (such as deliberate and grossly
7826      negligent acts) or agreed to in writing, shall any Contributor be
7827      liable to You for damages, including any direct, indirect, special,
7828      incidental, or consequential damages of any character arising as a
7829      result of this License or out of the use or inability to use the
7830      Work (including but not limited to damages for loss of goodwill,
7831      work stoppage, computer failure or malfunction, or any and all
7832      other commercial damages or losses), even if such Contributor
7833      has been advised of the possibility of such damages.
7834
7835   9. Accepting Warranty or Additional Liability. While redistributing
7836      the Work or Derivative Works thereof, You may choose to offer,
7837      and charge a fee for, acceptance of support, warranty, indemnity,
7838      or other liability obligations and/or rights consistent with this
7839      License. However, in accepting such obligations, You may act only
7840      on Your own behalf and on Your sole responsibility, not on behalf
7841      of any other Contributor, and only if You agree to indemnify,
7842      defend, and hold each Contributor harmless for any liability
7843      incurred by, or claims asserted against, such Contributor by reason
7844      of your accepting any such warranty or additional liability.
7845
7846   END OF TERMS AND CONDITIONS
7847
7848   APPENDIX: How to apply the Apache License to your work.
7849
7850      To apply the Apache License to your work, attach the following
7851      boilerplate notice, with the fields enclosed by brackets "[]"
7852      replaced with your own identifying information. (Don't include
7853      the brackets!)  The text should be enclosed in the appropriate
7854      comment syntax for the file format. We also recommend that a
7855      file or class name and description of purpose be included on the
7856      same "printed page" as the copyright notice for easier
7857      identification within third-party archives.
7858
7859   Copyright [yyyy] [name of copyright owner]
7860
7861   Licensed under the Apache License, Version 2.0 (the "License");
7862   you may not use this file except in compliance with the License.
7863   You may obtain a copy of the License at
7864
7865       http://www.apache.org/licenses/LICENSE-2.0
7866
7867   Unless required by applicable law or agreed to in writing, software
7868   distributed under the License is distributed on an "AS IS" BASIS,
7869   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7870   See the License for the specific language governing permissions and
7871   limitations under the License.
7872
7873
7874JSR 250:
7875
7876
7877                                 Apache License
7878                           Version 2.0, January 2004
7879                        http://www.apache.org/licenses/
7880
7881   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7882
7883   1. Definitions.
7884
7885      "License" shall mean the terms and conditions for use, reproduction,
7886      and distribution as defined by Sections 1 through 9 of this document.
7887
7888      "Licensor" shall mean the copyright owner or entity authorized by
7889      the copyright owner that is granting the License.
7890
7891      "Legal Entity" shall mean the union of the acting entity and all
7892      other entities that control, are controlled by, or are under common
7893      control with that entity. For the purposes of this definition,
7894      "control" means (i) the power, direct or indirect, to cause the
7895      direction or management of such entity, whether by contract or
7896      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7897      outstanding shares, or (iii) beneficial ownership of such entity.
7898
7899      "You" (or "Your") shall mean an individual or Legal Entity
7900      exercising permissions granted by this License.
7901
7902      "Source" form shall mean the preferred form for making modifications,
7903      including but not limited to software source code, documentation
7904      source, and configuration files.
7905
7906      "Object" form shall mean any form resulting from mechanical
7907      transformation or translation of a Source form, including but
7908      not limited to compiled object code, generated documentation,
7909      and conversions to other media types.
7910
7911      "Work" shall mean the work of authorship, whether in Source or
7912      Object form, made available under the License, as indicated by a
7913      copyright notice that is included in or attached to the work
7914      (an example is provided in the Appendix below).
7915
7916      "Derivative Works" shall mean any work, whether in Source or Object
7917      form, that is based on (or derived from) the Work and for which the
7918      editorial revisions, annotations, elaborations, or other modifications
7919      represent, as a whole, an original work of authorship. For the purposes
7920      of this License, Derivative Works shall not include works that remain
7921      separable from, or merely link (or bind by name) to the interfaces of,
7922      the Work and Derivative Works thereof.
7923
7924      "Contribution" shall mean any work of authorship, including
7925      the original version of the Work and any modifications or additions
7926      to that Work or Derivative Works thereof, that is intentionally
7927      submitted to Licensor for inclusion in the Work by the copyright owner
7928      or by an individual or Legal Entity authorized to submit on behalf of
7929      the copyright owner. For the purposes of this definition, "submitted"
7930      means any form of electronic, verbal, or written communication sent
7931      to the Licensor or its representatives, including but not limited to
7932      communication on electronic mailing lists, source code control systems,
7933      and issue tracking systems that are managed by, or on behalf of, the
7934      Licensor for the purpose of discussing and improving the Work, but
7935      excluding communication that is conspicuously marked or otherwise
7936      designated in writing by the copyright owner as "Not a Contribution."
7937
7938      "Contributor" shall mean Licensor and any individual or Legal Entity
7939      on behalf of whom a Contribution has been received by Licensor and
7940      subsequently incorporated within the Work.
7941
7942   2. Grant of Copyright License. Subject to the terms and conditions of
7943      this License, each Contributor hereby grants to You a perpetual,
7944      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7945      copyright license to reproduce, prepare Derivative Works of,
7946      publicly display, publicly perform, sublicense, and distribute the
7947      Work and such Derivative Works in Source or Object form.
7948
7949   3. Grant of Patent License. Subject to the terms and conditions of
7950      this License, each Contributor hereby grants to You a perpetual,
7951      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7952      (except as stated in this section) patent license to make, have made,
7953      use, offer to sell, sell, import, and otherwise transfer the Work,
7954      where such license applies only to those patent claims licensable
7955      by such Contributor that are necessarily infringed by their
7956      Contribution(s) alone or by combination of their Contribution(s)
7957      with the Work to which such Contribution(s) was submitted. If You
7958      institute patent litigation against any entity (including a
7959      cross-claim or counterclaim in a lawsuit) alleging that the Work
7960      or a Contribution incorporated within the Work constitutes direct
7961      or contributory patent infringement, then any patent licenses
7962      granted to You under this License for that Work shall terminate
7963      as of the date such litigation is filed.
7964
7965   4. Redistribution. You may reproduce and distribute copies of the
7966      Work or Derivative Works thereof in any medium, with or without
7967      modifications, and in Source or Object form, provided that You
7968      meet the following conditions:
7969
7970      (a) You must give any other recipients of the Work or
7971          Derivative Works a copy of this License; and
7972
7973      (b) You must cause any modified files to carry prominent notices
7974          stating that You changed the files; and
7975
7976      (c) You must retain, in the Source form of any Derivative Works
7977          that You distribute, all copyright, patent, trademark, and
7978          attribution notices from the Source form of the Work,
7979          excluding those notices that do not pertain to any part of
7980          the Derivative Works; and
7981
7982      (d) If the Work includes a "NOTICE" text file as part of its
7983          distribution, then any Derivative Works that You distribute must
7984          include a readable copy of the attribution notices contained
7985          within such NOTICE file, excluding those notices that do not
7986          pertain to any part of the Derivative Works, in at least one
7987          of the following places: within a NOTICE text file distributed
7988          as part of the Derivative Works; within the Source form or
7989          documentation, if provided along with the Derivative Works; or,
7990          within a display generated by the Derivative Works, if and
7991          wherever such third-party notices normally appear. The contents
7992          of the NOTICE file are for informational purposes only and
7993          do not modify the License. You may add Your own attribution
7994          notices within Derivative Works that You distribute, alongside
7995          or as an addendum to the NOTICE text from the Work, provided
7996          that such additional attribution notices cannot be construed
7997          as modifying the License.
7998
7999      You may add Your own copyright statement to Your modifications and
8000      may provide additional or different license terms and conditions
8001      for use, reproduction, or distribution of Your modifications, or
8002      for any such Derivative Works as a whole, provided Your use,
8003      reproduction, and distribution of the Work otherwise complies with
8004      the conditions stated in this License.
8005
8006   5. Submission of Contributions. Unless You explicitly state otherwise,
8007      any Contribution intentionally submitted for inclusion in the Work
8008      by You to the Licensor shall be under the terms and conditions of
8009      this License, without any additional terms or conditions.
8010      Notwithstanding the above, nothing herein shall supersede or modify
8011      the terms of any separate license agreement you may have executed
8012      with Licensor regarding such Contributions.
8013
8014   6. Trademarks. This License does not grant permission to use the trade
8015      names, trademarks, service marks, or product names of the Licensor,
8016      except as required for reasonable and customary use in describing the
8017      origin of the Work and reproducing the content of the NOTICE file.
8018
8019   7. Disclaimer of Warranty. Unless required by applicable law or
8020      agreed to in writing, Licensor provides the Work (and each
8021      Contributor provides its Contributions) on an "AS IS" BASIS,
8022      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8023      implied, including, without limitation, any warranties or conditions
8024      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8025      PARTICULAR PURPOSE. You are solely responsible for determining the
8026      appropriateness of using or redistributing the Work and assume any
8027      risks associated with Your exercise of permissions under this License.
8028
8029   8. Limitation of Liability. In no event and under no legal theory,
8030      whether in tort (including negligence), contract, or otherwise,
8031      unless required by applicable law (such as deliberate and grossly
8032      negligent acts) or agreed to in writing, shall any Contributor be
8033      liable to You for damages, including any direct, indirect, special,
8034      incidental, or consequential damages of any character arising as a
8035      result of this License or out of the use or inability to use the
8036      Work (including but not limited to damages for loss of goodwill,
8037      work stoppage, computer failure or malfunction, or any and all
8038      other commercial damages or losses), even if such Contributor
8039      has been advised of the possibility of such damages.
8040
8041   9. Accepting Warranty or Additional Liability. While redistributing
8042      the Work or Derivative Works thereof, You may choose to offer,
8043      and charge a fee for, acceptance of support, warranty, indemnity,
8044      or other liability obligations and/or rights consistent with this
8045      License. However, in accepting such obligations, You may act only
8046      on Your own behalf and on Your sole responsibility, not on behalf
8047      of any other Contributor, and only if You agree to indemnify,
8048      defend, and hold each Contributor harmless for any liability
8049      incurred by, or claims asserted against, such Contributor by reason
8050      of your accepting any such warranty or additional liability.
8051
8052   END OF TERMS AND CONDITIONS
8053
8054   APPENDIX: How to apply the Apache License to your work.
8055
8056      To apply the Apache License to your work, attach the following
8057      boilerplate notice, with the fields enclosed by brackets "[]"
8058      replaced with your own identifying information. (Don't include
8059      the brackets!)  The text should be enclosed in the appropriate
8060      comment syntax for the file format. We also recommend that a
8061      file or class name and description of purpose be included on the
8062      same "printed page" as the copyright notice for easier
8063      identification within third-party archives.
8064
8065   Copyright [yyyy] [name of copyright owner]
8066
8067   Licensed under the Apache License, Version 2.0 (the "License");
8068   you may not use this file except in compliance with the License.
8069   You may obtain a copy of the License at
8070
8071       http://www.apache.org/licenses/LICENSE-2.0
8072
8073   Unless required by applicable law or agreed to in writing, software
8074   distributed under the License is distributed on an "AS IS" BASIS,
8075   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8076   See the License for the specific language governing permissions and
8077   limitations under the License.
8078
8079
8080JSR 330:
8081
8082JSR-330
8083                                 Apache License
8084                           Version 2.0, January 2004
8085                        http://www.apache.org/licenses/
8086
8087   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8088
8089   1. Definitions.
8090
8091      "License" shall mean the terms and conditions for use, reproduction,
8092      and distribution as defined by Sections 1 through 9 of this document.
8093
8094      "Licensor" shall mean the copyright owner or entity authorized by
8095      the copyright owner that is granting the License.
8096
8097      "Legal Entity" shall mean the union of the acting entity and all
8098      other entities that control, are controlled by, or are under common
8099      control with that entity. For the purposes of this definition,
8100      "control" means (i) the power, direct or indirect, to cause the
8101      direction or management of such entity, whether by contract or
8102      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8103      outstanding shares, or (iii) beneficial ownership of such entity.
8104
8105      "You" (or "Your") shall mean an individual or Legal Entity
8106      exercising permissions granted by this License.
8107
8108      "Source" form shall mean the preferred form for making modifications,
8109      including but not limited to software source code, documentation
8110      source, and configuration files.
8111
8112      "Object" form shall mean any form resulting from mechanical
8113      transformation or translation of a Source form, including but
8114      not limited to compiled object code, generated documentation,
8115      and conversions to other media types.
8116
8117      "Work" shall mean the work of authorship, whether in Source or
8118      Object form, made available under the License, as indicated by a
8119      copyright notice that is included in or attached to the work
8120      (an example is provided in the Appendix below).
8121
8122      "Derivative Works" shall mean any work, whether in Source or Object
8123      form, that is based on (or derived from) the Work and for which the
8124      editorial revisions, annotations, elaborations, or other modifications
8125      represent, as a whole, an original work of authorship. For the purposes
8126      of this License, Derivative Works shall not include works that remain
8127      separable from, or merely link (or bind by name) to the interfaces of,
8128      the Work and Derivative Works thereof.
8129
8130      "Contribution" shall mean any work of authorship, including
8131      the original version of the Work and any modifications or additions
8132      to that Work or Derivative Works thereof, that is intentionally
8133      submitted to Licensor for inclusion in the Work by the copyright owner
8134      or by an individual or Legal Entity authorized to submit on behalf of
8135      the copyright owner. For the purposes of this definition, "submitted"
8136      means any form of electronic, verbal, or written communication sent
8137      to the Licensor or its representatives, including but not limited to
8138      communication on electronic mailing lists, source code control systems,
8139      and issue tracking systems that are managed by, or on behalf of, the
8140      Licensor for the purpose of discussing and improving the Work, but
8141      excluding communication that is conspicuously marked or otherwise
8142      designated in writing by the copyright owner as "Not a Contribution."
8143
8144      "Contributor" shall mean Licensor and any individual or Legal Entity
8145      on behalf of whom a Contribution has been received by Licensor and
8146      subsequently incorporated within the Work.
8147
8148   2. Grant of Copyright License. Subject to the terms and conditions of
8149      this License, each Contributor hereby grants to You a perpetual,
8150      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8151      copyright license to reproduce, prepare Derivative Works of,
8152      publicly display, publicly perform, sublicense, and distribute the
8153      Work and such Derivative Works in Source or Object form.
8154
8155   3. Grant of Patent License. Subject to the terms and conditions of
8156      this License, each Contributor hereby grants to You a perpetual,
8157      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8158      (except as stated in this section) patent license to make, have made,
8159      use, offer to sell, sell, import, and otherwise transfer the Work,
8160      where such license applies only to those patent claims licensable
8161      by such Contributor that are necessarily infringed by their
8162      Contribution(s) alone or by combination of their Contribution(s)
8163      with the Work to which such Contribution(s) was submitted. If You
8164      institute patent litigation against any entity (including a
8165      cross-claim or counterclaim in a lawsuit) alleging that the Work
8166      or a Contribution incorporated within the Work constitutes direct
8167      or contributory patent infringement, then any patent licenses
8168      granted to You under this License for that Work shall terminate
8169      as of the date such litigation is filed.
8170
8171   4. Redistribution. You may reproduce and distribute copies of the
8172      Work or Derivative Works thereof in any medium, with or without
8173      modifications, and in Source or Object form, provided that You
8174      meet the following conditions:
8175
8176      (a) You must give any other recipients of the Work or
8177          Derivative Works a copy of this License; and
8178
8179      (b) You must cause any modified files to carry prominent notices
8180          stating that You changed the files; and
8181
8182      (c) You must retain, in the Source form of any Derivative Works
8183          that You distribute, all copyright, patent, trademark, and
8184          attribution notices from the Source form of the Work,
8185          excluding those notices that do not pertain to any part of
8186          the Derivative Works; and
8187
8188      (d) If the Work includes a "NOTICE" text file as part of its
8189          distribution, then any Derivative Works that You distribute must
8190          include a readable copy of the attribution notices contained
8191          within such NOTICE file, excluding those notices that do not
8192          pertain to any part of the Derivative Works, in at least one
8193          of the following places: within a NOTICE text file distributed
8194          as part of the Derivative Works; within the Source form or
8195          documentation, if provided along with the Derivative Works; or,
8196          within a display generated by the Derivative Works, if and
8197          wherever such third-party notices normally appear. The contents
8198          of the NOTICE file are for informational purposes only and
8199          do not modify the License. You may add Your own attribution
8200          notices within Derivative Works that You distribute, alongside
8201          or as an addendum to the NOTICE text from the Work, provided
8202          that such additional attribution notices cannot be construed
8203          as modifying the License.
8204
8205      You may add Your own copyright statement to Your modifications and
8206      may provide additional or different license terms and conditions
8207      for use, reproduction, or distribution of Your modifications, or
8208      for any such Derivative Works as a whole, provided Your use,
8209      reproduction, and distribution of the Work otherwise complies with
8210      the conditions stated in this License.
8211
8212   5. Submission of Contributions. Unless You explicitly state otherwise,
8213      any Contribution intentionally submitted for inclusion in the Work
8214      by You to the Licensor shall be under the terms and conditions of
8215      this License, without any additional terms or conditions.
8216      Notwithstanding the above, nothing herein shall supersede or modify
8217      the terms of any separate license agreement you may have executed
8218      with Licensor regarding such Contributions.
8219
8220   6. Trademarks. This License does not grant permission to use the trade
8221      names, trademarks, service marks, or product names of the Licensor,
8222      except as required for reasonable and customary use in describing the
8223      origin of the Work and reproducing the content of the NOTICE file.
8224
8225   7. Disclaimer of Warranty. Unless required by applicable law or
8226      agreed to in writing, Licensor provides the Work (and each
8227      Contributor provides its Contributions) on an "AS IS" BASIS,
8228      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8229      implied, including, without limitation, any warranties or conditions
8230      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8231      PARTICULAR PURPOSE. You are solely responsible for determining the
8232      appropriateness of using or redistributing the Work and assume any
8233      risks associated with Your exercise of permissions under this License.
8234
8235   8. Limitation of Liability. In no event and under no legal theory,
8236      whether in tort (including negligence), contract, or otherwise,
8237      unless required by applicable law (such as deliberate and grossly
8238      negligent acts) or agreed to in writing, shall any Contributor be
8239      liable to You for damages, including any direct, indirect, special,
8240      incidental, or consequential damages of any character arising as a
8241      result of this License or out of the use or inability to use the
8242      Work (including but not limited to damages for loss of goodwill,
8243      work stoppage, computer failure or malfunction, or any and all
8244      other commercial damages or losses), even if such Contributor
8245      has been advised of the possibility of such damages.
8246
8247   9. Accepting Warranty or Additional Liability. While redistributing
8248      the Work or Derivative Works thereof, You may choose to offer,
8249      and charge a fee for, acceptance of support, warranty, indemnity,
8250      or other liability obligations and/or rights consistent with this
8251      License. However, in accepting such obligations, You may act only
8252      on Your own behalf and on Your sole responsibility, not on behalf
8253      of any other Contributor, and only if You agree to indemnify,
8254      defend, and hold each Contributor harmless for any liability
8255      incurred by, or claims asserted against, such Contributor by reason
8256      of your accepting any such warranty or additional liability.
8257
8258   END OF TERMS AND CONDITIONS
8259
8260   APPENDIX: How to apply the Apache License to your work.
8261
8262      To apply the Apache License to your work, attach the following
8263      boilerplate notice, with the fields enclosed by brackets "[]"
8264      replaced with your own identifying information. (Don't include
8265      the brackets!)  The text should be enclosed in the appropriate
8266      comment syntax for the file format. We also recommend that a
8267      file or class name and description of purpose be included on the
8268      same "printed page" as the copyright notice for easier
8269      identification within third-party archives.
8270
8271   Copyright [yyyy] [name of copyright owner]
8272
8273   Licensed under the Apache License, Version 2.0 (the "License");
8274   you may not use this file except in compliance with the License.
8275   You may obtain a copy of the License at
8276
8277       http://www.apache.org/licenses/LICENSE-2.0
8278
8279   Unless required by applicable law or agreed to in writing, software
8280   distributed under the License is distributed on an "AS IS" BASIS,
8281   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8282   See the License for the specific language governing permissions and
8283   limitations under the License.
8284
8285
8286Material Components for Android:
8287
8288
8289                                 Apache License
8290                           Version 2.0, January 2004
8291                        http://www.apache.org/licenses/
8292
8293   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8294
8295   1. Definitions.
8296
8297      "License" shall mean the terms and conditions for use, reproduction,
8298      and distribution as defined by Sections 1 through 9 of this document.
8299
8300      "Licensor" shall mean the copyright owner or entity authorized by
8301      the copyright owner that is granting the License.
8302
8303      "Legal Entity" shall mean the union of the acting entity and all
8304      other entities that control, are controlled by, or are under common
8305      control with that entity. For the purposes of this definition,
8306      "control" means (i) the power, direct or indirect, to cause the
8307      direction or management of such entity, whether by contract or
8308      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8309      outstanding shares, or (iii) beneficial ownership of such entity.
8310
8311      "You" (or "Your") shall mean an individual or Legal Entity
8312      exercising permissions granted by this License.
8313
8314      "Source" form shall mean the preferred form for making modifications,
8315      including but not limited to software source code, documentation
8316      source, and configuration files.
8317
8318      "Object" form shall mean any form resulting from mechanical
8319      transformation or translation of a Source form, including but
8320      not limited to compiled object code, generated documentation,
8321      and conversions to other media types.
8322
8323      "Work" shall mean the work of authorship, whether in Source or
8324      Object form, made available under the License, as indicated by a
8325      copyright notice that is included in or attached to the work
8326      (an example is provided in the Appendix below).
8327
8328      "Derivative Works" shall mean any work, whether in Source or Object
8329      form, that is based on (or derived from) the Work and for which the
8330      editorial revisions, annotations, elaborations, or other modifications
8331      represent, as a whole, an original work of authorship. For the purposes
8332      of this License, Derivative Works shall not include works that remain
8333      separable from, or merely link (or bind by name) to the interfaces of,
8334      the Work and Derivative Works thereof.
8335
8336      "Contribution" shall mean any work of authorship, including
8337      the original version of the Work and any modifications or additions
8338      to that Work or Derivative Works thereof, that is intentionally
8339      submitted to Licensor for inclusion in the Work by the copyright owner
8340      or by an individual or Legal Entity authorized to submit on behalf of
8341      the copyright owner. For the purposes of this definition, "submitted"
8342      means any form of electronic, verbal, or written communication sent
8343      to the Licensor or its representatives, including but not limited to
8344      communication on electronic mailing lists, source code control systems,
8345      and issue tracking systems that are managed by, or on behalf of, the
8346      Licensor for the purpose of discussing and improving the Work, but
8347      excluding communication that is conspicuously marked or otherwise
8348      designated in writing by the copyright owner as "Not a Contribution."
8349
8350      "Contributor" shall mean Licensor and any individual or Legal Entity
8351      on behalf of whom a Contribution has been received by Licensor and
8352      subsequently incorporated within the Work.
8353
8354   2. Grant of Copyright License. Subject to the terms and conditions of
8355      this License, each Contributor hereby grants to You a perpetual,
8356      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8357      copyright license to reproduce, prepare Derivative Works of,
8358      publicly display, publicly perform, sublicense, and distribute the
8359      Work and such Derivative Works in Source or Object form.
8360
8361   3. Grant of Patent License. Subject to the terms and conditions of
8362      this License, each Contributor hereby grants to You a perpetual,
8363      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8364      (except as stated in this section) patent license to make, have made,
8365      use, offer to sell, sell, import, and otherwise transfer the Work,
8366      where such license applies only to those patent claims licensable
8367      by such Contributor that are necessarily infringed by their
8368      Contribution(s) alone or by combination of their Contribution(s)
8369      with the Work to which such Contribution(s) was submitted. If You
8370      institute patent litigation against any entity (including a
8371      cross-claim or counterclaim in a lawsuit) alleging that the Work
8372      or a Contribution incorporated within the Work constitutes direct
8373      or contributory patent infringement, then any patent licenses
8374      granted to You under this License for that Work shall terminate
8375      as of the date such litigation is filed.
8376
8377   4. Redistribution. You may reproduce and distribute copies of the
8378      Work or Derivative Works thereof in any medium, with or without
8379      modifications, and in Source or Object form, provided that You
8380      meet the following conditions:
8381
8382      (a) You must give any other recipients of the Work or
8383          Derivative Works a copy of this License; and
8384
8385      (b) You must cause any modified files to carry prominent notices
8386          stating that You changed the files; and
8387
8388      (c) You must retain, in the Source form of any Derivative Works
8389          that You distribute, all copyright, patent, trademark, and
8390          attribution notices from the Source form of the Work,
8391          excluding those notices that do not pertain to any part of
8392          the Derivative Works; and
8393
8394      (d) If the Work includes a "NOTICE" text file as part of its
8395          distribution, then any Derivative Works that You distribute must
8396          include a readable copy of the attribution notices contained
8397          within such NOTICE file, excluding those notices that do not
8398          pertain to any part of the Derivative Works, in at least one
8399          of the following places: within a NOTICE text file distributed
8400          as part of the Derivative Works; within the Source form or
8401          documentation, if provided along with the Derivative Works; or,
8402          within a display generated by the Derivative Works, if and
8403          wherever such third-party notices normally appear. The contents
8404          of the NOTICE file are for informational purposes only and
8405          do not modify the License. You may add Your own attribution
8406          notices within Derivative Works that You distribute, alongside
8407          or as an addendum to the NOTICE text from the Work, provided
8408          that such additional attribution notices cannot be construed
8409          as modifying the License.
8410
8411      You may add Your own copyright statement to Your modifications and
8412      may provide additional or different license terms and conditions
8413      for use, reproduction, or distribution of Your modifications, or
8414      for any such Derivative Works as a whole, provided Your use,
8415      reproduction, and distribution of the Work otherwise complies with
8416      the conditions stated in this License.
8417
8418   5. Submission of Contributions. Unless You explicitly state otherwise,
8419      any Contribution intentionally submitted for inclusion in the Work
8420      by You to the Licensor shall be under the terms and conditions of
8421      this License, without any additional terms or conditions.
8422      Notwithstanding the above, nothing herein shall supersede or modify
8423      the terms of any separate license agreement you may have executed
8424      with Licensor regarding such Contributions.
8425
8426   6. Trademarks. This License does not grant permission to use the trade
8427      names, trademarks, service marks, or product names of the Licensor,
8428      except as required for reasonable and customary use in describing the
8429      origin of the Work and reproducing the content of the NOTICE file.
8430
8431   7. Disclaimer of Warranty. Unless required by applicable law or
8432      agreed to in writing, Licensor provides the Work (and each
8433      Contributor provides its Contributions) on an "AS IS" BASIS,
8434      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8435      implied, including, without limitation, any warranties or conditions
8436      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8437      PARTICULAR PURPOSE. You are solely responsible for determining the
8438      appropriateness of using or redistributing the Work and assume any
8439      risks associated with Your exercise of permissions under this License.
8440
8441   8. Limitation of Liability. In no event and under no legal theory,
8442      whether in tort (including negligence), contract, or otherwise,
8443      unless required by applicable law (such as deliberate and grossly
8444      negligent acts) or agreed to in writing, shall any Contributor be
8445      liable to You for damages, including any direct, indirect, special,
8446      incidental, or consequential damages of any character arising as a
8447      result of this License or out of the use or inability to use the
8448      Work (including but not limited to damages for loss of goodwill,
8449      work stoppage, computer failure or malfunction, or any and all
8450      other commercial damages or losses), even if such Contributor
8451      has been advised of the possibility of such damages.
8452
8453   9. Accepting Warranty or Additional Liability. While redistributing
8454      the Work or Derivative Works thereof, You may choose to offer,
8455      and charge a fee for, acceptance of support, warranty, indemnity,
8456      or other liability obligations and/or rights consistent with this
8457      License. However, in accepting such obligations, You may act only
8458      on Your own behalf and on Your sole responsibility, not on behalf
8459      of any other Contributor, and only if You agree to indemnify,
8460      defend, and hold each Contributor harmless for any liability
8461      incurred by, or claims asserted against, such Contributor by reason
8462      of your accepting any such warranty or additional liability.
8463
8464   END OF TERMS AND CONDITIONS
8465
8466   APPENDIX: How to apply the Apache License to your work.
8467
8468      To apply the Apache License to your work, attach the following
8469      boilerplate notice, with the fields enclosed by brackets "[]"
8470      replaced with your own identifying information. (Don't include
8471      the brackets!)  The text should be enclosed in the appropriate
8472      comment syntax for the file format. We also recommend that a
8473      file or class name and description of purpose be included on the
8474      same "printed page" as the copyright notice for easier
8475      identification within third-party archives.
8476
8477   Copyright [yyyy] [name of copyright owner]
8478
8479   Licensed under the Apache License, Version 2.0 (the "License");
8480   you may not use this file except in compliance with the License.
8481   You may obtain a copy of the License at
8482
8483       http://www.apache.org/licenses/LICENSE-2.0
8484
8485   Unless required by applicable law or agreed to in writing, software
8486   distributed under the License is distributed on an "AS IS" BASIS,
8487   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8488   See the License for the specific language governing permissions and
8489   limitations under the License.
8490
8491
8492OkHttp:
8493
8494
8495                                 Apache License
8496                           Version 2.0, January 2004
8497                        http://www.apache.org/licenses/
8498
8499   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8500
8501   1. Definitions.
8502
8503      "License" shall mean the terms and conditions for use, reproduction,
8504      and distribution as defined by Sections 1 through 9 of this document.
8505
8506      "Licensor" shall mean the copyright owner or entity authorized by
8507      the copyright owner that is granting the License.
8508
8509      "Legal Entity" shall mean the union of the acting entity and all
8510      other entities that control, are controlled by, or are under common
8511      control with that entity. For the purposes of this definition,
8512      "control" means (i) the power, direct or indirect, to cause the
8513      direction or management of such entity, whether by contract or
8514      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8515      outstanding shares, or (iii) beneficial ownership of such entity.
8516
8517      "You" (or "Your") shall mean an individual or Legal Entity
8518      exercising permissions granted by this License.
8519
8520      "Source" form shall mean the preferred form for making modifications,
8521      including but not limited to software source code, documentation
8522      source, and configuration files.
8523
8524      "Object" form shall mean any form resulting from mechanical
8525      transformation or translation of a Source form, including but
8526      not limited to compiled object code, generated documentation,
8527      and conversions to other media types.
8528
8529      "Work" shall mean the work of authorship, whether in Source or
8530      Object form, made available under the License, as indicated by a
8531      copyright notice that is included in or attached to the work
8532      (an example is provided in the Appendix below).
8533
8534      "Derivative Works" shall mean any work, whether in Source or Object
8535      form, that is based on (or derived from) the Work and for which the
8536      editorial revisions, annotations, elaborations, or other modifications
8537      represent, as a whole, an original work of authorship. For the purposes
8538      of this License, Derivative Works shall not include works that remain
8539      separable from, or merely link (or bind by name) to the interfaces of,
8540      the Work and Derivative Works thereof.
8541
8542      "Contribution" shall mean any work of authorship, including
8543      the original version of the Work and any modifications or additions
8544      to that Work or Derivative Works thereof, that is intentionally
8545      submitted to Licensor for inclusion in the Work by the copyright owner
8546      or by an individual or Legal Entity authorized to submit on behalf of
8547      the copyright owner. For the purposes of this definition, "submitted"
8548      means any form of electronic, verbal, or written communication sent
8549      to the Licensor or its representatives, including but not limited to
8550      communication on electronic mailing lists, source code control systems,
8551      and issue tracking systems that are managed by, or on behalf of, the
8552      Licensor for the purpose of discussing and improving the Work, but
8553      excluding communication that is conspicuously marked or otherwise
8554      designated in writing by the copyright owner as "Not a Contribution."
8555
8556      "Contributor" shall mean Licensor and any individual or Legal Entity
8557      on behalf of whom a Contribution has been received by Licensor and
8558      subsequently incorporated within the Work.
8559
8560   2. Grant of Copyright License. Subject to the terms and conditions of
8561      this License, each Contributor hereby grants to You a perpetual,
8562      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8563      copyright license to reproduce, prepare Derivative Works of,
8564      publicly display, publicly perform, sublicense, and distribute the
8565      Work and such Derivative Works in Source or Object form.
8566
8567   3. Grant of Patent License. Subject to the terms and conditions of
8568      this License, each Contributor hereby grants to You a perpetual,
8569      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8570      (except as stated in this section) patent license to make, have made,
8571      use, offer to sell, sell, import, and otherwise transfer the Work,
8572      where such license applies only to those patent claims licensable
8573      by such Contributor that are necessarily infringed by their
8574      Contribution(s) alone or by combination of their Contribution(s)
8575      with the Work to which such Contribution(s) was submitted. If You
8576      institute patent litigation against any entity (including a
8577      cross-claim or counterclaim in a lawsuit) alleging that the Work
8578      or a Contribution incorporated within the Work constitutes direct
8579      or contributory patent infringement, then any patent licenses
8580      granted to You under this License for that Work shall terminate
8581      as of the date such litigation is filed.
8582
8583   4. Redistribution. You may reproduce and distribute copies of the
8584      Work or Derivative Works thereof in any medium, with or without
8585      modifications, and in Source or Object form, provided that You
8586      meet the following conditions:
8587
8588      (a) You must give any other recipients of the Work or
8589          Derivative Works a copy of this License; and
8590
8591      (b) You must cause any modified files to carry prominent notices
8592          stating that You changed the files; and
8593
8594      (c) You must retain, in the Source form of any Derivative Works
8595          that You distribute, all copyright, patent, trademark, and
8596          attribution notices from the Source form of the Work,
8597          excluding those notices that do not pertain to any part of
8598          the Derivative Works; and
8599
8600      (d) If the Work includes a "NOTICE" text file as part of its
8601          distribution, then any Derivative Works that You distribute must
8602          include a readable copy of the attribution notices contained
8603          within such NOTICE file, excluding those notices that do not
8604          pertain to any part of the Derivative Works, in at least one
8605          of the following places: within a NOTICE text file distributed
8606          as part of the Derivative Works; within the Source form or
8607          documentation, if provided along with the Derivative Works; or,
8608          within a display generated by the Derivative Works, if and
8609          wherever such third-party notices normally appear. The contents
8610          of the NOTICE file are for informational purposes only and
8611          do not modify the License. You may add Your own attribution
8612          notices within Derivative Works that You distribute, alongside
8613          or as an addendum to the NOTICE text from the Work, provided
8614          that such additional attribution notices cannot be construed
8615          as modifying the License.
8616
8617      You may add Your own copyright statement to Your modifications and
8618      may provide additional or different license terms and conditions
8619      for use, reproduction, or distribution of Your modifications, or
8620      for any such Derivative Works as a whole, provided Your use,
8621      reproduction, and distribution of the Work otherwise complies with
8622      the conditions stated in this License.
8623
8624   5. Submission of Contributions. Unless You explicitly state otherwise,
8625      any Contribution intentionally submitted for inclusion in the Work
8626      by You to the Licensor shall be under the terms and conditions of
8627      this License, without any additional terms or conditions.
8628      Notwithstanding the above, nothing herein shall supersede or modify
8629      the terms of any separate license agreement you may have executed
8630      with Licensor regarding such Contributions.
8631
8632   6. Trademarks. This License does not grant permission to use the trade
8633      names, trademarks, service marks, or product names of the Licensor,
8634      except as required for reasonable and customary use in describing the
8635      origin of the Work and reproducing the content of the NOTICE file.
8636
8637   7. Disclaimer of Warranty. Unless required by applicable law or
8638      agreed to in writing, Licensor provides the Work (and each
8639      Contributor provides its Contributions) on an "AS IS" BASIS,
8640      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8641      implied, including, without limitation, any warranties or conditions
8642      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8643      PARTICULAR PURPOSE. You are solely responsible for determining the
8644      appropriateness of using or redistributing the Work and assume any
8645      risks associated with Your exercise of permissions under this License.
8646
8647   8. Limitation of Liability. In no event and under no legal theory,
8648      whether in tort (including negligence), contract, or otherwise,
8649      unless required by applicable law (such as deliberate and grossly
8650      negligent acts) or agreed to in writing, shall any Contributor be
8651      liable to You for damages, including any direct, indirect, special,
8652      incidental, or consequential damages of any character arising as a
8653      result of this License or out of the use or inability to use the
8654      Work (including but not limited to damages for loss of goodwill,
8655      work stoppage, computer failure or malfunction, or any and all
8656      other commercial damages or losses), even if such Contributor
8657      has been advised of the possibility of such damages.
8658
8659   9. Accepting Warranty or Additional Liability. While redistributing
8660      the Work or Derivative Works thereof, You may choose to offer,
8661      and charge a fee for, acceptance of support, warranty, indemnity,
8662      or other liability obligations and/or rights consistent with this
8663      License. However, in accepting such obligations, You may act only
8664      on Your own behalf and on Your sole responsibility, not on behalf
8665      of any other Contributor, and only if You agree to indemnify,
8666      defend, and hold each Contributor harmless for any liability
8667      incurred by, or claims asserted against, such Contributor by reason
8668      of your accepting any such warranty or additional liability.
8669
8670   END OF TERMS AND CONDITIONS
8671
8672   APPENDIX: How to apply the Apache License to your work.
8673
8674      To apply the Apache License to your work, attach the following
8675      boilerplate notice, with the fields enclosed by brackets "[]"
8676      replaced with your own identifying information. (Don't include
8677      the brackets!)  The text should be enclosed in the appropriate
8678      comment syntax for the file format. We also recommend that a
8679      file or class name and description of purpose be included on the
8680      same "printed page" as the copyright notice for easier
8681      identification within third-party archives.
8682
8683   Copyright [yyyy] [name of copyright owner]
8684
8685   Licensed under the Apache License, Version 2.0 (the "License");
8686   you may not use this file except in compliance with the License.
8687   You may obtain a copy of the License at
8688
8689       http://www.apache.org/licenses/LICENSE-2.0
8690
8691   Unless required by applicable law or agreed to in writing, software
8692   distributed under the License is distributed on an "AS IS" BASIS,
8693   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8694   See the License for the specific language governing permissions and
8695   limitations under the License.
8696
8697
8698Okio:
8699
8700
8701                                 Apache License
8702                           Version 2.0, January 2004
8703                        http://www.apache.org/licenses/
8704
8705   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8706
8707   1. Definitions.
8708
8709      "License" shall mean the terms and conditions for use, reproduction,
8710      and distribution as defined by Sections 1 through 9 of this document.
8711
8712      "Licensor" shall mean the copyright owner or entity authorized by
8713      the copyright owner that is granting the License.
8714
8715      "Legal Entity" shall mean the union of the acting entity and all
8716      other entities that control, are controlled by, or are under common
8717      control with that entity. For the purposes of this definition,
8718      "control" means (i) the power, direct or indirect, to cause the
8719      direction or management of such entity, whether by contract or
8720      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8721      outstanding shares, or (iii) beneficial ownership of such entity.
8722
8723      "You" (or "Your") shall mean an individual or Legal Entity
8724      exercising permissions granted by this License.
8725
8726      "Source" form shall mean the preferred form for making modifications,
8727      including but not limited to software source code, documentation
8728      source, and configuration files.
8729
8730      "Object" form shall mean any form resulting from mechanical
8731      transformation or translation of a Source form, including but
8732      not limited to compiled object code, generated documentation,
8733      and conversions to other media types.
8734
8735      "Work" shall mean the work of authorship, whether in Source or
8736      Object form, made available under the License, as indicated by a
8737      copyright notice that is included in or attached to the work
8738      (an example is provided in the Appendix below).
8739
8740      "Derivative Works" shall mean any work, whether in Source or Object
8741      form, that is based on (or derived from) the Work and for which the
8742      editorial revisions, annotations, elaborations, or other modifications
8743      represent, as a whole, an original work of authorship. For the purposes
8744      of this License, Derivative Works shall not include works that remain
8745      separable from, or merely link (or bind by name) to the interfaces of,
8746      the Work and Derivative Works thereof.
8747
8748      "Contribution" shall mean any work of authorship, including
8749      the original version of the Work and any modifications or additions
8750      to that Work or Derivative Works thereof, that is intentionally
8751      submitted to Licensor for inclusion in the Work by the copyright owner
8752      or by an individual or Legal Entity authorized to submit on behalf of
8753      the copyright owner. For the purposes of this definition, "submitted"
8754      means any form of electronic, verbal, or written communication sent
8755      to the Licensor or its representatives, including but not limited to
8756      communication on electronic mailing lists, source code control systems,
8757      and issue tracking systems that are managed by, or on behalf of, the
8758      Licensor for the purpose of discussing and improving the Work, but
8759      excluding communication that is conspicuously marked or otherwise
8760      designated in writing by the copyright owner as "Not a Contribution."
8761
8762      "Contributor" shall mean Licensor and any individual or Legal Entity
8763      on behalf of whom a Contribution has been received by Licensor and
8764      subsequently incorporated within the Work.
8765
8766   2. Grant of Copyright License. Subject to the terms and conditions of
8767      this License, each Contributor hereby grants to You a perpetual,
8768      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8769      copyright license to reproduce, prepare Derivative Works of,
8770      publicly display, publicly perform, sublicense, and distribute the
8771      Work and such Derivative Works in Source or Object form.
8772
8773   3. Grant of Patent License. Subject to the terms and conditions of
8774      this License, each Contributor hereby grants to You a perpetual,
8775      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8776      (except as stated in this section) patent license to make, have made,
8777      use, offer to sell, sell, import, and otherwise transfer the Work,
8778      where such license applies only to those patent claims licensable
8779      by such Contributor that are necessarily infringed by their
8780      Contribution(s) alone or by combination of their Contribution(s)
8781      with the Work to which such Contribution(s) was submitted. If You
8782      institute patent litigation against any entity (including a
8783      cross-claim or counterclaim in a lawsuit) alleging that the Work
8784      or a Contribution incorporated within the Work constitutes direct
8785      or contributory patent infringement, then any patent licenses
8786      granted to You under this License for that Work shall terminate
8787      as of the date such litigation is filed.
8788
8789   4. Redistribution. You may reproduce and distribute copies of the
8790      Work or Derivative Works thereof in any medium, with or without
8791      modifications, and in Source or Object form, provided that You
8792      meet the following conditions:
8793
8794      (a) You must give any other recipients of the Work or
8795          Derivative Works a copy of this License; and
8796
8797      (b) You must cause any modified files to carry prominent notices
8798          stating that You changed the files; and
8799
8800      (c) You must retain, in the Source form of any Derivative Works
8801          that You distribute, all copyright, patent, trademark, and
8802          attribution notices from the Source form of the Work,
8803          excluding those notices that do not pertain to any part of
8804          the Derivative Works; and
8805
8806      (d) If the Work includes a "NOTICE" text file as part of its
8807          distribution, then any Derivative Works that You distribute must
8808          include a readable copy of the attribution notices contained
8809          within such NOTICE file, excluding those notices that do not
8810          pertain to any part of the Derivative Works, in at least one
8811          of the following places: within a NOTICE text file distributed
8812          as part of the Derivative Works; within the Source form or
8813          documentation, if provided along with the Derivative Works; or,
8814          within a display generated by the Derivative Works, if and
8815          wherever such third-party notices normally appear. The contents
8816          of the NOTICE file are for informational purposes only and
8817          do not modify the License. You may add Your own attribution
8818          notices within Derivative Works that You distribute, alongside
8819          or as an addendum to the NOTICE text from the Work, provided
8820          that such additional attribution notices cannot be construed
8821          as modifying the License.
8822
8823      You may add Your own copyright statement to Your modifications and
8824      may provide additional or different license terms and conditions
8825      for use, reproduction, or distribution of Your modifications, or
8826      for any such Derivative Works as a whole, provided Your use,
8827      reproduction, and distribution of the Work otherwise complies with
8828      the conditions stated in this License.
8829
8830   5. Submission of Contributions. Unless You explicitly state otherwise,
8831      any Contribution intentionally submitted for inclusion in the Work
8832      by You to the Licensor shall be under the terms and conditions of
8833      this License, without any additional terms or conditions.
8834      Notwithstanding the above, nothing herein shall supersede or modify
8835      the terms of any separate license agreement you may have executed
8836      with Licensor regarding such Contributions.
8837
8838   6. Trademarks. This License does not grant permission to use the trade
8839      names, trademarks, service marks, or product names of the Licensor,
8840      except as required for reasonable and customary use in describing the
8841      origin of the Work and reproducing the content of the NOTICE file.
8842
8843   7. Disclaimer of Warranty. Unless required by applicable law or
8844      agreed to in writing, Licensor provides the Work (and each
8845      Contributor provides its Contributions) on an "AS IS" BASIS,
8846      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8847      implied, including, without limitation, any warranties or conditions
8848      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8849      PARTICULAR PURPOSE. You are solely responsible for determining the
8850      appropriateness of using or redistributing the Work and assume any
8851      risks associated with Your exercise of permissions under this License.
8852
8853   8. Limitation of Liability. In no event and under no legal theory,
8854      whether in tort (including negligence), contract, or otherwise,
8855      unless required by applicable law (such as deliberate and grossly
8856      negligent acts) or agreed to in writing, shall any Contributor be
8857      liable to You for damages, including any direct, indirect, special,
8858      incidental, or consequential damages of any character arising as a
8859      result of this License or out of the use or inability to use the
8860      Work (including but not limited to damages for loss of goodwill,
8861      work stoppage, computer failure or malfunction, or any and all
8862      other commercial damages or losses), even if such Contributor
8863      has been advised of the possibility of such damages.
8864
8865   9. Accepting Warranty or Additional Liability. While redistributing
8866      the Work or Derivative Works thereof, You may choose to offer,
8867      and charge a fee for, acceptance of support, warranty, indemnity,
8868      or other liability obligations and/or rights consistent with this
8869      License. However, in accepting such obligations, You may act only
8870      on Your own behalf and on Your sole responsibility, not on behalf
8871      of any other Contributor, and only if You agree to indemnify,
8872      defend, and hold each Contributor harmless for any liability
8873      incurred by, or claims asserted against, such Contributor by reason
8874      of your accepting any such warranty or additional liability.
8875
8876   END OF TERMS AND CONDITIONS
8877
8878   APPENDIX: How to apply the Apache License to your work.
8879
8880      To apply the Apache License to your work, attach the following
8881      boilerplate notice, with the fields enclosed by brackets "[]"
8882      replaced with your own identifying information. (Don't include
8883      the brackets!)  The text should be enclosed in the appropriate
8884      comment syntax for the file format. We also recommend that a
8885      file or class name and description of purpose be included on the
8886      same "printed page" as the copyright notice for easier
8887      identification within third-party archives.
8888
8889   Copyright [yyyy] [name of copyright owner]
8890
8891   Licensed under the Apache License, Version 2.0 (the "License");
8892   you may not use this file except in compliance with the License.
8893   You may obtain a copy of the License at
8894
8895       http://www.apache.org/licenses/LICENSE-2.0
8896
8897   Unless required by applicable law or agreed to in writing, software
8898   distributed under the License is distributed on an "AS IS" BASIS,
8899   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8900   See the License for the specific language governing permissions and
8901   limitations under the License.
8902
8903
8904OpenCensus:
8905
8906
8907                                 Apache License
8908                           Version 2.0, January 2004
8909                        http://www.apache.org/licenses/
8910
8911   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8912
8913   1. Definitions.
8914
8915      "License" shall mean the terms and conditions for use, reproduction,
8916      and distribution as defined by Sections 1 through 9 of this document.
8917
8918      "Licensor" shall mean the copyright owner or entity authorized by
8919      the copyright owner that is granting the License.
8920
8921      "Legal Entity" shall mean the union of the acting entity and all
8922      other entities that control, are controlled by, or are under common
8923      control with that entity. For the purposes of this definition,
8924      "control" means (i) the power, direct or indirect, to cause the
8925      direction or management of such entity, whether by contract or
8926      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8927      outstanding shares, or (iii) beneficial ownership of such entity.
8928
8929      "You" (or "Your") shall mean an individual or Legal Entity
8930      exercising permissions granted by this License.
8931
8932      "Source" form shall mean the preferred form for making modifications,
8933      including but not limited to software source code, documentation
8934      source, and configuration files.
8935
8936      "Object" form shall mean any form resulting from mechanical
8937      transformation or translation of a Source form, including but
8938      not limited to compiled object code, generated documentation,
8939      and conversions to other media types.
8940
8941      "Work" shall mean the work of authorship, whether in Source or
8942      Object form, made available under the License, as indicated by a
8943      copyright notice that is included in or attached to the work
8944      (an example is provided in the Appendix below).
8945
8946      "Derivative Works" shall mean any work, whether in Source or Object
8947      form, that is based on (or derived from) the Work and for which the
8948      editorial revisions, annotations, elaborations, or other modifications
8949      represent, as a whole, an original work of authorship. For the purposes
8950      of this License, Derivative Works shall not include works that remain
8951      separable from, or merely link (or bind by name) to the interfaces of,
8952      the Work and Derivative Works thereof.
8953
8954      "Contribution" shall mean any work of authorship, including
8955      the original version of the Work and any modifications or additions
8956      to that Work or Derivative Works thereof, that is intentionally
8957      submitted to Licensor for inclusion in the Work by the copyright owner
8958      or by an individual or Legal Entity authorized to submit on behalf of
8959      the copyright owner. For the purposes of this definition, "submitted"
8960      means any form of electronic, verbal, or written communication sent
8961      to the Licensor or its representatives, including but not limited to
8962      communication on electronic mailing lists, source code control systems,
8963      and issue tracking systems that are managed by, or on behalf of, the
8964      Licensor for the purpose of discussing and improving the Work, but
8965      excluding communication that is conspicuously marked or otherwise
8966      designated in writing by the copyright owner as "Not a Contribution."
8967
8968      "Contributor" shall mean Licensor and any individual or Legal Entity
8969      on behalf of whom a Contribution has been received by Licensor and
8970      subsequently incorporated within the Work.
8971
8972   2. Grant of Copyright License. Subject to the terms and conditions of
8973      this License, each Contributor hereby grants to You a perpetual,
8974      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8975      copyright license to reproduce, prepare Derivative Works of,
8976      publicly display, publicly perform, sublicense, and distribute the
8977      Work and such Derivative Works in Source or Object form.
8978
8979   3. Grant of Patent License. Subject to the terms and conditions of
8980      this License, each Contributor hereby grants to You a perpetual,
8981      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8982      (except as stated in this section) patent license to make, have made,
8983      use, offer to sell, sell, import, and otherwise transfer the Work,
8984      where such license applies only to those patent claims licensable
8985      by such Contributor that are necessarily infringed by their
8986      Contribution(s) alone or by combination of their Contribution(s)
8987      with the Work to which such Contribution(s) was submitted. If You
8988      institute patent litigation against any entity (including a
8989      cross-claim or counterclaim in a lawsuit) alleging that the Work
8990      or a Contribution incorporated within the Work constitutes direct
8991      or contributory patent infringement, then any patent licenses
8992      granted to You under this License for that Work shall terminate
8993      as of the date such litigation is filed.
8994
8995   4. Redistribution. You may reproduce and distribute copies of the
8996      Work or Derivative Works thereof in any medium, with or without
8997      modifications, and in Source or Object form, provided that You
8998      meet the following conditions:
8999
9000      (a) You must give any other recipients of the Work or
9001          Derivative Works a copy of this License; and
9002
9003      (b) You must cause any modified files to carry prominent notices
9004          stating that You changed the files; and
9005
9006      (c) You must retain, in the Source form of any Derivative Works
9007          that You distribute, all copyright, patent, trademark, and
9008          attribution notices from the Source form of the Work,
9009          excluding those notices that do not pertain to any part of
9010          the Derivative Works; and
9011
9012      (d) If the Work includes a "NOTICE" text file as part of its
9013          distribution, then any Derivative Works that You distribute must
9014          include a readable copy of the attribution notices contained
9015          within such NOTICE file, excluding those notices that do not
9016          pertain to any part of the Derivative Works, in at least one
9017          of the following places: within a NOTICE text file distributed
9018          as part of the Derivative Works; within the Source form or
9019          documentation, if provided along with the Derivative Works; or,
9020          within a display generated by the Derivative Works, if and
9021          wherever such third-party notices normally appear. The contents
9022          of the NOTICE file are for informational purposes only and
9023          do not modify the License. You may add Your own attribution
9024          notices within Derivative Works that You distribute, alongside
9025          or as an addendum to the NOTICE text from the Work, provided
9026          that such additional attribution notices cannot be construed
9027          as modifying the License.
9028
9029      You may add Your own copyright statement to Your modifications and
9030      may provide additional or different license terms and conditions
9031      for use, reproduction, or distribution of Your modifications, or
9032      for any such Derivative Works as a whole, provided Your use,
9033      reproduction, and distribution of the Work otherwise complies with
9034      the conditions stated in this License.
9035
9036   5. Submission of Contributions. Unless You explicitly state otherwise,
9037      any Contribution intentionally submitted for inclusion in the Work
9038      by You to the Licensor shall be under the terms and conditions of
9039      this License, without any additional terms or conditions.
9040      Notwithstanding the above, nothing herein shall supersede or modify
9041      the terms of any separate license agreement you may have executed
9042      with Licensor regarding such Contributions.
9043
9044   6. Trademarks. This License does not grant permission to use the trade
9045      names, trademarks, service marks, or product names of the Licensor,
9046      except as required for reasonable and customary use in describing the
9047      origin of the Work and reproducing the content of the NOTICE file.
9048
9049   7. Disclaimer of Warranty. Unless required by applicable law or
9050      agreed to in writing, Licensor provides the Work (and each
9051      Contributor provides its Contributions) on an "AS IS" BASIS,
9052      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9053      implied, including, without limitation, any warranties or conditions
9054      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9055      PARTICULAR PURPOSE. You are solely responsible for determining the
9056      appropriateness of using or redistributing the Work and assume any
9057      risks associated with Your exercise of permissions under this License.
9058
9059   8. Limitation of Liability. In no event and under no legal theory,
9060      whether in tort (including negligence), contract, or otherwise,
9061      unless required by applicable law (such as deliberate and grossly
9062      negligent acts) or agreed to in writing, shall any Contributor be
9063      liable to You for damages, including any direct, indirect, special,
9064      incidental, or consequential damages of any character arising as a
9065      result of this License or out of the use or inability to use the
9066      Work (including but not limited to damages for loss of goodwill,
9067      work stoppage, computer failure or malfunction, or any and all
9068      other commercial damages or losses), even if such Contributor
9069      has been advised of the possibility of such damages.
9070
9071   9. Accepting Warranty or Additional Liability. While redistributing
9072      the Work or Derivative Works thereof, You may choose to offer,
9073      and charge a fee for, acceptance of support, warranty, indemnity,
9074      or other liability obligations and/or rights consistent with this
9075      License. However, in accepting such obligations, You may act only
9076      on Your own behalf and on Your sole responsibility, not on behalf
9077      of any other Contributor, and only if You agree to indemnify,
9078      defend, and hold each Contributor harmless for any liability
9079      incurred by, or claims asserted against, such Contributor by reason
9080      of your accepting any such warranty or additional liability.
9081
9082   END OF TERMS AND CONDITIONS
9083
9084   APPENDIX: How to apply the Apache License to your work.
9085
9086      To apply the Apache License to your work, attach the following
9087      boilerplate notice, with the fields enclosed by brackets "[]"
9088      replaced with your own identifying information. (Don't include
9089      the brackets!)  The text should be enclosed in the appropriate
9090      comment syntax for the file format. We also recommend that a
9091      file or class name and description of purpose be included on the
9092      same "printed page" as the copyright notice for easier
9093      identification within third-party archives.
9094
9095   Copyright [yyyy] [name of copyright owner]
9096
9097   Licensed under the Apache License, Version 2.0 (the "License");
9098   you may not use this file except in compliance with the License.
9099   You may obtain a copy of the License at
9100
9101       http://www.apache.org/licenses/LICENSE-2.0
9102
9103   Unless required by applicable law or agreed to in writing, software
9104   distributed under the License is distributed on an "AS IS" BASIS,
9105   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9106   See the License for the specific language governing permissions and
9107   limitations under the License.
9108
9109
9110Volley:
9111
9112
9113                                 Apache License
9114                           Version 2.0, January 2004
9115                        http://www.apache.org/licenses/
9116
9117   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9118
9119   1. Definitions.
9120
9121      "License" shall mean the terms and conditions for use, reproduction,
9122      and distribution as defined by Sections 1 through 9 of this document.
9123
9124      "Licensor" shall mean the copyright owner or entity authorized by
9125      the copyright owner that is granting the License.
9126
9127      "Legal Entity" shall mean the union of the acting entity and all
9128      other entities that control, are controlled by, or are under common
9129      control with that entity. For the purposes of this definition,
9130      "control" means (i) the power, direct or indirect, to cause the
9131      direction or management of such entity, whether by contract or
9132      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9133      outstanding shares, or (iii) beneficial ownership of such entity.
9134
9135      "You" (or "Your") shall mean an individual or Legal Entity
9136      exercising permissions granted by this License.
9137
9138      "Source" form shall mean the preferred form for making modifications,
9139      including but not limited to software source code, documentation
9140      source, and configuration files.
9141
9142      "Object" form shall mean any form resulting from mechanical
9143      transformation or translation of a Source form, including but
9144      not limited to compiled object code, generated documentation,
9145      and conversions to other media types.
9146
9147      "Work" shall mean the work of authorship, whether in Source or
9148      Object form, made available under the License, as indicated by a
9149      copyright notice that is included in or attached to the work
9150      (an example is provided in the Appendix below).
9151
9152      "Derivative Works" shall mean any work, whether in Source or Object
9153      form, that is based on (or derived from) the Work and for which the
9154      editorial revisions, annotations, elaborations, or other modifications
9155      represent, as a whole, an original work of authorship. For the purposes
9156      of this License, Derivative Works shall not include works that remain
9157      separable from, or merely link (or bind by name) to the interfaces of,
9158      the Work and Derivative Works thereof.
9159
9160      "Contribution" shall mean any work of authorship, including
9161      the original version of the Work and any modifications or additions
9162      to that Work or Derivative Works thereof, that is intentionally
9163      submitted to Licensor for inclusion in the Work by the copyright owner
9164      or by an individual or Legal Entity authorized to submit on behalf of
9165      the copyright owner. For the purposes of this definition, "submitted"
9166      means any form of electronic, verbal, or written communication sent
9167      to the Licensor or its representatives, including but not limited to
9168      communication on electronic mailing lists, source code control systems,
9169      and issue tracking systems that are managed by, or on behalf of, the
9170      Licensor for the purpose of discussing and improving the Work, but
9171      excluding communication that is conspicuously marked or otherwise
9172      designated in writing by the copyright owner as "Not a Contribution."
9173
9174      "Contributor" shall mean Licensor and any individual or Legal Entity
9175      on behalf of whom a Contribution has been received by Licensor and
9176      subsequently incorporated within the Work.
9177
9178   2. Grant of Copyright License. Subject to the terms and conditions of
9179      this License, each Contributor hereby grants to You a perpetual,
9180      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9181      copyright license to reproduce, prepare Derivative Works of,
9182      publicly display, publicly perform, sublicense, and distribute the
9183      Work and such Derivative Works in Source or Object form.
9184
9185   3. Grant of Patent License. Subject to the terms and conditions of
9186      this License, each Contributor hereby grants to You a perpetual,
9187      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9188      (except as stated in this section) patent license to make, have made,
9189      use, offer to sell, sell, import, and otherwise transfer the Work,
9190      where such license applies only to those patent claims licensable
9191      by such Contributor that are necessarily infringed by their
9192      Contribution(s) alone or by combination of their Contribution(s)
9193      with the Work to which such Contribution(s) was submitted. If You
9194      institute patent litigation against any entity (including a
9195      cross-claim or counterclaim in a lawsuit) alleging that the Work
9196      or a Contribution incorporated within the Work constitutes direct
9197      or contributory patent infringement, then any patent licenses
9198      granted to You under this License for that Work shall terminate
9199      as of the date such litigation is filed.
9200
9201   4. Redistribution. You may reproduce and distribute copies of the
9202      Work or Derivative Works thereof in any medium, with or without
9203      modifications, and in Source or Object form, provided that You
9204      meet the following conditions:
9205
9206      (a) You must give any other recipients of the Work or
9207          Derivative Works a copy of this License; and
9208
9209      (b) You must cause any modified files to carry prominent notices
9210          stating that You changed the files; and
9211
9212      (c) You must retain, in the Source form of any Derivative Works
9213          that You distribute, all copyright, patent, trademark, and
9214          attribution notices from the Source form of the Work,
9215          excluding those notices that do not pertain to any part of
9216          the Derivative Works; and
9217
9218      (d) If the Work includes a "NOTICE" text file as part of its
9219          distribution, then any Derivative Works that You distribute must
9220          include a readable copy of the attribution notices contained
9221          within such NOTICE file, excluding those notices that do not
9222          pertain to any part of the Derivative Works, in at least one
9223          of the following places: within a NOTICE text file distributed
9224          as part of the Derivative Works; within the Source form or
9225          documentation, if provided along with the Derivative Works; or,
9226          within a display generated by the Derivative Works, if and
9227          wherever such third-party notices normally appear. The contents
9228          of the NOTICE file are for informational purposes only and
9229          do not modify the License. You may add Your own attribution
9230          notices within Derivative Works that You distribute, alongside
9231          or as an addendum to the NOTICE text from the Work, provided
9232          that such additional attribution notices cannot be construed
9233          as modifying the License.
9234
9235      You may add Your own copyright statement to Your modifications and
9236      may provide additional or different license terms and conditions
9237      for use, reproduction, or distribution of Your modifications, or
9238      for any such Derivative Works as a whole, provided Your use,
9239      reproduction, and distribution of the Work otherwise complies with
9240      the conditions stated in this License.
9241
9242   5. Submission of Contributions. Unless You explicitly state otherwise,
9243      any Contribution intentionally submitted for inclusion in the Work
9244      by You to the Licensor shall be under the terms and conditions of
9245      this License, without any additional terms or conditions.
9246      Notwithstanding the above, nothing herein shall supersede or modify
9247      the terms of any separate license agreement you may have executed
9248      with Licensor regarding such Contributions.
9249
9250   6. Trademarks. This License does not grant permission to use the trade
9251      names, trademarks, service marks, or product names of the Licensor,
9252      except as required for reasonable and customary use in describing the
9253      origin of the Work and reproducing the content of the NOTICE file.
9254
9255   7. Disclaimer of Warranty. Unless required by applicable law or
9256      agreed to in writing, Licensor provides the Work (and each
9257      Contributor provides its Contributions) on an "AS IS" BASIS,
9258      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9259      implied, including, without limitation, any warranties or conditions
9260      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9261      PARTICULAR PURPOSE. You are solely responsible for determining the
9262      appropriateness of using or redistributing the Work and assume any
9263      risks associated with Your exercise of permissions under this License.
9264
9265   8. Limitation of Liability. In no event and under no legal theory,
9266      whether in tort (including negligence), contract, or otherwise,
9267      unless required by applicable law (such as deliberate and grossly
9268      negligent acts) or agreed to in writing, shall any Contributor be
9269      liable to You for damages, including any direct, indirect, special,
9270      incidental, or consequential damages of any character arising as a
9271      result of this License or out of the use or inability to use the
9272      Work (including but not limited to damages for loss of goodwill,
9273      work stoppage, computer failure or malfunction, or any and all
9274      other commercial damages or losses), even if such Contributor
9275      has been advised of the possibility of such damages.
9276
9277   9. Accepting Warranty or Additional Liability. While redistributing
9278      the Work or Derivative Works thereof, You may choose to offer,
9279      and charge a fee for, acceptance of support, warranty, indemnity,
9280      or other liability obligations and/or rights consistent with this
9281      License. However, in accepting such obligations, You may act only
9282      on Your own behalf and on Your sole responsibility, not on behalf
9283      of any other Contributor, and only if You agree to indemnify,
9284      defend, and hold each Contributor harmless for any liability
9285      incurred by, or claims asserted against, such Contributor by reason
9286      of your accepting any such warranty or additional liability.
9287
9288   END OF TERMS AND CONDITIONS
9289
9290   APPENDIX: How to apply the Apache License to your work.
9291
9292      To apply the Apache License to your work, attach the following
9293      boilerplate notice, with the fields enclosed by brackets "[]"
9294      replaced with your own identifying information. (Don't include
9295      the brackets!)  The text should be enclosed in the appropriate
9296      comment syntax for the file format. We also recommend that a
9297      file or class name and description of purpose be included on the
9298      same "printed page" as the copyright notice for easier
9299      identification within third-party archives.
9300
9301   Copyright [yyyy] [name of copyright owner]
9302
9303   Licensed under the Apache License, Version 2.0 (the "License");
9304   you may not use this file except in compliance with the License.
9305   You may obtain a copy of the License at
9306
9307       http://www.apache.org/licenses/LICENSE-2.0
9308
9309   Unless required by applicable law or agreed to in writing, software
9310   distributed under the License is distributed on an "AS IS" BASIS,
9311   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9312   See the License for the specific language governing permissions and
9313   limitations under the License.
9314
9315
9316ZXing:
9317
9318                                 Apache License
9319                           Version 2.0, January 2004
9320                        http://www.apache.org/licenses/
9321
9322   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9323
9324   1. Definitions.
9325
9326      "License" shall mean the terms and conditions for use, reproduction,
9327      and distribution as defined by Sections 1 through 9 of this document.
9328
9329      "Licensor" shall mean the copyright owner or entity authorized by
9330      the copyright owner that is granting the License.
9331
9332      "Legal Entity" shall mean the union of the acting entity and all
9333      other entities that control, are controlled by, or are under common
9334      control with that entity. For the purposes of this definition,
9335      "control" means (i) the power, direct or indirect, to cause the
9336      direction or management of such entity, whether by contract or
9337      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9338      outstanding shares, or (iii) beneficial ownership of such entity.
9339
9340      "You" (or "Your") shall mean an individual or Legal Entity
9341      exercising permissions granted by this License.
9342
9343      "Source" form shall mean the preferred form for making modifications,
9344      including but not limited to software source code, documentation
9345      source, and configuration files.
9346
9347      "Object" form shall mean any form resulting from mechanical
9348      transformation or translation of a Source form, including but
9349      not limited to compiled object code, generated documentation,
9350      and conversions to other media types.
9351
9352      "Work" shall mean the work of authorship, whether in Source or
9353      Object form, made available under the License, as indicated by a
9354      copyright notice that is included in or attached to the work
9355      (an example is provided in the Appendix below).
9356
9357      "Derivative Works" shall mean any work, whether in Source or Object
9358      form, that is based on (or derived from) the Work and for which the
9359      editorial revisions, annotations, elaborations, or other modifications
9360      represent, as a whole, an original work of authorship. For the purposes
9361      of this License, Derivative Works shall not include works that remain
9362      separable from, or merely link (or bind by name) to the interfaces of,
9363      the Work and Derivative Works thereof.
9364
9365      "Contribution" shall mean any work of authorship, including
9366      the original version of the Work and any modifications or additions
9367      to that Work or Derivative Works thereof, that is intentionally
9368      submitted to Licensor for inclusion in the Work by the copyright owner
9369      or by an individual or Legal Entity authorized to submit on behalf of
9370      the copyright owner. For the purposes of this definition, "submitted"
9371      means any form of electronic, verbal, or written communication sent
9372      to the Licensor or its representatives, including but not limited to
9373      communication on electronic mailing lists, source code control systems,
9374      and issue tracking systems that are managed by, or on behalf of, the
9375      Licensor for the purpose of discussing and improving the Work, but
9376      excluding communication that is conspicuously marked or otherwise
9377      designated in writing by the copyright owner as "Not a Contribution."
9378
9379      "Contributor" shall mean Licensor and any individual or Legal Entity
9380      on behalf of whom a Contribution has been received by Licensor and
9381      subsequently incorporated within the Work.
9382
9383   2. Grant of Copyright License. Subject to the terms and conditions of
9384      this License, each Contributor hereby grants to You a perpetual,
9385      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9386      copyright license to reproduce, prepare Derivative Works of,
9387      publicly display, publicly perform, sublicense, and distribute the
9388      Work and such Derivative Works in Source or Object form.
9389
9390   3. Grant of Patent License. Subject to the terms and conditions of
9391      this License, each Contributor hereby grants to You a perpetual,
9392      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9393      (except as stated in this section) patent license to make, have made,
9394      use, offer to sell, sell, import, and otherwise transfer the Work,
9395      where such license applies only to those patent claims licensable
9396      by such Contributor that are necessarily infringed by their
9397      Contribution(s) alone or by combination of their Contribution(s)
9398      with the Work to which such Contribution(s) was submitted. If You
9399      institute patent litigation against any entity (including a
9400      cross-claim or counterclaim in a lawsuit) alleging that the Work
9401      or a Contribution incorporated within the Work constitutes direct
9402      or contributory patent infringement, then any patent licenses
9403      granted to You under this License for that Work shall terminate
9404      as of the date such litigation is filed.
9405
9406   4. Redistribution. You may reproduce and distribute copies of the
9407      Work or Derivative Works thereof in any medium, with or without
9408      modifications, and in Source or Object form, provided that You
9409      meet the following conditions:
9410
9411      (a) You must give any other recipients of the Work or
9412          Derivative Works a copy of this License; and
9413
9414      (b) You must cause any modified files to carry prominent notices
9415          stating that You changed the files; and
9416
9417      (c) You must retain, in the Source form of any Derivative Works
9418          that You distribute, all copyright, patent, trademark, and
9419          attribution notices from the Source form of the Work,
9420          excluding those notices that do not pertain to any part of
9421          the Derivative Works; and
9422
9423      (d) If the Work includes a "NOTICE" text file as part of its
9424          distribution, then any Derivative Works that You distribute must
9425          include a readable copy of the attribution notices contained
9426          within such NOTICE file, excluding those notices that do not
9427          pertain to any part of the Derivative Works, in at least one
9428          of the following places: within a NOTICE text file distributed
9429          as part of the Derivative Works; within the Source form or
9430          documentation, if provided along with the Derivative Works; or,
9431          within a display generated by the Derivative Works, if and
9432          wherever such third-party notices normally appear. The contents
9433          of the NOTICE file are for informational purposes only and
9434          do not modify the License. You may add Your own attribution
9435          notices within Derivative Works that You distribute, alongside
9436          or as an addendum to the NOTICE text from the Work, provided
9437          that such additional attribution notices cannot be construed
9438          as modifying the License.
9439
9440      You may add Your own copyright statement to Your modifications and
9441      may provide additional or different license terms and conditions
9442      for use, reproduction, or distribution of Your modifications, or
9443      for any such Derivative Works as a whole, provided Your use,
9444      reproduction, and distribution of the Work otherwise complies with
9445      the conditions stated in this License.
9446
9447   5. Submission of Contributions. Unless You explicitly state otherwise,
9448      any Contribution intentionally submitted for inclusion in the Work
9449      by You to the Licensor shall be under the terms and conditions of
9450      this License, without any additional terms or conditions.
9451      Notwithstanding the above, nothing herein shall supersede or modify
9452      the terms of any separate license agreement you may have executed
9453      with Licensor regarding such Contributions.
9454
9455   6. Trademarks. This License does not grant permission to use the trade
9456      names, trademarks, service marks, or product names of the Licensor,
9457      except as required for reasonable and customary use in describing the
9458      origin of the Work and reproducing the content of the NOTICE file.
9459
9460   7. Disclaimer of Warranty. Unless required by applicable law or
9461      agreed to in writing, Licensor provides the Work (and each
9462      Contributor provides its Contributions) on an "AS IS" BASIS,
9463      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9464      implied, including, without limitation, any warranties or conditions
9465      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9466      PARTICULAR PURPOSE. You are solely responsible for determining the
9467      appropriateness of using or redistributing the Work and assume any
9468      risks associated with Your exercise of permissions under this License.
9469
9470   8. Limitation of Liability. In no event and under no legal theory,
9471      whether in tort (including negligence), contract, or otherwise,
9472      unless required by applicable law (such as deliberate and grossly
9473      negligent acts) or agreed to in writing, shall any Contributor be
9474      liable to You for damages, including any direct, indirect, special,
9475      incidental, or consequential damages of any character arising as a
9476      result of this License or out of the use or inability to use the
9477      Work (including but not limited to damages for loss of goodwill,
9478      work stoppage, computer failure or malfunction, or any and all
9479      other commercial damages or losses), even if such Contributor
9480      has been advised of the possibility of such damages.
9481
9482   9. Accepting Warranty or Additional Liability. While redistributing
9483      the Work or Derivative Works thereof, You may choose to offer,
9484      and charge a fee for, acceptance of support, warranty, indemnity,
9485      or other liability obligations and/or rights consistent with this
9486      License. However, in accepting such obligations, You may act only
9487      on Your own behalf and on Your sole responsibility, not on behalf
9488      of any other Contributor, and only if You agree to indemnify,
9489      defend, and hold each Contributor harmless for any liability
9490      incurred by, or claims asserted against, such Contributor by reason
9491      of your accepting any such warranty or additional liability.
9492
9493   END OF TERMS AND CONDITIONS
9494
9495   APPENDIX: How to apply the Apache License to your work.
9496
9497      To apply the Apache License to your work, attach the following
9498      boilerplate notice, with the fields enclosed by brackets "[]"
9499      replaced with your own identifying information. (Don't include
9500      the brackets!)  The text should be enclosed in the appropriate
9501      comment syntax for the file format. We also recommend that a
9502      file or class name and description of purpose be included on the
9503      same "printed page" as the copyright notice for easier
9504      identification within third-party archives.
9505
9506   Copyright [yyyy] [name of copyright owner]
9507
9508   Licensed under the Apache License, Version 2.0 (the "License");
9509   you may not use this file except in compliance with the License.
9510   You may obtain a copy of the License at
9511
9512       http://www.apache.org/licenses/LICENSE-2.0
9513
9514   Unless required by applicable law or agreed to in writing, software
9515   distributed under the License is distributed on an "AS IS" BASIS,
9516   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9517   See the License for the specific language governing permissions and
9518   limitations under the License.
9519
9520
9521flexbox:
9522
9523
9524                                 Apache License
9525                           Version 2.0, January 2004
9526                        http://www.apache.org/licenses/
9527
9528   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9529
9530   1. Definitions.
9531
9532      "License" shall mean the terms and conditions for use, reproduction,
9533      and distribution as defined by Sections 1 through 9 of this document.
9534
9535      "Licensor" shall mean the copyright owner or entity authorized by
9536      the copyright owner that is granting the License.
9537
9538      "Legal Entity" shall mean the union of the acting entity and all
9539      other entities that control, are controlled by, or are under common
9540      control with that entity. For the purposes of this definition,
9541      "control" means (i) the power, direct or indirect, to cause the
9542      direction or management of such entity, whether by contract or
9543      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9544      outstanding shares, or (iii) beneficial ownership of such entity.
9545
9546      "You" (or "Your") shall mean an individual or Legal Entity
9547      exercising permissions granted by this License.
9548
9549      "Source" form shall mean the preferred form for making modifications,
9550      including but not limited to software source code, documentation
9551      source, and configuration files.
9552
9553      "Object" form shall mean any form resulting from mechanical
9554      transformation or translation of a Source form, including but
9555      not limited to compiled object code, generated documentation,
9556      and conversions to other media types.
9557
9558      "Work" shall mean the work of authorship, whether in Source or
9559      Object form, made available under the License, as indicated by a
9560      copyright notice that is included in or attached to the work
9561      (an example is provided in the Appendix below).
9562
9563      "Derivative Works" shall mean any work, whether in Source or Object
9564      form, that is based on (or derived from) the Work and for which the
9565      editorial revisions, annotations, elaborations, or other modifications
9566      represent, as a whole, an original work of authorship. For the purposes
9567      of this License, Derivative Works shall not include works that remain
9568      separable from, or merely link (or bind by name) to the interfaces of,
9569      the Work and Derivative Works thereof.
9570
9571      "Contribution" shall mean any work of authorship, including
9572      the original version of the Work and any modifications or additions
9573      to that Work or Derivative Works thereof, that is intentionally
9574      submitted to Licensor for inclusion in the Work by the copyright owner
9575      or by an individual or Legal Entity authorized to submit on behalf of
9576      the copyright owner. For the purposes of this definition, "submitted"
9577      means any form of electronic, verbal, or written communication sent
9578      to the Licensor or its representatives, including but not limited to
9579      communication on electronic mailing lists, source code control systems,
9580      and issue tracking systems that are managed by, or on behalf of, the
9581      Licensor for the purpose of discussing and improving the Work, but
9582      excluding communication that is conspicuously marked or otherwise
9583      designated in writing by the copyright owner as "Not a Contribution."
9584
9585      "Contributor" shall mean Licensor and any individual or Legal Entity
9586      on behalf of whom a Contribution has been received by Licensor and
9587      subsequently incorporated within the Work.
9588
9589   2. Grant of Copyright License. Subject to the terms and conditions of
9590      this License, each Contributor hereby grants to You a perpetual,
9591      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9592      copyright license to reproduce, prepare Derivative Works of,
9593      publicly display, publicly perform, sublicense, and distribute the
9594      Work and such Derivative Works in Source or Object form.
9595
9596   3. Grant of Patent License. Subject to the terms and conditions of
9597      this License, each Contributor hereby grants to You a perpetual,
9598      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9599      (except as stated in this section) patent license to make, have made,
9600      use, offer to sell, sell, import, and otherwise transfer the Work,
9601      where such license applies only to those patent claims licensable
9602      by such Contributor that are necessarily infringed by their
9603      Contribution(s) alone or by combination of their Contribution(s)
9604      with the Work to which such Contribution(s) was submitted. If You
9605      institute patent litigation against any entity (including a
9606      cross-claim or counterclaim in a lawsuit) alleging that the Work
9607      or a Contribution incorporated within the Work constitutes direct
9608      or contributory patent infringement, then any patent licenses
9609      granted to You under this License for that Work shall terminate
9610      as of the date such litigation is filed.
9611
9612   4. Redistribution. You may reproduce and distribute copies of the
9613      Work or Derivative Works thereof in any medium, with or without
9614      modifications, and in Source or Object form, provided that You
9615      meet the following conditions:
9616
9617      (a) You must give any other recipients of the Work or
9618          Derivative Works a copy of this License; and
9619
9620      (b) You must cause any modified files to carry prominent notices
9621          stating that You changed the files; and
9622
9623      (c) You must retain, in the Source form of any Derivative Works
9624          that You distribute, all copyright, patent, trademark, and
9625          attribution notices from the Source form of the Work,
9626          excluding those notices that do not pertain to any part of
9627          the Derivative Works; and
9628
9629      (d) If the Work includes a "NOTICE" text file as part of its
9630          distribution, then any Derivative Works that You distribute must
9631          include a readable copy of the attribution notices contained
9632          within such NOTICE file, excluding those notices that do not
9633          pertain to any part of the Derivative Works, in at least one
9634          of the following places: within a NOTICE text file distributed
9635          as part of the Derivative Works; within the Source form or
9636          documentation, if provided along with the Derivative Works; or,
9637          within a display generated by the Derivative Works, if and
9638          wherever such third-party notices normally appear. The contents
9639          of the NOTICE file are for informational purposes only and
9640          do not modify the License. You may add Your own attribution
9641          notices within Derivative Works that You distribute, alongside
9642          or as an addendum to the NOTICE text from the Work, provided
9643          that such additional attribution notices cannot be construed
9644          as modifying the License.
9645
9646      You may add Your own copyright statement to Your modifications and
9647      may provide additional or different license terms and conditions
9648      for use, reproduction, or distribution of Your modifications, or
9649      for any such Derivative Works as a whole, provided Your use,
9650      reproduction, and distribution of the Work otherwise complies with
9651      the conditions stated in this License.
9652
9653   5. Submission of Contributions. Unless You explicitly state otherwise,
9654      any Contribution intentionally submitted for inclusion in the Work
9655      by You to the Licensor shall be under the terms and conditions of
9656      this License, without any additional terms or conditions.
9657      Notwithstanding the above, nothing herein shall supersede or modify
9658      the terms of any separate license agreement you may have executed
9659      with Licensor regarding such Contributions.
9660
9661   6. Trademarks. This License does not grant permission to use the trade
9662      names, trademarks, service marks, or product names of the Licensor,
9663      except as required for reasonable and customary use in describing the
9664      origin of the Work and reproducing the content of the NOTICE file.
9665
9666   7. Disclaimer of Warranty. Unless required by applicable law or
9667      agreed to in writing, Licensor provides the Work (and each
9668      Contributor provides its Contributions) on an "AS IS" BASIS,
9669      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9670      implied, including, without limitation, any warranties or conditions
9671      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9672      PARTICULAR PURPOSE. You are solely responsible for determining the
9673      appropriateness of using or redistributing the Work and assume any
9674      risks associated with Your exercise of permissions under this License.
9675
9676   8. Limitation of Liability. In no event and under no legal theory,
9677      whether in tort (including negligence), contract, or otherwise,
9678      unless required by applicable law (such as deliberate and grossly
9679      negligent acts) or agreed to in writing, shall any Contributor be
9680      liable to You for damages, including any direct, indirect, special,
9681      incidental, or consequential damages of any character arising as a
9682      result of this License or out of the use or inability to use the
9683      Work (including but not limited to damages for loss of goodwill,
9684      work stoppage, computer failure or malfunction, or any and all
9685      other commercial damages or losses), even if such Contributor
9686      has been advised of the possibility of such damages.
9687
9688   9. Accepting Warranty or Additional Liability. While redistributing
9689      the Work or Derivative Works thereof, You may choose to offer,
9690      and charge a fee for, acceptance of support, warranty, indemnity,
9691      or other liability obligations and/or rights consistent with this
9692      License. However, in accepting such obligations, You may act only
9693      on Your own behalf and on Your sole responsibility, not on behalf
9694      of any other Contributor, and only if You agree to indemnify,
9695      defend, and hold each Contributor harmless for any liability
9696      incurred by, or claims asserted against, such Contributor by reason
9697      of your accepting any such warranty or additional liability.
9698
9699   END OF TERMS AND CONDITIONS
9700
9701   APPENDIX: How to apply the Apache License to your work.
9702
9703      To apply the Apache License to your work, attach the following
9704      boilerplate notice, with the fields enclosed by brackets "[]"
9705      replaced with your own identifying information. (Don't include
9706      the brackets!)  The text should be enclosed in the appropriate
9707      comment syntax for the file format. We also recommend that a
9708      file or class name and description of purpose be included on the
9709      same "printed page" as the copyright notice for easier
9710      identification within third-party archives.
9711
9712   Copyright [yyyy] [name of copyright owner]
9713
9714   Licensed under the Apache License, Version 2.0 (the "License");
9715   you may not use this file except in compliance with the License.
9716   You may obtain a copy of the License at
9717
9718       http://www.apache.org/licenses/LICENSE-2.0
9719
9720   Unless required by applicable law or agreed to in writing, software
9721   distributed under the License is distributed on an "AS IS" BASIS,
9722   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9723   See the License for the specific language governing permissions and
9724   limitations under the License.
9725
9726
9727gRPC Java:
9728
9729
9730                                 Apache License
9731                           Version 2.0, January 2004
9732                        http://www.apache.org/licenses/
9733
9734   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9735
9736   1. Definitions.
9737
9738      "License" shall mean the terms and conditions for use, reproduction,
9739      and distribution as defined by Sections 1 through 9 of this document.
9740
9741      "Licensor" shall mean the copyright owner or entity authorized by
9742      the copyright owner that is granting the License.
9743
9744      "Legal Entity" shall mean the union of the acting entity and all
9745      other entities that control, are controlled by, or are under common
9746      control with that entity. For the purposes of this definition,
9747      "control" means (i) the power, direct or indirect, to cause the
9748      direction or management of such entity, whether by contract or
9749      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9750      outstanding shares, or (iii) beneficial ownership of such entity.
9751
9752      "You" (or "Your") shall mean an individual or Legal Entity
9753      exercising permissions granted by this License.
9754
9755      "Source" form shall mean the preferred form for making modifications,
9756      including but not limited to software source code, documentation
9757      source, and configuration files.
9758
9759      "Object" form shall mean any form resulting from mechanical
9760      transformation or translation of a Source form, including but
9761      not limited to compiled object code, generated documentation,
9762      and conversions to other media types.
9763
9764      "Work" shall mean the work of authorship, whether in Source or
9765      Object form, made available under the License, as indicated by a
9766      copyright notice that is included in or attached to the work
9767      (an example is provided in the Appendix below).
9768
9769      "Derivative Works" shall mean any work, whether in Source or Object
9770      form, that is based on (or derived from) the Work and for which the
9771      editorial revisions, annotations, elaborations, or other modifications
9772      represent, as a whole, an original work of authorship. For the purposes
9773      of this License, Derivative Works shall not include works that remain
9774      separable from, or merely link (or bind by name) to the interfaces of,
9775      the Work and Derivative Works thereof.
9776
9777      "Contribution" shall mean any work of authorship, including
9778      the original version of the Work and any modifications or additions
9779      to that Work or Derivative Works thereof, that is intentionally
9780      submitted to Licensor for inclusion in the Work by the copyright owner
9781      or by an individual or Legal Entity authorized to submit on behalf of
9782      the copyright owner. For the purposes of this definition, "submitted"
9783      means any form of electronic, verbal, or written communication sent
9784      to the Licensor or its representatives, including but not limited to
9785      communication on electronic mailing lists, source code control systems,
9786      and issue tracking systems that are managed by, or on behalf of, the
9787      Licensor for the purpose of discussing and improving the Work, but
9788      excluding communication that is conspicuously marked or otherwise
9789      designated in writing by the copyright owner as "Not a Contribution."
9790
9791      "Contributor" shall mean Licensor and any individual or Legal Entity
9792      on behalf of whom a Contribution has been received by Licensor and
9793      subsequently incorporated within the Work.
9794
9795   2. Grant of Copyright License. Subject to the terms and conditions of
9796      this License, each Contributor hereby grants to You a perpetual,
9797      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9798      copyright license to reproduce, prepare Derivative Works of,
9799      publicly display, publicly perform, sublicense, and distribute the
9800      Work and such Derivative Works in Source or Object form.
9801
9802   3. Grant of Patent License. Subject to the terms and conditions of
9803      this License, each Contributor hereby grants to You a perpetual,
9804      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9805      (except as stated in this section) patent license to make, have made,
9806      use, offer to sell, sell, import, and otherwise transfer the Work,
9807      where such license applies only to those patent claims licensable
9808      by such Contributor that are necessarily infringed by their
9809      Contribution(s) alone or by combination of their Contribution(s)
9810      with the Work to which such Contribution(s) was submitted. If You
9811      institute patent litigation against any entity (including a
9812      cross-claim or counterclaim in a lawsuit) alleging that the Work
9813      or a Contribution incorporated within the Work constitutes direct
9814      or contributory patent infringement, then any patent licenses
9815      granted to You under this License for that Work shall terminate
9816      as of the date such litigation is filed.
9817
9818   4. Redistribution. You may reproduce and distribute copies of the
9819      Work or Derivative Works thereof in any medium, with or without
9820      modifications, and in Source or Object form, provided that You
9821      meet the following conditions:
9822
9823      (a) You must give any other recipients of the Work or
9824          Derivative Works a copy of this License; and
9825
9826      (b) You must cause any modified files to carry prominent notices
9827          stating that You changed the files; and
9828
9829      (c) You must retain, in the Source form of any Derivative Works
9830          that You distribute, all copyright, patent, trademark, and
9831          attribution notices from the Source form of the Work,
9832          excluding those notices that do not pertain to any part of
9833          the Derivative Works; and
9834
9835      (d) If the Work includes a "NOTICE" text file as part of its
9836          distribution, then any Derivative Works that You distribute must
9837          include a readable copy of the attribution notices contained
9838          within such NOTICE file, excluding those notices that do not
9839          pertain to any part of the Derivative Works, in at least one
9840          of the following places: within a NOTICE text file distributed
9841          as part of the Derivative Works; within the Source form or
9842          documentation, if provided along with the Derivative Works; or,
9843          within a display generated by the Derivative Works, if and
9844          wherever such third-party notices normally appear. The contents
9845          of the NOTICE file are for informational purposes only and
9846          do not modify the License. You may add Your own attribution
9847          notices within Derivative Works that You distribute, alongside
9848          or as an addendum to the NOTICE text from the Work, provided
9849          that such additional attribution notices cannot be construed
9850          as modifying the License.
9851
9852      You may add Your own copyright statement to Your modifications and
9853      may provide additional or different license terms and conditions
9854      for use, reproduction, or distribution of Your modifications, or
9855      for any such Derivative Works as a whole, provided Your use,
9856      reproduction, and distribution of the Work otherwise complies with
9857      the conditions stated in this License.
9858
9859   5. Submission of Contributions. Unless You explicitly state otherwise,
9860      any Contribution intentionally submitted for inclusion in the Work
9861      by You to the Licensor shall be under the terms and conditions of
9862      this License, without any additional terms or conditions.
9863      Notwithstanding the above, nothing herein shall supersede or modify
9864      the terms of any separate license agreement you may have executed
9865      with Licensor regarding such Contributions.
9866
9867   6. Trademarks. This License does not grant permission to use the trade
9868      names, trademarks, service marks, or product names of the Licensor,
9869      except as required for reasonable and customary use in describing the
9870      origin of the Work and reproducing the content of the NOTICE file.
9871
9872   7. Disclaimer of Warranty. Unless required by applicable law or
9873      agreed to in writing, Licensor provides the Work (and each
9874      Contributor provides its Contributions) on an "AS IS" BASIS,
9875      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9876      implied, including, without limitation, any warranties or conditions
9877      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9878      PARTICULAR PURPOSE. You are solely responsible for determining the
9879      appropriateness of using or redistributing the Work and assume any
9880      risks associated with Your exercise of permissions under this License.
9881
9882   8. Limitation of Liability. In no event and under no legal theory,
9883      whether in tort (including negligence), contract, or otherwise,
9884      unless required by applicable law (such as deliberate and grossly
9885      negligent acts) or agreed to in writing, shall any Contributor be
9886      liable to You for damages, including any direct, indirect, special,
9887      incidental, or consequential damages of any character arising as a
9888      result of this License or out of the use or inability to use the
9889      Work (including but not limited to damages for loss of goodwill,
9890      work stoppage, computer failure or malfunction, or any and all
9891      other commercial damages or losses), even if such Contributor
9892      has been advised of the possibility of such damages.
9893
9894   9. Accepting Warranty or Additional Liability. While redistributing
9895      the Work or Derivative Works thereof, You may choose to offer,
9896      and charge a fee for, acceptance of support, warranty, indemnity,
9897      or other liability obligations and/or rights consistent with this
9898      License. However, in accepting such obligations, You may act only
9899      on Your own behalf and on Your sole responsibility, not on behalf
9900      of any other Contributor, and only if You agree to indemnify,
9901      defend, and hold each Contributor harmless for any liability
9902      incurred by, or claims asserted against, such Contributor by reason
9903      of your accepting any such warranty or additional liability.
9904
9905   END OF TERMS AND CONDITIONS
9906
9907   APPENDIX: How to apply the Apache License to your work.
9908
9909      To apply the Apache License to your work, attach the following
9910      boilerplate notice, with the fields enclosed by brackets "[]"
9911      replaced with your own identifying information. (Don't include
9912      the brackets!)  The text should be enclosed in the appropriate
9913      comment syntax for the file format. We also recommend that a
9914      file or class name and description of purpose be included on the
9915      same "printed page" as the copyright notice for easier
9916      identification within third-party archives.
9917
9918   Copyright [yyyy] [name of copyright owner]
9919
9920   Licensed under the Apache License, Version 2.0 (the "License");
9921   you may not use this file except in compliance with the License.
9922   You may obtain a copy of the License at
9923
9924       http://www.apache.org/licenses/LICENSE-2.0
9925
9926   Unless required by applicable law or agreed to in writing, software
9927   distributed under the License is distributed on an "AS IS" BASIS,
9928   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9929   See the License for the specific language governing permissions and
9930   limitations under the License.
9931
9932
9933gson:
9934
9935
9936                                 Apache License
9937                           Version 2.0, January 2004
9938                        http://www.apache.org/licenses/
9939
9940   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9941
9942   1. Definitions.
9943
9944      "License" shall mean the terms and conditions for use, reproduction,
9945      and distribution as defined by Sections 1 through 9 of this document.
9946
9947      "Licensor" shall mean the copyright owner or entity authorized by
9948      the copyright owner that is granting the License.
9949
9950      "Legal Entity" shall mean the union of the acting entity and all
9951      other entities that control, are controlled by, or are under common
9952      control with that entity. For the purposes of this definition,
9953      "control" means (i) the power, direct or indirect, to cause the
9954      direction or management of such entity, whether by contract or
9955      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9956      outstanding shares, or (iii) beneficial ownership of such entity.
9957
9958      "You" (or "Your") shall mean an individual or Legal Entity
9959      exercising permissions granted by this License.
9960
9961      "Source" form shall mean the preferred form for making modifications,
9962      including but not limited to software source code, documentation
9963      source, and configuration files.
9964
9965      "Object" form shall mean any form resulting from mechanical
9966      transformation or translation of a Source form, including but
9967      not limited to compiled object code, generated documentation,
9968      and conversions to other media types.
9969
9970      "Work" shall mean the work of authorship, whether in Source or
9971      Object form, made available under the License, as indicated by a
9972      copyright notice that is included in or attached to the work
9973      (an example is provided in the Appendix below).
9974
9975      "Derivative Works" shall mean any work, whether in Source or Object
9976      form, that is based on (or derived from) the Work and for which the
9977      editorial revisions, annotations, elaborations, or other modifications
9978      represent, as a whole, an original work of authorship. For the purposes
9979      of this License, Derivative Works shall not include works that remain
9980      separable from, or merely link (or bind by name) to the interfaces of,
9981      the Work and Derivative Works thereof.
9982
9983      "Contribution" shall mean any work of authorship, including
9984      the original version of the Work and any modifications or additions
9985      to that Work or Derivative Works thereof, that is intentionally
9986      submitted to Licensor for inclusion in the Work by the copyright owner
9987      or by an individual or Legal Entity authorized to submit on behalf of
9988      the copyright owner. For the purposes of this definition, "submitted"
9989      means any form of electronic, verbal, or written communication sent
9990      to the Licensor or its representatives, including but not limited to
9991      communication on electronic mailing lists, source code control systems,
9992      and issue tracking systems that are managed by, or on behalf of, the
9993      Licensor for the purpose of discussing and improving the Work, but
9994      excluding communication that is conspicuously marked or otherwise
9995      designated in writing by the copyright owner as "Not a Contribution."
9996
9997      "Contributor" shall mean Licensor and any individual or Legal Entity
9998      on behalf of whom a Contribution has been received by Licensor and
9999      subsequently incorporated within the Work.
10000
10001   2. Grant of Copyright License. Subject to the terms and conditions of
10002      this License, each Contributor hereby grants to You a perpetual,
10003      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10004      copyright license to reproduce, prepare Derivative Works of,
10005      publicly display, publicly perform, sublicense, and distribute the
10006      Work and such Derivative Works in Source or Object form.
10007
10008   3. Grant of Patent License. Subject to the terms and conditions of
10009      this License, each Contributor hereby grants to You a perpetual,
10010      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10011      (except as stated in this section) patent license to make, have made,
10012      use, offer to sell, sell, import, and otherwise transfer the Work,
10013      where such license applies only to those patent claims licensable
10014      by such Contributor that are necessarily infringed by their
10015      Contribution(s) alone or by combination of their Contribution(s)
10016      with the Work to which such Contribution(s) was submitted. If You
10017      institute patent litigation against any entity (including a
10018      cross-claim or counterclaim in a lawsuit) alleging that the Work
10019      or a Contribution incorporated within the Work constitutes direct
10020      or contributory patent infringement, then any patent licenses
10021      granted to You under this License for that Work shall terminate
10022      as of the date such litigation is filed.
10023
10024   4. Redistribution. You may reproduce and distribute copies of the
10025      Work or Derivative Works thereof in any medium, with or without
10026      modifications, and in Source or Object form, provided that You
10027      meet the following conditions:
10028
10029      (a) You must give any other recipients of the Work or
10030          Derivative Works a copy of this License; and
10031
10032      (b) You must cause any modified files to carry prominent notices
10033          stating that You changed the files; and
10034
10035      (c) You must retain, in the Source form of any Derivative Works
10036          that You distribute, all copyright, patent, trademark, and
10037          attribution notices from the Source form of the Work,
10038          excluding those notices that do not pertain to any part of
10039          the Derivative Works; and
10040
10041      (d) If the Work includes a "NOTICE" text file as part of its
10042          distribution, then any Derivative Works that You distribute must
10043          include a readable copy of the attribution notices contained
10044          within such NOTICE file, excluding those notices that do not
10045          pertain to any part of the Derivative Works, in at least one
10046          of the following places: within a NOTICE text file distributed
10047          as part of the Derivative Works; within the Source form or
10048          documentation, if provided along with the Derivative Works; or,
10049          within a display generated by the Derivative Works, if and
10050          wherever such third-party notices normally appear. The contents
10051          of the NOTICE file are for informational purposes only and
10052          do not modify the License. You may add Your own attribution
10053          notices within Derivative Works that You distribute, alongside
10054          or as an addendum to the NOTICE text from the Work, provided
10055          that such additional attribution notices cannot be construed
10056          as modifying the License.
10057
10058      You may add Your own copyright statement to Your modifications and
10059      may provide additional or different license terms and conditions
10060      for use, reproduction, or distribution of Your modifications, or
10061      for any such Derivative Works as a whole, provided Your use,
10062      reproduction, and distribution of the Work otherwise complies with
10063      the conditions stated in this License.
10064
10065   5. Submission of Contributions. Unless You explicitly state otherwise,
10066      any Contribution intentionally submitted for inclusion in the Work
10067      by You to the Licensor shall be under the terms and conditions of
10068      this License, without any additional terms or conditions.
10069      Notwithstanding the above, nothing herein shall supersede or modify
10070      the terms of any separate license agreement you may have executed
10071      with Licensor regarding such Contributions.
10072
10073   6. Trademarks. This License does not grant permission to use the trade
10074      names, trademarks, service marks, or product names of the Licensor,
10075      except as required for reasonable and customary use in describing the
10076      origin of the Work and reproducing the content of the NOTICE file.
10077
10078   7. Disclaimer of Warranty. Unless required by applicable law or
10079      agreed to in writing, Licensor provides the Work (and each
10080      Contributor provides its Contributions) on an "AS IS" BASIS,
10081      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10082      implied, including, without limitation, any warranties or conditions
10083      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10084      PARTICULAR PURPOSE. You are solely responsible for determining the
10085      appropriateness of using or redistributing the Work and assume any
10086      risks associated with Your exercise of permissions under this License.
10087
10088   8. Limitation of Liability. In no event and under no legal theory,
10089      whether in tort (including negligence), contract, or otherwise,
10090      unless required by applicable law (such as deliberate and grossly
10091      negligent acts) or agreed to in writing, shall any Contributor be
10092      liable to You for damages, including any direct, indirect, special,
10093      incidental, or consequential damages of any character arising as a
10094      result of this License or out of the use or inability to use the
10095      Work (including but not limited to damages for loss of goodwill,
10096      work stoppage, computer failure or malfunction, or any and all
10097      other commercial damages or losses), even if such Contributor
10098      has been advised of the possibility of such damages.
10099
10100   9. Accepting Warranty or Additional Liability. While redistributing
10101      the Work or Derivative Works thereof, You may choose to offer,
10102      and charge a fee for, acceptance of support, warranty, indemnity,
10103      or other liability obligations and/or rights consistent with this
10104      License. However, in accepting such obligations, You may act only
10105      on Your own behalf and on Your sole responsibility, not on behalf
10106      of any other Contributor, and only if You agree to indemnify,
10107      defend, and hold each Contributor harmless for any liability
10108      incurred by, or claims asserted against, such Contributor by reason
10109      of your accepting any such warranty or additional liability.
10110
10111   END OF TERMS AND CONDITIONS
10112
10113   APPENDIX: How to apply the Apache License to your work.
10114
10115      To apply the Apache License to your work, attach the following
10116      boilerplate notice, with the fields enclosed by brackets "[]"
10117      replaced with your own identifying information. (Don't include
10118      the brackets!)  The text should be enclosed in the appropriate
10119      comment syntax for the file format. We also recommend that a
10120      file or class name and description of purpose be included on the
10121      same "printed page" as the copyright notice for easier
10122      identification within third-party archives.
10123
10124   Copyright [yyyy] [name of copyright owner]
10125
10126   Licensed under the Apache License, Version 2.0 (the "License");
10127   you may not use this file except in compliance with the License.
10128   You may obtain a copy of the License at
10129
10130       http://www.apache.org/licenses/LICENSE-2.0
10131
10132   Unless required by applicable law or agreed to in writing, software
10133   distributed under the License is distributed on an "AS IS" BASIS,
10134   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10135   See the License for the specific language governing permissions and
10136   limitations under the License.
10137
10138
10139libphonenumber:
10140
10141                                 Apache License
10142                           Version 2.0, January 2004
10143                        http://www.apache.org/licenses/
10144
10145   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10146
10147   1. Definitions.
10148
10149      "License" shall mean the terms and conditions for use, reproduction,
10150      and distribution as defined by Sections 1 through 9 of this document.
10151
10152      "Licensor" shall mean the copyright owner or entity authorized by
10153      the copyright owner that is granting the License.
10154
10155      "Legal Entity" shall mean the union of the acting entity and all
10156      other entities that control, are controlled by, or are under common
10157      control with that entity. For the purposes of this definition,
10158      "control" means (i) the power, direct or indirect, to cause the
10159      direction or management of such entity, whether by contract or
10160      otherwise, or (ii) ownership of fifty percent (50%) or more of the
10161      outstanding shares, or (iii) beneficial ownership of such entity.
10162
10163      "You" (or "Your") shall mean an individual or Legal Entity
10164      exercising permissions granted by this License.
10165
10166      "Source" form shall mean the preferred form for making modifications,
10167      including but not limited to software source code, documentation
10168      source, and configuration files.
10169
10170      "Object" form shall mean any form resulting from mechanical
10171      transformation or translation of a Source form, including but
10172      not limited to compiled object code, generated documentation,
10173      and conversions to other media types.
10174
10175      "Work" shall mean the work of authorship, whether in Source or
10176      Object form, made available under the License, as indicated by a
10177      copyright notice that is included in or attached to the work
10178      (an example is provided in the Appendix below).
10179
10180      "Derivative Works" shall mean any work, whether in Source or Object
10181      form, that is based on (or derived from) the Work and for which the
10182      editorial revisions, annotations, elaborations, or other modifications
10183      represent, as a whole, an original work of authorship. For the purposes
10184      of this License, Derivative Works shall not include works that remain
10185      separable from, or merely link (or bind by name) to the interfaces of,
10186      the Work and Derivative Works thereof.
10187
10188      "Contribution" shall mean any work of authorship, including
10189      the original version of the Work and any modifications or additions
10190      to that Work or Derivative Works thereof, that is intentionally
10191      submitted to Licensor for inclusion in the Work by the copyright owner
10192      or by an individual or Legal Entity authorized to submit on behalf of
10193      the copyright owner. For the purposes of this definition, "submitted"
10194      means any form of electronic, verbal, or written communication sent
10195      to the Licensor or its representatives, including but not limited to
10196      communication on electronic mailing lists, source code control systems,
10197      and issue tracking systems that are managed by, or on behalf of, the
10198      Licensor for the purpose of discussing and improving the Work, but
10199      excluding communication that is conspicuously marked or otherwise
10200      designated in writing by the copyright owner as "Not a Contribution."
10201
10202      "Contributor" shall mean Licensor and any individual or Legal Entity
10203      on behalf of whom a Contribution has been received by Licensor and
10204      subsequently incorporated within the Work.
10205
10206   2. Grant of Copyright License. Subject to the terms and conditions of
10207      this License, each Contributor hereby grants to You a perpetual,
10208      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10209      copyright license to reproduce, prepare Derivative Works of,
10210      publicly display, publicly perform, sublicense, and distribute the
10211      Work and such Derivative Works in Source or Object form.
10212
10213   3. Grant of Patent License. Subject to the terms and conditions of
10214      this License, each Contributor hereby grants to You a perpetual,
10215      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10216      (except as stated in this section) patent license to make, have made,
10217      use, offer to sell, sell, import, and otherwise transfer the Work,
10218      where such license applies only to those patent claims licensable
10219      by such Contributor that are necessarily infringed by their
10220      Contribution(s) alone or by combination of their Contribution(s)
10221      with the Work to which such Contribution(s) was submitted. If You
10222      institute patent litigation against any entity (including a
10223      cross-claim or counterclaim in a lawsuit) alleging that the Work
10224      or a Contribution incorporated within the Work constitutes direct
10225      or contributory patent infringement, then any patent licenses
10226      granted to You under this License for that Work shall terminate
10227      as of the date such litigation is filed.
10228
10229   4. Redistribution. You may reproduce and distribute copies of the
10230      Work or Derivative Works thereof in any medium, with or without
10231      modifications, and in Source or Object form, provided that You
10232      meet the following conditions:
10233
10234      (a) You must give any other recipients of the Work or
10235          Derivative Works a copy of this License; and
10236
10237      (b) You must cause any modified files to carry prominent notices
10238          stating that You changed the files; and
10239
10240      (c) You must retain, in the Source form of any Derivative Works
10241          that You distribute, all copyright, patent, trademark, and
10242          attribution notices from the Source form of the Work,
10243          excluding those notices that do not pertain to any part of
10244          the Derivative Works; and
10245
10246      (d) If the Work includes a "NOTICE" text file as part of its
10247          distribution, then any Derivative Works that You distribute must
10248          include a readable copy of the attribution notices contained
10249          within such NOTICE file, excluding those notices that do not
10250          pertain to any part of the Derivative Works, in at least one
10251          of the following places: within a NOTICE text file distributed
10252          as part of the Derivative Works; within the Source form or
10253          documentation, if provided along with the Derivative Works; or,
10254          within a display generated by the Derivative Works, if and
10255          wherever such third-party notices normally appear. The contents
10256          of the NOTICE file are for informational purposes only and
10257          do not modify the License. You may add Your own attribution
10258          notices within Derivative Works that You distribute, alongside
10259          or as an addendum to the NOTICE text from the Work, provided
10260          that such additional attribution notices cannot be construed
10261          as modifying the License.
10262
10263      You may add Your own copyright statement to Your modifications and
10264      may provide additional or different license terms and conditions
10265      for use, reproduction, or distribution of Your modifications, or
10266      for any such Derivative Works as a whole, provided Your use,
10267      reproduction, and distribution of the Work otherwise complies with
10268      the conditions stated in this License.
10269
10270   5. Submission of Contributions. Unless You explicitly state otherwise,
10271      any Contribution intentionally submitted for inclusion in the Work
10272      by You to the Licensor shall be under the terms and conditions of
10273      this License, without any additional terms or conditions.
10274      Notwithstanding the above, nothing herein shall supersede or modify
10275      the terms of any separate license agreement you may have executed
10276      with Licensor regarding such Contributions.
10277
10278   6. Trademarks. This License does not grant permission to use the trade
10279      names, trademarks, service marks, or product names of the Licensor,
10280      except as required for reasonable and customary use in describing the
10281      origin of the Work and reproducing the content of the NOTICE file.
10282
10283   7. Disclaimer of Warranty. Unless required by applicable law or
10284      agreed to in writing, Licensor provides the Work (and each
10285      Contributor provides its Contributions) on an "AS IS" BASIS,
10286      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10287      implied, including, without limitation, any warranties or conditions
10288      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10289      PARTICULAR PURPOSE. You are solely responsible for determining the
10290      appropriateness of using or redistributing the Work and assume any
10291      risks associated with Your exercise of permissions under this License.
10292
10293   8. Limitation of Liability. In no event and under no legal theory,
10294      whether in tort (including negligence), contract, or otherwise,
10295      unless required by applicable law (such as deliberate and grossly
10296      negligent acts) or agreed to in writing, shall any Contributor be
10297      liable to You for damages, including any direct, indirect, special,
10298      incidental, or consequential damages of any character arising as a
10299      result of this License or out of the use or inability to use the
10300      Work (including but not limited to damages for loss of goodwill,
10301      work stoppage, computer failure or malfunction, or any and all
10302      other commercial damages or losses), even if such Contributor
10303      has been advised of the possibility of such damages.
10304
10305   9. Accepting Warranty or Additional Liability. While redistributing
10306      the Work or Derivative Works thereof, You may choose to offer,
10307      and charge a fee for, acceptance of support, warranty, indemnity,
10308      or other liability obligations and/or rights consistent with this
10309      License. However, in accepting such obligations, You may act only
10310      on Your own behalf and on Your sole responsibility, not on behalf
10311      of any other Contributor, and only if You agree to indemnify,
10312      defend, and hold each Contributor harmless for any liability
10313      incurred by, or claims asserted against, such Contributor by reason
10314      of your accepting any such warranty or additional liability.
10315
10316   END OF TERMS AND CONDITIONS
10317
10318
10319shortcutbadger:
10320
10321Licensed under the Apache License, Version 2.0 (the "License");
10322you may not use this file except in compliance with the License.
10323You may obtain a copy of the License at
10324
10325    http://www.apache.org/licenses/LICENSE-2.0
10326
10327Unless required by applicable law or agreed to in writing, software
10328distributed under the License is distributed on an "AS IS" BASIS,
10329WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10330See the License for the specific language governing permissions and
10331limitations under the License.
10332
10333
10334                                 Apache License
10335                           Version 2.0, January 2004
10336                        http://www.apache.org/licenses/
10337
10338   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10339
10340   1. Definitions.
10341
10342      "License" shall mean the terms and conditions for use, reproduction,
10343      and distribution as defined by Sections 1 through 9 of this document.
10344
10345      "Licensor" shall mean the copyright owner or entity authorized by
10346      the copyright owner that is granting the License.
10347
10348      "Legal Entity" shall mean the union of the acting entity and all
10349      other entities that control, are controlled by, or are under common
10350      control with that entity. For the purposes of this definition,
10351      "control" means (i) the power, direct or indirect, to cause the
10352      direction or management of such entity, whether by contract or
10353      otherwise, or (ii) ownership of fifty percent (50%) or more of the
10354      outstanding shares, or (iii) beneficial ownership of such entity.
10355
10356      "You" (or "Your") shall mean an individual or Legal Entity
10357      exercising permissions granted by this License.
10358
10359      "Source" form shall mean the preferred form for making modifications,
10360      including but not limited to software source code, documentation
10361      source, and configuration files.
10362
10363      "Object" form shall mean any form resulting from mechanical
10364      transformation or translation of a Source form, including but
10365      not limited to compiled object code, generated documentation,
10366      and conversions to other media types.
10367
10368      "Work" shall mean the work of authorship, whether in Source or
10369      Object form, made available under the License, as indicated by a
10370      copyright notice that is included in or attached to the work
10371      (an example is provided in the Appendix below).
10372
10373      "Derivative Works" shall mean any work, whether in Source or Object
10374      form, that is based on (or derived from) the Work and for which the
10375      editorial revisions, annotations, elaborations, or other modifications
10376      represent, as a whole, an original work of authorship. For the purposes
10377      of this License, Derivative Works shall not include works that remain
10378      separable from, or merely link (or bind by name) to the interfaces of,
10379      the Work and Derivative Works thereof.
10380
10381      "Contribution" shall mean any work of authorship, including
10382      the original version of the Work and any modifications or additions
10383      to that Work or Derivative Works thereof, that is intentionally
10384      submitted to Licensor for inclusion in the Work by the copyright owner
10385      or by an individual or Legal Entity authorized to submit on behalf of
10386      the copyright owner. For the purposes of this definition, "submitted"
10387      means any form of electronic, verbal, or written communication sent
10388      to the Licensor or its representatives, including but not limited to
10389      communication on electronic mailing lists, source code control systems,
10390      and issue tracking systems that are managed by, or on behalf of, the
10391      Licensor for the purpose of discussing and improving the Work, but
10392      excluding communication that is conspicuously marked or otherwise
10393      designated in writing by the copyright owner as "Not a Contribution."
10394
10395      "Contributor" shall mean Licensor and any individual or Legal Entity
10396      on behalf of whom a Contribution has been received by Licensor and
10397      subsequently incorporated within the Work.
10398
10399   2. Grant of Copyright License. Subject to the terms and conditions of
10400      this License, each Contributor hereby grants to You a perpetual,
10401      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10402      copyright license to reproduce, prepare Derivative Works of,
10403      publicly display, publicly perform, sublicense, and distribute the
10404      Work and such Derivative Works in Source or Object form.
10405
10406   3. Grant of Patent License. Subject to the terms and conditions of
10407      this License, each Contributor hereby grants to You a perpetual,
10408      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10409      (except as stated in this section) patent license to make, have made,
10410      use, offer to sell, sell, import, and otherwise transfer the Work,
10411      where such license applies only to those patent claims licensable
10412      by such Contributor that are necessarily infringed by their
10413      Contribution(s) alone or by combination of their Contribution(s)
10414      with the Work to which such Contribution(s) was submitted. If You
10415      institute patent litigation against any entity (including a
10416      cross-claim or counterclaim in a lawsuit) alleging that the Work
10417      or a Contribution incorporated within the Work constitutes direct
10418      or contributory patent infringement, then any patent licenses
10419      granted to You under this License for that Work shall terminate
10420      as of the date such litigation is filed.
10421
10422   4. Redistribution. You may reproduce and distribute copies of the
10423      Work or Derivative Works thereof in any medium, with or without
10424      modifications, and in Source or Object form, provided that You
10425      meet the following conditions:
10426
10427      (a) You must give any other recipients of the Work or
10428          Derivative Works a copy of this License; and
10429
10430      (b) You must cause any modified files to carry prominent notices
10431          stating that You changed the files; and
10432
10433      (c) You must retain, in the Source form of any Derivative Works
10434          that You distribute, all copyright, patent, trademark, and
10435          attribution notices from the Source form of the Work,
10436          excluding those notices that do not pertain to any part of
10437          the Derivative Works; and
10438
10439      (d) If the Work includes a "NOTICE" text file as part of its
10440          distribution, then any Derivative Works that You distribute must
10441          include a readable copy of the attribution notices contained
10442          within such NOTICE file, excluding those notices that do not
10443          pertain to any part of the Derivative Works, in at least one
10444          of the following places: within a NOTICE text file distributed
10445          as part of the Derivative Works; within the Source form or
10446          documentation, if provided along with the Derivative Works; or,
10447          within a display generated by the Derivative Works, if and
10448          wherever such third-party notices normally appear. The contents
10449          of the NOTICE file are for informational purposes only and
10450          do not modify the License. You may add Your own attribution
10451          notices within Derivative Works that You distribute, alongside
10452          or as an addendum to the NOTICE text from the Work, provided
10453          that such additional attribution notices cannot be construed
10454          as modifying the License.
10455
10456      You may add Your own copyright statement to Your modifications and
10457      may provide additional or different license terms and conditions
10458      for use, reproduction, or distribution of Your modifications, or
10459      for any such Derivative Works as a whole, provided Your use,
10460      reproduction, and distribution of the Work otherwise complies with
10461      the conditions stated in this License.
10462
10463   5. Submission of Contributions. Unless You explicitly state otherwise,
10464      any Contribution intentionally submitted for inclusion in the Work
10465      by You to the Licensor shall be under the terms and conditions of
10466      this License, without any additional terms or conditions.
10467      Notwithstanding the above, nothing herein shall supersede or modify
10468      the terms of any separate license agreement you may have executed
10469      with Licensor regarding such Contributions.
10470
10471   6. Trademarks. This License does not grant permission to use the trade
10472      names, trademarks, service marks, or product names of the Licensor,
10473      except as required for reasonable and customary use in describing the
10474      origin of the Work and reproducing the content of the NOTICE file.
10475
10476   7. Disclaimer of Warranty. Unless required by applicable law or
10477      agreed to in writing, Licensor provides the Work (and each
10478      Contributor provides its Contributions) on an "AS IS" BASIS,
10479      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10480      implied, including, without limitation, any warranties or conditions
10481      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10482      PARTICULAR PURPOSE. You are solely responsible for determining the
10483      appropriateness of using or redistributing the Work and assume any
10484      risks associated with Your exercise of permissions under this License.
10485
10486   8. Limitation of Liability. In no event and under no legal theory,
10487      whether in tort (including negligence), contract, or otherwise,
10488      unless required by applicable law (such as deliberate and grossly
10489      negligent acts) or agreed to in writing, shall any Contributor be
10490      liable to You for damages, including any direct, indirect, special,
10491      incidental, or consequential damages of any character arising as a
10492      result of this License or out of the use or inability to use the
10493      Work (including but not limited to damages for loss of goodwill,
10494      work stoppage, computer failure or malfunction, or any and all
10495      other commercial damages or losses), even if such Contributor
10496      has been advised of the possibility of such damages.
10497
10498   9. Accepting Warranty or Additional Liability. While redistributing
10499      the Work or Derivative Works thereof, You may choose to offer,
10500      and charge a fee for, acceptance of support, warranty, indemnity,
10501      or other liability obligations and/or rights consistent with this
10502      License. However, in accepting such obligations, You may act only
10503      on Your own behalf and on Your sole responsibility, not on behalf
10504      of any other Contributor, and only if You agree to indemnify,
10505      defend, and hold each Contributor harmless for any liability
10506      incurred by, or claims asserted against, such Contributor by reason
10507      of your accepting any such warranty or additional liability.
10508
10509   END OF TERMS AND CONDITIONS
10510
10511
10512Android SDK:
10513
10514ANDROID SOFTWARE DEVELOPMENT KIT
10515
10516Terms and Conditions
10517
10518This is the Android Software Development Kit License Agreement.
10519
105201. Introduction
10521
105221.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and
10523specifically including the Android system files, packaged APIs, and Google APIs add-ons) is
10524licensed to you subject to the terms of this License Agreement. This License Agreement forms a
10525legally binding contract between you and Google in relation to your use of the SDK.
10526
105271.2 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600
10528Amphitheatre Parkway, Mountain View, CA 94043, United States.
10529
105302. Accepting this License Agreement
10531
105322.1 In order to use the SDK, you must first agree to this License Agreement. You may not use the
10533SDK if you do not accept this License Agreement.
10534
105352.2 You can accept this License Agreement by:
10536
10537(A) clicking to accept or agree to this License Agreement, where this option is made available to
10538you; or
10539
10540(B) by actually using the SDK. In this case, you agree that use of the SDK constitutes acceptance of
10541the Licensing Agreement from that point onwards.
10542
105432.3 You may not use the SDK and may not accept the Licensing Agreement if you are a person barred
10544from receiving the SDK under the laws of the United States or other countries including the country
10545in which you are resident or from which you use the SDK.
10546
105472.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other
10548entity, you represent and warrant that you have full legal authority to bind your employer or such
10549entity to this License Agreement. If you do not have the requisite authority, you may not accept
10550the Licensing Agreement or use the SDK on behalf of your employer or other entity.
10551
105523. SDK License from Google
10553
105543.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide,
10555royalty-free, non- assignable and non-exclusive license to use the SDK solely to develop
10556applications to run on the Android platform.
10557
105583.2 You agree that Google or third parties own all legal right, title and interest in and to the
10559SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property
10560Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law,
10561and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
10562
105633.3 Except to the extent required by applicable third party licenses, you may not copy (except for
10564backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create
10565derivative works of the SDK or any part of the SDK. Except to the extent required by applicable
10566third party licenses, you may not load any part of the SDK onto a mobile handset or any other
10567hardware device except a personal computer, combine any part of the SDK with other software, or
10568distribute any software or device incorporating a part of the SDK.
10569
105703.4 Use, reproduction and distribution of components of the SDK licensed under an open source
10571software license are governed solely by the terms of that open source software license and not
10572this License Agreement.
10573
105743.5 You agree that the form and nature of the SDK that Google provides may change without prior
10575notice to you and that future versions of the SDK may be incompatible with applications developed
10576on previous versions of the SDK. You agree that Google may stop (permanently or temporarily)
10577providing the SDK (or any features within the SDK) to you or to users generally at Google's sole
10578discretion, without prior notice to you.
10579
105803.6 Nothing in this License Agreement gives you a right to use any of Google's trade names,
10581trademarks, service marks, logos, domain names, or other distinctive brand features.
10582
105833.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including
10584copyright and trademark notices) that may be affixed to or contained within the SDK.
10585
105864. Use of the SDK by You
10587
105884.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under
10589this License Agreement in or to any software applications that you develop using the SDK, including
10590any intellectual property rights that subsist in those applications.
10591
105924.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this
10593License Agreement and (b) any applicable law, regulation or generally accepted practices or
10594guidelines in the relevant jurisdictions (including any laws regarding the export of data or
10595software to and from the United States or other relevant countries).
10596
105974.3 You agree that if you use the SDK to develop applications for general public users, you will
10598protect the privacy and legal rights of those users. If the users provide you with user names,
10599passwords, or other login information or personal information, your must make the users aware that
10600the information will be available to your application, and you must provide legally adequate privacy
10601notice and protection for those users. If your application stores personal or sensitive information
10602provided by users, it must do so securely. If the user provides your application with Google Account
10603information, your application may only use that information to access the user's Google Account
10604when, and for the limited purposes for which, the user has given you permission to do so.
10605
106064.4 You agree that you will not engage in any activity with the SDK, including the development or
10607distribution of an application, that interferes with, disrupts, damages, or accesses in an
10608unauthorized manner the servers, networks, or other properties or services of any third party
10609including, but not limited to, Google or any mobile communications carrier.
10610
106114.5 You agree that you are solely responsible for (and that Google has no responsibility to you or
10612to any third party for) any data, content, or resources that you create, transmit or display through
10613the Android platform and/or applications for the Android platform, and for the consequences of your
10614actions (including any loss or damage which Google may suffer) by doing so.
10615
106164.6 You agree that you are solely responsible for (and that Google has no responsibility to you or
10617to any third party for) any breach of your obligations under this License Agreement, any applicable
10618third party contract or Terms of Service, or any applicable law or regulation, and for the
10619consequences (including any loss or damage which Google or any third party may suffer) of any such
10620breach.
10621
106225. Your Developer Credentials
10623
106245.1 You agree that you are responsible for maintaining the confidentiality of any developer
10625credentials that may be issued to you by Google or which you may choose yourself and that you will
10626be solely responsible for all applications that are developed under your developer credentials.
10627
106286. Privacy and Information
10629
106306.1 In order to continually innovate and improve the SDK, Google may collect certain usage
10631statistics from the software including but not limited to a unique identifier, associated IP
10632address, version number of the software, and information on which tools and/or services in the SDK
10633are being used and how they are being used. Before any of this information is collected, the SDK
10634will notify you and seek your consent. If you withhold consent, the information will not be
10635collected.
10636
106376.2 The data collected is examined in the aggregate to improve the SDK and is maintained in
10638accordance with Google's Privacy Policy.
10639
106407. Third Party Applications for the Android Platform
10641
106427.1 If you use the SDK to run applications developed by a third party or that access data, content
10643or resources provided by a third party, you agree that Google is not responsible for those
10644applications, data, content, or resources. You understand that all data, content or resources which
10645you may access through such third party applications are the sole responsibility of the person from
10646which they originated and that Google is not liable for any loss or damage that you may experience
10647as a result of the use or access of any of those third party applications, data, content, or
10648resources.
10649
106507.2 You should be aware the data, content, and resources presented to you through such a third party
10651application may be protected by intellectual property rights which are owned by the providers (or by
10652other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute
10653or create derivative works based on these data, content, or resources (either in whole or in part)
10654unless you have been specifically given permission to do so by the relevant owners.
10655
106567.3 You acknowledge that your use of such third party applications, data, content, or resources may
10657be subject to separate terms between you and the relevant third party. In that case, this License
10658Agreement does not affect your legal relationship with these third parties.
10659
106608. Using Android APIs
10661
106628.1 Google Data APIs
10663
106648.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be
10665protected by intellectual property rights which are owned by Google or those parties that provide
10666the data (or by other persons or companies on their behalf). Your use of any such API may be subject
10667to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create
10668derivative works based on this data (either in whole or in part) unless allowed by the relevant
10669Terms of Service.
10670
106718.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you
10672shall retrieve data only with the user's explicit consent and only when, and for the limited
10673purposes for which, the user has given you permission to do so.
10674
106759. Terminating this License Agreement
10676
106779.1 This License Agreement will continue to apply until terminated by either you or Google as set
10678out below.
10679
106809.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the SDK
10681and any relevant developer credentials.
10682
106839.3 Google may at any time, terminate this License Agreement with you if:
10684
10685(A) you have breached any provision of this License Agreement; or
10686
10687(B) Google is required to do so by law; or
10688
10689(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated
10690its relationship with Google or ceased to offer certain parts of the SDK to you; or
10691
10692(D) Google decides to no longer providing the SDK or certain parts of the SDK to users in the
10693country in which you are resident or from which you use the service, or the provision of the SDK or
10694certain SDK services to you by Google is, in Google's sole discretion, no longer commercially
10695viable.
10696
106979.4 When this License Agreement comes to an end, all of the legal rights, obligations and
10698liabilities that you and Google have benefited from, been subject to (or which have accrued over
10699time whilst this License Agreement has been in force) or which are expressed to continue
10700indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall
10701continue to apply to such rights, obligations and liabilities indefinitely.
10702
1070310. DISCLAIMER OF WARRANTIES
10704
1070510.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE
10706SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
10707
1070810.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE
10709SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR
10710COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
10711
1071210.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS
10713OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY,
10714FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
10715
1071611. LIMITATION OF LIABILITY
10717
1071811.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS
10719LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT,
10720INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY
10721LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN
10722AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
10723
1072412. Indemnification
10725
1072612.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless
10727Google, its affiliates and their respective directors, officers, employees and agents from and
10728against any and all claims, actions, suits or proceedings, as well as any and all losses,
10729liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or
10730accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any
10731copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any
10732person or defames any person or violates their rights of publicity or privacy, and (c) any
10733non-compliance by you with this License Agreement.
10734
1073513. Changes to the License Agreement
10736
1073713.1 Google may make changes to the License Agreement as it distributes new versions of the SDK.
10738When these changes are made, Google will make a new version of the License Agreement available on
10739the website where the SDK is made available.
10740
1074114. General Legal Terms
10742
1074314.1 This License Agreement constitute the whole legal agreement between you and Google and govern
10744your use of the SDK (excluding any services which Google may provide to you under a separate written
10745agreement), and completely replace any prior agreements between you and Google in relation to the
10746SDK.
10747
1074814.2 You agree that if Google does not exercise or enforce any legal right or remedy which is
10749contained in this License Agreement (or which Google has the benefit of under any applicable law),
10750this will not be taken to be a formal waiver of Google's rights and that those rights or remedies
10751will still be available to Google.
10752
1075314.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision
10754of this License Agreement is invalid, then that provision will be removed from this License
10755Agreement without affecting the rest of this License Agreement. The remaining provisions of this
10756License Agreement will continue to be valid and enforceable.
10757
1075814.4 You acknowledge and agree that each member of the group of companies of which Google is the
10759parent shall be third party beneficiaries to this License Agreement and that such other companies
10760shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that
10761confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall
10762be third party beneficiaries to this License Agreement.
10763
1076414.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST
10765COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE
10766LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
10767
1076814.6 The rights granted in this License Agreement may not be assigned or transferred by either you
10769or Google without the prior written approval of the other party. Neither you nor Google shall be
10770permitted to delegate their responsibilities or obligations under this License Agreement without the
10771prior written approval of the other party.
10772
1077314.7 This License Agreement, and your relationship with Google under this License Agreement, shall
10774be governed by the laws of the State of California without regard to its conflict of laws
10775provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located
10776within the county of Santa Clara, California to resolve any legal matter arising from this License
10777Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for
10778injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
10779
10780April 10, 2009
10781
10782
10783Animal Sniffer:
10784
10785The MIT License
10786
10787Copyright (c) 2008 Kohsuke Kawaguchi and codehaus.org.
10788
10789Permission is hereby granted, free of charge, to any person obtaining a copy
10790of this software and associated documentation files (the "Software"), to deal
10791in the Software without restriction, including without limitation the rights
10792to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10793copies of the Software, and to permit persons to whom the Software is
10794furnished to do so, subject to the following conditions:
10795
10796The above copyright notice and this permission notice shall be included in
10797all copies or substantial portions of the Software.
10798
10799THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10800IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10801FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10802AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10803LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10804OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10805THE SOFTWARE.
10806
10807
10808JSR 305:
10809
10810Copyright (c) 2007-2009, JSR305 expert group
10811All rights reserved.
10812
10813http://www.opensource.org/licenses/bsd-license.php
10814
10815Redistribution and use in source and binary forms, with or without
10816modification, are permitted provided that the following conditions are met:
10817
10818    * Redistributions of source code must retain the above copyright notice,
10819      this list of conditions and the following disclaimer.
10820    * Redistributions in binary form must reproduce the above copyright notice,
10821      this list of conditions and the following disclaimer in the documentation
10822      and/or other materials provided with the distribution.
10823    * Neither the name of the JSR305 expert group nor the names of its
10824      contributors may be used to endorse or promote products derived from
10825      this software without specific prior written permission.
10826
10827THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
10828AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
10829THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
10830ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
10831LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
10832CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
10833SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
10834INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
10835CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
10836ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
10837POSSIBILITY OF SUCH DAMAGE.
10838
10839
10840Protobuf Nano:
10841
10842Copyright 2008, Google Inc.
10843All rights reserved.
10844
10845Redistribution and use in source and binary forms, with or without
10846modification, are permitted provided that the following conditions are
10847met:
10848
10849    * Redistributions of source code must retain the above copyright
10850notice, this list of conditions and the following disclaimer.
10851    * Redistributions in binary form must reproduce the above
10852copyright notice, this list of conditions and the following disclaimer
10853in the documentation and/or other materials provided with the
10854distribution.
10855    * Neither the name of Google Inc. nor the names of its
10856contributors may be used to endorse or promote products derived from
10857this software without specific prior written permission.
10858
10859THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10860"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10861LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10862A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10863OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10864SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10865LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10866DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10867THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10868(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10869OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10870
10871Code generated by the Protocol Buffer compiler is owned by the owner
10872of the input file used when generating it.  This code is not
10873standalone and requires a support library to be linked with it.  This
10874support library is itself covered by the above license.
10875
10876
10877Checker Framework Annotations:
10878
10879A few parts of the Checker Framework have more permissive licenses.
10880
10881 * The annotations are licensed under the MIT License.  (The text of this
10882   license appears below.)  More specifically, all the parts of the Checker
10883   Framework that you might want to include with your own program use the
10884   MIT License.  This is the checker-qual.jar file and all the files that
10885   appear in it:  every file in a qual/ directory, plus NullnessUtils.java
10886   and RegexUtil.java.  In addition, the cleanroom implementations of
10887   third-party annotations, which the Checker Framework recognizes as
10888   aliases for its own annotations, are licensed under the MIT License.
10889
10890===========================================================================
10891
10892MIT License:
10893
10894Permission is hereby granted, free of charge, to any person obtaining a copy
10895of this software and associated documentation files (the "Software"), to deal
10896in the Software without restriction, including without limitation the rights
10897to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10898copies of the Software, and to permit persons to whom the Software is
10899furnished to do so, subject to the following conditions:
10900
10901The above copyright notice and this permission notice shall be included in
10902all copies or substantial portions of the Software.
10903
10904THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10905IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10906FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10907AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10908LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10909OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10910THE SOFTWARE.
10911
10912===========================================================================
10913
10914
10915Glide:
10916
10917Covers library/
10918
10919Copyright 2014 Google, Inc. All rights reserved.
10920
10921Redistribution and use in source and binary forms, with or without modification, are
10922permitted provided that the following conditions are met:
10923
10924   1. Redistributions of source code must retain the above copyright notice, this list of
10925         conditions and the following disclaimer.
10926
10927   2. Redistributions in binary form must reproduce the above copyright notice, this list
10928         of conditions and the following disclaimer in the documentation and/or other materials
10929         provided with the distribution.
10930
10931THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
10932WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
10933FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
10934CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
10935CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
10936SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
10937ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
10938NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
10939ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10940
10941The views and conclusions contained in the software and documentation are those of the
10942authors and should not be interpreted as representing official policies, either expressed
10943or implied, of Google, Inc.
10944
10945--------------------------------------------------------------------------
10946Covers third_party/gif_decoder
10947
10948Copyright (c) 2013 Xcellent Creations, Inc.
10949
10950Permission is hereby granted, free of charge, to any person obtaining
10951a copy of this software and associated documentation files (the
10952"Software"), to deal in the Software without restriction, including
10953without limitation the rights to use, copy, modify, merge, publish,
10954distribute, sublicense, and/or sell copies of the Software, and to
10955permit persons to whom the Software is furnished to do so, subject to
10956the following conditions:
10957
10958The above copyright notice and this permission notice shall be
10959included in all copies or substantial portions of the Software.
10960
10961THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10962EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10963MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10964NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
10965LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
10966OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
10967WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10968
10969--------------------------------------------------------------------------
10970Covers third_party/disklrucache
10971
10972Copyright 2012 Jake Wharton
10973Copyright 2011 The Android Open Source Project
10974
10975Licensed under the Apache License, Version 2.0 (the "License");
10976you may not use this file except in compliance with the License.
10977You may obtain a copy of the License at
10978
10979   http://www.apache.org/licenses/LICENSE-2.0
10980
10981Unless required by applicable law or agreed to in writing, software
10982distributed under the License is distributed on an "AS IS" BASIS,
10983WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10984See the License for the specific language governing permissions and
10985limitations under the License.
10986--------------------------------------------------------------------------
10987Covers third_party/gif_encoder/AnimatedGifEncoder.java and
10988third_party/gif_encoder/LZWEncoder.java:
10989
10990No copyright asserted on the source code of this class. May be used for any
10991purpose, however, refer to the Unisys LZW patent for restrictions on use of
10992the associated LZWEncoder class. Please forward any corrections to
10993[email protected].
10994
10995-----------------------------------------------------------------------------
10996Covers third_party/gif_encoder/NeuQuant.java
10997
10998Copyright (c) 1994 Anthony Dekker
10999
11000NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
11001"Kohonen neural networks for optimal colour quantization" in "Network:
11002Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of
11003the algorithm.
11004
11005Any party obtaining a copy of these files from the author, directly or
11006indirectly, is granted, free of charge, a full and unrestricted irrevocable,
11007world-wide, paid up, royalty-free, nonexclusive right and license to deal in
11008this software and documentation files (the "Software"), including without
11009limitation the rights to use, copy, modify, merge, publish, distribute,
11010sublicense, and/or sell copies of the Software, and to permit persons who
11011receive copies from any such party to do so, with the only requirement being
11012that this copyright notice remain intact.
11013
11014
11015carrierservices:
11016
11017These components
11018  com.google.android.rcs.core,
11019  com.google.android.rcs.core.utils.CaseInsensitiveMap,
11020  com.google.android.rcs.core.utils.DateTime,
11021  com.google.android.rcs.core.utils.InetAddresses,
11022  com.google.android.rcs.core.network.ConnectivityMonitor,
11023  com.google.android.rcs.client.PrivateDataStorage,
11024  com.google.android.rcs.client.utils.FastXmlSerializer,
11025  com.google.android.rcs.client.utils.XmlUtils,
11026  com.google.android.rcs.client.utils.QueuedWork
11027are licensed under Apache v2.
11028
11029Licensed under the Apache License, Version 2.0 (the "License");
11030you may not use this file except in compliance with the License.
11031You may obtain a copy of the License at
11032
11033    http://www.apache.org/licenses/LICENSE-2.0
11034
11035Unless required by applicable law or agreed to in writing, software
11036distributed under the License is distributed on an "AS IS" BASIS,
11037WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11038See the License for the specific language governing permissions and
11039limitations under the License.
11040
11041
11042                                 Apache License
11043                           Version 2.0, January 2004
11044                        http://www.apache.org/licenses/
11045
11046   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11047
11048   1. Definitions.
11049
11050      "License" shall mean the terms and conditions for use, reproduction,
11051      and distribution as defined by Sections 1 through 9 of this document.
11052
11053      "Licensor" shall mean the copyright owner or entity authorized by
11054      the copyright owner that is granting the License.
11055
11056      "Legal Entity" shall mean the union of the acting entity and all
11057      other entities that control, are controlled by, or are under common
11058      control with that entity. For the purposes of this definition,
11059      "control" means (i) the power, direct or indirect, to cause the
11060      direction or management of such entity, whether by contract or
11061      otherwise, or (ii) ownership of fifty percent (50%) or more of the
11062      outstanding shares, or (iii) beneficial ownership of such entity.
11063
11064      "You" (or "Your") shall mean an individual or Legal Entity
11065      exercising permissions granted by this License.
11066
11067      "Source" form shall mean the preferred form for making modifications,
11068      including but not limited to software source code, documentation
11069      source, and configuration files.
11070
11071      "Object" form shall mean any form resulting from mechanical
11072      transformation or translation of a Source form, including but
11073      not limited to compiled object code, generated documentation,
11074      and conversions to other media types.
11075
11076      "Work" shall mean the work of authorship, whether in Source or
11077      Object form, made available under the License, as indicated by a
11078      copyright notice that is included in or attached to the work
11079      (an example is provided in the Appendix below).
11080
11081      "Derivative Works" shall mean any work, whether in Source or Object
11082      form, that is based on (or derived from) the Work and for which the
11083      editorial revisions, annotations, elaborations, or other modifications
11084      represent, as a whole, an original work of authorship. For the purposes
11085      of this License, Derivative Works shall not include works that remain
11086      separable from, or merely link (or bind by name) to the interfaces of,
11087      the Work and Derivative Works thereof.
11088
11089      "Contribution" shall mean any work of authorship, including
11090      the original version of the Work and any modifications or additions
11091      to that Work or Derivative Works thereof, that is intentionally
11092      submitted to Licensor for inclusion in the Work by the copyright owner
11093      or by an individual or Legal Entity authorized to submit on behalf of
11094      the copyright owner. For the purposes of this definition, "submitted"
11095      means any form of electronic, verbal, or written communication sent
11096      to the Licensor or its representatives, including but not limited to
11097      communication on electronic mailing lists, source code control systems,
11098      and issue tracking systems that are managed by, or on behalf of, the
11099      Licensor for the purpose of discussing and improving the Work, but
11100      excluding communication that is conspicuously marked or otherwise
11101      designated in writing by the copyright owner as "Not a Contribution."
11102
11103      "Contributor" shall mean Licensor and any individual or Legal Entity
11104      on behalf of whom a Contribution has been received by Licensor and
11105      subsequently incorporated within the Work.
11106
11107   2. Grant of Copyright License. Subject to the terms and conditions of
11108      this License, each Contributor hereby grants to You a perpetual,
11109      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11110      copyright license to reproduce, prepare Derivative Works of,
11111      publicly display, publicly perform, sublicense, and distribute the
11112      Work and such Derivative Works in Source or Object form.
11113
11114   3. Grant of Patent License. Subject to the terms and conditions of
11115      this License, each Contributor hereby grants to You a perpetual,
11116      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11117      (except as stated in this section) patent license to make, have made,
11118      use, offer to sell, sell, import, and otherwise transfer the Work,
11119      where such license applies only to those patent claims licensable
11120      by such Contributor that are necessarily infringed by their
11121      Contribution(s) alone or by combination of their Contribution(s)
11122      with the Work to which such Contribution(s) was submitted. If You
11123      institute patent litigation against any entity (including a
11124      cross-claim or counterclaim in a lawsuit) alleging that the Work
11125      or a Contribution incorporated within the Work constitutes direct
11126      or contributory patent infringement, then any patent licenses
11127      granted to You under this License for that Work shall terminate
11128      as of the date such litigation is filed.
11129
11130   4. Redistribution. You may reproduce and distribute copies of the
11131      Work or Derivative Works thereof in any medium, with or without
11132      modifications, and in Source or Object form, provided that You
11133      meet the following conditions:
11134
11135      (a) You must give any other recipients of the Work or
11136          Derivative Works a copy of this License; and
11137
11138      (b) You must cause any modified files to carry prominent notices
11139          stating that You changed the files; and
11140
11141      (c) You must retain, in the Source form of any Derivative Works
11142          that You distribute, all copyright, patent, trademark, and
11143          attribution notices from the Source form of the Work,
11144          excluding those notices that do not pertain to any part of
11145          the Derivative Works; and
11146
11147      (d) If the Work includes a "NOTICE" text file as part of its
11148          distribution, then any Derivative Works that You distribute must
11149          include a readable copy of the attribution notices contained
11150          within such NOTICE file, excluding those notices that do not
11151          pertain to any part of the Derivative Works, in at least one
11152          of the following places: within a NOTICE text file distributed
11153          as part of the Derivative Works; within the Source form or
11154          documentation, if provided along with the Derivative Works; or,
11155          within a display generated by the Derivative Works, if and
11156          wherever such third-party notices normally appear. The contents
11157          of the NOTICE file are for informational purposes only and
11158          do not modify the License. You may add Your own attribution
11159          notices within Derivative Works that You distribute, alongside
11160          or as an addendum to the NOTICE text from the Work, provided
11161          that such additional attribution notices cannot be construed
11162          as modifying the License.
11163
11164      You may add Your own copyright statement to Your modifications and
11165      may provide additional or different license terms and conditions
11166      for use, reproduction, or distribution of Your modifications, or
11167      for any such Derivative Works as a whole, provided Your use,
11168      reproduction, and distribution of the Work otherwise complies with
11169      the conditions stated in this License.
11170
11171   5. Submission of Contributions. Unless You explicitly state otherwise,
11172      any Contribution intentionally submitted for inclusion in the Work
11173      by You to the Licensor shall be under the terms and conditions of
11174      this License, without any additional terms or conditions.
11175      Notwithstanding the above, nothing herein shall supersede or modify
11176      the terms of any separate license agreement you may have executed
11177      with Licensor regarding such Contributions.
11178
11179   6. Trademarks. This License does not grant permission to use the trade
11180      names, trademarks, service marks, or product names of the Licensor,
11181      except as required for reasonable and customary use in describing the
11182      origin of the Work and reproducing the content of the NOTICE file.
11183
11184   7. Disclaimer of Warranty. Unless required by applicable law or
11185      agreed to in writing, Licensor provides the Work (and each
11186      Contributor provides its Contributions) on an "AS IS" BASIS,
11187      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11188      implied, including, without limitation, any warranties or conditions
11189      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11190      PARTICULAR PURPOSE. You are solely responsible for determining the
11191      appropriateness of using or redistributing the Work and assume any
11192      risks associated with Your exercise of permissions under this License.
11193
11194   8. Limitation of Liability. In no event and under no legal theory,
11195      whether in tort (including negligence), contract, or otherwise,
11196      unless required by applicable law (such as deliberate and grossly
11197      negligent acts) or agreed to in writing, shall any Contributor be
11198      liable to You for damages, including any direct, indirect, special,
11199      incidental, or consequential damages of any character arising as a
11200      result of this License or out of the use or inability to use the
11201      Work (including but not limited to damages for loss of goodwill,
11202      work stoppage, computer failure or malfunction, or any and all
11203      other commercial damages or losses), even if such Contributor
11204      has been advised of the possibility of such damages.
11205
11206   9. Accepting Warranty or Additional Liability. While redistributing
11207      the Work or Derivative Works thereof, You may choose to offer,
11208      and charge a fee for, acceptance of support, warranty, indemnity,
11209      or other liability obligations and/or rights consistent with this
11210      License. However, in accepting such obligations, You may act only
11211      on Your own behalf and on Your sole responsibility, not on behalf
11212      of any other Contributor, and only if You agree to indemnify,
11213      defend, and hold each Contributor harmless for any liability
11214      incurred by, or claims asserted against, such Contributor by reason
11215      of your accepting any such warranty or additional liability.
11216
11217   END OF TERMS AND CONDITIONS
11218
11219===============================================================================
11220
11221These components
11222  com.google.android.rcs.core.utils.FastBase64,
11223  com.google.android.rcs.core.utils.LibraryLoaderHelper
11224are licensed under BSD.
11225
11226Redistribution and use in source and binary forms, with or without
11227modification, are permitted provided that the following conditions are
11228met:
11229
11230   * Redistributions of source code must retain the above copyright
11231notice, this list of conditions and the following disclaimer.
11232   * Redistributions in binary form must reproduce the above
11233copyright notice, this list of conditions and the following disclaimer
11234in the documentation and/or other materials provided with the
11235distribution.
11236
11237   * Neither the name of Google Inc. nor the names of its
11238contributors may be used to endorse or promote products derived from
11239this software without specific prior written permission.
11240
11241THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11242"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11243LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11244A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11245OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11246SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11247LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11248DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11249THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11250(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11251OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11252
11253
11254jibercsclient:
11255
11256These components
11257  com.google.android.rcs.core,
11258  com.google.android.rcs.core.utils.CaseInsensitiveMap,
11259  com.google.android.rcs.core.utils.DateTime,
11260  com.google.android.rcs.core.utils.InetAddresses,
11261  com.google.android.rcs.core.network.ConnectivityMonitor,
11262  com.google.android.rcs.client.PrivateDataStorage,
11263  com.google.android.rcs.client.utils.FastXmlSerializer,
11264  com.google.android.rcs.client.utils.XmlUtils,
11265  com.google.android.rcs.client.utils.QueuedWork
11266are licensed under Apache v2.
11267
11268Licensed under the Apache License, Version 2.0 (the "License");
11269you may not use this file except in compliance with the License.
11270You may obtain a copy of the License at
11271
11272    http://www.apache.org/licenses/LICENSE-2.0
11273
11274Unless required by applicable law or agreed to in writing, software
11275distributed under the License is distributed on an "AS IS" BASIS,
11276WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11277See the License for the specific language governing permissions and
11278limitations under the License.
11279
11280
11281                                 Apache License
11282                           Version 2.0, January 2004
11283                        http://www.apache.org/licenses/
11284
11285   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11286
11287   1. Definitions.
11288
11289      "License" shall mean the terms and conditions for use, reproduction,
11290      and distribution as defined by Sections 1 through 9 of this document.
11291
11292      "Licensor" shall mean the copyright owner or entity authorized by
11293      the copyright owner that is granting the License.
11294
11295      "Legal Entity" shall mean the union of the acting entity and all
11296      other entities that control, are controlled by, or are under common
11297      control with that entity. For the purposes of this definition,
11298      "control" means (i) the power, direct or indirect, to cause the
11299      direction or management of such entity, whether by contract or
11300      otherwise, or (ii) ownership of fifty percent (50%) or more of the
11301      outstanding shares, or (iii) beneficial ownership of such entity.
11302
11303      "You" (or "Your") shall mean an individual or Legal Entity
11304      exercising permissions granted by this License.
11305
11306      "Source" form shall mean the preferred form for making modifications,
11307      including but not limited to software source code, documentation
11308      source, and configuration files.
11309
11310      "Object" form shall mean any form resulting from mechanical
11311      transformation or translation of a Source form, including but
11312      not limited to compiled object code, generated documentation,
11313      and conversions to other media types.
11314
11315      "Work" shall mean the work of authorship, whether in Source or
11316      Object form, made available under the License, as indicated by a
11317      copyright notice that is included in or attached to the work
11318      (an example is provided in the Appendix below).
11319
11320      "Derivative Works" shall mean any work, whether in Source or Object
11321      form, that is based on (or derived from) the Work and for which the
11322      editorial revisions, annotations, elaborations, or other modifications
11323      represent, as a whole, an original work of authorship. For the purposes
11324      of this License, Derivative Works shall not include works that remain
11325      separable from, or merely link (or bind by name) to the interfaces of,
11326      the Work and Derivative Works thereof.
11327
11328      "Contribution" shall mean any work of authorship, including
11329      the original version of the Work and any modifications or additions
11330      to that Work or Derivative Works thereof, that is intentionally
11331      submitted to Licensor for inclusion in the Work by the copyright owner
11332      or by an individual or Legal Entity authorized to submit on behalf of
11333      the copyright owner. For the purposes of this definition, "submitted"
11334      means any form of electronic, verbal, or written communication sent
11335      to the Licensor or its representatives, including but not limited to
11336      communication on electronic mailing lists, source code control systems,
11337      and issue tracking systems that are managed by, or on behalf of, the
11338      Licensor for the purpose of discussing and improving the Work, but
11339      excluding communication that is conspicuously marked or otherwise
11340      designated in writing by the copyright owner as "Not a Contribution."
11341
11342      "Contributor" shall mean Licensor and any individual or Legal Entity
11343      on behalf of whom a Contribution has been received by Licensor and
11344      subsequently incorporated within the Work.
11345
11346   2. Grant of Copyright License. Subject to the terms and conditions of
11347      this License, each Contributor hereby grants to You a perpetual,
11348      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11349      copyright license to reproduce, prepare Derivative Works of,
11350      publicly display, publicly perform, sublicense, and distribute the
11351      Work and such Derivative Works in Source or Object form.
11352
11353   3. Grant of Patent License. Subject to the terms and conditions of
11354      this License, each Contributor hereby grants to You a perpetual,
11355      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11356      (except as stated in this section) patent license to make, have made,
11357      use, offer to sell, sell, import, and otherwise transfer the Work,
11358      where such license applies only to those patent claims licensable
11359      by such Contributor that are necessarily infringed by their
11360      Contribution(s) alone or by combination of their Contribution(s)
11361      with the Work to which such Contribution(s) was submitted. If You
11362      institute patent litigation against any entity (including a
11363      cross-claim or counterclaim in a lawsuit) alleging that the Work
11364      or a Contribution incorporated within the Work constitutes direct
11365      or contributory patent infringement, then any patent licenses
11366      granted to You under this License for that Work shall terminate
11367      as of the date such litigation is filed.
11368
11369   4. Redistribution. You may reproduce and distribute copies of the
11370      Work or Derivative Works thereof in any medium, with or without
11371      modifications, and in Source or Object form, provided that You
11372      meet the following conditions:
11373
11374      (a) You must give any other recipients of the Work or
11375          Derivative Works a copy of this License; and
11376
11377      (b) You must cause any modified files to carry prominent notices
11378          stating that You changed the files; and
11379
11380      (c) You must retain, in the Source form of any Derivative Works
11381          that You distribute, all copyright, patent, trademark, and
11382          attribution notices from the Source form of the Work,
11383          excluding those notices that do not pertain to any part of
11384          the Derivative Works; and
11385
11386      (d) If the Work includes a "NOTICE" text file as part of its
11387          distribution, then any Derivative Works that You distribute must
11388          include a readable copy of the attribution notices contained
11389          within such NOTICE file, excluding those notices that do not
11390          pertain to any part of the Derivative Works, in at least one
11391          of the following places: within a NOTICE text file distributed
11392          as part of the Derivative Works; within the Source form or
11393          documentation, if provided along with the Derivative Works; or,
11394          within a display generated by the Derivative Works, if and
11395          wherever such third-party notices normally appear. The contents
11396          of the NOTICE file are for informational purposes only and
11397          do not modify the License. You may add Your own attribution
11398          notices within Derivative Works that You distribute, alongside
11399          or as an addendum to the NOTICE text from the Work, provided
11400          that such additional attribution notices cannot be construed
11401          as modifying the License.
11402
11403      You may add Your own copyright statement to Your modifications and
11404      may provide additional or different license terms and conditions
11405      for use, reproduction, or distribution of Your modifications, or
11406      for any such Derivative Works as a whole, provided Your use,
11407      reproduction, and distribution of the Work otherwise complies with
11408      the conditions stated in this License.
11409
11410   5. Submission of Contributions. Unless You explicitly state otherwise,
11411      any Contribution intentionally submitted for inclusion in the Work
11412      by You to the Licensor shall be under the terms and conditions of
11413      this License, without any additional terms or conditions.
11414      Notwithstanding the above, nothing herein shall supersede or modify
11415      the terms of any separate license agreement you may have executed
11416      with Licensor regarding such Contributions.
11417
11418   6. Trademarks. This License does not grant permission to use the trade
11419      names, trademarks, service marks, or product names of the Licensor,
11420      except as required for reasonable and customary use in describing the
11421      origin of the Work and reproducing the content of the NOTICE file.
11422
11423   7. Disclaimer of Warranty. Unless required by applicable law or
11424      agreed to in writing, Licensor provides the Work (and each
11425      Contributor provides its Contributions) on an "AS IS" BASIS,
11426      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11427      implied, including, without limitation, any warranties or conditions
11428      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11429      PARTICULAR PURPOSE. You are solely responsible for determining the
11430      appropriateness of using or redistributing the Work and assume any
11431      risks associated with Your exercise of permissions under this License.
11432
11433   8. Limitation of Liability. In no event and under no legal theory,
11434      whether in tort (including negligence), contract, or otherwise,
11435      unless required by applicable law (such as deliberate and grossly
11436      negligent acts) or agreed to in writing, shall any Contributor be
11437      liable to You for damages, including any direct, indirect, special,
11438      incidental, or consequential damages of any character arising as a
11439      result of this License or out of the use or inability to use the
11440      Work (including but not limited to damages for loss of goodwill,
11441      work stoppage, computer failure or malfunction, or any and all
11442      other commercial damages or losses), even if such Contributor
11443      has been advised of the possibility of such damages.
11444
11445   9. Accepting Warranty or Additional Liability. While redistributing
11446      the Work or Derivative Works thereof, You may choose to offer,
11447      and charge a fee for, acceptance of support, warranty, indemnity,
11448      or other liability obligations and/or rights consistent with this
11449      License. However, in accepting such obligations, You may act only
11450      on Your own behalf and on Your sole responsibility, not on behalf
11451      of any other Contributor, and only if You agree to indemnify,
11452      defend, and hold each Contributor harmless for any liability
11453      incurred by, or claims asserted against, such Contributor by reason
11454      of your accepting any such warranty or additional liability.
11455
11456   END OF TERMS AND CONDITIONS
11457
11458===============================================================================
11459
11460These components
11461  com.google.android.rcs.core.utils.FastBase64,
11462  com.google.android.rcs.core.utils.LibraryLoaderHelper
11463are licensed under BSD.
11464
11465Redistribution and use in source and binary forms, with or without
11466modification, are permitted provided that the following conditions are
11467met:
11468
11469   * Redistributions of source code must retain the above copyright
11470notice, this list of conditions and the following disclaimer.
11471   * Redistributions in binary form must reproduce the above
11472copyright notice, this list of conditions and the following disclaimer
11473in the documentation and/or other materials provided with the
11474distribution.
11475
11476   * Neither the name of Google Inc. nor the names of its
11477contributors may be used to endorse or promote products derived from
11478this software without specific prior written permission.
11479
11480THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11481"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11482LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11483A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11484OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11485SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11486LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11487DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11488THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11489(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11490OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11491
11492
11493mime4j:
11494
11495                                 Apache License
11496                           Version 2.0, January 2004
11497                        http://www.apache.org/licenses/
11498
11499   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11500
11501   1. Definitions.
11502
11503      "License" shall mean the terms and conditions for use, reproduction,
11504      and distribution as defined by Sections 1 through 9 of this document.
11505
11506      "Licensor" shall mean the copyright owner or entity authorized by
11507      the copyright owner that is granting the License.
11508
11509      "Legal Entity" shall mean the union of the acting entity and all
11510      other entities that control, are controlled by, or are under common
11511      control with that entity. For the purposes of this definition,
11512      "control" means (i) the power, direct or indirect, to cause the
11513      direction or management of such entity, whether by contract or
11514      otherwise, or (ii) ownership of fifty percent (50%) or more of the
11515      outstanding shares, or (iii) beneficial ownership of such entity.
11516
11517      "You" (or "Your") shall mean an individual or Legal Entity
11518      exercising permissions granted by this License.
11519
11520      "Source" form shall mean the preferred form for making modifications,
11521      including but not limited to software source code, documentation
11522      source, and configuration files.
11523
11524      "Object" form shall mean any form resulting from mechanical
11525      transformation or translation of a Source form, including but
11526      not limited to compiled object code, generated documentation,
11527      and conversions to other media types.
11528
11529      "Work" shall mean the work of authorship, whether in Source or
11530      Object form, made available under the License, as indicated by a
11531      copyright notice that is included in or attached to the work
11532      (an example is provided in the Appendix below).
11533
11534      "Derivative Works" shall mean any work, whether in Source or Object
11535      form, that is based on (or derived from) the Work and for which the
11536      editorial revisions, annotations, elaborations, or other modifications
11537      represent, as a whole, an original work of authorship. For the purposes
11538      of this License, Derivative Works shall not include works that remain
11539      separable from, or merely link (or bind by name) to the interfaces of,
11540      the Work and Derivative Works thereof.
11541
11542      "Contribution" shall mean any work of authorship, including
11543      the original version of the Work and any modifications or additions
11544      to that Work or Derivative Works thereof, that is intentionally
11545      submitted to Licensor for inclusion in the Work by the copyright owner
11546      or by an individual or Legal Entity authorized to submit on behalf of
11547      the copyright owner. For the purposes of this definition, "submitted"
11548      means any form of electronic, verbal, or written communication sent
11549      to the Licensor or its representatives, including but not limited to
11550      communication on electronic mailing lists, source code control systems,
11551      and issue tracking systems that are managed by, or on behalf of, the
11552      Licensor for the purpose of discussing and improving the Work, but
11553      excluding communication that is conspicuously marked or otherwise
11554      designated in writing by the copyright owner as "Not a Contribution."
11555
11556      "Contributor" shall mean Licensor and any individual or Legal Entity
11557      on behalf of whom a Contribution has been received by Licensor and
11558      subsequently incorporated within the Work.
11559
11560   2. Grant of Copyright License. Subject to the terms and conditions of
11561      this License, each Contributor hereby grants to You a perpetual,
11562      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11563      copyright license to reproduce, prepare Derivative Works of,
11564      publicly display, publicly perform, sublicense, and distribute the
11565      Work and such Derivative Works in Source or Object form.
11566
11567   3. Grant of Patent License. Subject to the terms and conditions of
11568      this License, each Contributor hereby grants to You a perpetual,
11569      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11570      (except as stated in this section) patent license to make, have made,
11571      use, offer to sell, sell, import, and otherwise transfer the Work,
11572      where such license applies only to those patent claims licensable
11573      by such Contributor that are necessarily infringed by their
11574      Contribution(s) alone or by combination of their Contribution(s)
11575      with the Work to which such Contribution(s) was submitted. If You
11576      institute patent litigation against any entity (including a
11577      cross-claim or counterclaim in a lawsuit) alleging that the Work
11578      or a Contribution incorporated within the Work constitutes direct
11579      or contributory patent infringement, then any patent licenses
11580      granted to You under this License for that Work shall terminate
11581      as of the date such litigation is filed.
11582
11583   4. Redistribution. You may reproduce and distribute copies of the
11584      Work or Derivative Works thereof in any medium, with or without
11585      modifications, and in Source or Object form, provided that You
11586      meet the following conditions:
11587
11588      (a) You must give any other recipients of the Work or
11589          Derivative Works a copy of this License; and
11590
11591      (b) You must cause any modified files to carry prominent notices
11592          stating that You changed the files; and
11593
11594      (c) You must retain, in the Source form of any Derivative Works
11595          that You distribute, all copyright, patent, trademark, and
11596          attribution notices from the Source form of the Work,
11597          excluding those notices that do not pertain to any part of
11598          the Derivative Works; and
11599
11600      (d) If the Work includes a "NOTICE" text file as part of its
11601          distribution, then any Derivative Works that You distribute must
11602          include a readable copy of the attribution notices contained
11603          within such NOTICE file, excluding those notices that do not
11604          pertain to any part of the Derivative Works, in at least one
11605          of the following places: within a NOTICE text file distributed
11606          as part of the Derivative Works; within the Source form or
11607          documentation, if provided along with the Derivative Works; or,
11608          within a display generated by the Derivative Works, if and
11609          wherever such third-party notices normally appear. The contents
11610          of the NOTICE file are for informational purposes only and
11611          do not modify the License. You may add Your own attribution
11612          notices within Derivative Works that You distribute, alongside
11613          or as an addendum to the NOTICE text from the Work, provided
11614          that such additional attribution notices cannot be construed
11615          as modifying the License.
11616
11617      You may add Your own copyright statement to Your modifications and
11618      may provide additional or different license terms and conditions
11619      for use, reproduction, or distribution of Your modifications, or
11620      for any such Derivative Works as a whole, provided Your use,
11621      reproduction, and distribution of the Work otherwise complies with
11622      the conditions stated in this License.
11623
11624   5. Submission of Contributions. Unless You explicitly state otherwise,
11625      any Contribution intentionally submitted for inclusion in the Work
11626      by You to the Licensor shall be under the terms and conditions of
11627      this License, without any additional terms or conditions.
11628      Notwithstanding the above, nothing herein shall supersede or modify
11629      the terms of any separate license agreement you may have executed
11630      with Licensor regarding such Contributions.
11631
11632   6. Trademarks. This License does not grant permission to use the trade
11633      names, trademarks, service marks, or product names of the Licensor,
11634      except as required for reasonable and customary use in describing the
11635      origin of the Work and reproducing the content of the NOTICE file.
11636
11637   7. Disclaimer of Warranty. Unless required by applicable law or
11638      agreed to in writing, Licensor provides the Work (and each
11639      Contributor provides its Contributions) on an "AS IS" BASIS,
11640      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11641      implied, including, without limitation, any warranties or conditions
11642      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11643      PARTICULAR PURPOSE. You are solely responsible for determining the
11644      appropriateness of using or redistributing the Work and assume any
11645      risks associated with Your exercise of permissions under this License.
11646
11647   8. Limitation of Liability. In no event and under no legal theory,
11648      whether in tort (including negligence), contract, or otherwise,
11649      unless required by applicable law (such as deliberate and grossly
11650      negligent acts) or agreed to in writing, shall any Contributor be
11651      liable to You for damages, including any direct, indirect, special,
11652      incidental, or consequential damages of any character arising as a
11653      result of this License or out of the use or inability to use the
11654      Work (including but not limited to damages for loss of goodwill,
11655      work stoppage, computer failure or malfunction, or any and all
11656      other commercial damages or losses), even if such Contributor
11657      has been advised of the possibility of such damages.
11658
11659   9. Accepting Warranty or Additional Liability. While redistributing
11660      the Work or Derivative Works thereof, You may choose to offer,
11661      and charge a fee for, acceptance of support, warranty, indemnity,
11662      or other liability obligations and/or rights consistent with this
11663      License. However, in accepting such obligations, You may act only
11664      on Your own behalf and on Your sole responsibility, not on behalf
11665      of any other Contributor, and only if You agree to indemnify,
11666      defend, and hold each Contributor harmless for any liability
11667      incurred by, or claims asserted against, such Contributor by reason
11668      of your accepting any such warranty or additional liability.
11669
11670   END OF TERMS AND CONDITIONS
11671
11672
11673
11674
11675   THIS PRODUCT ALSO INCLUDES THIRD PARTY SOFTWARE REDISTRIBUTED UNDER THE
11676   FOLLOWING LICENSES:
11677
11678 Apache Commons Logging,
11679    The Apache Software License, Version 1.1 (commons-logging-1.1.1.jar)
11680
11681   The Apache Software License, Version 1.1
11682
11683   Redistribution and use in source and binary forms, with or without
11684   modification, are permitted provided that the following conditions
11685   are met:
11686
11687   1. Redistributions of source code must retain the above copyright
11688      notice, this list of conditions and the following disclaimer.
11689
11690   2. Redistributions in binary form must reproduce the above copyright
11691      notice, this list of conditions and the following disclaimer in
11692      the documentation and/or other materials provided with the
11693      distribution.
11694
11695   3. The end-user documentation included with the redistribution,
11696      if any, must include the following acknowledgment:
11697         "This product includes software developed by the
11698          Apache Software Foundation (http://www.apache.org/)."
11699      Alternately, this acknowledgment may appear in the software itself,
11700      if and wherever such third-party acknowledgments normally appear.
11701
11702   4. The names "Apache" and "Apache Software Foundation" must
11703      not be used to endorse or promote products derived from this
11704      software without prior written permission. For written
11705      permission, please contact [email protected].
11706
11707   5. Products derived from this software may not be called "Apache",
11708      nor may "Apache" appear in their name, without prior written
11709      permission of the Apache Software Foundation.
11710
11711   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
11712   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
11713   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
11714   DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
11715   ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11716   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11717   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
11718   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
11719   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
11720   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
11721   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11722   SUCH DAMAGE.
11723
11724
11725 Test messages from the Perl-MIME-Tools project,
11726
11727      The "Artistic License"
11728
11729      Preamble
11730
11731  The intent of this document is to state the conditions under which a
11732  Package may be copied, such that the Copyright Holder maintains some
11733  semblance of artistic control over the development of the package,
11734  while giving the users of the package the right to use and distribute
11735  the Package in a more-or-less customary fashion, plus the right to make
11736  reasonable modifications.
11737
11738  Definitions:
11739
11740   "Package" refers to the collection of files distributed by the
11741   Copyright Holder, and derivatives of that collection of files
11742   created through textual modification.
11743
11744   "Standard Version" refers to such a Package if it has not been
11745   modified, or has been modified in accordance with the wishes
11746   of the Copyright Holder as specified below.
11747
11748   "Copyright Holder" is whoever is named in the copyright or
11749   copyrights for the package.
11750
11751   "You" is you, if you're thinking about copying or distributing
11752   this Package.
11753
11754   "Reasonable copying fee" is whatever you can justify on the
11755   basis of media cost, duplication charges, time of people involved,
11756   and so on.  (You will not be required to justify it to the
11757   Copyright Holder, but only to the computing community at large
11758   as a market that must bear the fee.)
11759
11760   "Freely Available" means that no fee is charged for the item
11761   itself, though there may be fees involved in handling the item.
11762   It also means that recipients of the item may redistribute it
11763   under the same conditions they received it.
11764
11765  1. You may make and give away verbatim copies of the source form of the
11766  Standard Version of this Package without restriction, provided that you
11767  duplicate all of the original copyright notices and associated disclaimers.
11768
11769  2. You may apply bug fixes, portability fixes and other modifications
11770  derived from the Public Domain or from the Copyright Holder.  A Package
11771  modified in such a way shall still be considered the Standard Version.
11772
11773  3. You may otherwise modify your copy of this Package in any way, provided
11774  that you insert a prominent notice in each changed file stating how and
11775  when you changed that file, and provided that you do at least ONE of the
11776  following:
11777
11778      a) place your modifications in the Public Domain or otherwise make them
11779      Freely Available, such as by posting said modifications to Usenet or
11780      an equivalent medium, or placing the modifications on a major archive
11781      site such as uunet.uu.net, or by allowing the Copyright Holder to include
11782      your modifications in the Standard Version of the Package.
11783
11784      b) use the modified Package only within your corporation or organization.
11785
11786      c) rename any non-standard executables so the names do not conflict
11787      with standard executables, which must also be provided, and provide
11788      a separate manual page for each non-standard executable that clearly
11789      documents how it differs from the Standard Version.
11790
11791      d) make other distribution arrangements with the Copyright Holder.
11792
11793  4. You may distribute the programs of this Package in object code or
11794  executable form, provided that you do at least ONE of the following:
11795
11796      a) distribute a Standard Version of the executables and library files,
11797      together with instructions (in the manual page or equivalent) on where
11798      to get the Standard Version.
11799
11800      b) accompany the distribution with the machine-readable source of
11801      the Package with your modifications.
11802
11803      c) give non-standard executables non-standard names, and clearly
11804      document the differences in manual pages (or equivalent), together
11805      with instructions on where to get the Standard Version.
11806
11807      d) make other distribution arrangements with the Copyright Holder.
11808
11809  5. You may charge a reasonable copying fee for any distribution of this
11810  Package.  You may charge any fee you choose for support of this
11811  Package.  You may not charge a fee for this Package itself.  However,
11812  you may distribute this Package in aggregate with other (possibly
11813  commercial) programs as part of a larger (possibly commercial) software
11814  distribution provided that you do not advertise this Package as a
11815  product of your own.  You may embed this Package's interpreter within
11816  an executable of yours (by linking); this shall be construed as a mere
11817  form of aggregation, provided that the complete Standard Version of the
11818  interpreter is so embedded.
11819
11820  6. The scripts and library files supplied as input to or produced as
11821  output from the programs of this Package do not automatically fall
11822  under the copyright of this Package, but belong to whoever generated
11823  them, and may be sold commercially, and may be aggregated with this
11824  Package.  If such scripts or library files are aggregated with this
11825  Package via the so-called "undump" or "unexec" methods of producing a
11826  binary executable image, then distribution of such an image shall
11827  neither be construed as a distribution of this Package nor shall it
11828  fall under the restrictions of Paragraphs 3 and 4, provided that you do
11829  not represent such an executable image as a Standard Version of this
11830  Package.
11831
11832  7. C subroutines (or comparably compiled subroutines in other
11833  languages) supplied by you and linked into this Package in order to
11834  emulate subroutines and variables of the language defined by this
11835  Package shall not be considered part of this Package, but are the
11836  equivalent of input as in Paragraph 6, provided these subroutines do
11837  not change the language in any way that would cause it to fail the
11838  regression tests for the language.
11839
11840  8. Aggregation of this Package with a commercial distribution is always
11841  permitted provided that the use of this Package is embedded; that is,
11842  when no overt attempt is made to make this Package's interfaces visible
11843  to the end user of the commercial distribution.  Such use shall not be
11844  construed as a distribution of this Package.
11845
11846  9. The name of the Copyright Holder may not be used to endorse or promote
11847  products derived from this software without specific prior written permission.
11848
11849  10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
11850  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
11851  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11852
11853      The End
11854
11855
11856