Commit 48624ead3cef869188b6429278e57e07014202eb

Authored by Henry Schreiner
Committed by GitHub
1 parent 48dce18d

chore: fix a couple more outdated copyright years (#829)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
CLI11.hpp.in
... ... @@ -5,7 +5,7 @@
5 5 // This is a standalone header file generated by MakeSingleHeader.py in CLI11/scripts
6 6 // from: {git}
7 7 //
8   -// CLI11 {version} Copyright (c) 2017-2022 University of Cincinnati, developed by Henry
  8 +// CLI11 {version} Copyright (c) 2017-2023 University of Cincinnati, developed by Henry
9 9 // Schreiner under NSF AWARD 1414736. All rights reserved.
10 10 //
11 11 // Redistribution and use in source and binary forms of CLI11, with or without
... ...
src/Precompile.cpp
1   -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2 2 // under NSF AWARD 1414736 and by the respective contributors.
3 3 // All rights reserved.
4 4 //
... ...
tests/BoostOptionTypeTest.cpp
1   -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2 2 // under NSF AWARD 1414736 and by the respective contributors.
3 3 // All rights reserved.
4 4 //
... ...