From 8fd9fbf1919d95345407dd86aeb8e7f402e40911 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 8 Jan 2025 12:36:35 +0100 Subject: [PATCH] Bump Copyright year Signed-off-by: Simon Rozman --- LICENSE | 2 +- UnitTests/compat.hpp | 2 +- UnitTests/hash.cpp | 2 +- UnitTests/langid.cpp | 2 +- UnitTests/main.cpp | 2 +- UnitTests/math.cpp | 2 +- UnitTests/parser.cpp | 2 +- UnitTests/pch.cpp | 2 +- UnitTests/pch.hpp | 2 +- UnitTests/pool.cpp | 2 +- UnitTests/ring.cpp | 2 +- UnitTests/sgml.cpp | 2 +- UnitTests/stream.cpp | 2 +- UnitTests/string.cpp | 2 +- UnitTests/unicode.cpp | 2 +- UnitTests/watchdog.cpp | 2 +- UnitTests/zlib.cpp | 2 +- include/stdex/assert.hpp | 2 +- include/stdex/base64.hpp | 2 +- include/stdex/chrono.hpp | 2 +- include/stdex/compat.hpp | 2 +- include/stdex/curl.hpp | 2 +- include/stdex/debug.hpp | 2 +- include/stdex/endian.hpp | 2 +- include/stdex/exception.hpp | 2 +- include/stdex/hash.hpp | 2 +- include/stdex/hex.hpp | 2 +- include/stdex/html.hpp | 2 +- include/stdex/idrec.hpp | 2 +- include/stdex/interval.hpp | 2 +- include/stdex/langid.hpp | 2 +- include/stdex/locale.hpp | 2 +- include/stdex/mapping.hpp | 2 +- include/stdex/math.hpp | 2 +- include/stdex/memory.hpp | 2 +- include/stdex/minisign.hpp | 2 +- include/stdex/parser.hpp | 2 +- include/stdex/pool.hpp | 2 +- include/stdex/progress.hpp | 2 +- include/stdex/ring.hpp | 2 +- include/stdex/scoped_executor.hpp | 2 +- include/stdex/sgml.hpp | 2 +- include/stdex/sgml_unicode.hpp | 2 +- include/stdex/socket.hpp | 2 +- include/stdex/spinlock.hpp | 2 +- include/stdex/stream.hpp | 2 +- include/stdex/string.hpp | 2 +- include/stdex/sys_info.hpp | 2 +- include/stdex/system.hpp | 2 +- include/stdex/unicode.hpp | 2 +- include/stdex/uuid.hpp | 2 +- include/stdex/vector_queue.hpp | 2 +- include/stdex/watchdog.hpp | 2 +- include/stdex/wav.hpp | 2 +- include/stdex/windows.h | 2 +- include/stdex/zlib.hpp | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/LICENSE b/LICENSE index adaaa785b..f346560de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2016-2024 Amebis +Copyright © 2016-2025 Amebis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/UnitTests/compat.hpp b/UnitTests/compat.hpp index b78c47519..29cab8de2 100644 --- a/UnitTests/compat.hpp +++ b/UnitTests/compat.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/UnitTests/hash.cpp b/UnitTests/hash.cpp index 1aae64867..66a31ced0 100644 --- a/UnitTests/hash.cpp +++ b/UnitTests/hash.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/langid.cpp b/UnitTests/langid.cpp index 2b23f5fe5..d9cd90b37 100644 --- a/UnitTests/langid.cpp +++ b/UnitTests/langid.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2024 Amebis + Copyright © 2024-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/main.cpp b/UnitTests/main.cpp index 7459b70e8..c1fe4e940 100644 --- a/UnitTests/main.cpp +++ b/UnitTests/main.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/math.cpp b/UnitTests/math.cpp index 07d14f1cf..100fc3079 100644 --- a/UnitTests/math.cpp +++ b/UnitTests/math.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/parser.cpp b/UnitTests/parser.cpp index 4d35ab8ef..1f7503aac 100644 --- a/UnitTests/parser.cpp +++ b/UnitTests/parser.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/pch.cpp b/UnitTests/pch.cpp index 82adb28a9..8a6388b74 100644 --- a/UnitTests/pch.cpp +++ b/UnitTests/pch.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/pch.hpp b/UnitTests/pch.hpp index 4627eeae7..5837963c9 100644 --- a/UnitTests/pch.hpp +++ b/UnitTests/pch.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/UnitTests/pool.cpp b/UnitTests/pool.cpp index 2950cee45..ca326af90 100644 --- a/UnitTests/pool.cpp +++ b/UnitTests/pool.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/ring.cpp b/UnitTests/ring.cpp index a437570c7..55ca18a71 100644 --- a/UnitTests/ring.cpp +++ b/UnitTests/ring.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/sgml.cpp b/UnitTests/sgml.cpp index 9d3558c26..cef6cfb75 100644 --- a/UnitTests/sgml.cpp +++ b/UnitTests/sgml.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/stream.cpp b/UnitTests/stream.cpp index 8c98ca49d..a73bd1460 100644 --- a/UnitTests/stream.cpp +++ b/UnitTests/stream.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/string.cpp b/UnitTests/string.cpp index 6878317f9..a4e0ff27c 100644 --- a/UnitTests/string.cpp +++ b/UnitTests/string.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/unicode.cpp b/UnitTests/unicode.cpp index 323ee64e8..67ecf1244 100644 --- a/UnitTests/unicode.cpp +++ b/UnitTests/unicode.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/watchdog.cpp b/UnitTests/watchdog.cpp index a6d8cfbe7..ca8335c1c 100644 --- a/UnitTests/watchdog.cpp +++ b/UnitTests/watchdog.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #include "pch.hpp" diff --git a/UnitTests/zlib.cpp b/UnitTests/zlib.cpp index 9e02af780..19d88716a 100644 --- a/UnitTests/zlib.cpp +++ b/UnitTests/zlib.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2024 Amebis + Copyright © 2024-2025 Amebis */ #include "pch.hpp" diff --git a/include/stdex/assert.hpp b/include/stdex/assert.hpp index f8f3db09b..18a550da3 100644 --- a/include/stdex/assert.hpp +++ b/include/stdex/assert.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/base64.hpp b/include/stdex/base64.hpp index 28c110820..eed4cd679 100644 --- a/include/stdex/base64.hpp +++ b/include/stdex/base64.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/chrono.hpp b/include/stdex/chrono.hpp index 77c06817a..a9e645c78 100644 --- a/include/stdex/chrono.hpp +++ b/include/stdex/chrono.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/compat.hpp b/include/stdex/compat.hpp index e0fd28265..777fb2475 100644 --- a/include/stdex/compat.hpp +++ b/include/stdex/compat.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2022-2024 Amebis + Copyright © 2022-2025 Amebis */ #pragma once diff --git a/include/stdex/curl.hpp b/include/stdex/curl.hpp index 49538cc62..39c672b22 100644 --- a/include/stdex/curl.hpp +++ b/include/stdex/curl.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/debug.hpp b/include/stdex/debug.hpp index 85863c44c..50ebf93c0 100644 --- a/include/stdex/debug.hpp +++ b/include/stdex/debug.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/endian.hpp b/include/stdex/endian.hpp index 26678897d..da16c3601 100644 --- a/include/stdex/endian.hpp +++ b/include/stdex/endian.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/exception.hpp b/include/stdex/exception.hpp index 81e176c23..49258be92 100644 --- a/include/stdex/exception.hpp +++ b/include/stdex/exception.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/hash.hpp b/include/stdex/hash.hpp index 9471d4580..b254fdc6d 100644 --- a/include/stdex/hash.hpp +++ b/include/stdex/hash.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/hex.hpp b/include/stdex/hex.hpp index 103aac8e1..0309e0ef9 100644 --- a/include/stdex/hex.hpp +++ b/include/stdex/hex.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/html.hpp b/include/stdex/html.hpp index 1aa7d1776..d9fae66b9 100644 --- a/include/stdex/html.hpp +++ b/include/stdex/html.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/idrec.hpp b/include/stdex/idrec.hpp index 6856f7d2b..4c941a590 100644 --- a/include/stdex/idrec.hpp +++ b/include/stdex/idrec.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/interval.hpp b/include/stdex/interval.hpp index 9785322ca..d3d2be61b 100644 --- a/include/stdex/interval.hpp +++ b/include/stdex/interval.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/langid.hpp b/include/stdex/langid.hpp index 20737995b..8fbb1ed35 100644 --- a/include/stdex/langid.hpp +++ b/include/stdex/langid.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2024 Amebis + Copyright © 2024-2025 Amebis */ #pragma once diff --git a/include/stdex/locale.hpp b/include/stdex/locale.hpp index 4d5527420..bac6baa54 100644 --- a/include/stdex/locale.hpp +++ b/include/stdex/locale.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/mapping.hpp b/include/stdex/mapping.hpp index 2d94349ae..2edab6c38 100644 --- a/include/stdex/mapping.hpp +++ b/include/stdex/mapping.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/math.hpp b/include/stdex/math.hpp index d51332262..dc86da7ef 100644 --- a/include/stdex/math.hpp +++ b/include/stdex/math.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/memory.hpp b/include/stdex/memory.hpp index 97c6f05b7..3e7fb86e9 100644 --- a/include/stdex/memory.hpp +++ b/include/stdex/memory.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/minisign.hpp b/include/stdex/minisign.hpp index 987535eb6..f73d87a05 100644 --- a/include/stdex/minisign.hpp +++ b/include/stdex/minisign.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/parser.hpp b/include/stdex/parser.hpp index 03e6f13f7..bb93c4630 100644 --- a/include/stdex/parser.hpp +++ b/include/stdex/parser.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/pool.hpp b/include/stdex/pool.hpp index a2425defd..ce69e1bc0 100644 --- a/include/stdex/pool.hpp +++ b/include/stdex/pool.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/progress.hpp b/include/stdex/progress.hpp index 6245c0465..24c0c87fa 100644 --- a/include/stdex/progress.hpp +++ b/include/stdex/progress.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/ring.hpp b/include/stdex/ring.hpp index d596437f1..8e9a7a9d5 100644 --- a/include/stdex/ring.hpp +++ b/include/stdex/ring.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/scoped_executor.hpp b/include/stdex/scoped_executor.hpp index 7819367a2..1b26a532a 100644 --- a/include/stdex/scoped_executor.hpp +++ b/include/stdex/scoped_executor.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/sgml.hpp b/include/stdex/sgml.hpp index 0618c26fc..0ee8aa60f 100644 --- a/include/stdex/sgml.hpp +++ b/include/stdex/sgml.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/sgml_unicode.hpp b/include/stdex/sgml_unicode.hpp index 03d214c48..35e7d3246 100644 --- a/include/stdex/sgml_unicode.hpp +++ b/include/stdex/sgml_unicode.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/socket.hpp b/include/stdex/socket.hpp index 3ac7d4dd5..0ac50178b 100644 --- a/include/stdex/socket.hpp +++ b/include/stdex/socket.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/spinlock.hpp b/include/stdex/spinlock.hpp index b048b3815..c09081278 100644 --- a/include/stdex/spinlock.hpp +++ b/include/stdex/spinlock.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/stream.hpp b/include/stdex/stream.hpp index 60a0cdb52..880df1896 100644 --- a/include/stdex/stream.hpp +++ b/include/stdex/stream.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/string.hpp b/include/stdex/string.hpp index 7885421bc..9857883b6 100644 --- a/include/stdex/string.hpp +++ b/include/stdex/string.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/sys_info.hpp b/include/stdex/sys_info.hpp index 630148757..2efeb22ff 100644 --- a/include/stdex/sys_info.hpp +++ b/include/stdex/sys_info.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index 737a8fcff..fd00ab414 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/unicode.hpp b/include/stdex/unicode.hpp index 404e2d3b8..95413579c 100644 --- a/include/stdex/unicode.hpp +++ b/include/stdex/unicode.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/uuid.hpp b/include/stdex/uuid.hpp index 7a81877a1..4d213d40e 100644 --- a/include/stdex/uuid.hpp +++ b/include/stdex/uuid.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/vector_queue.hpp b/include/stdex/vector_queue.hpp index 007dc29fc..c92729a91 100644 --- a/include/stdex/vector_queue.hpp +++ b/include/stdex/vector_queue.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once diff --git a/include/stdex/watchdog.hpp b/include/stdex/watchdog.hpp index e5b87032e..93e3a574e 100644 --- a/include/stdex/watchdog.hpp +++ b/include/stdex/watchdog.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/wav.hpp b/include/stdex/wav.hpp index 5bc8f9d8b..0f1d539f4 100644 --- a/include/stdex/wav.hpp +++ b/include/stdex/wav.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/windows.h b/include/stdex/windows.h index a87898556..0466b1232 100644 --- a/include/stdex/windows.h +++ b/include/stdex/windows.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis + Copyright © 2023-2025 Amebis */ #pragma once diff --git a/include/stdex/zlib.hpp b/include/stdex/zlib.hpp index 1d2ad70c7..3f6df3698 100644 --- a/include/stdex/zlib.hpp +++ b/include/stdex/zlib.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2024 Amebis + Copyright © 2016-2025 Amebis */ #pragma once