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