]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add Terms of Service
authorAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 22:27:43 +0000 (09:27 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 26 Mar 2012 22:27:43 +0000 (09:27 +1100)
R=r
CC=golang-dev
https://golang.org/cl/5913044

doc/tos.html [new file with mode: 0644]
lib/godoc/godoc.html

diff --git a/doc/tos.html b/doc/tos.html
new file mode 100644 (file)
index 0000000..67b107d
--- /dev/null
@@ -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>
index d970778c4612f815dfed2c4090880f32ff979af3..627db079b6b44c4f3c8a90d011fabffcd03c7f93 100644 (file)
 </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>