Explicit name of license in footer

This commit is contained in:
Gabriel Augendre 2016-04-26 01:48:04 +02:00
parent 992cdfd8fe
commit 2307ad8db4
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -139,7 +139,7 @@ var App = React.createClass({
<footer className="footer">
<div className="container-fluid">
<p className="text-muted">
Copyright © {(new Date()).getFullYear()} Gabriel Augendre : <a href="https://github.com/Crocmagnon/DAVIDS/tree/master/LICENSE">License</a>.
Copyright © {(new Date()).getFullYear()} Gabriel Augendre : <a href="https://github.com/Crocmagnon/DAVIDS/tree/master/LICENSE">MIT License</a>.
</p>
</div>
</footer>