From 28b86b01f075b70e78ce87554a1ba7029376bc99 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sat, 6 Jan 2024 23:23:57 +0100 Subject: parisc: Update copyright year to 2024 Signed-off-by: Helge Deller --- src/parisc/head.S | 2 +- src/parisc/parisc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parisc/head.S b/src/parisc/head.S index b951f42..f35301d 100644 --- a/src/parisc/head.S +++ b/src/parisc/head.S @@ -1,7 +1,7 @@ /* * Startup glue code for parisc firmware * - * (C) 2017-2023 Helge Deller + * (C) 2017-2024 Helge Deller */ #include "parisc/hppa.h" diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c index 41fa9fa..2e8f25c 100644 --- a/src/parisc/parisc.c +++ b/src/parisc/parisc.c @@ -1,6 +1,6 @@ // Glue code for parisc architecture // -// Copyright (C) 2017-2023 Helge Deller +// Copyright (C) 2017-2024 Helge Deller // Copyright (C) 2019 Sven Schnelle // // This file may be distributed under the terms of the GNU LGPLv3 license. @@ -3208,7 +3208,7 @@ void __VISIBLE start_parisc_firmware(void) "Duplex Console IO Dependent Code (IODC) revision 1\n" "\n", is_64bit() ? 64 : 32, qemu_version); printf("------------------------------------------------------------------------------\n" - " (c) Copyright 2017-2023 Helge Deller and SeaBIOS developers.\n" + " (c) Copyright 2017-2024 Helge Deller and SeaBIOS developers.\n" "------------------------------------------------------------------------------\n\n"); printf( " Processor Speed State Coprocessor State Cache Size\n" " --------- -------- --------------------- ----------------- ----------\n"); -- cgit v1.1