Fix wrapping
This commit is contained in:
parent
b92d4f9e35
commit
3055f0b36f
1 changed files with 4 additions and 2 deletions
|
@ -48,8 +48,10 @@ 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 GPLv3
|
The source code is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU
|
||||||
License</a>. This means you can use it, distribute it, modify it under the following conditions :</p>
|
GPLv3 License</a>. This means you can use it, distribute it, modify it
|
||||||
|
under the following conditions :
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>You have to keep the copyright notices</li>
|
<li>You have to keep the copyright notices</li>
|
||||||
<li>Source code must be made available when distributing</li>
|
<li>Source code must be made available when distributing</li>
|
||||||
|
|
Loading…
Reference in a new issue