From 35bdc95fac05cc12635f1d47093130095c141d13 Mon Sep 17 00:00:00 2001 From: axel simon Date: Wed, 30 Aug 2023 13:39:05 +0100 Subject: [PATCH] Update README.md (#1187) Remove unnecessary year from copyright mention (it was already out of date). Cf. https://hynek.me/til/copyright-years/ Signed-off-by: axel simon --- README.md | 2 +- changelog.d/1187.misc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1187.misc diff --git a/README.md b/README.md index f24efcd828..2a0d352187 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ If after your research you still have a question, ask at [#element-x-android:mat ## Copyright & License -Copyright (c) 2022 New Vector Ltd +Copyright © New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the [LICENSE](LICENSE) file, or at: diff --git a/changelog.d/1187.misc b/changelog.d/1187.misc new file mode 100644 index 0000000000..301e3a6fc4 --- /dev/null +++ b/changelog.d/1187.misc @@ -0,0 +1 @@ +Remove unnecessary year in copyright mention.