summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/faq/licensingandoss.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2009-12-10 16:25:06 -0800
committerDirk Dougherty <ddougherty@google.com>2009-12-14 11:40:02 -0800
commit22558d0be8210aee1a2ab64b374bb357d4123acd (patch)
tree68e6a9df29fa6c86447366cdcd4e537dc0ba1389 /docs/html/resources/faq/licensingandoss.jd
parent54bb575e85d1e40efbfbb868f37553cdd8ed318f (diff)
downloadframeworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.zip
frameworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.tar.gz
frameworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.tar.bz2
sdk doc change for esr: Add "resources" tab content. Fix links pointing to the old locations. Change Android.mk to output samples files to resources/samples. Misc other fixes.
Bug: 2160782 Change-Id: Ib1eb2e9e3fe3a7b2ad16387dbf888646a1195221
Diffstat (limited to 'docs/html/resources/faq/licensingandoss.jd')
-rw-r--r--docs/html/resources/faq/licensingandoss.jd19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/resources/faq/licensingandoss.jd b/docs/html/resources/faq/licensingandoss.jd
new file mode 100644
index 0000000..c267fe8
--- /dev/null
+++ b/docs/html/resources/faq/licensingandoss.jd
@@ -0,0 +1,19 @@
+page.title=Android Open Source Licensing FAQ
+parent.title=FAQs, Tips, and How-to
+parent.link=index.html
+@jd:body
+
+<ul>
+ <li><a href="#mirror">Where can I find the open source components of Android?</a></li>
+ <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
+ <li><a href="#apache2">Why are you releasing the code under the Apache License instead of GPLv2?</a></li>
+</ul>
+
+<a name="mirror" id="mirror"></a><h2>Where can I find the open source components of Android?</h2>
+<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.
+
+<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>
+<p>Notices for other licenses can be found within the SDK.</p>
+
+<a name="apache2" id="apache2"></a><h2>Why are you releasing the code under the Apache License instead of GPLv2?</h2>
+<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>