Explicit name of license in footer
This commit is contained in:
parent
992cdfd8fe
commit
2307ad8db4
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ var App = React.createClass({
|
||||||
<footer className="footer">
|
<footer className="footer">
|
||||||
<div className="container-fluid">
|
<div className="container-fluid">
|
||||||
<p className="text-muted">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue