diff options
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 4 | ||||
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/sponsor/index.html | 4 |
3 files changed, 6 insertions, 6 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> diff --git a/public/index.html b/public/index.html index 65f1f9e..92c664f 100644 --- a/public/index.html +++ b/public/index.html @@ -141,8 +141,8 @@ </article> <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> diff --git a/public/sponsor/index.html b/public/sponsor/index.html index d2ddec4..9d9e823 100644 --- a/public/sponsor/index.html +++ b/public/sponsor/index.html @@ -71,8 +71,8 @@ platforms, reach out to me at <<a href="mailto:lukeshu@lukeshu.com">lukeshu@l </article> <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> |