blob: 39fb3a0930a829bffe952edf4b07e0b0f679b8df [file] [log] [blame]
The Android Open Source Projectd24b8182009-02-10 15:44:00 -08001page.title=Content License
2@jd:body
3
4<div id="mainBodyFluid">
5<h1>Content License</h1>
6
7<p>For the purposes of licensing, the content of this site is divided
8into two categories:</p>
9<ul>
10 <li>Documentation content, found under the "Dev Guide" and "Reference"
11 tabs, including both static content and content extracted from source
12 code modules, as well as sample code, and </li>
13<li>All other site content</li>
14</ul>
15
16<p>The documentation content on this site is made available to
17you as part of the <a href="http://source.android.com">Android Open
18Source Project</a>. This documentation, including any code shown in it,
19is licensed under the <a
20href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0
21license</a>, the preferred license for all parts of the of the Android
22Open Source Project.</p>
23
24<p>Apache 2.0 is a commercial and open-source-friendly software
25license. The majority of the Android platform and documentation is
26licensed under the Apache 2.0 license. While the project strives to
27adhere to the preferred license, there may be exceptions, such as for
28documentation (code comments) extracted from a source code module that
29is licensed under GPLv2 or other license. In those cases, the license
30covering the source code module will apply to the documentation
31extracted from it. </p>
32
33<p>All other content on this site, except as otherwise noted,
34is licensed under the <a
35href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
36Attribution 2.5</a> license. </p>
37
38<p>You may use the content of this site in any way that is consistent
39with the specific license that applies to the content, as described
40above. For content licensed under Creative Commons Attribution 2.5, we
41ask that you give proper <a href="#attribution">attribution</a>. </p>
42
43
44<h3 id="terms">Terms of Use</h3>
45
46<p>We are pleased to license the Android documentation and sample code under
47terms that encourage you to take, modify, reuse, re-purpose, and remix the
48content as you see fit. Except as noted in the Restrictions section below, you
49are free to use the documentation content in your own creations. For example,
50you could quote the text in a book, cut-and-paste sections to your blog, record
51it as an audiobook for the visually impaired, or even translate it. </p>
52
53
54<h3 id="restrictions">Restrictions</h3>
55
56<ul>
57<li>While the documentation itself is available to you under the Apache 2.0
58license, note that proprietary trademarks and brand features are not
59included in that license.</li>
60
61<li>Google's trademarks and other brand features (including the
62ANDROID stylized typeface logo) are not included in the license.
63Please see <a href="http://www.google.com/permissions/guidelines.html">
64Guidelines for Third Party Use of Google Brand Features</a> for
65information about this usage. </li>
66
67<li>In some cases, a page may include content, such as an image, that is not
68covered by the license. In that case, we will label the content that is not licensed. </li>
69
70<li>In addition, content linked from a page on this site is not covered
71by the license unless specifically noted. For example, pages may link to videos or
72slide decks that are not covered.</li>
73
74<li>The use of sample source code provided in the SDK or shown in this
75documentation is subject to the conditions detailed in the <a
76href="{@docRoot}sdk/terms.html">SDK Terms and Conditions</a>.</li>
77</ul>
78</h3>
79
80<h3 id="attribution">Attribution</h3>
81<p>
82Proper attribution is required when you reuse or create modified
83versions of content that appears on a page made available under the
84terms of the Creative Commons Attribution license. On this site, the
85requirement for attribution applies only to the non-documentation
86content, as described earlier in this document. The complete
87requirements for attribution can be found in section 4b of the
88<a href="http://creativecommons.org/licenses/by/2.5/legalcode">
89Creative Commons legal code</a>.
90</p>
91<p>
92 In practice we ask that you provide attribution to the Android Open
93 Source project to the best of the ability of the medium in which you
94 are producing the work. There are several typical ways in which this
95 might apply:
96</p>
97<h4>Exact Reproductions</h4>
98<p>
99 If your online work <em>exactly reproduces</em> text or images from this
100 site, in whole or in part, please include a paragraph at the bottom
101 of your page that reads:
102</p>
103<blockquote>
104 Portions of this page are reproduced from work created and <a
105 href="http://code.google.com/policies.html">shared by the Android Open Source Project</a>
106 and used according to terms described in the <a
107 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
108 2.5 Attribution License</a>.
109
110</blockquote>
111<p>
112 Also, please link back to the original source page so that readers can
113 refer there for more information.
114</p>
115<h4>Modified Versions</h4>
116<p>
117 If your online work shows <em>modified</em> text or images based on
118 the content from this site, please include a paragraph at the bottom of
119 your page that reads:
120</p>
121<blockquote>
122 Portions of this page are modifications based on work created and <a
123 href="http://code.google.com/policies.html">shared by the Android Open
124 Source Project</a> and used according to terms described in the <a
125 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
126 2.5 Attribution License</a>.
127</blockquote>
128<p>
129 Again, please link back to the original source page so that readers can
130 refer there for more information. This is even more important when
131 the content has been modified.
132</p>
133<h4>Other Media</h4>
134<p>
135 If you produce non-hypertext works, such as books, audio, or
136 video, we ask that you make a best effort to include a spoken or
137 written attribution in the spirit of the messages above.
138</p>
139
140</div>
141
142