diff options
| author | Andrew Gerrand <adg@golang.org> | 2012-03-27 09:27:43 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2012-03-27 09:27:43 +1100 |
| commit | d2991229bc49adf29eb56034a064eebaaa893418 (patch) | |
| tree | 4a9e925109eb150ded417bdd59fd30f9133f16ef /lib | |
| parent | 53907221007ebf42cca9ef945550f59ef4478c8c (diff) | |
| download | go-d2991229bc49adf29eb56034a064eebaaa893418.tar.xz | |
doc: add Terms of Service
R=r
CC=golang-dev
https://golang.org/cl/5913044
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/godoc/godoc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index d970778c46..627db079b6 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -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> |
