summaryrefslogtreecommitdiff
path: root/includes/foot.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/foot.php')
-rw-r--r--includes/foot.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/foot.php b/includes/foot.php
index e8432b9..7b8bb01 100644
--- a/includes/foot.php
+++ b/includes/foot.php
@@ -6,9 +6,16 @@
<p>
&copy; 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter
<br>
+<?php
+if (!isset($nolicense)) {
+ printf('%s', <<<EOF
Content released under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
<br>
Source code released under <a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a>, unless otherwise stated.
+ <br>
+EOF);
+}
+?>
<noscript>
JavaScript? Where we're going we don't need JavaScript.
</noscript>