Skip to content

Commit a9583b6

Browse files
committed
Bump copyright year.
1 parent c137515 commit a9583b6

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

API/Z80.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
____ \/__/ /\_\ __ \\ \/\ \ ________________________________________________
55
| /\_____\\_____\\_____\ |
66
| Zilog \/_____//_____//_____/ CPU Emulator |
7-
| Copyright (C) 1999-2025 Manuel Sainz de Baranda y Goñi. |
7+
| Copyright (C) 1999-2026 Manuel Sainz de Baranda y Goñi. |
88
| |
99
| This emulator is free software: you can redistribute it and/or modify it |
1010
| under the terms of the GNU Lesser General Public License as published by |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# \/__/ /\_\ __ \\ \/\ \
55
# /\_____\\_____\\_____\
66
# Zilog \/_____//_____//_____/ CPU Emulator
7-
# Copyright (C) 1999-2025 Manuel Sainz de Baranda y Goñi.
7+
# Copyright (C) 1999-2026 Manuel Sainz de Baranda y Goñi.
88
# Released under the terms of the GNU Lesser General Public License v3.
99

1010
cmake_minimum_required(

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Zilog Z80 CPU Emulator |
1616
| version 0.2 |
1717
| |
18-
| Copyright (C) 1999-2025 Manuel Sainz de Baranda y Goñi |
18+
| Copyright (C) 1999-2026 Manuel Sainz de Baranda y Goñi |
1919
| Released under the terms of the GNU Lesser General Public License v3 |
2020
| |
2121
| https://zxe.io/software/Z80 |
@@ -374,4 +374,4 @@ with this library. If not, see <http://www.gnu.org/licenses/>.
374374

375375

376376
________________________________________________________________________________
377-
Last update: 2025-05-18 README EOF
377+
Last update: 2026-01-01 README EOF

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ Many thanks to the following individuals (in alphabetical order):
868868

869869
## License
870870

871-
Copyright © 1999-2025 Manuel Sainz de Baranda y Goñi.
871+
Copyright © 1999-2026 Manuel Sainz de Baranda y Goñi.
872872

873873
<img src="https://zxe.io/software/Z80/assets/images/lgplv3.svg" height="70" width="160" align="right">
874874

documentation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# \/__/ /\_\ __ \\ \/\ \
55
# /\_____\\_____\\_____\
66
# Zilog \/_____//_____//_____/ CPU Emulator
7-
# Copyright (C) 1999-2025 Manuel Sainz de Baranda y Goñi.
7+
# Copyright (C) 1999-2026 Manuel Sainz de Baranda y Goñi.
88
# Released under the terms of the GNU Lesser General Public License v3.
99

1010
find_package(Doxygen REQUIRED)

documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
55

66
author = u'Manuel Sainz de Baranda y Goñi'
7-
copyright = u'1999-2025 Manuel Sainz de Baranda y Goñi'
7+
copyright = u'1999-2026 Manuel Sainz de Baranda y Goñi'
88
extensions = ['sphinx.ext.autosectionlabel', 'breathe']
99
templates_path = ['_templates']
1010
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

documentation/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
License
33
=======
44

5-
Copyright © 1999-2025 Manuel Sainz de Baranda y Goñi.
5+
Copyright © 1999-2026 Manuel Sainz de Baranda y Goñi.
66

77
This library is `free software <https://www.gnu.org/philosophy/free-sw.html>`_: you can redistribute it and/or modify it under the terms of the `GNU Lesser General Public License <https://www.gnu.org/licenses/lgpl-3.0.html>`_ as published by the `Free Software Foundation <https://www.fsf.org>`_, either version 3 of the License, or (at your option) any later version.
88

sources/Z80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
____ \/__/ /\_\ __ \\ \/\ \ ________________________________________________
55
| /\_____\\_____\\_____\ |
66
| Zilog \/_____//_____//_____/ CPU Emulator |
7-
| Copyright (C) 1999-2025 Manuel Sainz de Baranda y Goñi. |
7+
| Copyright (C) 1999-2026 Manuel Sainz de Baranda y Goñi. |
88
| |
99
| This emulator is free software: you can redistribute it and/or modify it |
1010
| under the terms of the GNU Lesser General Public License as published by |

sources/Z80.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BEGIN
2121
VALUE "FileDescription", "@PROJECT_DESCRIPTION@"
2222
VALUE "FileVersion", "@PROJECT_VERSION@"
2323
VALUE "InternalName", "@PROJECT_NAME@"
24-
VALUE "LegalCopyright", "Copyright © 1999-2025 Manuel Sainz de Baranda y Goñi"
24+
VALUE "LegalCopyright", "Copyright © 1999-2026 Manuel Sainz de Baranda y Goñi"
2525
VALUE "OriginalFilename", "@PROJECT_NAME@.dll"
2626
VALUE "ProductName", "@PROJECT_NAME@"
2727
VALUE "ProductVersion", "@PROJECT_VERSION@"

sources/test-Z80.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
____ \/__/ /\_\ __ \\ \/\ \ ________________________________________________
55
| /\_____\\_____\\_____\ |
66
| Zilog \/_____//_____//_____/ CPU Emulator - Testing Tool |
7-
| Copyright (C) 2021-2025 Manuel Sainz de Baranda y Goñi. |
7+
| Copyright (C) 2021-2026 Manuel Sainz de Baranda y Goñi. |
88
| |
99
| This program is free software: you can redistribute it and/or modify it |
1010
| under the terms of the GNU General Public License as published by the Free |
@@ -740,7 +740,7 @@ int main(int argc, char **argv)
740740
if (string_is_option(option, "V-version"))
741741
{
742742
puts( "test-Z80 v" Z80_LIBRARY_VERSION_STRING "\n"
743-
"Copyright (C) 2021-2025 Manuel Sainz de Baranda y Goñi.\n"
743+
"Copyright (C) 2021-2026 Manuel Sainz de Baranda y Goñi.\n"
744744
"Released under the terms of the GNU General Public License v3.");
745745

746746
goto exit_without_error;

0 commit comments

Comments
 (0)