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