mdbx++: update copyright & license note.

Change-Id: If6aac3dec6d05247aec5af956385066619685c35
This commit is contained in:
Leonid Yuriev
2020-09-14 21:02:03 +03:00
parent cacc4aa829
commit 234d65dc9d
4 changed files with 19 additions and 27 deletions

View File

@@ -1,14 +1,16 @@
//
// The libmdbx C++ API (preliminary)
//
// Tested with:
// LCC >= 1.23 (http://www.mcst.ru/lcc),
// GNU C++ >= 4.8,
// clang >= 4.0,
// MSVC >= 19.0 (Visual Studio 2015), but 19.2x could hang due optimizer bug.
/// \file mdbx.h++
/// \brief The libmdbx C++ API header file
/// \file mdbx.h++
/// \brief The libmdbx C++ API header file (preliminary).
///
/// \author Copyright (c) 2020, Leonid Yuriev <leo@yuriev.ru>.
/// \copyright SPDX-License-Identifier: Apache-2.0
///
/// Tested with:
/// - LCC >= 1.23 (http://www.mcst.ru/lcc),
/// - GNU C++ >= 4.8,
/// - clang >= 4.0,
/// - MSVC >= 19.0 (Visual Studio 2015),
/// but 19.2x could hang due optimizer bug.
///
#pragma once