| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- This MediaTek software package contains software with the following notices and under the following licenses:
- ==============================================================================================================
- Copyright (C) 2016 The Android Open Source Project
- Copyright (C) 1995-2005 Jean-loup Gailly.
- Copyright (C) 1995-2005 Mark Adler
- Copyright (c) 2015 Oleksandr Tymoshenko <gonzo@FreeBSD.org>
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
- 1. Definitions.
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
- END OF TERMS AND CONDITIONS
- Copyright (C) 1995-2005 Mark Adler
- Copyright (C) 2006 David Gibson, IBM Corporation.
- Copyright (C) 1995-2005 Jean-loup Gailly
- Copyright (C) 1995-2004 Mark Adler
- Copyright (C) 1995-2005 Jean-loup Gailly.
- Copyright (C) 2012 David Gibson, IBM Corporation.
- Copyright (C) 2014 David Gibson <david@gibson.dropbear.id.au>
- Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
- All rights reserved.
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- following conditions are met:
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
- disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- following disclaimer in the documentation and/or other materials provided with the distribution.
- * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote
- products derived from this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Copyright (C) 1995-2004 Mark Adler
- Copyright (C) 2006 David Gibson, IBM Corporation.
- BSD Two Clause License
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
- following conditions are met:
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
- disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
- following disclaimer in the documentation and/or other materials provided with the distribution.
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Copyright (C) 2017 The Android Open Source Project
- Copyright 2007, The Android Open Source Project
- Copyright (c) 2008 Travis Geiselbrecht
- This is the Android Software Development Kit License Agreement.
- 1. Introduction
- 1.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including
- the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this
- License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your
- use of the SDK.
- 1.2 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway,
- Mountain View, CA 94043, United States.
- 2. Accepting this License Agreement
- 2.1 In order to use the SDK, you must first agree to this License Agreement. You may not use the SDK if you do not
- accept this License Agreement.
- 2.2 You can accept this License Agreement by:
- (A) clicking to accept or agree to this License Agreement, where this option is made available to you; or
- (B) by actually using the SDK. In this case, you agree that use of the SDK constitutes acceptance of the Licensing
- Agreement from that point onwards.
- 2.3 You may not use the SDK and may not accept the Licensing Agreement if you are a person barred from receiving the SDK
- under the laws of the United States or other countries including the country in which you are resident or from which you
- use the SDK.
- 2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent
- and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do
- not have the requisite authority, you may not accept the Licensing Agreement or use the SDK on behalf of your employer
- or other entity.
- 3. SDK License from Google
- 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-
- assignable and non-exclusive license to use the SDK solely to develop applications to run on the Android platform.
- 3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any
- Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under
- patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves
- all rights not expressly granted to you.
- 3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes),
- modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part
- of the SDK. Except to the extent required by applicable third party licenses, you may not load any part of the SDK onto
- a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other
- software, or distribute any software or device incorporating a part of the SDK.
- 3.4 Use, reproduction and distribution of components of the SDK licensed under an open source software license are
- governed solely by the terms of that open source software license and not this License Agreement.
- 3.5 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that
- future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree
- that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users
- generally at Google's sole discretion, without prior notice to you.
- 3.6 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks,
- logos, domain names, or other distinctive brand features.
- 3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and
- trademark notices) that may be affixed to or contained within the SDK.
- 4. Use of the SDK by You
- 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement
- in or to any software applications that you develop using the SDK, including any intellectual property rights that
- subsist in those applications.
- 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this License Agreement
- and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions
- (including any laws regarding the export of data or software to and from the United States or other relevant countries).
- 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and
- legal rights of those users. If the users provide you with user names, passwords, or other login information or personal
- information, your must make the users aware that the information will be available to your application, and you must
- provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive
- information provided by users, it must do so securely. If the user provides your application with Google Account
- information, your application may only use that information to access the user's Google Account when, and for the
- limited purposes for which, the user has given you permission to do so.
- 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an
- application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or
- other properties or services of any third party including, but not limited to, Google or any mobile communications
- carrier.
- 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party
- for) any data, content, or resources that you create, transmit or display through the Android platform and/or
- applications for the Android platform, and for the consequences of your actions (including any loss or damage which
- Google may suffer) by doing so.
- 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party
- for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of
- Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any
- third party may suffer) of any such breach.
- 5. Your Developer Credentials
- 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be
- issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications
- that are developed under your developer credentials.
- 6. Privacy and Information
- 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software
- including but not limited to a unique identifier, associated IP address, version number of the software, and information
- on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is
- collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be
- collected.
- 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's
- Privacy Policy.
- 7. Third Party Applications for the Android Platform
- 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided
- by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You
- understand that all data, content or resources which you may access through such third party applications are the sole
- responsibility of the person from which they originated and that Google is not liable for any loss or damage that you
- may experience as a result of the use or access of any of those third party applications, data, content, or resources.
- 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be
- protected by intellectual property rights which are owned by the providers (or by other persons or companies on their
- behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data,
- content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the
- relevant owners.
- 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to
- separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal
- relationship with these third parties.
- 8. Using Android APIs
- 8.1 Google Data APIs
- 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual
- property rights which are owned by Google or those parties that provide the data (or by other persons or companies on
- their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease,
- loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the
- relevant Terms of Service.
- 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data
- only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you
- permission to do so.
- 9. Terminating this License Agreement
- 9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
- 9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the SDK and any relevant
- developer credentials.
- 9.3 Google may at any time, terminate this License Agreement with you if:
- (A) you have breached any provision of this License Agreement; or
- (B) Google is required to do so by law; or
- (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with
- Google or ceased to offer certain parts of the SDK to you; or
- (D) Google decides to no longer providing the SDK or certain parts of the SDK to users in the country in which you are
- resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in
- Google's sole discretion, no longer commercially viable.
- 9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and
- Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in
- force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of
- paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
- 10. DISCLAIMER OF WARRANTIES
- 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS
- IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
- 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN
- DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF
- DATA THAT RESULTS FROM SUCH USE.
- 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED,
- INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
- AND NON-INFRINGEMENT.
- 11. LIMITATION OF LIABILITY
- 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE
- LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY
- DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN
- ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
- 12. Indemnification
- 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and
- their respective directors, officers, employees and agents from and against any and all claims, actions, suits or
- proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys
- fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes
- any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or
- defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License
- Agreement.
- 13. Changes to the License Agreement
- 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are
- made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
- 14. General Legal Terms
- 14.1 This License Agreement constitute the whole legal agreement between you and Google and govern your use of the SDK
- (excluding any services which Google may provide to you under a separate written agreement), and completely replace any
- prior agreements between you and Google in relation to the SDK.
- 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License
- Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of
- Google's rights and that those rights or remedies will still be available to Google.
- 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License
- Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this
- License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
- 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third
- party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and
- rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than
- this, no other person or company shall be third party beneficiaries to this License Agreement.
- 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL
- DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON
- DESTINATIONS, END USERS AND END USE.
- 14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the
- prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities
- or obligations under this License Agreement without the prior written approval of the other party.
- 14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the
- laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the
- exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter
- arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for
- injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
- April 10, 2009
- Copyright (C) 2016 The Android Open Source Project
- Copyright (c) 2008 Travis Geiselbrecht
- Copyright (c) 2007, Google Inc.
- Copyright (c) 2009-2011, Code Aurora Forum.
- COPYRIGHT (C) 1986 Gary S. Brown.
- Copyright (c) 2009, Google Inc.
- Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
- Copyright (c) 2009 Corey Tabaka
- Copyright (c) 2006 Brian Swetland
- Copyright 2001, Manuel J. Petit. All rights reserved.
- Copyright (c) 2008-2010 Travis Geiselbrecht
- Copyright (c) 2008, Google Inc
- Copyright (c) 2009-2011, Code Aurora Forum
- Copyright (c) 2006 Travis Geiselbrecht
- Copyright (C) 2017 The Android Open Source Project
- Copyright (c) 2008, Google Inc.
- Copyright (c) 2010, Code Aurora Forum. All rights reserved.
- Copyright (c) 2009 Travis Geiselbrecht
- Copyright (c) 2008-2009 Travis Geiselbrecht
- Copyright 2001, Travis Geiselbrecht. All rights reserved.
- Copyright (c) 2011, Code Aurora Forum.
- Copyright (C) 2016 Free Electrons
- Copyright (C) 2016 NextThing Co.
- Copyright (c) 2011, Code Aurora Forum. All rights reserved.
- Copyright (C) 2010 The Android Open Source Project
- Copyright (c) 2008 Brian Swetland
- Copyright (C) 2008 The Android Open Source Project
- Copyright (c) 2012, Code Aurora Forum. All rights reserved.
- Copyright (C) 1995-2005 Mark Adler
- Copyright (c) 2011-2012, Code Aurora Forum.
- Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
- Copyright (c) 2011, Code Aurora Forum
- Copyright (c) 2009, Google Inc.
- * All rights reserved.
- *
- * Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
- Copyright (c) 2007 Travis Geiselbrecht
- The MIT License
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
- documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
- persons to whom the Software is furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
- Software.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Copyright (C) 1995-2005 Jean-loup Gailly
- Copyright (C) 1995-2004 Jean-loup Gailly
- Copyright (C) 1995-2005 Mark Adler
- Copyright (C) 1995-2004 Mark Adler
- Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
- The zlib/libpng License
- This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable
- for any damages arising from the use of this software.
- Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it
- and redistribute it freely, subject to the following restrictions:
- 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software.
- If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not
- required.
- 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original
- software.
- 3. This notice may not be removed or altered from any source distribution.
|