1
0
mirror of https://github.com/golang/go synced 2024-11-21 12:24:39 -07:00

doc: add Terms of Service

R=r
CC=golang-dev
https://golang.org/cl/5913044
This commit is contained in:
Andrew Gerrand 2012-03-27 09:27:43 +11:00
parent 5390722100
commit d2991229bc
2 changed files with 14 additions and 2 deletions

11
doc/tos.html Normal file
View File

@ -0,0 +1,11 @@
<!--{
"Title": "Terms of service"
}-->
<p>
The Go website (the "Website") is hosted by Google.
By using and/or visiting the Website, you consent to be bound by Google's general
<a href="http://www.google.com/intl/en/policies/terms/">Terms of Service</a>
and Google's general
<a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a>.
</p>

View File

@ -51,9 +51,10 @@
</div>
<div id="footer">
Build version {{html .Version}}.
Build version {{html .Version}}.<br>
Except as noted, this content is licensed under a
Creative Commons Attribution 3.0 License.
Creative Commons Attribution 3.0 License.<br>
<a href="/doc/tos.html">Terms of Service</a>
</div>
</body>