diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a72d049..11f50fed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ## -## Copyright 2020-2021 Leonid Yuriev +## Copyright 2020-2022 Leonid Yuriev ## and other libmdbx authors: please see AUTHORS file. ## All rights reserved. ## diff --git a/COPYRIGHT b/COPYRIGHT index 02e9601c..bd3acace 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2015-2021 Leonid Yuriev . +Copyright 2015-2022 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 78e8df52..1bb4f654 100644 --- a/cmake/compiler.cmake +++ b/cmake/compiler.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2021 Leonid Yuriev . +## Copyright (c) 2012-2022 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 0d028d32..6fe9c821 100644 --- a/cmake/profile.cmake +++ b/cmake/profile.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2021 Leonid Yuriev . +## Copyright (c) 2012-2022 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 cbd723f5..94bc1f44 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2021 Leonid Yuriev . +## Copyright (c) 2012-2022 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 621adfd9..501c430d 100644 --- a/example/example-mdbx.c +++ b/example/example-mdbx.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2021 Leonid Yuriev . + * Copyright 2015-2022 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 8f5172a2..503d97cb 100644 --- a/example/sample-bdb.txt +++ b/example/sample-bdb.txt @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2021 Leonid Yuriev . + * Copyright 2015-2022 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 9774c811..22ee0654 100644 --- a/mdbx.h +++ b/mdbx.h @@ -19,7 +19,7 @@ _The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет \section copyright LICENSE & COPYRIGHT -\authors Copyright (c) 2015-2021, Leonid Yuriev +\authors Copyright (c) 2015-2022, 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 1abbfa20..db85ffb6 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-2021, Leonid Yuriev . +/// \author Copyright (c) 2020-2022, Leonid Yuriev . /// \copyright SPDX-License-Identifier: Apache-2.0 /// /// Tested with: diff --git a/src/alloy.c b/src/alloy.c index d72370f8..1e770f23 100644 --- a/src/alloy.c +++ b/src/alloy.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/core.c b/src/core.c index 6decdc15..99bd8ca4 100644 --- a/src/core.c +++ b/src/core.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev . + * Copyright 2015-2022 Leonid Yuriev . * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/defs.h b/src/defs.h index 216e3371..df6d5247 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/internals.h b/src/internals.h index 4f287a8c..ddf26c15 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 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 285a9e67..60ba6ed6 100644 --- a/src/lck-posix.c +++ b/src/lck-posix.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 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 12f64210..7beda553 100644 --- a/src/lck-windows.c +++ b/src/lck-windows.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 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 0a29213e..027323cc 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2021 Leonid Yuriev . +.\" Copyright 2015-2022 Leonid Yuriev . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDBX_CHK 1 "2021-05-09" "MDBX 0.10.0" .SH NAME diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index 2e306034..4d233f92 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2021 Leonid Yuriev . +.\" Copyright 2015-2022 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. diff --git a/src/man1/mdbx_drop.1 b/src/man1/mdbx_drop.1 index bc5dfe02..94780331 100644 --- a/src/man1/mdbx_drop.1 +++ b/src/man1/mdbx_drop.1 @@ -1,4 +1,4 @@ -.\" Copyright 2021 Leonid Yuriev . +.\" Copyright 2021-2022 Leonid Yuriev . .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDBX_DROP 1 "2021-05-09" "MDBX 0.10.0" diff --git a/src/man1/mdbx_dump.1 b/src/man1/mdbx_dump.1 index a9602525..ffa71e8c 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2021 Leonid Yuriev . +.\" Copyright 2015-2022 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. diff --git a/src/man1/mdbx_load.1 b/src/man1/mdbx_load.1 index 4cf25c36..d640eb92 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2021 Leonid Yuriev . +.\" Copyright 2015-2022 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. diff --git a/src/man1/mdbx_stat.1 b/src/man1/mdbx_stat.1 index b259cc32..eed102cc 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2021 Leonid Yuriev . +.\" Copyright 2015-2022 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. diff --git a/src/mdbx.c++ b/src/mdbx.c++ index 218fddba..b97d4d8d 100644 --- a/src/mdbx.c++ +++ b/src/mdbx.c++ @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021, Leonid Yuriev . +// Copyright (c) 2020-2022, 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 64964e68..1d755a21 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-2021 Leonid Yuriev + * Copyright 2015-2022 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 4a80dbe5..4b40b558 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-2021 Leonid Yuriev + * Copyright 2015-2022 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 aaa61d7a..9b0a18b5 100644 --- a/src/mdbx_drop.c +++ b/src/mdbx_drop.c @@ -4,7 +4,7 @@ * Copyright 2021 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * - * Copyright 2016-2021 Howard Chu, Symas Corp. + * Copyright 2016-2022 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 27d3f4b3..6eec6fc3 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-2021 Leonid Yuriev + * Copyright 2015-2022 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 74418f6f..10e54750 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-2021 Leonid Yuriev + * Copyright 2015-2022 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 f2fbc826..fa229435 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-2021 Leonid Yuriev + * Copyright 2015-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.c b/src/osal.c index 1432f314..51a170af 100644 --- a/src/osal.c +++ b/src/osal.c @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.h b/src/osal.h index 7efb3c06..b5121ef7 100644 --- a/src/osal.h +++ b/src/osal.h @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2021 Leonid Yuriev + * Copyright 2015-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/append.cc b/test/append.cc index 299b3d4a..d75e0231 100644 --- a/test/append.cc +++ b/test/append.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/base.h b/test/base.h index 89fd91e0..8d378c01 100644 --- a/test/base.h +++ b/test/base.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/cases.cc b/test/cases.cc index 999fb823..cf31344b 100644 --- a/test/cases.cc +++ b/test/cases.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.cc b/test/chrono.cc index 523e64e5..ffe1067c 100644 --- a/test/chrono.cc +++ b/test/chrono.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.h b/test/chrono.h index c622846f..5ee08856 100644 --- a/test/chrono.h +++ b/test/chrono.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.cc b/test/config.cc index 4a29dbef..5c797620 100644 --- a/test/config.cc +++ b/test/config.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.h b/test/config.h index 785dcd4d..27286426 100644 --- a/test/config.h +++ b/test/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/dead.cc b/test/dead.cc index 7f388506..05304bc2 100644 --- a/test/dead.cc +++ b/test/dead.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/hill.cc b/test/hill.cc index 656d17c4..a2fcb606 100644 --- a/test/hill.cc +++ b/test/hill.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/jitter.cc b/test/jitter.cc index e1a8ff51..1c2b9f5e 100644 --- a/test/jitter.cc +++ b/test/jitter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.cc b/test/keygen.cc index 566e2510..8bbd0666 100644 --- a/test/keygen.cc +++ b/test/keygen.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.h b/test/keygen.h index 2cb619aa..53219f5d 100644 --- a/test/keygen.h +++ b/test/keygen.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.cc b/test/log.cc index fe188217..beb96203 100644 --- a/test/log.cc +++ b/test/log.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.h b/test/log.h index 82bab265..b7dcce8e 100644 --- a/test/log.h +++ b/test/log.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/main.cc b/test/main.cc index cd00959f..ef2cf782 100644 --- a/test/main.cc +++ b/test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/nested.cc b/test/nested.cc index 1ea8be88..c70e6c5b 100644 --- a/test/nested.cc +++ b/test/nested.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal-unix.cc b/test/osal-unix.cc index d939d949..fd20bb0b 100644 --- a/test/osal-unix.cc +++ b/test/osal-unix.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal-windows.cc b/test/osal-windows.cc index d20efaac..fbe48899 100644 --- a/test/osal-windows.cc +++ b/test/osal-windows.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal.h b/test/osal.h index fd504e8e..b35c9d4c 100644 --- a/test/osal.h +++ b/test/osal.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 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 02d051db..96bb631d 100644 --- a/test/pcrf/pcrf_test.c +++ b/test/pcrf/pcrf_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 Leonid Yuriev . + * Copyright 2016-2022 Leonid Yuriev . * Copyright 2015 Vladimir Romanov * , Yota Lab. * diff --git a/test/test.cc b/test/test.cc index fc5890ae..522c037a 100644 --- a/test/test.cc +++ b/test/test.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/test.h b/test/test.h index a4d28699..fa816c28 100644 --- a/test/test.h +++ b/test/test.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/ttl.cc b/test/ttl.cc index c4ac6c0f..838b6586 100644 --- a/test/ttl.cc +++ b/test/ttl.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.cc b/test/utils.cc index 57d1c28c..920d2ef6 100644 --- a/test/utils.cc +++ b/test/utils.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.h b/test/utils.h index 0e783472..5ac5ed31 100644 --- a/test/utils.h +++ b/test/utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 Leonid Yuriev + * Copyright 2017-2022 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. *