From b0f4d50d92520a0600106a98d203a6267300fd49 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 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/+/82313 Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Oliver Bartsch <bo@cedev.de> --- 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