diff options
author | hardythe1 | 2014-08-07 14:03:09 +0530 |
---|---|---|
committer | hardythe1 | 2014-08-07 14:03:09 +0530 |
commit | 1a39db86c974b3b5fa6d28594d538ed58a8b5873 (patch) | |
tree | dd055d900b974919bab807cb1b22e4d6d06b3bf6 /tbc | |
parent | 841b619b05c13572d669e41793db2da7763a7c8b (diff) | |
download | Python-TBC-Interface-1a39db86c974b3b5fa6d28594d538ed58a8b5873.tar.gz Python-TBC-Interface-1a39db86c974b3b5fa6d28594d538ed58a8b5873.tar.bz2 Python-TBC-Interface-1a39db86c974b3b5fa6d28594d538ed58a8b5873.zip |
added Creative Commons
Diffstat (limited to 'tbc')
-rwxr-xr-x | tbc/templates/base.html | 3 |
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>© 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 --> |