Commit 4cae08686da4aa14b495fffe02a95af1555732eb
Committed by
GitHub
1 parent
ef692ec7
docs: update copyright dates to 2022 (#717)
Showing
70 changed files
with
70 additions
and
70 deletions
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-2021 University of Cincinnati, developed by Henry | |
| 8 | +// CLI11 {version} Copyright (c) 2017-2022 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 | ... | ... |
LICENSE
| 1 | -CLI11 1.8 Copyright (c) 2017-2019 University of Cincinnati, developed by Henry | |
| 1 | +CLI11 1.8 Copyright (c) 2017-2022 University of Cincinnati, developed by Henry | |
| 2 | 2 | Schreiner under NSF AWARD 1414736. All rights reserved. |
| 3 | 3 | |
| 4 | 4 | Redistribution and use in source and binary forms of CLI11, with or without | ... | ... |
examples/callback_passthrough.cpp
examples/config_app.cpp
examples/custom_parse.cpp
examples/digit_args.cpp
examples/enum.cpp
examples/enum_ostream.cpp
examples/formatter.cpp
examples/groups.cpp
examples/inter_argument_order.cpp
examples/modhelp.cpp
examples/nested.cpp
examples/option_groups.cpp
examples/positional_arity.cpp
examples/positional_validation.cpp
examples/prefix_command.cpp
examples/ranges.cpp
examples/retired.cpp
examples/shapes.cpp
examples/simple.cpp
examples/subcom_help.cpp
examples/subcom_in_files/subcommand_a.cpp
examples/subcom_in_files/subcommand_a.hpp
examples/subcom_in_files/subcommand_main.cpp
examples/subcom_partitioned.cpp
examples/subcommands.cpp
examples/testEXE.cpp
examples/validators.cpp
include/CLI/App.hpp
include/CLI/CLI.hpp
include/CLI/Config.hpp
include/CLI/ConfigFwd.hpp
include/CLI/Error.hpp
include/CLI/Formatter.hpp
include/CLI/FormatterFwd.hpp
include/CLI/Macros.hpp
include/CLI/Option.hpp
include/CLI/Split.hpp
include/CLI/StringTools.hpp
include/CLI/Timer.hpp
include/CLI/TypeTools.hpp
include/CLI/Validators.hpp
include/CLI/Version.hpp
tests/AppTest.cpp
tests/BoostOptionTypeTest.cpp
tests/ComplexTypeTest.cpp
tests/ConfigFileTest.cpp
tests/CreationTest.cpp
tests/DeprecatedTest.cpp
tests/FormatterTest.cpp
tests/HelpTest.cpp
tests/HelpersTest.cpp
tests/NewParseTest.cpp
tests/OptionGroupTest.cpp
tests/OptionTypeTest.cpp
tests/OptionalTest.cpp
tests/SetTest.cpp
tests/SimpleTest.cpp
tests/StringParseTest.cpp
tests/SubcommandTest.cpp
tests/TimerTest.cpp
tests/TransformTest.cpp
tests/TrueFalseTest.cpp
tests/WindowsTest.cpp
tests/catch.hpp
tests/informational.cpp
tests/link_test_1.cpp
tests/link_test_2.cpp
tests/main.cpp