Added licenses stub page
This commit is contained in:
parent
560971a91e
commit
3d69ce4f62
22
jOOQ-website/licenses.php
Normal file
22
jOOQ-website/licenses.php
Normal 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
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user