diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-15 13:19:39 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-15 13:19:39 -0600 |
commit | a77801705270ce4b82d82fe97ca40a872b248a86 (patch) | |
tree | 1deea8133db1fcecf45417091c667729482309e7 /cmd | |
parent | 03ce5d044a69c46f59aea23da74e160aa6714c9e (diff) |
Update the page footers
- include my middle initial
- upgrade from CC BY-SA 3.0 to 4.0
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index 781474b..b73c2d8 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -52,8 +52,8 @@ </section> <footer> - <p>The content of this page is Copyright © Luke Shumaker.</p> - <p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p> + <p>The content of this page is Copyright © Luke T. Shumaker.</p> + <p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p> </footer> </body> </html> |