diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:31:17 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:31:17 -0700 |
| commit | d97c77a9a5c014bb1af713be5284fb777e296bd9 (patch) | |
| tree | 554ad68432e379dc72a4949216dc91bbc3296ae0 /html | |
| parent | 0e4b03bc7e28e5b9f73b60f5bc2975b40290d163 (diff) | |
Update legal related stuff
Diffstat (limited to 'html')
| -rwxr-xr-x | html/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/footer.html b/html/footer.html index fea8b4b..7ef0a46 100755 --- a/html/footer.html +++ b/html/footer.html @@ -17,5 +17,7 @@ --> <div class="footer"> - <p>© {{year}} Connor Thomson. Content licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p> + <p>© {{year}} Connor Thomson</p> + <p>Content licensed under the <a href="/license/content">Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p> + <p>Website licensed under the <a href="/license/website">GNU Affero General Public License version 3.0</a> or any later version.</p> </div> |
