diff options
| -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); |