diff --git a/CMakeLists.txt b/CMakeLists.txt index ac775035..880a2fd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Леонид Юрьев aka Leonid Yuriev ############################################### +# Copyright (c) 2020-2025 Леонид Юрьев aka Leonid Yuriev ############################################### # SPDX-License-Identifier: Apache-2.0 # # Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`. Всё будет хорошо! diff --git a/COPYRIGHT b/COPYRIGHT index 81fadf1b..fb29a937 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2015-2024 Леонид Юрьев aka Leonid Yuriev +Copyright (c) 2015-2025 Леонид Юрьев aka Leonid Yuriev Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 639c628c..4df84dba 100644 --- a/NOTICE +++ b/NOTICE @@ -11,7 +11,7 @@ to the Telegram' group https://t.me/libmdbx. Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`. Всё будет хорошо! -Copyright 2015-2024 Леонид Юрьев aka Leonid Yuriev +Copyright 2015-2025 Леонид Юрьев aka Leonid Yuriev SPDX-License-Identifier: Apache-2.0 For notes about the license change, credits and acknowledgments, please refer to the COPYRIGHT file within original libmdbx source code diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake index 05c067f9..5fefdbae 100644 --- a/cmake/compiler.cmake +++ b/cmake/compiler.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2024 Леонид Юрьев aka Leonid Yuriev ############################################### +# Copyright (c) 2010-2025 Леонид Юрьев aka Leonid Yuriev ############################################### # SPDX-License-Identifier: Apache-2.0 if(CMAKE_VERSION VERSION_LESS 3.8.2) diff --git a/cmake/profile.cmake b/cmake/profile.cmake index dc930f3a..6a8a466e 100644 --- a/cmake/profile.cmake +++ b/cmake/profile.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2024 Леонид Юрьев aka Leonid Yuriev ############################################### +# Copyright (c) 2012-2025 Леонид Юрьев aka Leonid Yuriev ############################################### # SPDX-License-Identifier: Apache-2.0 if(CMAKE_VERSION VERSION_LESS 3.8.2) diff --git a/cmake/utils.cmake b/cmake/utils.cmake index adb8004d..abb4cd30 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2024 Леонид Юрьев aka Leonid Yuriev ############################################### +# Copyright (c) 2012-2025 Леонид Юрьев aka Leonid Yuriev ############################################### # SPDX-License-Identifier: Apache-2.0 if(CMAKE_VERSION VERSION_LESS 3.8.2) diff --git a/example/example-mdbx.c b/example/example-mdbx.c index beae17f5..a0eeb121 100644 --- a/example/example-mdbx.c +++ b/example/example-mdbx.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2023 Leonid Yuriev . + * Copyright 2015-2025 Leonid Yuriev . * Copyright 2017 Ilya Shipitsin . * Copyright 2012-2015 Howard Chu, Symas Corp. * All rights reserved. diff --git a/example/sample-bdb.txt b/example/sample-bdb.txt index d3478a16..5dc9a78c 100644 --- a/example/sample-bdb.txt +++ b/example/sample-bdb.txt @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2023 Leonid Yuriev . + * Copyright 2015-2025 Leonid Yuriev . * Copyright 2012-2015 Howard Chu, Symas Corp. * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. diff --git a/mdbx.h b/mdbx.h index 655c62b4..da6b47fb 100644 --- a/mdbx.h +++ b/mdbx.h @@ -31,7 +31,7 @@ developers. For the same reason ~~Github~~ is blacklisted forever. \copyright SPDX-License-Identifier: Apache-2.0 \note Please refer to the COPYRIGHT file for explanations license change, credits and acknowledgments. -\author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +\author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 *******************************************************************************/ diff --git a/mdbx.h++ b/mdbx.h++ index e96c2012..62315f61 100644 --- a/mdbx.h++ +++ b/mdbx.h++ @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2020-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2020-2025 /// /// Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`. /// Всё будет хорошо! diff --git a/src/alloy.c b/src/alloy.c index 7dfce56e..4b5cf057 100644 --- a/src/alloy.c +++ b/src/alloy.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #define xMDBX_ALLOY 1 /* alloyed build */ #include "internals.h" /* must be included first */ diff --git a/src/api-cold.c b/src/api-cold.c index 7498d8ab..1d124852 100644 --- a/src/api-cold.c +++ b/src/api-cold.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-copy.c b/src/api-copy.c index 3c7a4f2c..08c01192 100644 --- a/src/api-copy.c +++ b/src/api-copy.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-cursor.c b/src/api-cursor.c index 423286c5..d0b39660 100644 --- a/src/api-cursor.c +++ b/src/api-cursor.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-dbi.c b/src/api-dbi.c index 93bbdf21..e7f6f27d 100644 --- a/src/api-dbi.c +++ b/src/api-dbi.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-env.c b/src/api-env.c index 94d3e1a3..9b0d7305 100644 --- a/src/api-env.c +++ b/src/api-env.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-extra.c b/src/api-extra.c index dd394f7b..61b0fac9 100644 --- a/src/api-extra.c +++ b/src/api-extra.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-key-transform.c b/src/api-key-transform.c index 6143a62e..6c42260d 100644 --- a/src/api-key-transform.c +++ b/src/api-key-transform.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-misc.c b/src/api-misc.c index c34c9df7..7e54c51d 100644 --- a/src/api-misc.c +++ b/src/api-misc.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-opts.c b/src/api-opts.c index d470bf25..2465864a 100644 --- a/src/api-opts.c +++ b/src/api-opts.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-range-estimate.c b/src/api-range-estimate.c index de3e1d12..5356d4da 100644 --- a/src/api-range-estimate.c +++ b/src/api-range-estimate.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-txn-data.c b/src/api-txn-data.c index b3cee3c3..76bdf32a 100644 --- a/src/api-txn-data.c +++ b/src/api-txn-data.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/api-txn.c b/src/api-txn.c index c303c7c9..7680b610 100644 --- a/src/api-txn.c +++ b/src/api-txn.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/atomics-ops.h b/src/atomics-ops.h index c61c055d..7dae2f34 100644 --- a/src/atomics-ops.h +++ b/src/atomics-ops.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/atomics-types.h b/src/atomics-types.h index fe977b94..0dbf747d 100644 --- a/src/atomics-types.h +++ b/src/atomics-types.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/audit.c b/src/audit.c index e46c0dff..bd677f91 100644 --- a/src/audit.c +++ b/src/audit.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/chk.c b/src/chk.c index 4197b29c..d848b014 100644 --- a/src/chk.c +++ b/src/chk.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/cogs.c b/src/cogs.c index 2e7d18c6..7fc924ca 100644 --- a/src/cogs.c +++ b/src/cogs.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/cogs.h b/src/cogs.h index 5b8f20c7..11d7fe1d 100644 --- a/src/cogs.h +++ b/src/cogs.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/coherency.c b/src/coherency.c index 6b9df51d..af1cc6fd 100644 --- a/src/coherency.c +++ b/src/coherency.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/cursor.c b/src/cursor.c index dd1bc6f4..acd9b736 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/cursor.h b/src/cursor.h index a55f1377..d4fc767b 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/dbi.c b/src/dbi.c index ba35bc5c..6176c06b 100644 --- a/src/dbi.c +++ b/src/dbi.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/dbi.h b/src/dbi.h index a0fd6d68..36c7e8bb 100644 --- a/src/dbi.h +++ b/src/dbi.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/dpl.c b/src/dpl.c index 0e46db8f..79ea4684 100644 --- a/src/dpl.c +++ b/src/dpl.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/dpl.h b/src/dpl.h index 39003e24..cc9799a0 100644 --- a/src/dpl.h +++ b/src/dpl.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/dxb.c b/src/dxb.c index 3699d597..c5a08752 100644 --- a/src/dxb.c +++ b/src/dxb.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/env.c b/src/env.c index 158ec030..70d9bff4 100644 --- a/src/env.c +++ b/src/env.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/essentials.h b/src/essentials.h index 3331e524..f46aec2e 100644 --- a/src/essentials.h +++ b/src/essentials.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/gc-get.c b/src/gc-get.c index adcb5053..b3e98bab 100644 --- a/src/gc-get.c +++ b/src/gc-get.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/gc-put.c b/src/gc-put.c index 51c23f36..838fcd8c 100644 --- a/src/gc-put.c +++ b/src/gc-put.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/gc.h b/src/gc.h index b3ec23cf..171037f4 100644 --- a/src/gc.h +++ b/src/gc.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/global.c b/src/global.c index e8d13cf4..e3435f72 100644 --- a/src/global.c +++ b/src/global.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/internals.h b/src/internals.h index dda95539..98f89ee1 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/layout-dxb.h b/src/layout-dxb.h index 3d9514c8..001bc59d 100644 --- a/src/layout-dxb.h +++ b/src/layout-dxb.h @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/layout-lck.h b/src/layout-lck.h index b635c595..accf79a9 100644 --- a/src/layout-lck.h +++ b/src/layout-lck.h @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/lck-posix.c b/src/lck-posix.c index 41f49f48..99a01f91 100644 --- a/src/lck-posix.c +++ b/src/lck-posix.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #if !(defined(_WIN32) || defined(_WIN64)) /*----------------------------------------------------------------------------* diff --git a/src/lck-windows.c b/src/lck-windows.c index 10c362a6..296679d1 100644 --- a/src/lck-windows.c +++ b/src/lck-windows.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #if defined(_WIN32) || defined(_WIN64) diff --git a/src/lck.c b/src/lck.c index d479b21e..0e19b29c 100644 --- a/src/lck.c +++ b/src/lck.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/lck.h b/src/lck.h index eee38e15..ba1ebc88 100644 --- a/src/lck.h +++ b/src/lck.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/logging_and_debug.c b/src/logging_and_debug.c index f796db35..e8538934 100644 --- a/src/logging_and_debug.c +++ b/src/logging_and_debug.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/logging_and_debug.h b/src/logging_and_debug.h index e99ccea5..3141f3cd 100644 --- a/src/logging_and_debug.h +++ b/src/logging_and_debug.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/man1/mdbx_chk.1 b/src/man1/mdbx_chk.1 index b53422c7..bc6de4b7 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2024 Leonid Yuriev . +.\" Copyright 2015-2025 Leonid Yuriev . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDBX_CHK 1 "2024-08-29" "MDBX 0.13" .SH NAME diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index 16c0fced..83ec8553 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2024 Leonid Yuriev . +.\" Copyright 2015-2025 Leonid Yuriev . .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. diff --git a/src/man1/mdbx_drop.1 b/src/man1/mdbx_drop.1 index 3bf5683b..a6abbe41 100644 --- a/src/man1/mdbx_drop.1 +++ b/src/man1/mdbx_drop.1 @@ -1,4 +1,4 @@ -.\" Copyright 2021-2024 Leonid Yuriev . +.\" Copyright 2021-2025 Leonid Yuriev . .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDBX_DROP 1 "2024-08-29" "MDBX 0.13" diff --git a/src/man1/mdbx_dump.1 b/src/man1/mdbx_dump.1 index 96342054..030617c3 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2024 Leonid Yuriev . +.\" Copyright 2015-2025 Leonid Yuriev . .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. diff --git a/src/man1/mdbx_load.1 b/src/man1/mdbx_load.1 index 5e790876..27b533e3 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2024 Leonid Yuriev . +.\" Copyright 2015-2025 Leonid Yuriev . .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. diff --git a/src/man1/mdbx_stat.1 b/src/man1/mdbx_stat.1 index 935a541f..68a698c1 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2024 Leonid Yuriev . +.\" Copyright 2015-2025 Leonid Yuriev . .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. diff --git a/src/mdbx.c++ b/src/mdbx.c++ index 17ca4718..d891b654 100644 --- a/src/mdbx.c++ +++ b/src/mdbx.c++ @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2020-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2020-2025 /// /// \brief Non-inline part of the libmdbx C++ API /// diff --git a/src/meta.c b/src/meta.c index 9a5a4ff2..b138c224 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/meta.h b/src/meta.h index 899f1d5a..64ef59cb 100644 --- a/src/meta.h +++ b/src/meta.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/mvcc-readers.c b/src/mvcc-readers.c index 39d09f45..0a3af363 100644 --- a/src/mvcc-readers.c +++ b/src/mvcc-readers.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/node.c b/src/node.c index 934bad65..f4b264fc 100644 --- a/src/node.c +++ b/src/node.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/node.h b/src/node.h index 50de16e1..03069021 100644 --- a/src/node.h +++ b/src/node.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/options.h b/src/options.h index 9e8029a5..fa570558 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /******************************************************************************* ******************************************************************************* diff --git a/src/osal.c b/src/osal.c index 427e8ea4..ec2e0d7c 100644 --- a/src/osal.c +++ b/src/osal.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// https://en.wikipedia.org/wiki/Operating_system_abstraction_layer diff --git a/src/osal.h b/src/osal.h index bd235614..484bbab8 100644 --- a/src/osal.h +++ b/src/osal.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// https://en.wikipedia.org/wiki/Operating_system_abstraction_layer diff --git a/src/page-get.c b/src/page-get.c index b3f5e081..ad3ed3c1 100644 --- a/src/page-get.c +++ b/src/page-get.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/page-iov.c b/src/page-iov.c index b6686017..0ec83807 100644 --- a/src/page-iov.c +++ b/src/page-iov.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/page-iov.h b/src/page-iov.h index bf367fef..1b298588 100644 --- a/src/page-iov.h +++ b/src/page-iov.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/page-ops.c b/src/page-ops.c index 84478f28..e046bc05 100644 --- a/src/page-ops.c +++ b/src/page-ops.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/page-ops.h b/src/page-ops.h index 3f6aee95..3d370dfe 100644 --- a/src/page-ops.h +++ b/src/page-ops.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/pnl.c b/src/pnl.c index 6a7f18ad..88f14c7f 100644 --- a/src/pnl.c +++ b/src/pnl.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/pnl.h b/src/pnl.h index ba033775..c0b7d542 100644 --- a/src/pnl.h +++ b/src/pnl.h @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/preface.h b/src/preface.h index 962c7ae7..5f43b67e 100644 --- a/src/preface.h +++ b/src/preface.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/proto.h b/src/proto.h index 0216f36b..01c81024 100644 --- a/src/proto.h +++ b/src/proto.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/refund.c b/src/refund.c index 365c9e71..0e620389 100644 --- a/src/refund.c +++ b/src/refund.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/sort.h b/src/sort.h index 824c6bf5..bc676271 100644 --- a/src/sort.h +++ b/src/sort.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// \file sort.h /// \brief Маркосы реализующие сортировку и двоичный поиск diff --git a/src/spill.c b/src/spill.c index d42ee950..29ce8d8a 100644 --- a/src/spill.c +++ b/src/spill.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/spill.h b/src/spill.h index 6db07a46..72a9b889 100644 --- a/src/spill.h +++ b/src/spill.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/table.c b/src/table.c index c9a1e980..690ab9ff 100644 --- a/src/table.c +++ b/src/table.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/tls.c b/src/tls.c index 79f228f2..9d8fab2f 100644 --- a/src/tls.c +++ b/src/tls.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/tls.h b/src/tls.h index 5bcbfa23..5f3fd2b8 100644 --- a/src/tls.h +++ b/src/tls.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/tools/chk.c b/src/tools/chk.c index a22fd57b..6399ea60 100644 --- a/src/tools/chk.c +++ b/src/tools/chk.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// diff --git a/src/tools/copy.c b/src/tools/copy.c index 6b781025..2a55339b 100644 --- a/src/tools/copy.c +++ b/src/tools/copy.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// mdbx_copy.c - memory-mapped database backup tool /// diff --git a/src/tools/drop.c b/src/tools/drop.c index 3c6e0f10..e74dcfe4 100644 --- a/src/tools/drop.c +++ b/src/tools/drop.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2021-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2021-2025 /// /// mdbx_drop.c - memory-mapped database delete tool /// diff --git a/src/tools/dump.c b/src/tools/dump.c index 12e1f88f..c09b2b17 100644 --- a/src/tools/dump.c +++ b/src/tools/dump.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// mdbx_dump.c - memory-mapped database dump tool /// diff --git a/src/tools/load.c b/src/tools/load.c index 7bb8c822..0220ce22 100644 --- a/src/tools/load.c +++ b/src/tools/load.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// mdbx_load.c - memory-mapped database load tool /// diff --git a/src/tools/stat.c b/src/tools/stat.c index b3dd6811..c65d892a 100644 --- a/src/tools/stat.c +++ b/src/tools/stat.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// /// mdbx_stat.c - memory-mapped database status tool /// diff --git a/src/tree-ops.c b/src/tree-ops.c index 68cef245..cb5c02b3 100644 --- a/src/tree-ops.c +++ b/src/tree-ops.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/tree-search.c b/src/tree-search.c index c19a9274..9cc68d7d 100644 --- a/src/tree-search.c +++ b/src/tree-search.c @@ -1,7 +1,7 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 /// \note Please refer to the COPYRIGHT file for explanations license change, /// credits and acknowledgments. -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/txl.c b/src/txl.c index c9830f81..d369f3bd 100644 --- a/src/txl.c +++ b/src/txl.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/txl.h b/src/txl.h index d8d67e05..79cb5524 100644 --- a/src/txl.h +++ b/src/txl.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/txn-basal.c b/src/txn-basal.c index f12824d3..26506872 100644 --- a/src/txn-basal.c +++ b/src/txn-basal.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/txn-nested.c b/src/txn-nested.c index cdc8f8b2..162c9afe 100644 --- a/src/txn-nested.c +++ b/src/txn-nested.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/txn-ro.c b/src/txn-ro.c index c8a50898..bc863329 100644 --- a/src/txn-ro.c +++ b/src/txn-ro.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/txn.c b/src/txn.c index 005b4c4b..3d9c3aa3 100644 --- a/src/txn.c +++ b/src/txn.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/unaligned.h b/src/unaligned.h index 4085b51d..b119004f 100644 --- a/src/unaligned.h +++ b/src/unaligned.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/utils.c b/src/utils.c index 05b7a21e..ead1e4d3 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/utils.h b/src/utils.h index 85563b09..9043a760 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/walk.c b/src/walk.c index 585c350d..4a8c6e8c 100644 --- a/src/walk.c +++ b/src/walk.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #include "internals.h" diff --git a/src/walk.h b/src/walk.h index be6dc507..c87b8479 100644 --- a/src/walk.h +++ b/src/walk.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/src/windows-import.c b/src/windows-import.c index ee0ea9c8..d11cee29 100644 --- a/src/windows-import.c +++ b/src/windows-import.c @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #if defined(_WIN32) || defined(_WIN64) diff --git a/src/windows-import.h b/src/windows-import.h index 0362e9b6..d35fccdf 100644 --- a/src/windows-import.h +++ b/src/windows-import.h @@ -1,5 +1,5 @@ /// \copyright SPDX-License-Identifier: Apache-2.0 -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 #pragma once diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 28c4e74e..f8a72d68 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Леонид Юрьев aka Leonid Yuriev ############################################### +# Copyright (c) 2020-2025 Леонид Юрьев aka Leonid Yuriev ############################################### # SPDX-License-Identifier: Apache-2.0 enable_language(CXX) diff --git a/test/append.c++ b/test/append.c++ index 59f6d1ca..91bbf33f 100644 --- a/test/append.c++ +++ b/test/append.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/base.h++ b/test/base.h++ index 21af13a2..c3394f31 100644 --- a/test/base.h++ +++ b/test/base.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/cases.c++ b/test/cases.c++ index 06a371a6..6bd3ff6a 100644 --- a/test/cases.c++ +++ b/test/cases.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/chrono.c++ b/test/chrono.c++ index daf285b1..04353037 100644 --- a/test/chrono.c++ +++ b/test/chrono.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/chrono.h++ b/test/chrono.h++ index 0749db8a..12868b5e 100644 --- a/test/chrono.h++ +++ b/test/chrono.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/config.c++ b/test/config.c++ index 514f9ae4..4188e3c0 100644 --- a/test/config.c++ +++ b/test/config.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/config.h++ b/test/config.h++ index 71ff5c97..7c5d0ee6 100644 --- a/test/config.h++ +++ b/test/config.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/copy.c++ b/test/copy.c++ index b5d068d8..777ad4d9 100644 --- a/test/copy.c++ +++ b/test/copy.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/dead.c++ b/test/dead.c++ index c34443eb..2cfe818f 100644 --- a/test/dead.c++ +++ b/test/dead.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/extra/doubtless_positioning.c++ b/test/extra/doubtless_positioning.c++ index 28c37492..ecc24daa 100644 --- a/test/extra/doubtless_positioning.c++ +++ b/test/extra/doubtless_positioning.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "mdbx.h++" diff --git a/test/extra/dupfix_multiple.c++ b/test/extra/dupfix_multiple.c++ index a8897314..a212984b 100644 --- a/test/extra/dupfix_multiple.c++ +++ b/test/extra/dupfix_multiple.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "mdbx.h++" diff --git a/test/extra/hex_base64_base58.c++ b/test/extra/hex_base64_base58.c++ index 7ae1fac4..972673e9 100644 --- a/test/extra/hex_base64_base58.c++ +++ b/test/extra/hex_base64_base58.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "mdbx.h++" diff --git a/test/extra/maindb_ordinal.c++ b/test/extra/maindb_ordinal.c++ index c766049f..9e6bd7ef 100644 --- a/test/extra/maindb_ordinal.c++ +++ b/test/extra/maindb_ordinal.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "mdbx.h++" diff --git a/test/extra/pcrf/pcrf_test.c b/test/extra/pcrf/pcrf_test.c index 1d023fcf..1a9d59e2 100644 --- a/test/extra/pcrf/pcrf_test.c +++ b/test/extra/pcrf/pcrf_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Leonid Yuriev . + * Copyright 2016-2025 Leonid Yuriev . * Copyright 2015 Vladimir Romanov * , Yota Lab. * diff --git a/test/fork.c++ b/test/fork.c++ index d546cf89..c8d4558f 100644 --- a/test/fork.c++ +++ b/test/fork.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/hill.c++ b/test/hill.c++ index ac6254e9..24ac25ce 100644 --- a/test/hill.c++ +++ b/test/hill.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/jitter.c++ b/test/jitter.c++ index 3bf75100..fa190132 100644 --- a/test/jitter.c++ +++ b/test/jitter.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/keygen.c++ b/test/keygen.c++ index 8ac4987d..f73ae55d 100644 --- a/test/keygen.c++ +++ b/test/keygen.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/keygen.h++ b/test/keygen.h++ index 389cab4d..80739fb5 100644 --- a/test/keygen.h++ +++ b/test/keygen.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/log.c++ b/test/log.c++ index 9b952785..a1144d5c 100644 --- a/test/log.c++ +++ b/test/log.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/log.h++ b/test/log.h++ index bb92783e..147d2869 100644 --- a/test/log.h++ +++ b/test/log.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/main.c++ b/test/main.c++ index 59c58729..bc2bee70 100644 --- a/test/main.c++ +++ b/test/main.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/nested.c++ b/test/nested.c++ index dda73f92..e44b5413 100644 --- a/test/nested.c++ +++ b/test/nested.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/osal-unix.c++ b/test/osal-unix.c++ index 3a6bf215..f440aeca 100644 --- a/test/osal-unix.c++ +++ b/test/osal-unix.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/osal-windows.c++ b/test/osal-windows.c++ index 94f52b4a..b03d73ea 100644 --- a/test/osal-windows.c++ +++ b/test/osal-windows.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/osal.h++ b/test/osal.h++ index 058f7078..85c5f0f3 100644 --- a/test/osal.h++ +++ b/test/osal.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/test.c++ b/test/test.c++ index c13466e5..eead731d 100644 --- a/test/test.c++ +++ b/test/test.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/test.h++ b/test/test.h++ index 876b83cc..67907cfc 100644 --- a/test/test.h++ +++ b/test/test.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once diff --git a/test/try.c++ b/test/try.c++ index 4333a996..395e641e 100644 --- a/test/try.c++ +++ b/test/try.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/ttl.c++ b/test/ttl.c++ index a4482e1f..9d23c0c6 100644 --- a/test/ttl.c++ +++ b/test/ttl.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/utils.c++ b/test/utils.c++ index 884fd844..bbbad4ac 100644 --- a/test/utils.c++ +++ b/test/utils.c++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #include "test.h++" diff --git a/test/utils.h++ b/test/utils.h++ index 2abc393b..eb053b27 100644 --- a/test/utils.h++ +++ b/test/utils.h++ @@ -1,4 +1,4 @@ -/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2024 +/// \author Леонид Юрьев aka Leonid Yuriev \date 2015-2025 /// \copyright SPDX-License-Identifier: Apache-2.0 #pragma once