diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2026-04-26 12:16:33 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2026-04-26 12:16:33 -0400 |
| commit | b845e7f0ae82442ca1a640eef27eb5a4cd46af53 (patch) | |
| tree | 61895cc0dac32494945545a46ff491ee119d6ca9 | |
| parent | 92ad21df01ef1c912ef0fc6380d6d8da8a363846 (diff) | |
| download | 53hor-b845e7f0ae82442ca1a640eef27eb5a4cd46af53.tar.xz 53hor-b845e7f0ae82442ca1a640eef27eb5a4cd46af53.zip | |
| -rw-r--r-- | includes/foot.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/foot.php b/includes/foot.php index 7b8bb01..4dc5e7f 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -9,8 +9,6 @@ <?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); |