update licence section

This commit is contained in:
rlx 2012-04-20 09:33:49 +00:00
parent 2a5618ac5f
commit 96d5e4a856

View file

@ -31,4 +31,4 @@
<p>For the development version, use <code>OxJS/dev/Ox.js</code> instead. And to include <code>Ox.UI</code>, start with <code>Ox.load('UI', function() { ... })</code>.</p>
<br>
<h2><b>License</b></h2>
<p>Dual-licensed, GPL/MIT.</p>
<p>Dual-licensed, <a href=\"http://en.wikipedia.org/wiki/GNU_General_Public_License\">GPL</a>/<a href=\"http://en.wikipedia.org/wiki/MIT_License\">MIT</a>. You can pick either. In a nutshell, the former says no derived work may be more restrictive, while the latter avoids to make that restriction.</p>