• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Android Open Source Licensing FAQ
2parent.title=FAQs, Tips, and How-to
3parent.link=index.html
4@jd:body
5
6<ul>
7    <li><a href="#mirror">Where can I find the open source components of Android?</a></li>
8    <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
9    <li><a href="#apache2">Why are you releasing the code under the Apache License instead of GPLv2?</a></li>
10</ul>
11
12<a name="mirror" id="mirror"></a><h2>Where can I find the open source components of Android?</h2>
13<p>The source code for the full Android stack is available from the <a href="http://source.android.com">Android Open Source Project </a> site.
14
15<p>Other mirrored GPL and LGPL'd components are available at <a href="http://code.google.com/p/android/downloads/list"><code>http://code.google.com/p/android/downloads/list</code></a>.</p>
16<p>Notices for other licenses can be found within the SDK.</p>
17
18<a name="apache2" id="apache2"></a><h2>Why are you releasing the code under the Apache License instead of GPLv2?</h2>
19<p>One of the best explanations for the reasoning behind releasing code under Apache2 can be found in a <a href="http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html">ArsTechnica article</a> by Ryan Paul.</p>
20