Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Feb 29, 2024
1 parent 2a90a30 commit ab563bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions tests/Evolve/Systematics.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2024
*/
/**
* @note This file is part of Empirical, https://github.com/devosoft/Empirical
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2021
*
* @file Systematics.cpp
*/

* @file
* @brief TODO.
#include <filesystem>
#include <iostream>
#include <sstream>
*/

#include "third-party/Catch/single_include/catch2/catch.hpp"

Expand Down
16 changes: 8 additions & 8 deletions tests/base/optional_throw.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2024
*/
/**
* @note This file is part of Empirical, https://github.com/devosoft/Empirical
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2023
*
* @file optional_throw.cpp
*/

* @file
* @brief TODO.
#include <iostream>
#include <sstream>
*/

#include "third-party/Catch/single_include/catch2/catch.hpp"

Expand Down

0 comments on commit ab563bf

Please sign in to comment.