From b8130e8d502ed32c0d28981d61d192fbf6c8678f Mon Sep 17 00:00:00 2001 From: Reese Schultz Date: Tue, 20 Feb 2024 11:57:50 -0600 Subject: [PATCH] simplify copyright verbiage --- LICENSE | 4 ++-- src/_includes/base.pug | 2 +- src/_includes/post.pug | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index c5ffba4..49e38bb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Reese Schultz +Copyright (c) 2021 Reese Schultz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/src/_includes/base.pug b/src/_includes/base.pug index d4cc882..e23e44f 100644 --- a/src/_includes/base.pug +++ b/src/_includes/base.pug @@ -20,7 +20,7 @@ body #footer #copyright-and-license - p#copyright © 2021-2022 + p#copyright © 2021 a(href="/") #{metas.name} #{metas.surname} a#license(href="/license") License diff --git a/src/_includes/post.pug b/src/_includes/post.pug index a8dc395..f58b16c 100644 --- a/src/_includes/post.pug +++ b/src/_includes/post.pug @@ -44,7 +44,7 @@ body #footer #copyright-and-license - p#copyright © 2021-2022 + p#copyright © 2021 a(href="/") #{metas.name} #{metas.surname} a#license(href="/license") License