--- a/OSSEval/templates/base.html
+++ b/OSSEval/templates/base.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 %}
<!DOCTYPE html>
<!-- Server: allura -->
@@ -105,17 +121,18 @@
<div class="grid-20 pad">
<div class="grid-24" id="nav_menu_holder">
<h1 class="project_title">
- <img src="{% static "images/icon.png" %}" class="project_icon">
<div class="project_title_text">Open Source Evaluation</div>
</h1>
<h2 class="dark title">
<div class="title-text">Home</div>
<!-- actions -->
+ <!--
<small>
<a href="" title="History"><b data-icon="N" class="ico ico-history" title="History"></b></a>
<a href="" title="RSS"><b data-icon="f" class="ico ico-feed" title="Feed"></b></a>
<a href="" title="Search"><b data-icon="s" class="ico ico-search" title="Search"></b></a>
</small>
+ -->
<!-- /actions -->
</h2>
</div>
@@ -149,6 +166,7 @@
<a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
<a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
<a href="http://www.ict-prose.eu/">PROSE CA</a>
+ <p><a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
</div>
</footer>
</body>