From 234d65dc9d56fb8b9a272a79dd600d2c9cdd91e9 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 14 Sep 2020 21:02:03 +0300 Subject: [PATCH] mdbx++: update copyright & license note. Change-Id: If6aac3dec6d05247aec5af956385066619685c35 --- mdbx.h | 4 ++-- mdbx.h++ | 24 +++++++++++++----------- src/core.c | 2 +- src/mdbx.c++ | 16 +++------------- 4 files changed, 19 insertions(+), 27 deletions(-) diff --git a/mdbx.h b/mdbx.h index 5424635f..3f9562ef 100644 --- a/mdbx.h +++ b/mdbx.h @@ -19,10 +19,10 @@ _The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет \section copyright LICENSE & COPYRIGHT -\authors Copyright 2015-2020 Leonid Yuriev +\authors Copyright (c) 2015-2020, Leonid Yuriev 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. A copy of this license is available in the file LICENSE in the diff --git a/mdbx.h++ b/mdbx.h++ index 5fb21983..15536302 100644 --- a/mdbx.h++ +++ b/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 . +/// \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 diff --git a/src/core.c b/src/core.c index e7d178c3..ae4856d7 100644 --- a/src/core.c +++ b/src/core.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Leonid Yuriev + * Copyright 2015-2020 Leonid Yuriev . * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * diff --git a/src/mdbx.c++ b/src/mdbx.c++ index 28401c6c..c08c6b49 100644 --- a/src/mdbx.c++ +++ b/src/mdbx.c++ @@ -1,16 +1,6 @@ -/* - * Copyright 2020 Leonid Yuriev - * and other libmdbx authors: please see AUTHORS file. - * 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 - * . */ - +// +// Copyright (c) 2020, Leonid Yuriev . +// SPDX-License-Identifier: Apache-2.0 // // Non-inline part of the libmdbx C++ API (preliminary) //