diff --git a/LICENSE b/LICENSE index 73d064c8c..adaaa785b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2016-2023 Amebis +Copyright © 2016-2024 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 71bd35b72..9674d134f 100644 --- a/UnitTests/compat.hpp +++ b/UnitTests/compat.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/UnitTests/hash.cpp b/UnitTests/hash.cpp index 53d2e8898..99634adb2 100644 --- a/UnitTests/hash.cpp +++ b/UnitTests/hash.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/main.cpp b/UnitTests/main.cpp index 4e0dfacd2..c1f027821 100644 --- a/UnitTests/main.cpp +++ b/UnitTests/main.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/math.cpp b/UnitTests/math.cpp index 6066690bf..12328c240 100644 --- a/UnitTests/math.cpp +++ b/UnitTests/math.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/parser.cpp b/UnitTests/parser.cpp index 9d9c6c639..2256f48e6 100644 --- a/UnitTests/parser.cpp +++ b/UnitTests/parser.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/pch.cpp b/UnitTests/pch.cpp index 17c4b13da..82adb28a9 100644 --- a/UnitTests/pch.cpp +++ b/UnitTests/pch.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/pch.hpp b/UnitTests/pch.hpp index d36267616..1d0ab02f0 100644 --- a/UnitTests/pch.hpp +++ b/UnitTests/pch.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/UnitTests/pool.cpp b/UnitTests/pool.cpp index 2bda06e1c..1b135d22d 100644 --- a/UnitTests/pool.cpp +++ b/UnitTests/pool.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/ring.cpp b/UnitTests/ring.cpp index 6188c44f3..4e04712fd 100644 --- a/UnitTests/ring.cpp +++ b/UnitTests/ring.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/sgml.cpp b/UnitTests/sgml.cpp index 5a9e10ffd..ac13a3616 100644 --- a/UnitTests/sgml.cpp +++ b/UnitTests/sgml.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/stream.cpp b/UnitTests/stream.cpp index 5789dea89..21f029413 100644 --- a/UnitTests/stream.cpp +++ b/UnitTests/stream.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/unicode.cpp b/UnitTests/unicode.cpp index 84b708b37..b1c4a5618 100644 --- a/UnitTests/unicode.cpp +++ b/UnitTests/unicode.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/UnitTests/watchdog.cpp b/UnitTests/watchdog.cpp index ec90f4e10..d3ea30c52 100644 --- a/UnitTests/watchdog.cpp +++ b/UnitTests/watchdog.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/include/stdex/base64.hpp b/include/stdex/base64.hpp index 957e3b7af..ad6afadbb 100644 --- a/include/stdex/base64.hpp +++ b/include/stdex/base64.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/chrono.hpp b/include/stdex/chrono.hpp index 0dee95ac1..4d096dda2 100644 --- a/include/stdex/chrono.hpp +++ b/include/stdex/chrono.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/compat.hpp b/include/stdex/compat.hpp index 0c9644228..ac683ab40 100644 --- a/include/stdex/compat.hpp +++ b/include/stdex/compat.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2022-2023 Amebis + Copyright © 2022-2024 Amebis */ #pragma once diff --git a/include/stdex/debug.hpp b/include/stdex/debug.hpp index 8667b21dc..ab7f5e40a 100644 --- a/include/stdex/debug.hpp +++ b/include/stdex/debug.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/endian.hpp b/include/stdex/endian.hpp index edc8a1eec..c92d3557c 100644 --- a/include/stdex/endian.hpp +++ b/include/stdex/endian.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/exception.hpp b/include/stdex/exception.hpp index 1295e745e..81e176c23 100644 --- a/include/stdex/exception.hpp +++ b/include/stdex/exception.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/hash.hpp b/include/stdex/hash.hpp index 441bd3ce1..33aabcda0 100644 --- a/include/stdex/hash.hpp +++ b/include/stdex/hash.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/hex.hpp b/include/stdex/hex.hpp index 387ac74ad..3e74ef02f 100644 --- a/include/stdex/hex.hpp +++ b/include/stdex/hex.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/html.hpp b/include/stdex/html.hpp index 67c76aa09..b3cffebaa 100644 --- a/include/stdex/html.hpp +++ b/include/stdex/html.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/idrec.hpp b/include/stdex/idrec.hpp index 69d95b451..0e3dc372c 100644 --- a/include/stdex/idrec.hpp +++ b/include/stdex/idrec.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/interval.hpp b/include/stdex/interval.hpp index f364e9f42..be8e35597 100644 --- a/include/stdex/interval.hpp +++ b/include/stdex/interval.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/locale.hpp b/include/stdex/locale.hpp index b5a3f4f10..3186f366f 100644 --- a/include/stdex/locale.hpp +++ b/include/stdex/locale.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/mapping.hpp b/include/stdex/mapping.hpp index c25622b2b..3d5164f03 100644 --- a/include/stdex/mapping.hpp +++ b/include/stdex/mapping.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/math.hpp b/include/stdex/math.hpp index 55cfa135d..d51332262 100644 --- a/include/stdex/math.hpp +++ b/include/stdex/math.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/memory.hpp b/include/stdex/memory.hpp index 449d46edb..7cd08b249 100644 --- a/include/stdex/memory.hpp +++ b/include/stdex/memory.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/parser.hpp b/include/stdex/parser.hpp index 81a65ac55..06e56c096 100644 --- a/include/stdex/parser.hpp +++ b/include/stdex/parser.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/pool.hpp b/include/stdex/pool.hpp index 8065dac7f..10a675327 100644 --- a/include/stdex/pool.hpp +++ b/include/stdex/pool.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/progress.hpp b/include/stdex/progress.hpp index 91b0fc8e0..c45d5362f 100644 --- a/include/stdex/progress.hpp +++ b/include/stdex/progress.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/ring.hpp b/include/stdex/ring.hpp index 78118067d..795a86209 100644 --- a/include/stdex/ring.hpp +++ b/include/stdex/ring.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/sgml.hpp b/include/stdex/sgml.hpp index f5f5e372d..4012a205c 100644 --- a/include/stdex/sgml.hpp +++ b/include/stdex/sgml.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/sgml_unicode.hpp b/include/stdex/sgml_unicode.hpp index f976743ac..7755aa0c9 100644 --- a/include/stdex/sgml_unicode.hpp +++ b/include/stdex/sgml_unicode.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/socket.hpp b/include/stdex/socket.hpp index 199551db9..f56cde7a5 100644 --- a/include/stdex/socket.hpp +++ b/include/stdex/socket.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/spinlock.hpp b/include/stdex/spinlock.hpp index 17546bf3a..1cbded82e 100644 --- a/include/stdex/spinlock.hpp +++ b/include/stdex/spinlock.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/stream.hpp b/include/stdex/stream.hpp index 13850ec72..4174268c1 100644 --- a/include/stdex/stream.hpp +++ b/include/stdex/stream.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/string.hpp b/include/stdex/string.hpp index c72f0f1b8..a1e46d95f 100644 --- a/include/stdex/string.hpp +++ b/include/stdex/string.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/sys_info.hpp b/include/stdex/sys_info.hpp index 194ede03b..383e97a6c 100644 --- a/include/stdex/sys_info.hpp +++ b/include/stdex/sys_info.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index cb0129bc0..ac66a0f33 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/unicode.hpp b/include/stdex/unicode.hpp index 538898b2c..e192a1f60 100644 --- a/include/stdex/unicode.hpp +++ b/include/stdex/unicode.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/uuid.hpp b/include/stdex/uuid.hpp index b53c0aefd..57f89dec6 100644 --- a/include/stdex/uuid.hpp +++ b/include/stdex/uuid.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/vector_queue.hpp b/include/stdex/vector_queue.hpp index d3f4bc79d..007dc29fc 100644 --- a/include/stdex/vector_queue.hpp +++ b/include/stdex/vector_queue.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2023 Amebis + Copyright © 2016-2024 Amebis */ #pragma once diff --git a/include/stdex/watchdog.hpp b/include/stdex/watchdog.hpp index b6a5ac537..67558d9dc 100644 --- a/include/stdex/watchdog.hpp +++ b/include/stdex/watchdog.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/wav.hpp b/include/stdex/wav.hpp index c1f95b45a..aad15eb6d 100644 --- a/include/stdex/wav.hpp +++ b/include/stdex/wav.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/stdex/windows.h b/include/stdex/windows.h index eaa2ca343..d41d3a376 100644 --- a/include/stdex/windows.h +++ b/include/stdex/windows.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once