Added licenses stub page

This commit is contained in:
Lukas Eder 2013-08-27 12:31:33 +02:00
parent 560971a91e
commit 3d69ce4f62

22
jOOQ-website/licenses.php Normal file
View File

@ -0,0 +1,22 @@
<?php
require 'frame.php';
function getH1() {
return 'Licensing';
}
function getActiveMenu() {
return "";
}
function printContent() {
global $root;
global $minorVersion;
global $version;
?>
<h2>Licensing</h2>
<p>
Come back soon to learn how to commercially license jOOQ.
</p>
<?php
}
?>