commit 53fe69a800917e161a24615e49e65dedda880745 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat Jun 28 09:16:16 2014 +0200
Add CC0 no copyright declaration from metrics. --- web/css/style.css | 2 ++ web/formats.html | 8 ++++++++ web/index.html | 8 ++++++++ 3 files changed, 18 insertions(+)
diff --git a/web/css/style.css b/web/css/style.css index 344d8e6..ce94405 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -10,4 +10,6 @@ a[name] { padding: 0; margin: 0; } .box h2 a { visibility: hidden; } .box:hover h2 a { visibility: visible; } h3 .type-annotation { float: right; color: #666; } +div.footer { font-size: 0.8em; margin-top: 0.5cm; margin-left: 1em; + margin-right: 1em; text-align: center; }
diff --git a/web/formats.html b/web/formats.html index 92427c5..9b8ba5c 100644 --- a/web/formats.html +++ b/web/formats.html @@ -556,6 +556,14 @@ directory which do not change once they are written.
</div> <!-- box -->
+<div class="footer"> +<p>Data on this site is freely available under a +<a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0 no +copyright declaration</a>: To the extent possible under law, the Tor +Project has waived all copyright and related or neighboring rights in the +data.</p> +</div> + </body> </html>
diff --git a/web/index.html b/web/index.html index 5cceee9..af8fce8 100644 --- a/web/index.html +++ b/web/index.html @@ -183,6 +183,14 @@ Of course, suggestions or other feedback are welcome, too.
</div>
+<div class="footer"> +<p>Data on this site is freely available under a +<a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0 no +copyright declaration</a>: To the extent possible under law, the Tor +Project has waived all copyright and related or neighboring rights in the +data.</p> +</div> + </body> </html>
tor-commits@lists.torproject.org