Commit 4cae08686da4aa14b495fffe02a95af1555732eb

Authored by Philip Top
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
... ...
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
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/config_app.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/custom_parse.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/digit_args.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/enum.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/enum_ostream.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/formatter.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/groups.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/inter_argument_order.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/modhelp.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/nested.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/option_groups.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/positional_arity.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/positional_validation.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/prefix_command.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/ranges.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/retired.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/shapes.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/simple.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcom_help.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcom_in_files/subcommand_a.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcom_in_files/subcommand_a.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcom_in_files/subcommand_main.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcom_partitioned.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/subcommands.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/testEXE.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
examples/validators.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/App.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/CLI.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Config.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/ConfigFwd.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Error.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Formatter.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/FormatterFwd.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Macros.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Option.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Split.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/StringTools.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Timer.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/TypeTools.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Validators.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...
include/CLI/Version.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/AppTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/ComplexTypeTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/ConfigFileTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/CreationTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/DeprecatedTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/FormatterTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/HelpTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/HelpersTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/NewParseTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/OptionGroupTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/OptionTypeTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/OptionalTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/SetTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/SimpleTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/StringParseTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/SubcommandTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/TimerTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/TransformTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/TrueFalseTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/WindowsTest.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/catch.hpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/informational.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/link_test_1.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/link_test_2.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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/main.cpp
1   -// Copyright (c) 2017-2021, University of Cincinnati, developed by Henry Schreiner
  1 +// Copyright (c) 2017-2022, 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 //
... ...