summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-pdk
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2010-05-17 22:44:27 -0700
committerDan Morrill <morrildl@google.com>2010-05-18 08:10:14 -0700
commit899001748ebc0e390fe173ac3e689e3b625500b2 (patch)
tree25d44cb08bdbcfd4884384b69c7aa831d3e2f7e3 /tools/droiddoc/templates-pdk
parentdf63579f4c10e7aa5fcf481b99f609a8a10d1108 (diff)
downloadbuild-899001748ebc0e390fe173ac3e689e3b625500b2.zip
build-899001748ebc0e390fe173ac3e689e3b625500b2.tar.gz
build-899001748ebc0e390fe173ac3e689e3b625500b2.tar.bz2
Changing the footer per legal guidance.
Change-Id: Ia20e3b1a69265e1ffe0b50993be12dcd96afa05f
Diffstat (limited to 'tools/droiddoc/templates-pdk')
-rw-r--r--tools/droiddoc/templates-pdk/customization.cs27
1 files changed, 7 insertions, 20 deletions
diff --git a/tools/droiddoc/templates-pdk/customization.cs b/tools/droiddoc/templates-pdk/customization.cs
index 3d80cc8..d075bda 100644
--- a/tools/droiddoc/templates-pdk/customization.cs
+++ b/tools/droiddoc/templates-pdk/customization.cs
@@ -130,33 +130,20 @@ def:custom_masthead() ?>
<?cs /if ?>
<?cs /def ?>
-<?cs # appears at the bottom of every page ?><?cs
-def:custom_cc_copyright() ?>
- Except as noted, this content is
- licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
- Creative Commons Attribution 2.5</a>. For details and
- restrictions, see the <a href="http://developer.android.com/license.html">Content
- License</a>.<?cs
-/def ?>
+<?cs def:custom_cc_copyright() ?>
+<?cs /def ?>
-<?cs
-def:custom_copyright() ?>
- Except as noted, this content is licensed under <a
- href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
- For details and restrictions, see the <a href="http://developer.android.com/license.html">
- Content License</a>.<?cs
-/def ?>
+<?cs def:custom_copyright() ?>
+<?cs /def ?>
<?cs
def:custom_footerlinks() ?>
<p>
<a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a>
</p><?cs
/def ?>
-<?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
-def:custom_buildinfo() ?>
- Android <?cs var:sdk.platform.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
+<?cs # appears on the right side of the blue bar at the bottom off every page ?>
+<?cs def:custom_buildinfo() ?>
<?cs /def ?>