mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-31 10:58:20 +08:00
mdbx: add Acknowledgements.
Change-Id: I085c66fb11f3ad107d8c3577fcfad38833e60340
This commit is contained in:
parent
6a2ce93f19
commit
f518c48dfe
@ -53,6 +53,15 @@ Tables](https://github.com/leo-yuriev/libfpta), aka ["Позитивные
|
|||||||
Technologies](https://www.ptsecurity.ru).
|
Technologies](https://www.ptsecurity.ru).
|
||||||
|
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
Howard Chu (Symas Corporation) - the author of LMDB,
|
||||||
|
from which originated the MDBX in 2015.
|
||||||
|
|
||||||
|
Martin Hedenfalk <martin@bzero.se> - the author of `btree.c` code,
|
||||||
|
which was used for begin development of LMDB.
|
||||||
|
|
||||||
|
|
||||||
Характеристики и ключевые особенности
|
Характеристики и ключевые особенности
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
11
mdbx.h
11
mdbx.h
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* LICENSE AND COPYRUSTING *****************************************************
|
||||||
|
*
|
||||||
* Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru>
|
* Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru>
|
||||||
* and other libmdbx authors: please see AUTHORS file.
|
* and other libmdbx authors: please see AUTHORS file.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -45,6 +46,14 @@
|
|||||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
|
||||||
|
|
||||||
|
/* ACKNOWLEDGEMENTS ************************************************************
|
||||||
|
*
|
||||||
|
* Howard Chu (Symas Corporation) - the author of LMDB,
|
||||||
|
* from which originated the MDBX in 2015.
|
||||||
|
*
|
||||||
|
* Martin Hedenfalk <martin@bzero.se> - the author of `btree.c` code,
|
||||||
|
* which was used for begin development of LMDB. */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifndef LIBMDBX_H
|
#ifndef LIBMDBX_H
|
||||||
#define LIBMDBX_H
|
#define LIBMDBX_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user