From d28deef5c4213c9be15424f72e5ae793ad0bc284 Mon Sep 17 00:00:00 2001 From: Torben Hansen <derhansen@gmail.com> Date: Sat, 28 May 2022 14:39:45 +0200 Subject: [PATCH] [TASK] Update copyright year in README.md and INSTALL.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update copyright year to 2022 Resolves: #97704 Releases: main, 11.5, 10.4 Change-Id: I15e6c0674ac293eecad88f95379ec33679dda8d4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74759 Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech> --- INSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 17e164806058..3e5b8ffd7c77 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ INSTALLING TYPO3 ================ TYPO3 is an open source PHP based web content management system released -under the GNU GPL. TYPO3 is copyright © 1999-2021 by Kasper Skaarhoj. +under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skaarhoj. Official Installation and Upgrade Guide --------------------------------------- diff --git a/README.md b/README.md index 4c60da232618..623a8e233743 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ TYPO3 CMS ========= TYPO3 is an open source PHP based web content management system released -under the GNU GPL. TYPO3 is copyright (c) 1999-2021 by Kasper Skaarhoj. +under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skaarhoj. This document provides a basic introduction to TYPO3. -- GitLab