Skip to content

Commit

Permalink
Fix boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent 096ec84 commit 64460d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/math/Fraction.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2023
*/
/**
* @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 Fraction.cpp
* @file
*/


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

#include "emp/math/Fraction.hpp"
Expand Down

0 comments on commit 64460d9

Please sign in to comment.