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

4
mdbx.h
View File

@ -19,10 +19,10 @@ _The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет
\section copyright LICENSE & COPYRIGHT \section copyright LICENSE & COPYRIGHT
\authors Copyright 2015-2020 Leonid Yuriev <leo@yuriev.ru> \authors Copyright (c) 2015-2020, Leonid Yuriev <leo@yuriev.ru>
and other _libmdbx_ authors: please see [AUTHORS](./AUTHORS) file. and other _libmdbx_ authors: please see [AUTHORS](./AUTHORS) file.
Redistribution and use in source and binary forms, with or without \copyright Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP Public License. modification, are permitted only as authorized by the OpenLDAP Public License.
A copy of this license is available in the file LICENSE in the A copy of this license is available in the file LICENSE in the

View File

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

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015-2020 Leonid Yuriev <leo@yuriev.ru> * Copyright 2015-2020 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.
* *

View File

@ -1,16 +1,6 @@
/* //
* Copyright 2020 Leonid Yuriev <leo@yuriev.ru> // Copyright (c) 2020, Leonid Yuriev <leo@yuriev.ru>.
* and other libmdbx authors: please see AUTHORS file. // SPDX-License-Identifier: Apache-2.0
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in the file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>. */
// //
// Non-inline part of the libmdbx C++ API (preliminary) // Non-inline part of the libmdbx C++ API (preliminary)
// //