mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx++: update copyright & license note.
Change-Id: If6aac3dec6d05247aec5af956385066619685c35
This commit is contained in:
24
mdbx.h++
24
mdbx.h++
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user