mirror of https://github.com/golang/go.git
doc: add Terms of Service
R=r CC=golang-dev https://golang.org/cl/5913044
This commit is contained in:
parent
5390722100
commit
d2991229bc
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue