--- a/OSSEval/analysis/templates/analysis/analysis_left_menu.html
+++ b/OSSEval/analysis/templates/analysis/analysis_left_menu.html
@@ -1,3 +1,19 @@
+<!-- 
+# This Source Code Form of OSSEval is subject to the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE, v. 3.0. If a copy of the AGPL was not
+# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
+#
+# OSSeval is powered by the SOS Open Source AGPL edition.
+#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
+#  notices from the user interface (see section 5.d below).
+#  Commercial licenses are available and do not require any SOS Open Source attributions
+#  or visible copyright notices but they are not permitted under this license.
+
+# OSSEval Copyright 2014 Bitergium SLL
+# SOS Open Source Copyright 2012 Roberto Galoppini
+# Author: Davide Galletti 
+-->
+
 {% load staticfiles %}
                 <div class="magic_bar_osp">
                     <div id="top_nav">
@@ -15,7 +31,6 @@
                           <a id="analysis_questions" href={% url 'analysis_questions' analysis.id %}><span>Questions</span></a>
                         </li>
                         <li>
-                          <a target="_blank" id="analysis_report" href={% url 'analysis_report' analysis.id %}><span>Report</span></a>
                           {% for weight_scenario in weight_scenarios %}
                               <a target="_blank" id="analysis_report" href={% url 'analysis_report_with_scenario' analysis.id weight_scenario.id %}><span>Report ({{ weight_scenario.name }})</span></a>
                           {% endfor %}