Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=Licenses |
| 2 | @jd:body |
| 3 | |
| 4 | <!-- |
| 5 | Copyright 2010 The Android Open Source Project |
| 6 | |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | --> |
| 19 | <div id="qv-wrapper"> |
| 20 | <div id="qv"> |
| 21 | <h2>In this document</h2> |
| 22 | <ol id="auto-toc"> |
| 23 | </ol> |
| 24 | </div> |
| 25 | </div> |
| 26 | |
| 27 | <p>The Android Open Source Project uses a few <a href="http://www.opensource.org/">open source initiative</a> |
| 28 | approved open source licenses for our software.</p> |
| 29 | <h2 id="android-open-source-project-license">Android Open Source Project license</h2> |
| 30 | <p>The preferred license for the Android Open Source Project is the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache |
| 31 | Software License, 2.0</a> ("Apache 2.0"), |
| 32 | and the majority of the Android software is licensed |
| 33 | with Apache 2.0. While the project will strive to adhere to the preferred |
| 34 | license, there may be exceptions which will be handled on a case-by-case |
| 35 | basis. For example, the Linux kernel patches are under the GPLv2 license with |
| 36 | system exceptions, which can be found on <a href="http://www.kernel.org/pub/linux/kernel/COPYING">kernel.org</a>.</p> |
| 37 | <h2 id="contributor-license-grants">Contributor License Grants</h2> |
| 38 | <p>All <em>individual</em> contributors (that is, contributors making contributions |
| 39 | only on their own behalf) of ideas, code, or documentation to the Android Open |
| 40 | Source Project will be required to complete, sign, and submit an <a href="cla-individual.html">Individual |
| 41 | Contributor License Grant</a>. The grant can be executed online through the |
| 42 | <a href="https://android-review.googlesource.com/#/settings/agreements">code review tool</a>. |
| 43 | The grant clearly defines the terms under which intellectual |
| 44 | property has been contributed to the Android Open Source Project. This license |
| 45 | is for your protection as a contributor as well as the protection of the |
| 46 | project; it does not change your rights to use your own contributions for any |
| 47 | other purpose.</p> |
| 48 | <p>For a <em>corporation</em> (or other entity) that has assigned employees to |
| 49 | work on the Android Open Source Project, a <a href="cla-corporate.pdf">Corporate |
| 50 | Contributor License Grant</a> is available. |
| 51 | This version of the grant allows a |
| 52 | corporation to authorize contributions submitted by its designated employees |
| 53 | and to grant copyright and patent licenses. Note that a Corporate Contributor |
| 54 | License Grant does not remove the need for any developer to sign their own |
| 55 | Individual Contributor License Grant as an individual, to cover any of their |
| 56 | contributions which are <em>not</em> owned by the corporation signing the |
| 57 | Corporate Contributor License Grant.</p> |
| 58 | <p>Please note that we based our grants on the ones that the |
| 59 | <a href="http://www.apache.org">Apache Software Foundation</a> uses, which can |
| 60 | be found on <a href="http://www.apache.org/licenses/">the Apache web site</a>.</p> |
| 61 | <h2 id="why-apache-software-license">Why Apache Software License?</h2> |
| 62 | <p>We are sometimes asked why Apache Software License 2.0 is the preferred |
| 63 | license for Android. For userspace (that is, non-kernel) software, we do in |
| 64 | fact prefer ASL2.0 (and similar licenses like BSD, MIT, etc.) over other |
| 65 | licenses such as LGPL.</p> |
| 66 | <p>Android is about freedom and choice. The purpose of Android is promote |
| 67 | openness in the mobile world, but we don't believe it's possible to predict or |
| 68 | dictate all the uses to which people will want to put our software. So, while |
| 69 | we encourage everyone to make devices that are open and modifiable, we don't |
| 70 | believe it is our place to force them to do so. Using LGPL libraries would |
| 71 | often force them to do so.</p> |
| 72 | <p>Here are some of our specific concerns:</p> |
| 73 | <ul> |
| 74 | <li> |
| 75 | <p>LGPL (in simplified terms) requires either: shipping of source to the |
| 76 | application; a written offer for source; or linking the LGPL-ed library |
| 77 | dynamically and allowing users to manually upgrade or replace the library. |
| 78 | Since Android software is typically shipped in the form of a static system |
| 79 | image, complying with these requirements ends up restricting OEMs' designs. |
| 80 | (For instance, it's difficult for a user to replace a library on read-only |
| 81 | flash storage.)</p> |
| 82 | </li> |
| 83 | <li> |
| 84 | <p>LGPL requires allowance of customer modification and reverse |
| 85 | engineering for debugging those modifications. Most device makers do |
| 86 | not want to have to be bound by these terms, so to minimize the burden on |
| 87 | these companies we minimize usage of LGPL software in userspace.</li></p> |
| 88 | </li> |
| 89 | <li> |
| 90 | <p>Historically, LGPL libraries have been the source of a large number |
| 91 | of compliance problems for downstream device makers and application |
| 92 | developers. Educating engineers on these issues is difficult and slow-going, |
| 93 | unfortunately. It's critical to Android's success that it be as easy as |
| 94 | possible for device makers to comply with the licenses. Given the |
| 95 | difficulties with complying with LGPL in the past, it is most prudent to |
| 96 | simply not use LGPL libraries if we can avoid it.</p> |
| 97 | </li> |
| 98 | </ul> |
| 99 | <p>The issues discussed above are our reasons for preferring ASL2.0 for |
| 100 | our own code. They aren't criticisms of LGPL or other licenses. We do |
| 101 | feel strongly on this topic, even to the point where we've gone out of our |
| 102 | way to make sure as much code as possible is ASL2.0. However, we love all free |
| 103 | and open source licenses, and respect others' opinions and preferences. We've |
| 104 | simply decided that ASL2.0 is the right license for our goals.</p> |