Commit 48624ead3cef869188b6429278e57e07014202eb
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>
Showing
3 changed files
with
3 additions
and
3 deletions
CLI11.hpp.in
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | // This is a standalone header file generated by MakeSingleHeader.py in CLI11/scripts | 5 | // This is a standalone header file generated by MakeSingleHeader.py in CLI11/scripts |
| 6 | // from: {git} | 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 | // Schreiner under NSF AWARD 1414736. All rights reserved. | 9 | // Schreiner under NSF AWARD 1414736. All rights reserved. |
| 10 | // | 10 | // |
| 11 | // Redistribution and use in source and binary forms of CLI11, with or without | 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 | // under NSF AWARD 1414736 and by the respective contributors. | 2 | // under NSF AWARD 1414736 and by the respective contributors. |
| 3 | // All rights reserved. | 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 | // under NSF AWARD 1414736 and by the respective contributors. | 2 | // under NSF AWARD 1414736 and by the respective contributors. |
| 3 | // All rights reserved. | 3 | // All rights reserved. |
| 4 | // | 4 | // |