commit 0da6b4b6ebd262653ec3603d84459d26db4b0d79 Author: Philipp Winter phw@torproject.org Date: Tue Feb 4 11:58:59 2014 +0100
Fix incorrect statement.
Having code run in your browser doesn't automatically make it open source code. While it's probably meant as a joke, it might confuse users. --- templates/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/about.html b/templates/about.html index 9238c30..73c378b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -61,8 +61,8 @@ dependencies. <a href="http://jquery.com/">jQuery</a> and <a href="http://docume <div class="span4"> <h2>Open Source</h2> <p> -All the code for this website is Open Source. It actually couldn't be otherwise since it is all being loaded into the browser ;). But it's also released under BSD 2 clause license. -The sources can be found on <a href="https://gitweb.torproject.org/atlas.git">https://gitweb.torproject.org/atlas.git</a> +All the code for this website is Open Source and released under 2-Clause BSD. +The source code can be found at <a href="https://gitweb.torproject.org/atlas.git">https://gitweb.torproject.org/atlas.git</a>. </p> </div> </div>
tor-commits@lists.torproject.org