summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-10-21 21:25:41 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-10-21 21:25:41 -0400
commit2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4 (patch)
treec34935a29984d16617bb126ec82f7e1ca407b67f /includes
parent821be8bca1ded6950d992eadfea820eed0307dd4 (diff)
download53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.tar.xz
53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.zip
draft cleanup and add wwoo stories
Diffstat (limited to 'includes')
-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>