Home | History | Annotate | Download | only in html
      1 page.title=Content License
      2 hide_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
      9 into 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
     18 you as part of the <a href="http://source.android.com">Android Open
     19 Source Project</a>. This documentation, including any code shown in it,
     20 is licensed under the <a
     21 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0
     22 license</a>, the preferred license for all parts of the of the Android
     23 Open Source Project.</p>
     24 
     25 <p>Apache 2.0 is a commercial and open-source-friendly software
     26 license. The majority of the Android platform and documentation is
     27 licensed under the Apache 2.0 license. While the project strives to
     28 adhere to the preferred license, there may be exceptions, such as for
     29 documentation (code comments) extracted from a source code module that
     30 is licensed under GPLv2 or other license. In those cases, the license
     31 covering the source code module will apply to the documentation
     32 extracted from it. </p>
     33 
     34 <p>All other content on this site, except the license documents themselves
     35 and as otherwise noted, is licensed under the <a
     36 href="http://creativecommons.org/licenses/by/2.5/">Creative Commons
     37 Attribution 2.5</a> license. </p>
     38 
     39 <p>You may use the content of this site in any way that is consistent
     40 with the specific license that applies to the content, as described
     41 above. For content licensed under Creative Commons Attribution 2.5, we
     42 ask 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
     48 terms that encourage you to take, modify, reuse, re-purpose, and remix the
     49 content as you see fit. Except as noted in the Restrictions section below, you
     50 are free to use the documentation content in your own creations. For example,
     51 you could quote the text in a book, cut-and-paste sections to your blog, record
     52 it 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
     59 license, note that proprietary trademarks and brand features are not
     60 included in that license.</li>
     61 
     62 <li>Google's trademarks and other brand features (including the 	
     63 ANDROID stylized typeface logo) are not included in the license.
     64 Please see <a href="http://www.google.com/permissions/guidelines.html">
     65 Guidelines for Third Party Use of Google Brand Features</a> for
     66 information about this usage. </li>
     67 
     68 <li>In some cases, a page may include content, such as an image, that is not 
     69 covered 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
     72 by the license unless specifically noted. For example, pages may link to videos or
     73 slide decks that are not covered.</li>
     74 
     75 <li>The use of sample source code provided in the SDK or shown in this
     76 documentation is subject to the conditions detailed in the <a
     77 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.</li>
     78 </ul>
     79 </h3>
     80 
     81 <h3 id="attribution">Attribution</h3>
     82 <p>
     83 Proper attribution is required when you reuse or create modified
     84 versions of content that appears on a page made available under the
     85 terms of the Creative Commons Attribution license. On this site, the
     86 requirement for attribution applies only to the non-documentation
     87 content, as described earlier in this document. The complete 
     88 requirements for attribution can be found in section 4b of the 
     89 <a href="http://creativecommons.org/licenses/by/2.5/legalcode">
     90 Creative 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 
    144