From 22558d0be8210aee1a2ab64b374bb357d4123acd Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 10 Dec 2009 16:25:06 -0800 Subject: 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 --- docs/html/resources/faq/licensingandoss.jd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/html/resources/faq/licensingandoss.jd (limited to 'docs/html/resources/faq/licensingandoss.jd') 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 + + + +

Where can I find the open source components of Android?

+

The source code for the full Android stack is available from the Android Open Source Project site. + +

Other mirrored GPL and LGPL'd components are available at http://code.google.com/p/android/downloads/list.

+

Notices for other licenses can be found within the SDK.

+ +

Why are you releasing the code under the Apache License instead of GPLv2?

+

One of the best explanations for the reasoning behind releasing code under Apache2 can be found in a ArsTechnica article by Ryan Paul.

-- cgit v1.1