blob: b98c912860457ed2b3aaa9aef1e4a3b58bbd7980 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001page.title=Content License
Scott Main50e990c2012-06-21 17:14:39 -07002fullpage=1
Dirk Dougherty5f0462a2013-11-19 13:15:07 -08003excludeFromSuggestions=true
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004@jd:body
5
Scott Main50e990c2012-06-21 17:14:39 -07006<div class="wrap" style="width:940px;">
7 <h1>Content License</h1>
8<p>For the purposes of licensing, the content of this web site is divided
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009into two categories:</p>
10<ul>
Scott Main50e990c2012-06-21 17:14:39 -070011 <li>Documentation content, including both static documentation and content extracted from source
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012 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
Scott Main50e990c2012-06-21 17:14:39 -070033<p>Third-party components of this site such as JavaScript libraries are included in the Android
34Open Source Project under the licenses specified by their authors. For information about these
35licenses, refer to the source files in the Android Open Source Project.</p>
36
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080037<p>All other content on this site, except the license documents themselves
38and as otherwise noted, is licensed under the <a
39href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
40Attribution 2.5</a> license. </p>
41
42<p>You may use the content of this site in any way that is consistent
43with the specific license that applies to the content, as described
44above. For content licensed under Creative Commons Attribution 2.5, we
45ask that you give proper <a href="#attribution">attribution</a>. </p>
46
47
Scott Main50e990c2012-06-21 17:14:39 -070048<h2 id="terms">Terms of Use</h2>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080049
50<p>We are pleased to license the Android documentation and sample code under
51terms that encourage you to take, modify, reuse, re-purpose, and remix the
Scott Main50e990c2012-06-21 17:14:39 -070052content as you see fit. Except as noted in the <a href="#restrictions">Restrictions</a> section
53below, you
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080054are free to use the documentation content in your own creations. For example,
55you could quote the text in a book, cut-and-paste sections to your blog, record
56it as an audiobook for the visually impaired, or even translate it. </p>
57
58
Scott Main50e990c2012-06-21 17:14:39 -070059<h2 id="restrictions">Restrictions</h2>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080060
61<ul>
62<li>While the documentation itself is available to you under the Apache 2.0
63license, note that proprietary trademarks and brand features are not
64included in that license.</li>
65
66<li>Google's trademarks and other brand features (including the
Scott Main50e990c2012-06-21 17:14:39 -070067<img src="images/android-logo.png" alt="Android"
68style="margin:0;padding:0 2px;vertical-align:baseline" /> stylized typeface logo) are not included
69in the license.
70Please see <a
Scott Maine63dfe52013-02-01 14:18:51 -080071href="{@docRoot}distribute/googleplay/promote/brand.html">Brand Guidelines</a> for
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080072information about this usage. </li>
73
74<li>In some cases, a page may include content, such as an image, that is not
75covered by the license. In that case, we will label the content that is not licensed. </li>
76
77<li>In addition, content linked from a page on this site is not covered
78by the license unless specifically noted. For example, pages may link to videos or
79slide decks that are not covered.</li>
80
81<li>The use of sample source code provided in the SDK or shown in this
82documentation is subject to the conditions detailed in the <a
Scott Main654d9412010-06-24 16:18:56 -070083href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.</li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080084</ul>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080085
Scott Main50e990c2012-06-21 17:14:39 -070086<h2 id="attribution">Attribution</h2>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080087<p>
88Proper attribution is required when you reuse or create modified
89versions of content that appears on a page made available under the
90terms of the Creative Commons Attribution license. On this site, the
91requirement for attribution applies only to the non-documentation
92content, as described earlier in this document. The complete
93requirements for attribution can be found in section 4b of the
94<a href="http://creativecommons.org/licenses/by/2.5/legalcode">
95Creative Commons legal code</a>.
96</p>
97<p>
98 In practice we ask that you provide attribution to the Android Open
99 Source project to the best of the ability of the medium in which you
100 are producing the work. There are several typical ways in which this
101 might apply:
102</p>
Scott Main50e990c2012-06-21 17:14:39 -0700103<h3>Exact Reproductions</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800104<p>
105 If your online work <em>exactly reproduces</em> text or images from this
106 site, in whole or in part, please include a paragraph at the bottom
107 of your page that reads:
108</p>
Scott Main50e990c2012-06-21 17:14:39 -0700109<p style="margin-left:20px;font-style:italic">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800110 Portions of this page are reproduced from work created and <a
111 href="http://code.google.com/policies.html">shared by the Android Open Source Project</a>
112 and used according to terms described in the <a
113 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
114 2.5 Attribution License</a>.
115
Scott Main50e990c2012-06-21 17:14:39 -0700116</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800117<p>
118 Also, please link back to the original source page so that readers can
119 refer there for more information.
120</p>
Scott Main50e990c2012-06-21 17:14:39 -0700121<h3>Modified Versions</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800122<p>
123 If your online work shows <em>modified</em> text or images based on
124 the content from this site, please include a paragraph at the bottom of
125 your page that reads:
126</p>
Scott Main50e990c2012-06-21 17:14:39 -0700127<p style="margin-left:20px;font-style:italic">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800128 Portions of this page are modifications based on work created and <a
129 href="http://code.google.com/policies.html">shared by the Android Open
130 Source Project</a> and used according to terms described in the <a
131 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
132 2.5 Attribution License</a>.
Scott Main50e990c2012-06-21 17:14:39 -0700133</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800134<p>
135 Again, please link back to the original source page so that readers can
136 refer there for more information. This is even more important when
137 the content has been modified.
138</p>
Scott Main50e990c2012-06-21 17:14:39 -0700139<h3>Other Media</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800140<p>
141 If you produce non-hypertext works, such as books, audio, or
142 video, we ask that you make a best effort to include a spoken or
143 written attribution in the spirit of the messages above.
144</p>
145
Scott Main50e990c2012-06-21 17:14:39 -0700146</div>