Skip to content

Commit

Permalink
Welcome 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Feb 26, 2024
1 parent b1d598d commit 1f5675c
Show file tree
Hide file tree
Showing 155 changed files with 155 additions and 158 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The Art of C++
# Copyright (c) 2018-2020 Dr. Colin Hirsch and Daniel Frey
# Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
# Please see LICENSE for license or visit https://github.com/taocpp/config

.SUFFIXES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Art of C++ / Config is certified [Open Source] software.
It may be used for any purpose, including commercial purposes, at absolutely no cost.
It is distributed under the terms of the [MIT license] reproduced here.

> Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
> Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
Expand Down
2 changes: 1 addition & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pre-1.0.0 milestones in rough reverse chronological order.

Development of taoCONFIG started in September 2018 to provide a more expressive config file syntax for [JSON] (or [JAXN]) config files.

Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey

[JAXN]: https://github.com/stand-art/jaxn
[JSON]: https://tools.ietf.org/html/rfc8259
2 changes: 1 addition & 1 deletion doc/Member-Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ bar = (template) +



Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey

[JAXN]: https://github.com/stand-art/jaxn
[JSON]: https://tools.ietf.org/html/rfc8259
Expand Down
2 changes: 1 addition & 1 deletion doc/Parsing-Config-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This argument is defaulted to a default-constructed object of that type.
The role of this `builtin` instance is to provide the built-in schema definitions that can then be extended by the schema files.
The built-in definitions can be programmatically extended by passing an appropriately prepared instance of `tao::config::schema::builtin` as final argument to the parsing functions.

Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey

[PEGTL]: https://github.com/taocpp/PEGTL
[taoCONFIG]: https://github.com/taocpp/config
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* [Parsing Config Files](Parsing-Config-Files.md)
* [Changelog](Changelog.md)

Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
2 changes: 1 addition & 1 deletion doc/Value-Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Note that `ubjson` is frequently combined with `read` as in `foo = (ubjson (read



Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey

[CBOR]: http://cbor.io
[JAXN]: https://github.com/stand-art/jaxn
Expand Down
2 changes: 1 addition & 1 deletion doc/Writing-Config-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ For example the dotted name `foo."1.2.3".bar` consists of three components, the
Dotted names can be thought of as strongly-typed JSON Pointers: there is no ambiguity about whether an integer is intended to index an array or an object.


Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey

[CBOR]: http://cbor.io
[JAXN]: https://github.com/stand-art/jaxn
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/access.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_ACCESS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/annotation.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_ANNOTATION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/assign.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_ASSIGN_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/contrib/rot13.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2022-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_CONTRIB_ROT13_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/from_file.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_FROM_FILE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/from_files.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_FROM_FILES_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/from_input.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_FROM_INPUT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/from_string.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_FROM_STRING_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/argument_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_ARGUMENT_TRAITS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/array.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_ARRAY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/change_action_and_states.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/concat.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_CONCAT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/config_action.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_CONFIG_ACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/config_grammar.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_CONFIG_GRAMMAR_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/config_parser.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_CONFIG_PARSER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/constants.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_CONSTANTS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/debug_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_DEBUG_TRAITS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/entry.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_ENTRY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/entry_kind.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_ENTRY_KIND_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/events_from_value.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EVENTS_FROM_VALUE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/extension_action.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EXTENSION_ACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/extension_grammar.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EXTENSION_GRAMMAR_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/extension_maps.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EXTENSION_MAPS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/extension_types.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EXTENSION_TYPES_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/extension_utility.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_EXTENSION_UTILITY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/forward.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_FORWARD_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/inner_extensions.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_INNER_EXTENSIONS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/inner_functions.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_INNER_FUNCTIONS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/jaxn_action.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2017-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_JAXN_ACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/json.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_JSON_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/json_base.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_JSON_BASE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/json_to_value.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2016-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config

#ifndef TAO_CONFIG_INTERNAL_TO_VALUE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/json_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_JSON_TRAITS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1_action.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_ACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1_grammar.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_GRAMMAR_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1_guard.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_GUARD_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1_kind.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_KIND_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key1_part.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY1_PART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key_action.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY_ACTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/key_grammar.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_KEY_GRAMMAR_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/limits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2021-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_LIMITS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/member_extensions.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_MEMBER_EXTENSIONS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/member_functions.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_MEMBER_FUNCTIONS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/object.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_OBJECT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/parse_utility.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PARSE_UTILITY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/pegtl.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PEGTL_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase1_append.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE1_APPEND_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase1_mode.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2021-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE1_MODE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_access.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_ACCESS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_add.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_ADD_HH
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_append.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_APPEND_HH
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_combine.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2020-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_COMBINE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_guard.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2019-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_GUARD_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/tao/config/internal/phase2_insert.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
// Copyright (c) 2018-2024 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/config/

#ifndef TAO_CONFIG_INTERNAL_PHASE2_INSERT_HH
Expand Down
Loading

0 comments on commit 1f5675c

Please sign in to comment.