diff --git a/CMakeLists.txt b/CMakeLists.txt index a5167d62..777a3f30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ## -## Copyright 2020-2022 Leonid Yuriev +## Copyright 2020-2023 Leonid Yuriev ## and other libmdbx authors: please see AUTHORS file. ## All rights reserved. ## diff --git a/COPYRIGHT b/COPYRIGHT index bd3acace..352beaed 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2015-2022 Leonid Yuriev . +Copyright 2015-2023 Leonid Yuriev . Copyright 2011-2015 Howard Chu, Symas Corp. Copyright 2015,2016 Peter-Service R&D LLC. All rights reserved. diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake index 78a31946..dd6f71c8 100644 --- a/cmake/compiler.cmake +++ b/cmake/compiler.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2022 Leonid Yuriev . +## Copyright (c) 2012-2023 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/cmake/profile.cmake b/cmake/profile.cmake index c9b8bed4..f13b6976 100644 --- a/cmake/profile.cmake +++ b/cmake/profile.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2022 Leonid Yuriev . +## Copyright (c) 2012-2023 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/cmake/utils.cmake b/cmake/utils.cmake index 6a3315e1..aa8aef01 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2022 Leonid Yuriev . +## Copyright (c) 2012-2023 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/example/example-mdbx.c b/example/example-mdbx.c index a3735f9a..0e6148d9 100644 --- a/example/example-mdbx.c +++ b/example/example-mdbx.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2022 Leonid Yuriev . + * Copyright 2015-2023 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 503d97cb..d3478a16 100644 --- a/example/sample-bdb.txt +++ b/example/sample-bdb.txt @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2022 Leonid Yuriev . + * Copyright 2015-2023 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 c4e0b756..76a42d48 100644 --- a/mdbx.h +++ b/mdbx.h @@ -25,7 +25,7 @@ _The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет \section copyright LICENSE & COPYRIGHT -\authors Copyright (c) 2015-2022, Leonid Yuriev +\authors Copyright (c) 2015-2023, Leonid Yuriev and other _libmdbx_ authors: please see [AUTHORS](./AUTHORS) file. \copyright Redistribution and use in source and binary forms, with or without diff --git a/mdbx.h++ b/mdbx.h++ index 4c591641..704688b9 100644 --- a/mdbx.h++ +++ b/mdbx.h++ @@ -1,7 +1,7 @@ /// \file mdbx.h++ /// \brief The libmdbx C++ API header file. /// -/// \author Copyright (c) 2020-2022, Leonid Yuriev . +/// \author Copyright (c) 2020-2023, Leonid Yuriev . /// \copyright SPDX-License-Identifier: Apache-2.0 /// /// Tested with: diff --git a/src/alloy.c b/src/alloy.c index 1e770f23..7d0cf636 100644 --- a/src/alloy.c +++ b/src/alloy.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/base.h b/src/base.h index bf5a5007..753ad005 100644 --- a/src/base.h +++ b/src/base.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/core.c b/src/core.c index 46033253..ef6a3e59 100644 --- a/src/core.c +++ b/src/core.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev . + * Copyright 2015-2023 Leonid Yuriev . * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/internals.h b/src/internals.h index d15c21aa..b5b8ead6 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/lck-posix.c b/src/lck-posix.c index afbe542b..cb55727e 100644 --- a/src/lck-posix.c +++ b/src/lck-posix.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/lck-windows.c b/src/lck-windows.c index 5cbf10cf..500510d9 100644 --- a/src/lck-windows.c +++ b/src/lck-windows.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/man1/mdbx_chk.1 b/src/man1/mdbx_chk.1 index e0587e99..9141bf7a 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -1,6 +1,6 @@ -.\" Copyright 2015-2022 Leonid Yuriev . +.\" Copyright 2015-2023 Leonid Yuriev . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_CHK 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_CHK 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_chk \- MDBX checking tool .SH SYNOPSIS diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index 49e2b4d4..b83c0a27 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -1,8 +1,8 @@ -.\" Copyright 2015-2022 Leonid Yuriev . +.\" Copyright 2015-2023 Leonid Yuriev . .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_COPY 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_COPY 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_copy \- MDBX environment copy tool .SH SYNOPSIS diff --git a/src/man1/mdbx_drop.1 b/src/man1/mdbx_drop.1 index ec01905b..e2beaef3 100644 --- a/src/man1/mdbx_drop.1 +++ b/src/man1/mdbx_drop.1 @@ -1,7 +1,7 @@ -.\" Copyright 2021-2022 Leonid Yuriev . +.\" Copyright 2021-2023 Leonid Yuriev . .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_DROP 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_DROP 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_drop \- MDBX database delete tool .SH SYNOPSIS diff --git a/src/man1/mdbx_dump.1 b/src/man1/mdbx_dump.1 index 5e173903..007705a3 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -1,8 +1,8 @@ -.\" Copyright 2015-2022 Leonid Yuriev . +.\" Copyright 2015-2023 Leonid Yuriev . .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_DUMP 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_DUMP 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_dump \- MDBX environment export tool .SH SYNOPSIS diff --git a/src/man1/mdbx_load.1 b/src/man1/mdbx_load.1 index 44dbe7d7..65ed20aa 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -1,8 +1,8 @@ -.\" Copyright 2015-2022 Leonid Yuriev . +.\" Copyright 2015-2023 Leonid Yuriev . .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_LOAD 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_LOAD 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_load \- MDBX environment import tool .SH SYNOPSIS diff --git a/src/man1/mdbx_stat.1 b/src/man1/mdbx_stat.1 index 3bc3664a..31302e03 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -1,8 +1,8 @@ -.\" Copyright 2015-2022 Leonid Yuriev . +.\" Copyright 2015-2023 Leonid Yuriev . .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_STAT 1 "2022-11-11" "MDBX 0.12.2" +.TH MDBX_STAT 1 "2023-01-07" "MDBX 0.12.3" .SH NAME mdbx_stat \- MDBX environment status tool .SH SYNOPSIS diff --git a/src/mdbx.c++ b/src/mdbx.c++ index 17716c4b..8a74e412 100644 --- a/src/mdbx.c++ +++ b/src/mdbx.c++ @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2022, Leonid Yuriev . +// Copyright (c) 2020-2023, Leonid Yuriev . // SPDX-License-Identifier: Apache-2.0 // // Non-inline part of the libmdbx C++ API diff --git a/src/mdbx_chk.c b/src/mdbx_chk.c index 008de33c..7a13e733 100644 --- a/src/mdbx_chk.c +++ b/src/mdbx_chk.c @@ -1,7 +1,7 @@ /* mdbx_chk.c - memory-mapped database check tool */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx_copy.c b/src/mdbx_copy.c index b070449b..52adc312 100644 --- a/src/mdbx_copy.c +++ b/src/mdbx_copy.c @@ -1,7 +1,7 @@ /* mdbx_copy.c - memory-mapped database backup tool */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx_drop.c b/src/mdbx_drop.c index 0680fc11..859710a6 100644 --- a/src/mdbx_drop.c +++ b/src/mdbx_drop.c @@ -1,10 +1,10 @@ /* mdbx_drop.c - memory-mapped database delete tool */ /* - * Copyright 2021 Leonid Yuriev + * Copyright 2021-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * - * Copyright 2016-2022 Howard Chu, Symas Corp. + * Copyright 2016-2021 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/mdbx_dump.c b/src/mdbx_dump.c index 8c266aed..21a695e2 100644 --- a/src/mdbx_dump.c +++ b/src/mdbx_dump.c @@ -1,7 +1,7 @@ /* mdbx_dump.c - memory-mapped database dump tool */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx_load.c b/src/mdbx_load.c index b9fdfd8c..8a7a191a 100644 --- a/src/mdbx_load.c +++ b/src/mdbx_load.c @@ -1,7 +1,7 @@ /* mdbx_load.c - memory-mapped database load tool */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx_stat.c b/src/mdbx_stat.c index ebf53324..860cf54d 100644 --- a/src/mdbx_stat.c +++ b/src/mdbx_stat.c @@ -1,7 +1,7 @@ /* mdbx_stat.c - memory-mapped database status tool */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.c b/src/osal.c index cd0e1dde..45cb92c8 100644 --- a/src/osal.c +++ b/src/osal.c @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.h b/src/osal.h index 77277279..02447376 100644 --- a/src/osal.h +++ b/src/osal.h @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2022 Leonid Yuriev + * Copyright 2015-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/append.c++ b/test/append.c++ index 59e9ec12..d2486001 100644 --- a/test/append.c++ +++ b/test/append.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/base.h++ b/test/base.h++ index fa22ce60..f4e083bd 100644 --- a/test/base.h++ +++ b/test/base.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/cases.c++ b/test/cases.c++ index 51d84b86..97421e7d 100644 --- a/test/cases.c++ +++ b/test/cases.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.c++ b/test/chrono.c++ index 33456867..71273e92 100644 --- a/test/chrono.c++ +++ b/test/chrono.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.h++ b/test/chrono.h++ index 4f86cf65..5d29b1c2 100644 --- a/test/chrono.h++ +++ b/test/chrono.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.c++ b/test/config.c++ index e86984d4..31cf9395 100644 --- a/test/config.c++ +++ b/test/config.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.h++ b/test/config.h++ index 1e6e57e5..f57dce7c 100644 --- a/test/config.h++ +++ b/test/config.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/dead.c++ b/test/dead.c++ index 0d698d91..d0f8cb09 100644 --- a/test/dead.c++ +++ b/test/dead.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/hill.c++ b/test/hill.c++ index 3a5c29f3..79234b7d 100644 --- a/test/hill.c++ +++ b/test/hill.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/jitter.c++ b/test/jitter.c++ index 391d5deb..b25599b0 100644 --- a/test/jitter.c++ +++ b/test/jitter.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.c++ b/test/keygen.c++ index 2cd7e574..e8e53262 100644 --- a/test/keygen.c++ +++ b/test/keygen.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.h++ b/test/keygen.h++ index 54122ab1..9e2410fd 100644 --- a/test/keygen.h++ +++ b/test/keygen.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.c++ b/test/log.c++ index f9cb1194..bc52432e 100644 --- a/test/log.c++ +++ b/test/log.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.h++ b/test/log.h++ index 0ff12ec2..aa111ac9 100644 --- a/test/log.h++ +++ b/test/log.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/main.c++ b/test/main.c++ index 0cd82dbd..c96fc58f 100644 --- a/test/main.c++ +++ b/test/main.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/nested.c++ b/test/nested.c++ index 60c02ae9..48299c79 100644 --- a/test/nested.c++ +++ b/test/nested.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal-unix.c++ b/test/osal-unix.c++ index 1711518e..094d6769 100644 --- a/test/osal-unix.c++ +++ b/test/osal-unix.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal-windows.c++ b/test/osal-windows.c++ index f656d70a..57746532 100644 --- a/test/osal-windows.c++ +++ b/test/osal-windows.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal.h++ b/test/osal.h++ index 0fe44f68..ef3b5562 100644 --- a/test/osal.h++ +++ b/test/osal.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/pcrf/pcrf_test.c b/test/pcrf/pcrf_test.c index 96bb631d..1d1f1e7e 100644 --- a/test/pcrf/pcrf_test.c +++ b/test/pcrf/pcrf_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 Leonid Yuriev . + * Copyright 2016-2023 Leonid Yuriev . * Copyright 2015 Vladimir Romanov * , Yota Lab. * diff --git a/test/test.c++ b/test/test.c++ index c42b598f..1e8429c5 100644 --- a/test/test.c++ +++ b/test/test.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/test.h++ b/test/test.h++ index 4442aaa7..52a2add3 100644 --- a/test/test.h++ +++ b/test/test.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/ttl.c++ b/test/ttl.c++ index f8239e94..a7049022 100644 --- a/test/ttl.c++ +++ b/test/ttl.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.c++ b/test/utils.c++ index 9e61e4bf..71d56eb8 100644 --- a/test/utils.c++ +++ b/test/utils.c++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.h++ b/test/utils.h++ index 3fbf4513..98763536 100644 --- a/test/utils.h++ +++ b/test/utils.h++ @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Leonid Yuriev + * Copyright 2017-2023 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. *