summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtbc/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index 6a89b50..855ae88 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -198,7 +198,8 @@
<footer>
<center><p>&copy; FOSSEE - IIT Bombay 2014</p></center>
- <center><img src="{% static 'images/fossee.png' %}" width=100 height=70></center>
+ <center><img src="{% static 'images/fossee.png' %}" width=100 height=70><br><br>
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</center>
</footer>
</div> <!-- /container -->