mdbx: add Acknowledgements.

Change-Id: I085c66fb11f3ad107d8c3577fcfad38833e60340
This commit is contained in:
Leo Yuriev 2017-09-17 15:07:32 +03:00
parent 6a2ce93f19
commit f518c48dfe
2 changed files with 19 additions and 1 deletions

View File

@ -53,6 +53,15 @@ Tables](https://github.com/leo-yuriev/libfpta), aka ["Позитивные
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
View File

@ -1,4 +1,5 @@
/*
/* LICENSE AND COPYRUSTING *****************************************************
*
* Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru>
* and other libmdbx authors: please see AUTHORS file.
* All rights reserved.
@ -45,6 +46,14 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* 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
#ifndef LIBMDBX_H
#define LIBMDBX_H