aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-01-06 23:23:57 +0100
committerHelge Deller <deller@gmx.de>2024-01-06 23:23:57 +0100
commit28b86b01f075b70e78ce87554a1ba7029376bc99 (patch)
tree7e22a01918bbd2d3b01ce1bb450e3d1a6a44bb72
parent287fce24cbcf727df8e36baf8a0bb51702696b94 (diff)
downloadseabios-hppa-28b86b01f075b70e78ce87554a1ba7029376bc99.zip
seabios-hppa-28b86b01f075b70e78ce87554a1ba7029376bc99.tar.gz
seabios-hppa-28b86b01f075b70e78ce87554a1ba7029376bc99.tar.bz2
parisc: Update copyright year to 2024
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/head.S2
-rw-r--r--src/parisc/parisc.c4
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 <deller@gmx.de>
+ * (C) 2017-2024 Helge Deller <deller@gmx.de>
*/
#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 <deller@gmx.de>
+// Copyright (C) 2017-2024 Helge Deller <deller@gmx.de>
// Copyright (C) 2019 Sven Schnelle <svens@stackframe.org>
//
// 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 <deller@gmx.de> and SeaBIOS developers.\n"
+ " (c) Copyright 2017-2024 Helge Deller <deller@gmx.de> and SeaBIOS developers.\n"
"------------------------------------------------------------------------------\n\n");
printf( " Processor Speed State Coprocessor State Cache Size\n"
" --------- -------- --------------------- ----------------- ----------\n");