Change license in about

This commit is contained in:
Gabriel Augendre 2016-04-24 03:31:57 +02:00
parent 306170f751
commit c3c4d57cec
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -32,19 +32,17 @@ var About = React.createClass({
</p> </p>
<h2>License</h2> <h2>License</h2>
<p> <p>
The source code is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU This project is free software. It is released under the <a
GPLv3 License</a>. This means you can use it, distribute it, modify it under the following href="https://opensource.org/licenses/MIT">MIT Expat License</a>. This means you can use it,
conditions : distribute it, modify it under the following conditions :
</p> </p>
<ul> <ul>
<li>You have to keep the copyright notices</li> <li>You have to include a copy of the license and copyright notices</li>
<li>Source code must be made available when distributing</li>
<li>You must distribute the modifications under the same license</li>
<li>You must highlight the modifications you made</li>
<li>You can't hold me liable</li> <li>You can't hold me liable</li>
</ul> </ul>
<p> <p>
A copy of this license is included in the source code repository (see LICENSE file). A copy of this license is included in the source code repository (see <a
href="https://github.com/Crocmagnon/DAVIDS/blob/master/LICENSE">LICENSE</a> file).
</p> </p>
<h2>Contribute</h2> <h2>Contribute</h2>
<p> <p>