diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 16:46:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 16:46:33 -0300 |
commit | 67322ec4b993466dd37b16f3754f1e348b360d6e (patch) | |
tree | 2a867f79782fc845d544187976003fd175ea6026 /site | |
parent | Update utils.nix to now use local README.css file (diff) | |
download | euandre.org-67322ec4b993466dd37b16f3754f1e348b360d6e.tar.gz euandre.org-67322ec4b993466dd37b16f3754f1e348b360d6e.tar.xz |
Use GPLv3 or later in footer
Diffstat (limited to '')
-rw-r--r-- | site/templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/default.html b/site/templates/default.html index b2cbfbb..49802ee 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -42,7 +42,7 @@ </ul> <p> - The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://git.sr.ht/~euandreh/website">code</a> is <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3</a>. + The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://git.sr.ht/~euandreh/website">code</a> is <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 or later</a>. </p> </footer> </body> |