diff options
-rw-r--r-- | app/controllers/general_controller.rb | 2 | ||||
-rw-r--r-- | app/views/help/about.rhtml | 11 | ||||
-rw-r--r-- | app/views/request/show.rhtml | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 7c3defa0d..e95dee266 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: general_controller.rb,v 1.44 2008-11-17 17:12:10 francis Exp $ +# $Id: general_controller.rb,v 1.45 2009-01-05 16:24:23 francis Exp $ class GeneralController < ApplicationController diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 0a2a303b2..11362cf2f 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -365,6 +365,17 @@ such as Word documents. hide, then please <a href="/help/contact">let us know</a>. We'll then remove it, provided it is genuinely private information. In particular, we will remove remarks that are irrelevantly personal. +</dd> + +<dt id="commercial">What is your policy on documents with commercial copyright?<a href="#commercial">#</a> </dt> + +<dd>Our Freedom of Information law is "applicant blind", so anyone in the +world can request the same document and get a copy of it. If you like you can +<a href="/help/contact">contact us</a> and ask us to take down documents +which you have the copyright of. However, to save tax payers' money by +preventing duplicate requests, and for good public relations, we'd advise +you not to do that. +</dd> </dl> diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 2f50eae66..26200d0b8 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -39,10 +39,8 @@ <!-- Important terms: <%= @xapian_similar.important_terms.join(" ") %> --> <% end %> - <!--<h2>Blog posts about this request</h2> - <p>... - <h2>Wikipedia articles</h2> - <p>...--> + <p><a href="/help/about#commercial">Are you the owner of + any commercial copyright on this page?'</a> </div> |