diff options
author | Gaurav Mathur <gmathur@google.com> | 2009-07-22 20:27:12 -0700 |
---|---|---|
committer | Gaurav Mathur <gmathur@google.com> | 2009-07-22 20:27:12 -0700 |
commit | eea8234481bf972e82c1649c242585fc996b63b3 (patch) | |
tree | 62c20f3ef9d98e06227ef55422121d9b674be046 /tools/droiddoc | |
parent | 2613966d5df8f0b98172c48652b06049ca9d0b22 (diff) | |
download | build-eea8234481bf972e82c1649c242585fc996b63b3.zip build-eea8234481bf972e82c1649c242585fc996b63b3.tar.gz build-eea8234481bf972e82c1649c242585fc996b63b3.tar.bz2 |
Fixed PDK links that point to the Creative Commons License
Diffstat (limited to 'tools/droiddoc')
-rw-r--r-- | tools/droiddoc/templates-pdk/customization.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-pdk/customization.cs b/tools/droiddoc/templates-pdk/customization.cs index e2d6682..315b81b 100644 --- a/tools/droiddoc/templates-pdk/customization.cs +++ b/tools/droiddoc/templates-pdk/customization.cs @@ -59,7 +59,7 @@ 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="<?cs var:toroot ?>license.html">Content + restrictions, see the <a href="http://developer.android.com/license.html">Content License</a>.<?cs /def ?> @@ -67,7 +67,7 @@ def:custom_cc_copyright() ?> 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="<?cs var:toroot ?>license.html"> + For details and restrictions, see the <a href="http://developer.android.com/license.html"> Content License</a>.<?cs /def ?> |