|
a/OSSEval/templates/base.html |
|
b/OSSEval/templates/base.html |
|
... |
|
... |
4 |
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
|
4 |
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
|
5 |
#
|
5 |
#
|
6 |
# OSSeval is powered by the SOS Open Source AGPL edition.
|
6 |
# OSSeval is powered by the SOS Open Source AGPL edition.
|
7 |
# The AGPL requires that you do not remove the SOS Open Source attribution and copyright
|
7 |
# The AGPL requires that you do not remove the SOS Open Source attribution and copyright
|
8 |
# notices from the user interface (see section 5.d below).
|
8 |
# notices from the user interface (see section 5.d below).
|
9 |
# Commercial licenses are available and do not require any SOS Open Source attributions
|
|
|
10 |
# or visible copyright notices but they are not permitted under this license.
|
|
|
11 |
|
9 |
|
12 |
# OSSEval Copyright 2014 Bitergium SLL
|
10 |
# OSSEval Copyright 2014 Bitergium SLL
|
13 |
# SOS Open Source Copyright 2012 Roberto Galoppini
|
11 |
# SOS Open Source Copyright 2012 Roberto Galoppini
|
14 |
# Author: Davide Galletti
|
12 |
# Author: Davide Galletti
|
15 |
-->
|
13 |
-->
|
|
... |
|
... |
164 |
<a href="https://opensourceprojects.eu/about">About</a>
|
162 |
<a href="https://opensourceprojects.eu/about">About</a>
|
165 |
<a href="http://docs.opensourceprojects.eu/">Documentation</a>
|
163 |
<a href="http://docs.opensourceprojects.eu/">Documentation</a>
|
166 |
<a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
|
164 |
<a href="https://opensourceprojects.eu/p/osp/discussion/">Discussion</a>
|
167 |
<a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
|
165 |
<a href="https://opensourceprojects.eu/p/osp/tickets/">Report a bug</a>
|
168 |
<a href="http://www.ict-prose.eu/">PROSE CA</a>
|
166 |
<a href="http://www.ict-prose.eu/">PROSE CA</a>
|
169 |
<p><a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
|
167 |
<p>Powered by <a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
|
170 |
</div>
|
168 |
</div>
|
171 |
</footer>
|
169 |
</footer>
|
172 |
</body>
|
170 |
</body>
|
173 |
</html>
|
171 |
</html>
|
174 |
|
172 |
|