From 3ab92ad454b23381b537a4c70b443d1b69be5ddd Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Sat, 22 Feb 2020 07:35:28 +0100 Subject: [PATCH] Add copyright message --- tests/AppTest.cpp | 6 ++++++ tests/ConfigFileTest.cpp | 6 ++++++ tests/CreationTest.cpp | 6 ++++++ tests/DeprecatedTest.cpp | 6 ++++++ tests/FormatterTest.cpp | 6 ++++++ tests/HelpTest.cpp | 6 ++++++ tests/HelpersTest.cpp | 6 ++++++ tests/NewParseTest.cpp | 6 ++++++ tests/OptionGroupTest.cpp | 6 ++++++ tests/OptionalTest.cpp | 6 ++++++ tests/SetTest.cpp | 6 ++++++ tests/SimpleTest.cpp | 6 ++++++ tests/StringParseTest.cpp | 6 ++++++ tests/SubcommandTest.cpp | 6 ++++++ tests/TimerTest.cpp | 6 ++++++ tests/TransformTest.cpp | 6 ++++++ tests/TrueFalseTest.cpp | 6 ++++++ tests/WindowsTest.cpp | 6 ++++++ tests/app_helper.hpp | 6 ++++++ tests/informational.cpp | 6 ++++++ tests/link_test_1.cpp | 6 ++++++ tests/link_test_2.cpp | 6 ++++++ tests/mesonTest/main.cpp | 6 ++++++ 23 files changed, 138 insertions(+) diff --git a/tests/AppTest.cpp b/tests/AppTest.cpp index b77923c8c..1dc6e54fb 100644 --- a/tests/AppTest.cpp +++ b/tests/AppTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include #include diff --git a/tests/ConfigFileTest.cpp b/tests/ConfigFileTest.cpp index de2a97081..ba120f4cf 100644 --- a/tests/ConfigFileTest.cpp +++ b/tests/ConfigFileTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" diff --git a/tests/CreationTest.cpp b/tests/CreationTest.cpp index 1a827c2b7..648c4aebb 100644 --- a/tests/CreationTest.cpp +++ b/tests/CreationTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include diff --git a/tests/DeprecatedTest.cpp b/tests/DeprecatedTest.cpp index bab6ed428..a8f419712 100644 --- a/tests/DeprecatedTest.cpp +++ b/tests/DeprecatedTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" diff --git a/tests/FormatterTest.cpp b/tests/FormatterTest.cpp index 47766a828..fd2547835 100644 --- a/tests/FormatterTest.cpp +++ b/tests/FormatterTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #ifdef CLI11_SINGLE_FILE #include "CLI11.hpp" #else diff --git a/tests/HelpTest.cpp b/tests/HelpTest.cpp index e81766936..0f601635b 100644 --- a/tests/HelpTest.cpp +++ b/tests/HelpTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #ifdef CLI11_SINGLE_FILE #include "CLI11.hpp" #else diff --git a/tests/HelpersTest.cpp b/tests/HelpersTest.cpp index a23f00717..e56cbf3c2 100644 --- a/tests/HelpersTest.cpp +++ b/tests/HelpersTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include diff --git a/tests/NewParseTest.cpp b/tests/NewParseTest.cpp index 4a79b4435..f6e5f735d 100644 --- a/tests/NewParseTest.cpp +++ b/tests/NewParseTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" #include diff --git a/tests/OptionGroupTest.cpp b/tests/OptionGroupTest.cpp index 49ffc5ce9..51bb9fd26 100644 --- a/tests/OptionGroupTest.cpp +++ b/tests/OptionGroupTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" diff --git a/tests/OptionalTest.cpp b/tests/OptionalTest.cpp index 6a11839dc..a52c38903 100644 --- a/tests/OptionalTest.cpp +++ b/tests/OptionalTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include #include #include diff --git a/tests/SetTest.cpp b/tests/SetTest.cpp index 10f8b20e1..7b6236edc 100644 --- a/tests/SetTest.cpp +++ b/tests/SetTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include diff --git a/tests/SimpleTest.cpp b/tests/SimpleTest.cpp index d87495f3e..dfcd55791 100644 --- a/tests/SimpleTest.cpp +++ b/tests/SimpleTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #ifdef CLI11_SINGLE_FILE #include "CLI11.hpp" #else diff --git a/tests/StringParseTest.cpp b/tests/StringParseTest.cpp index a457403c1..568bb4ecc 100644 --- a/tests/StringParseTest.cpp +++ b/tests/StringParseTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" diff --git a/tests/SubcommandTest.cpp b/tests/SubcommandTest.cpp index 8ea4046a1..da6d3628c 100644 --- a/tests/SubcommandTest.cpp +++ b/tests/SubcommandTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include "gmock/gmock.h" diff --git a/tests/TimerTest.cpp b/tests/TimerTest.cpp index 8051c9ec6..51d8bb09b 100644 --- a/tests/TimerTest.cpp +++ b/tests/TimerTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "CLI/Timer.hpp" #include "gmock/gmock.h" #include "gtest/gtest.h" diff --git a/tests/TransformTest.cpp b/tests/TransformTest.cpp index 0fdf25e7c..ae802af07 100644 --- a/tests/TransformTest.cpp +++ b/tests/TransformTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include diff --git a/tests/TrueFalseTest.cpp b/tests/TrueFalseTest.cpp index 045bd36f0..7c37d456d 100644 --- a/tests/TrueFalseTest.cpp +++ b/tests/TrueFalseTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" /// This allows a set of strings to be run over by a test diff --git a/tests/WindowsTest.cpp b/tests/WindowsTest.cpp index 58a1faf73..41053bbe9 100644 --- a/tests/WindowsTest.cpp +++ b/tests/WindowsTest.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "app_helper.hpp" #include diff --git a/tests/app_helper.hpp b/tests/app_helper.hpp index 7c1262b5a..c0960c60f 100644 --- a/tests/app_helper.hpp +++ b/tests/app_helper.hpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #pragma once #ifdef CLI11_SINGLE_FILE diff --git a/tests/informational.cpp b/tests/informational.cpp index b5a0098c7..92f7dc4c8 100644 --- a/tests/informational.cpp +++ b/tests/informational.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #ifdef CLI11_SINGLE_FILE #include "CLI11.hpp" #else diff --git a/tests/link_test_1.cpp b/tests/link_test_1.cpp index 6be3bfae5..be9103760 100644 --- a/tests/link_test_1.cpp +++ b/tests/link_test_1.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "CLI/CLI.hpp" #include "CLI/Timer.hpp" diff --git a/tests/link_test_2.cpp b/tests/link_test_2.cpp index 85c5a74fc..ba4cc8fe1 100644 --- a/tests/link_test_2.cpp +++ b/tests/link_test_2.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include "CLI/CLI.hpp" #include "CLI/Timer.hpp" #include diff --git a/tests/mesonTest/main.cpp b/tests/mesonTest/main.cpp index 24647ba11..69813782a 100644 --- a/tests/mesonTest/main.cpp +++ b/tests/mesonTest/main.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner +// under NSF AWARD 1414736 and by the respective contributors. +// All rights reserved. +// +// SPDX-License-Identifier: BSD-3-Clause + #include int main(int argc, char **argv) {