From 608934783362bdfc0a37c42a21b484adbf25dda3 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 16 Feb 2021 13:49:33 +0000 Subject: [PATCH] Revert "Cleanup: src/3rdparty/optional was removed, also remove its licensing note. (#8567)" This reverts commit 516e8633955840b44fd5329d872c9bfcd455012a. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 884a45c7d8..a66bbc53a3 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,9 @@ See the comments in the source files in `src/3rdparty/md5` for the complete lice The implementations of Posix `getaddrinfo` and `getnameinfo` for OS/2 in `src/3rdparty/os2` are distributed partly under the GNU Lesser General Public License 2.1, and partly under the (3-clause) BSD license. The exact licensing terms can be found in `src/3rdparty/os2/getaddrinfo.c` resp. `src/3rdparty/os2/getnameinfo.c`. +The implementation of C++17 `std::optional` in `src/3rdparty/optional` is licensed under the Boost Software License - Version 1.0. +See `src/3rdparty/optional/LICENSE_1_0.txt` for the complete license text. + ## 4.0 Credits