Change license in about
This commit is contained in:
parent
306170f751
commit
c3c4d57cec
1 changed files with 6 additions and 8 deletions
|
@ -32,19 +32,17 @@ var About = React.createClass({
|
|||
</p>
|
||||
<h2>License</h2>
|
||||
<p>
|
||||
The source code is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU
|
||||
GPLv3 License</a>. This means you can use it, distribute it, modify it under the following
|
||||
conditions :
|
||||
This project is free software. It is released under the <a
|
||||
href="https://opensource.org/licenses/MIT">MIT Expat License</a>. This means you can use it,
|
||||
distribute it, modify it under the following conditions :
|
||||
</p>
|
||||
<ul>
|
||||
<li>You have to keep the 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 have to include a copy of the license and copyright notices</li>
|
||||
<li>You can't hold me liable</li>
|
||||
</ul>
|
||||
<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>
|
||||
<h2>Contribute</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue