From edc6bc0adbf2952b8a532a44ccf11f6f1b5448f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 6 Jan 2024 16:29:52 +0300 Subject: [PATCH] chore(project): update copyright years --- LICENSE-MIT | 4 ++-- README.md | 2 +- website/docusaurus.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index b472499639..7fae078370 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2021-2023 Orhun Parmaksız -Copyright (c) 2021-2023 git-cliff contributors +Copyright (c) 2021-2024 Orhun Parmaksız +Copyright (c) 2021-2024 git-cliff contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d4210efbf9..4cc7140fc7 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ Licensed under either of [Apache License Version 2.0](./LICENSE-APACHE) or [The ## Copyright -Copyright © 2021-2023, [git-cliff contributors](mailto:git-cliff@protonmail.com) +Copyright © 2021-2024, [git-cliff contributors](mailto:git-cliff@protonmail.com) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 05e66cf7df..07aeaccbc6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -150,7 +150,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} git-cliff.`, + copyright: `Copyright © 2021-${new Date().getFullYear()} git-cliff.`, }, prism: { theme: lightCodeTheme,