From a1da83397784e6256b3761ae5c5119d1aae26a12 Mon Sep 17 00:00:00 2001 From: Torben Hansen <derhansen@gmail.com> Date: Wed, 3 Jan 2024 11:11:57 +0100 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 2024 Resolves: #102741 Releases: main, 12.4, 11.5 Change-Id: I1a909b221513b5add387d9680193d8deb4285a04 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82299 Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Tested-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com> Tested-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com> --- INSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 63c910298057..ea52d67c9585 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-2023 by Kasper Skaarhoj. +under the GNU GPL. TYPO3 is copyright © 1999-2024 by Kasper Skaarhoj. Official Installation and Upgrade Guide --------------------------------------- diff --git a/README.md b/README.md index 2a6176179b1e..8e0536d0fddf 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 © 1999-2023 by Kasper Skårhøj. +under the GNU GPL. TYPO3 is copyright © 1999-2024 by Kasper Skårhøj. This document provides a basic introduction to TYPO3. -- GitLab