• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Content License
2page.type=about
3fullpage=1
4excludeFromSuggestions=true
5@jd:body
6
7<div class="wrap" style="width:940px;">
8  <h1>Content License</h1>
9<p>For the purposes of licensing, the content of this web site is divided
10into two categories:</p>
11<ul>
12  <li>Documentation content, including both static documentation 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>Third-party components of this site such as JavaScript libraries are included in the Android
35Open Source Project under the licenses specified by their authors. For information about these
36licenses, refer to the source files in the Android Open Source Project.</p>
37
38<p>All other content on this site, except the license documents themselves
39and as otherwise noted, is licensed under the <a
40href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
41Attribution 2.5</a> license. </p>
42
43<p>You may use the content of this site in any way that is consistent
44with the specific license that applies to the content, as described
45above. For content licensed under Creative Commons Attribution 2.5, we
46ask that you give proper <a href="#attribution">attribution</a>. </p>
47
48
49<h2 id="terms">Terms of Use</h2>
50
51<p>We are pleased to license the Android documentation and sample code under
52terms that encourage you to take, modify, reuse, re-purpose, and remix the
53content as you see fit. Except as noted in the <a href="#restrictions">Restrictions</a> section
54below, you
55are free to use the documentation content in your own creations. For example,
56you could quote the text in a book, cut-and-paste sections to your blog, record
57it as an audiobook for the visually impaired, or even translate it. </p>
58
59
60<h2 id="restrictions">Restrictions</h2>
61
62<ul>
63<li>While the documentation itself is available to you under the Apache 2.0
64license, note that proprietary trademarks and brand features are not
65included in that license.</li>
66
67<li>Google's trademarks and other brand features (including the
68<img src="images/android-logo.png" alt="Android"
69style="margin:0;padding:0 2px;vertical-align:baseline" /> stylized typeface logo) are not included
70in the license.
71Please see <a
72href="{@docRoot}distribute/tools/promote/brand.html">Brand Guidelines</a> for
73information about this usage. </li>
74
75<li>In some cases, a page may include content, such as an image, that is not
76covered by the license. In that case, we will label the content that is not licensed. </li>
77
78<li>In addition, content linked from a page on this site is not covered
79by the license unless specifically noted. For example, pages may link to videos or
80slide decks that are not covered.</li>
81
82<li>The use of sample source code provided in the SDK or shown in this
83documentation is subject to the conditions detailed in the <a
84href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.</li>
85</ul>
86
87<h2 id="attribution">Attribution</h2>
88<p>
89Proper attribution is required when you reuse or create modified
90versions of content that appears on a page made available under the
91terms of the Creative Commons Attribution license. On this site, the
92requirement for attribution applies only to the non-documentation
93content, as described earlier in this document. The complete
94requirements for attribution can be found in section 4b of the
95<a href="http://creativecommons.org/licenses/by/2.5/legalcode">
96Creative Commons legal code</a>.
97</p>
98<p>
99 In practice we ask that you provide attribution to the Android Open
100 Source project to the best of the ability of the medium in which you
101 are producing the work. There are several typical ways in which this
102 might apply:
103</p>
104<h3>Exact Reproductions</h3>
105<p>
106 If your online work <em>exactly reproduces</em> text or images from this
107 site, in whole or in part, please include a paragraph at the bottom
108 of your page that reads:
109</p>
110<p style="margin-left:20px;font-style:italic">
111 Portions of this page are reproduced from work created and <a
112 href="http://code.google.com/policies.html">shared by the Android Open Source Project</a>
113 and used according to terms described in the <a
114 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
115 2.5 Attribution License</a>.
116
117</p>
118<p>
119 Also, please link back to the original source page so that readers can
120 refer there for more information.
121</p>
122<h3>Modified Versions</h3>
123<p>
124 If your online work shows <em>modified</em> text or images based on
125 the content from this site, please include a paragraph at the bottom of
126 your page that reads:
127</p>
128<p style="margin-left:20px;font-style:italic">
129 Portions of this page are modifications based on work created and <a
130 href="http://code.google.com/policies.html">shared by the Android Open
131 Source Project</a> and used according to terms described in the <a
132 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
133 2.5 Attribution License</a>.
134</p>
135<p>
136 Again, please link back to the original source page so that readers can
137 refer there for more information. This is even more important when
138 the content has been modified.
139</p>
140<h3>Other Media</h3>
141<p>
142 If you produce non-hypertext works, such as books, audio, or
143 video, we ask that you make a best effort to include a spoken or
144 written attribution in the spirit of the messages above.
145</p>
146
147</div>
148