Hi
Remove/change Bootstrap and Font Awesome copyrights
If you are using T3 BS3 Blank template, you will see the Bootstrap copyright in the footer. If you want to remove/change the info, follow the instruction.
The copyrights info is declared in the templates/your template/tpls/block/footer.php file. Open that file and you would see the info:
<small>
<a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
</small>
<small>
<a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
</small>
You can change or remove, it’s your call.