Skip to content

Commit cc99fe0

Browse files
committed
chore: add year to license
1 parent 80170b9 commit cc99fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Daniel Giljam
3+
Copyright (c) 2023 Daniel Giljam
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

apps/degree-thesis/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config = {
4343
},
4444
footer: {
4545
style: "dark",
46-
copyright: `Copyright © ${new Date().getFullYear()} Daniel Giljam.`,
46+
copyright: "Copyright © 2023 Daniel Giljam.",
4747
},
4848
colorMode: {
4949
disableSwitch: true,

0 commit comments

Comments
 (0)