From d76c691103c65e3f595ec8cd6bad69d142b36da5 Mon Sep 17 00:00:00 2001 From: Joergen Ibsen Date: Wed, 1 Nov 2023 08:49:26 +0100 Subject: [PATCH] Add SPDX license identifiers --- test/test_main.cpp | 2 ++ test/test_wint.cpp | 2 ++ test/test_wuint.cpp | 2 ++ wideint.hpp | 2 ++ 4 files changed, 8 insertions(+) diff --git a/test/test_main.cpp b/test/test_main.cpp index 5ea5ccf..f9d9f72 100644 --- a/test/test_main.cpp +++ b/test/test_main.cpp @@ -15,6 +15,8 @@ // See the License for the specific language governing permissions and // limitations under the License. // +// SPDX-License-Identifier: Apache-2.0 +// #define CATCH_CONFIG_MAIN #include "catch.hpp" diff --git a/test/test_wint.cpp b/test/test_wint.cpp index b12b405..2bbfeb0 100644 --- a/test/test_wint.cpp +++ b/test/test_wint.cpp @@ -15,6 +15,8 @@ // See the License for the specific language governing permissions and // limitations under the License. // +// SPDX-License-Identifier: Apache-2.0 +// #include "wideint.hpp" diff --git a/test/test_wuint.cpp b/test/test_wuint.cpp index 770dac6..c235133 100644 --- a/test/test_wuint.cpp +++ b/test/test_wuint.cpp @@ -15,6 +15,8 @@ // See the License for the specific language governing permissions and // limitations under the License. // +// SPDX-License-Identifier: Apache-2.0 +// #include "wideint.hpp" diff --git a/wideint.hpp b/wideint.hpp index 9601a7d..83842bc 100644 --- a/wideint.hpp +++ b/wideint.hpp @@ -15,6 +15,8 @@ // See the License for the specific language governing permissions and // limitations under the License. // +// SPDX-License-Identifier: Apache-2.0 +// #pragma once