From: Philippe Proulx Date: Wed, 31 Jan 2024 21:52:46 +0000 (-0500) Subject: `optional.hpp.license` belongs to `cpp-common/vendor/optional-lite` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8d69cb2642d907ee174567468fee42d3f8a896a6 `optional.hpp.license` belongs to `cpp-common/vendor/optional-lite` Forgot that in c022776a5 ("cpp-common: add `bt2s::optional`, alias of `nonstd::optional`"). Signed-off-by: Philippe Proulx Change-Id: Ica468aa5b034b3eec42e41ffa9cfaa9615a42471 Reviewed-on: https://review.lttng.org/c/babeltrace/+/11726 Tested-by: jenkins CI-Build: Simon Marchi --- diff --git a/src/Makefile.am b/src/Makefile.am index 148520ce..b90a1213 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -743,4 +743,4 @@ plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_LIBADD += \ endif # !ENABLE_BUILT_IN_PLUGINS endif # ENABLE_DEBUG_INFO -EXTRA_DIST = cpp-common/optional.hpp.license +EXTRA_DIST = cpp-common/vendor/optional-lite/optional.hpp.license diff --git a/src/cpp-common/optional.hpp.license b/src/cpp-common/optional.hpp.license deleted file mode 100644 index 12b35c05..00000000 --- a/src/cpp-common/optional.hpp.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2014-2021 Martin Moene -SPDX-License-Identifier: BSL-1.0 diff --git a/src/cpp-common/vendor/optional-lite/optional.hpp.license b/src/cpp-common/vendor/optional-lite/optional.hpp.license new file mode 100644 index 00000000..12b35c05 --- /dev/null +++ b/src/cpp-common/vendor/optional-lite/optional.hpp.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2014-2021 Martin Moene +SPDX-License-Identifier: BSL-1.0