Commit 3ab92ad454b23381b537a4c70b443d1b69be5ddd

Authored by Christoph Bachhuber
Committed by Henry Schreiner
1 parent 5b28c140

Add copyright message

tests/AppTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 #include <complex> 8 #include <complex>
3 #include <cstdint> 9 #include <cstdint>
tests/ConfigFileTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include "gmock/gmock.h" 9 #include "gmock/gmock.h"
tests/CreationTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 #include <cstdlib> 8 #include <cstdlib>
3 9
tests/DeprecatedTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include "gmock/gmock.h" 9 #include "gmock/gmock.h"
tests/FormatterTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #ifdef CLI11_SINGLE_FILE 7 #ifdef CLI11_SINGLE_FILE
2 #include "CLI11.hpp" 8 #include "CLI11.hpp"
3 #else 9 #else
tests/HelpTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #ifdef CLI11_SINGLE_FILE 7 #ifdef CLI11_SINGLE_FILE
2 #include "CLI11.hpp" 8 #include "CLI11.hpp"
3 #else 9 #else
tests/HelpersTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include <array> 9 #include <array>
tests/NewParseTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 #include "gmock/gmock.h" 8 #include "gmock/gmock.h"
3 #include <complex> 9 #include <complex>
tests/OptionGroupTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include "gmock/gmock.h" 9 #include "gmock/gmock.h"
tests/OptionalTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include <complex> 7 #include <complex>
2 #include <cstdint> 8 #include <cstdint>
3 #include <cstdlib> 9 #include <cstdlib>
tests/SetTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 #include <map> 8 #include <map>
3 9
tests/SimpleTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #ifdef CLI11_SINGLE_FILE 7 #ifdef CLI11_SINGLE_FILE
2 #include "CLI11.hpp" 8 #include "CLI11.hpp"
3 #else 9 #else
tests/StringParseTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include "gmock/gmock.h" 9 #include "gmock/gmock.h"
tests/SubcommandTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include "gmock/gmock.h" 9 #include "gmock/gmock.h"
tests/TimerTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "CLI/Timer.hpp" 7 #include "CLI/Timer.hpp"
2 #include "gmock/gmock.h" 8 #include "gmock/gmock.h"
3 #include "gtest/gtest.h" 9 #include "gtest/gtest.h"
tests/TransformTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 #include <array> 9 #include <array>
tests/TrueFalseTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 8
3 /// This allows a set of strings to be run over by a test 9 /// This allows a set of strings to be run over by a test
tests/WindowsTest.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "app_helper.hpp" 7 #include "app_helper.hpp"
2 #include <Windows.h> 8 #include <Windows.h>
3 9
tests/app_helper.hpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #pragma once 7 #pragma once
2 8
3 #ifdef CLI11_SINGLE_FILE 9 #ifdef CLI11_SINGLE_FILE
tests/informational.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #ifdef CLI11_SINGLE_FILE 7 #ifdef CLI11_SINGLE_FILE
2 #include "CLI11.hpp" 8 #include "CLI11.hpp"
3 #else 9 #else
tests/link_test_1.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "CLI/CLI.hpp" 7 #include "CLI/CLI.hpp"
2 #include "CLI/Timer.hpp" 8 #include "CLI/Timer.hpp"
3 9
tests/link_test_2.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include "CLI/CLI.hpp" 7 #include "CLI/CLI.hpp"
2 #include "CLI/Timer.hpp" 8 #include "CLI/Timer.hpp"
3 #include <gtest/gtest.h> 9 #include <gtest/gtest.h>
tests/mesonTest/main.cpp
  1 +// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
  2 +// under NSF AWARD 1414736 and by the respective contributors.
  3 +// All rights reserved.
  4 +//
  5 +// SPDX-License-Identifier: BSD-3-Clause
  6 +
1 #include <CLI/CLI.hpp> 7 #include <CLI/CLI.hpp>
2 8
3 int main(int argc, char **argv) { 9 int main(int argc, char **argv) {