From fe4e74af7580d59f11c1936d31eecf63e0b68c3f Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 26 Aug 2022 10:30:42 +0200 Subject: [PATCH] Adapt attributions to removal of Utils::variant implementation Amends 84c1d6572bce6fc6c1edb5c6246e81bdb841f00a Change-Id: I6cf02d577babb35537338447e4918776bd3012fd Reviewed-by: Leena Miettinen Reviewed-by: hjk Reviewed-by: Marco Bubke --- README.md | 13 ------------- .../src/overview/creator-acknowledgements.qdoc | 17 ----------------- 2 files changed, 30 deletions(-) diff --git a/README.md b/README.md index 52409e198df..5a979e0ff07 100644 --- a/README.md +++ b/README.md @@ -342,19 +342,6 @@ we thank the authors who made this possible: The idea and interface is based on Boost.Optional library authored by Fernando Luis Cacciola Carballal -### MPark.Variant - - MPark.Variant is an implementation of C++17 std::variant for C++11/14/17. - - https://github.com/mpark/variant - - QtCreator/src/libs/3rdparty/variant - - Copyright Michael Park, 2015-2017 - - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) - ### std::span implementation for C++11 and later A single-header implementation of C++20's std::span, conforming to the C++20 diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc index 087eab1d103..8f414b299c8 100644 --- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc +++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc @@ -385,23 +385,6 @@ \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/optional} \endlist - \li \b{MPark.Variant} - - MPark.Variant is an implementation of C++17 std::variant for C++11/14/17. - - Copyright Michael Park, 2015-2017 - - Distributed under the \l {http://boost.org/LICENSE_1_0.txt} - {Boost Software License, Version 1.0}. - (See accompanying file LICENSE.md.) - - The source code can be found here: - \list - \li \l{https://github.com/mpark/variant} - \li QtCreator/src/libs/3rdparty/variant - \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/variant} - \endlist - \li \b{std::span implementation for C++11 and later} A single-header implementation of C++20's std::span, conforming to