Skip to content

Commit

Permalink
Fixup boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 11, 2023
1 parent 8332fef commit 508818d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
14 changes: 7 additions & 7 deletions demos/utils/words/Wordle-simple.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2022
*/
/**
* @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 2022
*
* @file Wordle-simple.cpp
*
* This version of Wordle is a bit simpler than it should be; it does not handle double letters
* @file
* @brief version of Wordle is a bit simpler than it should be; it does not handle double letters
* correctly.
*/

Expand Down
12 changes: 6 additions & 6 deletions demos/utils/words/Wordle/Result.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* 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 2022
*
* @file Result.hpp
*
* @file
*/

#ifndef DEMOS_UTILS_WORDS_WORDLE_RESULT_HPP_INCLUDE
Expand Down
12 changes: 7 additions & 5 deletions demos/utils/words/Wordle/Wordle.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2022
*/
/**
* @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 2022
*
* @file Wordle.cpp
* @file
* @brief TODO.
*/

#include <cmath>
Expand Down

0 comments on commit 508818d

Please sign in to comment.