Skip to content

Commit

Permalink
simplify copyright verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
reeseschultz committed Feb 20, 2024
1 parent 41b009c commit b8130e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
SOFTWARE.
2 changes: 1 addition & 1 deletion src/_includes/base.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/_includes/post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8130e8

Please sign in to comment.