From 9cc9116df3c0ffa3a93aac6396881fc653a7bbfa Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Sun, 3 Feb 2019 12:28:01 +0300 Subject: [PATCH] mdbx: 2019 HNY. Change-Id: Iec6b7affedef0ea89fad917eb17af7e8201a7482 --- COPYRIGHT | 2 +- README-RU.md | 2 +- mdbx.h | 6 +++--- src/bits.h | 2 +- src/defs.h | 2 +- src/lck-posix.c | 2 +- src/lck-windows.c | 2 +- src/mdbx.c | 2 +- src/osal.c | 2 +- src/osal.h | 2 +- src/tools/mdbx_chk.c | 2 +- src/tools/mdbx_copy.1 | 2 +- src/tools/mdbx_copy.c | 2 +- src/tools/mdbx_dump.1 | 2 +- src/tools/mdbx_dump.c | 2 +- src/tools/mdbx_load.1 | 2 +- src/tools/mdbx_load.c | 2 +- src/tools/mdbx_stat.1 | 2 +- src/tools/mdbx_stat.c | 2 +- src/version.c | 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/osal-unix.cc | 2 +- test/osal-windows.cc | 2 +- test/osal.h | 2 +- test/test.cc | 2 +- test/test.h | 2 +- test/utils.cc | 2 +- test/utils.h | 2 +- tutorial/sample-bdb.txt | 2 +- tutorial/sample-mdbx.c | 2 +- 43 files changed, 45 insertions(+), 45 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 7c2fd24c..46e09610 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2015-2018 Leonid Yuriev . +Copyright 2015-2019 Leonid Yuriev . Copyright 2011-2015 Howard Chu, Symas Corp. Copyright 2015,2016 Peter-Service R&D LLC. All rights reserved. diff --git a/README-RU.md b/README-RU.md index 5dd062c1..f5abc31b 100644 --- a/README-RU.md +++ b/README-RU.md @@ -12,7 +12,7 @@ and [by Yandex](https://translate.yandex.ru/translate?url=https%3A%2F%2Fgithub.c ### Project Status -**Сейчас MDBX _активно перерабатывается_** и к середине 2018 ожидается +**Сейчас MDBX _активно перерабатывается_** предстоит большое изменение как API, так и формата базы данных. К сожалению, обновление приведет к потере совместимости с предыдущими версиями. diff --git a/mdbx.h b/mdbx.h index e3ee6cef..364b6c76 100644 --- a/mdbx.h +++ b/mdbx.h @@ -1,6 +1,6 @@ /* LICENSE AND COPYRUSTING ***************************************************** * - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * @@ -60,8 +60,8 @@ /* IMPENDING CHANGES WARNING *************************************************** * - * MDBX is under active development, database format and API aren't stable - * at least until 2018Q2. New version won't be backwards compatible. Main focus + * MDBX is under active non-public development, database format and API + * will be refined. New version won't be backwards compatible. Main focus * of the rework is to provide clear and robust API and new features. * ******************************************************************************/ diff --git a/src/bits.h b/src/bits.h index 3d3e3921..89c45470 100644 --- a/src/bits.h +++ b/src/bits.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/defs.h b/src/defs.h index fb60b310..024322a1 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 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 2633d447..841d5cb9 100644 --- a/src/lck-posix.c +++ b/src/lck-posix.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 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 24fa0996..822ba9c2 100644 --- a/src/lck-windows.c +++ b/src/lck-windows.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx.c b/src/mdbx.c index c0310751..7d536eca 100644 --- a/src/mdbx.c +++ b/src/mdbx.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.c b/src/osal.c index 2358b323..925c43b9 100644 --- a/src/osal.c +++ b/src/osal.c @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/osal.h b/src/osal.h index 101605be..0208a522 100644 --- a/src/osal.h +++ b/src/osal.h @@ -1,7 +1,7 @@ /* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_chk.c b/src/tools/mdbx_chk.c index 31119ba6..58db0282 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-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_copy.1 b/src/tools/mdbx_copy.1 index db6c453a..74d94b6b 100644 --- a/src/tools/mdbx_copy.1 +++ b/src/tools/mdbx_copy.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2018 Leonid Yuriev . +.\" Copyright 2015-2019 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_copy.c b/src/tools/mdbx_copy.c index ee3f739d..9b0c833a 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-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_dump.1 b/src/tools/mdbx_dump.1 index ccfcc0c9..93d29a7c 100644 --- a/src/tools/mdbx_dump.1 +++ b/src/tools/mdbx_dump.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2018 Leonid Yuriev . +.\" Copyright 2015-2019 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/tools/mdbx_dump.c b/src/tools/mdbx_dump.c index d1621562..07951548 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-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_load.1 b/src/tools/mdbx_load.1 index 7a18a6c0..5227fd9b 100644 --- a/src/tools/mdbx_load.1 +++ b/src/tools/mdbx_load.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2018 Leonid Yuriev . +.\" Copyright 2015-2019 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/tools/mdbx_load.c b/src/tools/mdbx_load.c index 697e3e16..4be1ffe1 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-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/tools/mdbx_stat.1 b/src/tools/mdbx_stat.1 index ca427f7a..50a30b4f 100644 --- a/src/tools/mdbx_stat.1 +++ b/src/tools/mdbx_stat.1 @@ -1,4 +1,4 @@ -.\" Copyright 2015-2018 Leonid Yuriev . +.\" Copyright 2015-2019 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_stat.c b/src/tools/mdbx_stat.c index 95a6cdd2..e459121d 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-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/version.c b/src/version.c index dfb4a572..0fae43fb 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2018 Leonid Yuriev + * Copyright 2015-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/base.h b/test/base.h index b23f776a..0b4d26e5 100644 --- a/test/base.h +++ b/test/base.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/cases.cc b/test/cases.cc index 13d47576..62dadcec 100644 --- a/test/cases.cc +++ b/test/cases.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.cc b/test/chrono.cc index f7346686..38cb321a 100644 --- a/test/chrono.cc +++ b/test/chrono.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/chrono.h b/test/chrono.h index c2bd5627..11675195 100644 --- a/test/chrono.h +++ b/test/chrono.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.cc b/test/config.cc index 619bd357..bfae5c14 100644 --- a/test/config.cc +++ b/test/config.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/config.h b/test/config.h index 1886a8ea..c96f4b12 100644 --- a/test/config.h +++ b/test/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/dead.cc b/test/dead.cc index 3dd1ee7b..a1a8b5f9 100644 --- a/test/dead.cc +++ b/test/dead.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/hill.cc b/test/hill.cc index 856aeb93..5b083e1f 100644 --- a/test/hill.cc +++ b/test/hill.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/jitter.cc b/test/jitter.cc index 48f9bd99..82d1d764 100644 --- a/test/jitter.cc +++ b/test/jitter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.cc b/test/keygen.cc index c7a70606..4753899e 100644 --- a/test/keygen.cc +++ b/test/keygen.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/keygen.h b/test/keygen.h index bbd97b29..1466720d 100644 --- a/test/keygen.h +++ b/test/keygen.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.cc b/test/log.cc index 0e325e3a..79544e11 100644 --- a/test/log.cc +++ b/test/log.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/log.h b/test/log.h index ecdd91bf..7d6b4012 100644 --- a/test/log.h +++ b/test/log.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/main.cc b/test/main.cc index 749d48f0..41868ccf 100644 --- a/test/main.cc +++ b/test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 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 6e6d7a1c..fd691e35 100644 --- a/test/osal-unix.cc +++ b/test/osal-unix.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 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 f7f1de56..5858e895 100644 --- a/test/osal-windows.cc +++ b/test/osal-windows.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/osal.h b/test/osal.h index 3ccc7bbe..5acf7ad0 100644 --- a/test/osal.h +++ b/test/osal.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/test.cc b/test/test.cc index 6bba425a..b81aecb2 100644 --- a/test/test.cc +++ b/test/test.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/test.h b/test/test.h index d145ec2e..e6f4b046 100644 --- a/test/test.h +++ b/test/test.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.cc b/test/utils.cc index 622c4d09..326455a6 100644 --- a/test/utils.cc +++ b/test/utils.cc @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/test/utils.h b/test/utils.h index 42d497e8..1427cba5 100644 --- a/test/utils.h +++ b/test/utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 Leonid Yuriev + * Copyright 2017-2019 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/tutorial/sample-bdb.txt b/tutorial/sample-bdb.txt index 1015d064..440efddb 100644 --- a/tutorial/sample-bdb.txt +++ b/tutorial/sample-bdb.txt @@ -4,7 +4,7 @@ */ /* - * Copyright 2015-2018 Leonid Yuriev . + * Copyright 2015-2019 Leonid Yuriev . * Copyright 2012-2015 Howard Chu, Symas Corp. * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. diff --git a/tutorial/sample-mdbx.c b/tutorial/sample-mdbx.c index aaafbc31..991ab698 100644 --- a/tutorial/sample-mdbx.c +++ b/tutorial/sample-mdbx.c @@ -5,7 +5,7 @@ /* * Copyright 2017 Ilya Shipitsin . - * Copyright 2015-2018 Leonid Yuriev . + * Copyright 2015-2019 Leonid Yuriev . * Copyright 2012-2015 Howard Chu, Symas Corp. * All rights reserved. *