diff options
Diffstat (limited to 'includes/foot.php')
-rw-r--r-- | includes/foot.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/includes/foot.php b/includes/foot.php index 750a22a..d3754d6 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -2,8 +2,17 @@ <hr /> <footer> - If you like my work then <a href="/donate">you may donate here</a>. + <p> + Content licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. + Source code licensed under the <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause"> BSD 3-Clause license</a>, unless otherwise stated. + </p> + + <p> + If you like my work then <a href="/donate">you may donate here</a>. + </p> + </footer> + </body> </html> |