From 7c894f05426cc0bedd0156d285ea328a62def55e Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sat, 11 Jan 2020 13:21:43 +0300 Subject: [PATCH] mdbx: HNY! Change-Id: Idbd21263408f87ac2715675c9f7ccc6c44d41c9a --- CMakeLists.dist-minimal | 2 +- CMakeLists.txt | 2 +- COPYRIGHT | 2 +- cmake/compiler.cmake | 2 +- cmake/profile.cmake | 2 +- cmake/utils.cmake | 2 +- example/example-mdbx.c | 2 +- example/sample-bdb.txt | 2 +- mdbx.h | 2 +- src/CMakeLists.txt | 2 +- src/alloy.c | 2 +- src/elements/core.c | 2 +- src/elements/defs.h | 2 +- src/elements/internals.h | 2 +- src/elements/lck-posix.c | 2 +- src/elements/lck-windows.c | 2 +- src/elements/osal.c | 2 +- src/elements/osal.h | 2 +- src/man1/mdbx_chk.1 | 2 +- src/man1/mdbx_copy.1 | 2 +- src/man1/mdbx_dump.1 | 2 +- src/man1/mdbx_load.1 | 2 +- src/man1/mdbx_stat.1 | 2 +- src/tools/mdbx_chk.c | 2 +- src/tools/mdbx_copy.c | 2 +- src/tools/mdbx_dump.c | 2 +- src/tools/mdbx_load.c | 2 +- src/tools/mdbx_stat.c | 2 +- test/append.cc | 2 +- test/base.h | 2 +- test/cases.cc | 2 +- test/chrono.cc | 2 +- test/chrono.h | 2 +- test/config.cc | 2 +- test/config.h | 2 +- test/dead.cc | 2 +- test/hill.cc | 2 +- test/jitter.cc | 2 +- test/keygen.cc | 2 +- test/keygen.h | 2 +- test/log.cc | 2 +- test/log.h | 2 +- test/main.cc | 2 +- test/nested.cc | 2 +- test/osal-unix.cc | 2 +- test/osal.h | 2 +- test/pcrf/pcrf_test.c | 2 +- test/test.cc | 2 +- test/test.h | 2 +- test/ttl.cc | 2 +- test/utils.cc | 2 +- test/utils.h | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/CMakeLists.dist-minimal b/CMakeLists.dist-minimal index 48592297..fa330a98 100644 --- a/CMakeLists.dist-minimal +++ b/CMakeLists.dist-minimal @@ -10,7 +10,7 @@ ## ## -## Copyright 2019 Leonid Yuriev +## Copyright 2020 Leonid Yuriev ## and other libmdbx authors: please see AUTHORS file. ## All rights reserved. ## diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fb33d3f..e642f31a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ## -## Copyright 2019 Leonid Yuriev +## Copyright 2020 Leonid Yuriev ## and other libmdbx authors: please see AUTHORS file. ## All rights reserved. ## diff --git a/COPYRIGHT b/COPYRIGHT index 46e09610..fc6d9eed 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2015-2019 Leonid Yuriev . +Copyright 2015-2020 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 03b0805b..7936244f 100644 --- a/cmake/compiler.cmake +++ b/cmake/compiler.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2019 Leonid Yuriev . +## Copyright (c) 2012-2020 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 6507e8dd..c1c4f78e 100644 --- a/cmake/profile.cmake +++ b/cmake/profile.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2019 Leonid Yuriev . +## Copyright (c) 2012-2020 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 c31f53cd..22e0d72f 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2019 Leonid Yuriev . +## Copyright (c) 2012-2020 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 1d25ef6f..0a9e7ed6 100644 --- a/example/example-mdbx.c +++ b/example/example-mdbx.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2019 Leonid Yuriev . + * Copyright 2015-2020 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 5c89540a..0f5e190a 100644 --- a/example/sample-bdb.txt +++ b/example/sample-bdb.txt @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2019 Leonid Yuriev . + * Copyright 2015-2020 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 935ed58e..b53f546b 100644 --- a/mdbx.h +++ b/mdbx.h @@ -460,7 +460,7 @@ * **** LICENSE AND COPYRUSTING ************************************************** * - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a127eaee..82c953da 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ ## -## Copyright 2019 Leonid Yuriev +## Copyright 2020 Leonid Yuriev ## and other libmdbx authors: please see AUTHORS file. ## All rights reserved. ## diff --git a/src/alloy.c b/src/alloy.c index c4044673..befdf8be 100644 --- a/src/alloy.c +++ b/src/alloy.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/core.c b/src/elements/core.c index 4c819347..abf012f9 100644 --- a/src/elements/core.c +++ b/src/elements/core.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/defs.h b/src/elements/defs.h index f4265502..0dd1b896 100644 --- a/src/elements/defs.h +++ b/src/elements/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/internals.h b/src/elements/internals.h index 7ae594ab..80e3500a 100644 --- a/src/elements/internals.h +++ b/src/elements/internals.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/lck-posix.c b/src/elements/lck-posix.c index 84652d7a..7ef4ca4d 100644 --- a/src/elements/lck-posix.c +++ b/src/elements/lck-posix.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/lck-windows.c b/src/elements/lck-windows.c index 56d77f5e..977457de 100644 --- a/src/elements/lck-windows.c +++ b/src/elements/lck-windows.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/osal.c b/src/elements/osal.c index 91016304..8056244a 100644 --- a/src/elements/osal.c +++ b/src/elements/osal.c @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/elements/osal.h b/src/elements/osal.h index a11a36eb..86d3c746 100644 --- a/src/elements/osal.h +++ b/src/elements/osal.h @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 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 f9f603e6..9e7b8cb1 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2019 Leonid Yuriev . +.\" Copyright 2015-2020 Leonid Yuriev . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDBX_CHK 1 "2019-12-05" "MDBX 0.4.x" .SH NAME diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index 82acdde8..8577f1f7 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2019 Leonid Yuriev . +.\" Copyright 2015-2020 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_dump.1 b/src/man1/mdbx_dump.1 index a9481f6b..180e5a30 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2019 Leonid Yuriev . +.\" Copyright 2015-2020 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 927969d5..01fc743d 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2019 Leonid Yuriev . +.\" Copyright 2015-2020 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 b78df372..ace24cdd 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2019 Leonid Yuriev . +.\" Copyright 2015-2020 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/tools/mdbx_chk.c b/src/tools/mdbx_chk.c index 61fb74c7..e5dd539a 100644 --- a/src/tools/mdbx_chk.c +++ b/src/tools/mdbx_chk.c @@ -1,7 +1,7 @@ /* mdbx_chk.c - memory-mapped database check tool */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_copy.c b/src/tools/mdbx_copy.c index b3d0ea58..8545b388 100644 --- a/src/tools/mdbx_copy.c +++ b/src/tools/mdbx_copy.c @@ -1,7 +1,7 @@ /* mdbx_copy.c - memory-mapped database backup tool */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_dump.c b/src/tools/mdbx_dump.c index 20f47938..3afabc0b 100644 --- a/src/tools/mdbx_dump.c +++ b/src/tools/mdbx_dump.c @@ -1,7 +1,7 @@ /* mdbx_dump.c - memory-mapped database dump tool */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_load.c b/src/tools/mdbx_load.c index c6b2ee88..fd740e9d 100644 --- a/src/tools/mdbx_load.c +++ b/src/tools/mdbx_load.c @@ -1,7 +1,7 @@ /* mdbx_load.c - memory-mapped database load tool */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_stat.c b/src/tools/mdbx_stat.c index 461f569a..0867aeda 100644 --- a/src/tools/mdbx_stat.c +++ b/src/tools/mdbx_stat.c @@ -1,7 +1,7 @@ /* mdbx_stat.c - memory-mapped database status tool */ /* - * Copyright 2015-2019 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/append.cc b/test/append.cc index a30351dc..2fc8e429 100644 --- a/test/append.cc +++ b/test/append.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/base.h b/test/base.h index 05dfd1c4..01cf1714 100644 --- a/test/base.h +++ b/test/base.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/cases.cc b/test/cases.cc index b0116900..98255f52 100644 --- a/test/cases.cc +++ b/test/cases.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.cc b/test/chrono.cc index 315d3790..43cd2a37 100644 --- a/test/chrono.cc +++ b/test/chrono.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.h b/test/chrono.h index 07cdef66..f3d8debe 100644 --- a/test/chrono.h +++ b/test/chrono.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.cc b/test/config.cc index eedfd7b2..f7f960c5 100644 --- a/test/config.cc +++ b/test/config.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.h b/test/config.h index 9e083f3f..7efd09dd 100644 --- a/test/config.h +++ b/test/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/dead.cc b/test/dead.cc index 8f83bbeb..97f326a2 100644 --- a/test/dead.cc +++ b/test/dead.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/hill.cc b/test/hill.cc index 9d989095..37f748c9 100644 --- a/test/hill.cc +++ b/test/hill.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/jitter.cc b/test/jitter.cc index c7b8bccb..d62d71d6 100644 --- a/test/jitter.cc +++ b/test/jitter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.cc b/test/keygen.cc index c2098e6e..374537dd 100644 --- a/test/keygen.cc +++ b/test/keygen.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.h b/test/keygen.h index d25b8834..b5674f1c 100644 --- a/test/keygen.h +++ b/test/keygen.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.cc b/test/log.cc index 2b22e287..f568e774 100644 --- a/test/log.cc +++ b/test/log.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.h b/test/log.h index bb8f997b..bb248937 100644 --- a/test/log.h +++ b/test/log.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/main.cc b/test/main.cc index c00837fa..656d7c52 100644 --- a/test/main.cc +++ b/test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/nested.cc b/test/nested.cc index edb3242f..beebd880 100644 --- a/test/nested.cc +++ b/test/nested.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 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 4b8694c7..edc3e91a 100644 --- a/test/osal-unix.cc +++ b/test/osal-unix.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal.h b/test/osal.h index 6d0e1c4e..e47450b9 100644 --- a/test/osal.h +++ b/test/osal.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 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 206bd21d..b16e79f8 100644 --- a/test/pcrf/pcrf_test.c +++ b/test/pcrf/pcrf_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2019 Leonid Yuriev . + * Copyright 2016-2020 Leonid Yuriev . * Copyright 2015 Vladimir Romanov * , Yota Lab. * diff --git a/test/test.cc b/test/test.cc index ff167627..9da2cf2f 100644 --- a/test/test.cc +++ b/test/test.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/test.h b/test/test.h index 630059ac..8837cb59 100644 --- a/test/test.h +++ b/test/test.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/ttl.cc b/test/ttl.cc index 782a8b4d..92e99b82 100644 --- a/test/ttl.cc +++ b/test/ttl.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.cc b/test/utils.cc index 311cf544..596e66e3 100644 --- a/test/utils.cc +++ b/test/utils.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.h b/test/utils.h index 2a5a54de..a5061c14 100644 --- a/test/utils.h +++ b/test/utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 Leonid Yuriev + * Copyright 2017-2020 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. *