diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-10-21 21:25:41 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-10-21 21:25:41 -0400 |
commit | 2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4 (patch) | |
tree | c34935a29984d16617bb126ec82f7e1ca407b67f /includes/foot.php | |
parent | 821be8bca1ded6950d992eadfea820eed0307dd4 (diff) | |
download | 53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.tar.xz 53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.zip |
draft cleanup and add wwoo stories
Diffstat (limited to 'includes/foot.php')
-rw-r--r-- | includes/foot.php | 7 |
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> © 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> |