From 1afa0ed1a51097c9387e181efe540a696e197b99 Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 22 Jan 2025 19:17:07 +0100 Subject: [PATCH] Update year --- include/Byte.h | 2 +- include/Concepts.h | 2 +- include/Mode.h | 2 +- include/NetConfig.h | 2 +- include/Platform.h | 2 +- include/Protocol.h | 2 +- include/Socket.h | 2 +- include/SocketCommand.h | 2 +- include/SocketHandle.h | 2 +- include/SocketInterrupt.h | 2 +- include/SocketStatus.h | 2 +- include/spi/SpiConfig.h | 2 +- include/spi/SpiWriter.h | 2 +- include/w5100/Device.h | 2 +- include/w5100/Register.h | 2 +- include/w5100/Registers.h | 2 +- src/PlatformStm32.cpp | 2 +- src/Socket.cpp | 2 +- src/spi/SpiWriter.cpp | 2 +- src/w5100/Device.cpp | 2 +- test/ByteTest.cpp | 2 +- test/NetConfigTest.cpp | 2 +- test/RegisterValueTest.cpp | 2 +- test/SocketHandleTest.cpp | 2 +- test/SocketInterruptTest.cpp | 2 +- test/SocketTest.cpp | 2 +- test/SpiWriterTest.cpp | 2 +- test/TestHelper.h | 2 +- test/TestMain.cpp | 2 +- test/W5100DeviceTest.cpp | 2 +- test/W5100RegisterTest.cpp | 2 +- test/integration/ClientMain.cpp | 2 +- test/integration/Main.cpp | 2 +- test/mock/PlatformMock.cpp | 2 +- test/mock/SpiWriterMock.cpp | 2 +- test/mock/Stm32HalComparator.h | 2 +- test/mock/Stm32HalMock.cpp | 2 +- test/mock/W5100DeviceMock.cpp | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/include/Byte.h b/include/Byte.h index 1f10b1d..1907446 100644 --- a/include/Byte.h +++ b/include/Byte.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/Concepts.h b/include/Concepts.h index 68ecd43..7fb0241 100644 --- a/include/Concepts.h +++ b/include/Concepts.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/Mode.h b/include/Mode.h index 7c9671b..75516c8 100644 --- a/include/Mode.h +++ b/include/Mode.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/NetConfig.h b/include/NetConfig.h index 3be195c..78e44ca 100644 --- a/include/NetConfig.h +++ b/include/NetConfig.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/Platform.h b/include/Platform.h index 148c041..c6ff83b 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/Protocol.h b/include/Protocol.h index 2f59998..75be01e 100644 --- a/include/Protocol.h +++ b/include/Protocol.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/Socket.h b/include/Socket.h index af4846d..b31a973 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/SocketCommand.h b/include/SocketCommand.h index 21d7f6c..56c9ccc 100644 --- a/include/SocketCommand.h +++ b/include/SocketCommand.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/SocketHandle.h b/include/SocketHandle.h index c7167e7..96ccadf 100644 --- a/include/SocketHandle.h +++ b/include/SocketHandle.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/SocketInterrupt.h b/include/SocketInterrupt.h index 6a6e4c4..955473a 100644 --- a/include/SocketInterrupt.h +++ b/include/SocketInterrupt.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/SocketStatus.h b/include/SocketStatus.h index 71439cb..4dcf32b 100644 --- a/include/SocketStatus.h +++ b/include/SocketStatus.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/spi/SpiConfig.h b/include/spi/SpiConfig.h index 277d56a..2bbf815 100644 --- a/include/spi/SpiConfig.h +++ b/include/spi/SpiConfig.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/spi/SpiWriter.h b/include/spi/SpiWriter.h index f1b9971..fd1db78 100644 --- a/include/spi/SpiWriter.h +++ b/include/spi/SpiWriter.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/w5100/Device.h b/include/w5100/Device.h index a39b648..1f4e859 100644 --- a/include/w5100/Device.h +++ b/include/w5100/Device.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/w5100/Register.h b/include/w5100/Register.h index b7dc3cf..ed28587 100644 --- a/include/w5100/Register.h +++ b/include/w5100/Register.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/include/w5100/Registers.h b/include/w5100/Registers.h index 77ae8a5..d09304d 100644 --- a/include/w5100/Registers.h +++ b/include/w5100/Registers.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/src/PlatformStm32.cpp b/src/PlatformStm32.cpp index 990f0ad..1b81c82 100644 --- a/src/PlatformStm32.cpp +++ b/src/PlatformStm32.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/src/Socket.cpp b/src/Socket.cpp index 1faf16a..99b9c50 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/src/spi/SpiWriter.cpp b/src/spi/SpiWriter.cpp index 7f42aed..ae85601 100644 --- a/src/spi/SpiWriter.cpp +++ b/src/spi/SpiWriter.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/src/w5100/Device.cpp b/src/w5100/Device.cpp index 6786c25..950a9b3 100644 --- a/src/w5100/Device.cpp +++ b/src/w5100/Device.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/ByteTest.cpp b/test/ByteTest.cpp index fe199ca..3a4887a 100644 --- a/test/ByteTest.cpp +++ b/test/ByteTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/NetConfigTest.cpp b/test/NetConfigTest.cpp index f307cc8..844a269 100644 --- a/test/NetConfigTest.cpp +++ b/test/NetConfigTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/RegisterValueTest.cpp b/test/RegisterValueTest.cpp index 9f4c6f9..59013ee 100644 --- a/test/RegisterValueTest.cpp +++ b/test/RegisterValueTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/SocketHandleTest.cpp b/test/SocketHandleTest.cpp index 15006c0..4e31d0b 100644 --- a/test/SocketHandleTest.cpp +++ b/test/SocketHandleTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/SocketInterruptTest.cpp b/test/SocketInterruptTest.cpp index a821902..1a5000b 100644 --- a/test/SocketInterruptTest.cpp +++ b/test/SocketInterruptTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/SocketTest.cpp b/test/SocketTest.cpp index 6e8e427..3304cee 100644 --- a/test/SocketTest.cpp +++ b/test/SocketTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/SpiWriterTest.cpp b/test/SpiWriterTest.cpp index 36aa71a..8ad96a6 100644 --- a/test/SpiWriterTest.cpp +++ b/test/SpiWriterTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/TestHelper.h b/test/TestHelper.h index e5d0f24..e042d62 100644 --- a/test/TestHelper.h +++ b/test/TestHelper.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/TestMain.cpp b/test/TestMain.cpp index eab8602..2718312 100644 --- a/test/TestMain.cpp +++ b/test/TestMain.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/W5100DeviceTest.cpp b/test/W5100DeviceTest.cpp index 720a123..7b27103 100644 --- a/test/W5100DeviceTest.cpp +++ b/test/W5100DeviceTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/W5100RegisterTest.cpp b/test/W5100RegisterTest.cpp index d18356a..cfc095c 100644 --- a/test/W5100RegisterTest.cpp +++ b/test/W5100RegisterTest.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/integration/ClientMain.cpp b/test/integration/ClientMain.cpp index b43efd6..20220ef 100644 --- a/test/integration/ClientMain.cpp +++ b/test/integration/ClientMain.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/integration/Main.cpp b/test/integration/Main.cpp index c37b13c..ecb825c 100644 --- a/test/integration/Main.cpp +++ b/test/integration/Main.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/mock/PlatformMock.cpp b/test/mock/PlatformMock.cpp index 9e6b862..37b0203 100644 --- a/test/mock/PlatformMock.cpp +++ b/test/mock/PlatformMock.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/mock/SpiWriterMock.cpp b/test/mock/SpiWriterMock.cpp index 4b32214..7f01f34 100644 --- a/test/mock/SpiWriterMock.cpp +++ b/test/mock/SpiWriterMock.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/mock/Stm32HalComparator.h b/test/mock/Stm32HalComparator.h index 156ea1f..d133674 100644 --- a/test/mock/Stm32HalComparator.h +++ b/test/mock/Stm32HalComparator.h @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/mock/Stm32HalMock.cpp b/test/mock/Stm32HalMock.cpp index 1a6226b..6ba6094 100644 --- a/test/mock/Stm32HalMock.cpp +++ b/test/mock/Stm32HalMock.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. * diff --git a/test/mock/W5100DeviceMock.cpp b/test/mock/W5100DeviceMock.cpp index 3ab46d5..6ef7ed5 100644 --- a/test/mock/W5100DeviceMock.cpp +++ b/test/mock/W5100DeviceMock.cpp @@ -1,6 +1,6 @@ /* * Stm32 Eth - Ethernet connectivity for Stm32 - * Copyright (C) 2016-2024 offa + * Copyright (C) 2016-2025 offa * * This file is part of Stm32 Eth. *