Skip to content

Commit

Permalink
Add copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
cbachhuber authored and henryiii committed Mar 23, 2020
1 parent 5b28c14 commit 3ab92ad
Show file tree
Hide file tree
Showing 23 changed files with 138 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/AppTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <complex>
#include <cstdint>
Expand Down
6 changes: 6 additions & 0 deletions tests/ConfigFileTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/CreationTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <cstdlib>

Expand Down
6 changes: 6 additions & 0 deletions tests/DeprecatedTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/FormatterTest.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/HelpTest.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/HelpersTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <array>
Expand Down
6 changes: 6 additions & 0 deletions tests/NewParseTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <complex>
Expand Down
6 changes: 6 additions & 0 deletions tests/OptionGroupTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/OptionalTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <complex>
#include <cstdint>
#include <cstdlib>
Expand Down
6 changes: 6 additions & 0 deletions tests/SetTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <map>

Expand Down
6 changes: 6 additions & 0 deletions tests/SimpleTest.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/StringParseTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/SubcommandTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/TimerTest.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tests/TransformTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <array>
Expand Down
6 changes: 6 additions & 0 deletions tests/TrueFalseTest.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/WindowsTest.cpp
Original file line number Diff line number Diff line change
@@ -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 <Windows.h>

Expand Down
6 changes: 6 additions & 0 deletions tests/app_helper.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/informational.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/link_test_1.cpp
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
6 changes: 6 additions & 0 deletions tests/link_test_2.cpp
Original file line number Diff line number Diff line change
@@ -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 <gtest/gtest.h>
Expand Down
6 changes: 6 additions & 0 deletions tests/mesonTest/main.cpp
Original file line number Diff line number Diff line change
@@ -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>

int main(int argc, char **argv) {
Expand Down

0 comments on commit 3ab92ad

Please sign in to comment.