From abd339d0f2eea47072e64296b7e5513a9a4366a3 Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Tue, 26 Apr 2022 10:43:35 +0200 Subject: [PATCH] Updates the copyright notice. --- aedis/adapter/adapt.hpp | 2 +- aedis/adapter/detail/adapters.hpp | 2 +- aedis/adapter/error.hpp | 2 +- aedis/adapter/impl/error.ipp | 2 +- aedis/adapter/response_traits.hpp | 2 +- aedis/aedis.hpp | 2 +- aedis/generic/client.hpp | 2 +- aedis/generic/detail/client_ops.hpp | 2 +- aedis/generic/error.hpp | 2 +- aedis/generic/impl/error.ipp | 2 +- aedis/generic/serializer.hpp | 2 +- aedis/redis/command.hpp | 2 +- aedis/redis/impl/command.ipp | 2 +- aedis/resp3/compose.hpp | 2 +- aedis/resp3/detail/impl/parser.ipp | 2 +- aedis/resp3/detail/parser.hpp | 2 +- aedis/resp3/detail/read_ops.hpp | 2 +- aedis/resp3/error.hpp | 2 +- aedis/resp3/impl/error.ipp | 2 +- aedis/resp3/impl/type.ipp | 2 +- aedis/resp3/node.hpp | 2 +- aedis/resp3/read.hpp | 2 +- aedis/resp3/type.hpp | 2 +- aedis/sentinel/command.hpp | 2 +- aedis/sentinel/impl/command.ipp | 2 +- aedis/src.hpp | 2 +- examples/aggregates_high_level.cpp | 2 +- examples/chat_room.cpp | 2 +- examples/custom_adapter.cpp | 2 +- examples/echo_server.cpp | 2 +- examples/intro_high_level.cpp | 2 +- examples/intro_sync.cpp | 2 +- examples/mystruct.hpp | 2 +- examples/print.hpp | 2 +- examples/serialization_sync.cpp | 2 +- examples/subscriber.cpp | 2 +- examples/subscriber_high_level.cpp | 2 +- examples/transaction.cpp | 2 +- examples/user_session.hpp | 2 +- tests/check.hpp | 2 +- tests/high_level.cpp | 2 +- tests/low_level.cpp | 2 +- tools/commands.cpp | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/aedis/adapter/adapt.hpp b/aedis/adapter/adapt.hpp index 510c5d96..e144a4ce 100644 --- a/aedis/adapter/adapt.hpp +++ b/aedis/adapter/adapt.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/adapter/detail/adapters.hpp b/aedis/adapter/detail/adapters.hpp index 6377bf51..cd4730e0 100644 --- a/aedis/adapter/detail/adapters.hpp +++ b/aedis/adapter/detail/adapters.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/adapter/error.hpp b/aedis/adapter/error.hpp index 0e1cddf4..dfd250a2 100644 --- a/aedis/adapter/error.hpp +++ b/aedis/adapter/error.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/adapter/impl/error.ipp b/aedis/adapter/impl/error.ipp index 2be40e85..feff0984 100644 --- a/aedis/adapter/impl/error.ipp +++ b/aedis/adapter/impl/error.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/adapter/response_traits.hpp b/aedis/adapter/response_traits.hpp index 911aa395..c4f000a1 100644 --- a/aedis/adapter/response_traits.hpp +++ b/aedis/adapter/response_traits.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/aedis.hpp b/aedis/aedis.hpp index 937fd8d2..81fe8dc4 100644 --- a/aedis/aedis.hpp +++ b/aedis/aedis.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/generic/client.hpp b/aedis/generic/client.hpp index 65872170..030cc7ae 100644 --- a/aedis/generic/client.hpp +++ b/aedis/generic/client.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/generic/detail/client_ops.hpp b/aedis/generic/detail/client_ops.hpp index 8fda69ed..9333d22b 100644 --- a/aedis/generic/detail/client_ops.hpp +++ b/aedis/generic/detail/client_ops.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/generic/error.hpp b/aedis/generic/error.hpp index 1ef9b22d..f9945f14 100644 --- a/aedis/generic/error.hpp +++ b/aedis/generic/error.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/generic/impl/error.ipp b/aedis/generic/impl/error.ipp index 4e7458b4..3cceb8d3 100644 --- a/aedis/generic/impl/error.ipp +++ b/aedis/generic/impl/error.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/generic/serializer.hpp b/aedis/generic/serializer.hpp index 7188aa57..03572669 100644 --- a/aedis/generic/serializer.hpp +++ b/aedis/generic/serializer.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/redis/command.hpp b/aedis/redis/command.hpp index 8f825525..1d6a13c4 100644 --- a/aedis/redis/command.hpp +++ b/aedis/redis/command.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/redis/impl/command.ipp b/aedis/redis/impl/command.ipp index 22d7efcf..84c004c0 100644 --- a/aedis/redis/impl/command.ipp +++ b/aedis/redis/impl/command.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/compose.hpp b/aedis/resp3/compose.hpp index b1f5369a..4422e44f 100644 --- a/aedis/resp3/compose.hpp +++ b/aedis/resp3/compose.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/detail/impl/parser.ipp b/aedis/resp3/detail/impl/parser.ipp index e32cf1dc..348f1011 100644 --- a/aedis/resp3/detail/impl/parser.ipp +++ b/aedis/resp3/detail/impl/parser.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/detail/parser.hpp b/aedis/resp3/detail/parser.hpp index a5c0d2e2..eacd1c25 100644 --- a/aedis/resp3/detail/parser.hpp +++ b/aedis/resp3/detail/parser.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/detail/read_ops.hpp b/aedis/resp3/detail/read_ops.hpp index 34d772c3..0e0c3b63 100644 --- a/aedis/resp3/detail/read_ops.hpp +++ b/aedis/resp3/detail/read_ops.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/error.hpp b/aedis/resp3/error.hpp index df7c3a3b..63a08cf2 100644 --- a/aedis/resp3/error.hpp +++ b/aedis/resp3/error.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/impl/error.ipp b/aedis/resp3/impl/error.ipp index 634afce3..7b6cd285 100644 --- a/aedis/resp3/impl/error.ipp +++ b/aedis/resp3/impl/error.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/impl/type.ipp b/aedis/resp3/impl/type.ipp index e22cf35b..707a9cc1 100644 --- a/aedis/resp3/impl/type.ipp +++ b/aedis/resp3/impl/type.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/node.hpp b/aedis/resp3/node.hpp index 4fc11a66..fa90a0fe 100644 --- a/aedis/resp3/node.hpp +++ b/aedis/resp3/node.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/read.hpp b/aedis/resp3/read.hpp index ced48818..9639edaa 100644 --- a/aedis/resp3/read.hpp +++ b/aedis/resp3/read.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/resp3/type.hpp b/aedis/resp3/type.hpp index 6042286d..943f9939 100644 --- a/aedis/resp3/type.hpp +++ b/aedis/resp3/type.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/sentinel/command.hpp b/aedis/sentinel/command.hpp index ebd8f0e9..b838a110 100644 --- a/aedis/sentinel/command.hpp +++ b/aedis/sentinel/command.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/sentinel/impl/command.ipp b/aedis/sentinel/impl/command.ipp index 70515220..177b25f5 100644 --- a/aedis/sentinel/impl/command.ipp +++ b/aedis/sentinel/impl/command.ipp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/aedis/src.hpp b/aedis/src.hpp index 3339332b..3ede0593 100644 --- a/aedis/src.hpp +++ b/aedis/src.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/aggregates_high_level.cpp b/examples/aggregates_high_level.cpp index 5dd337ca..5aa4acf6 100644 --- a/examples/aggregates_high_level.cpp +++ b/examples/aggregates_high_level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/chat_room.cpp b/examples/chat_room.cpp index 7f7bf5e3..1d0486c3 100644 --- a/examples/chat_room.cpp +++ b/examples/chat_room.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/custom_adapter.cpp b/examples/custom_adapter.cpp index c1aada25..a8aa6694 100644 --- a/examples/custom_adapter.cpp +++ b/examples/custom_adapter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/echo_server.cpp b/examples/echo_server.cpp index b4906b8c..5fd04c19 100644 --- a/examples/echo_server.cpp +++ b/examples/echo_server.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/intro_high_level.cpp b/examples/intro_high_level.cpp index 4fcb48f8..06f082e5 100644 --- a/examples/intro_high_level.cpp +++ b/examples/intro_high_level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/intro_sync.cpp b/examples/intro_sync.cpp index f2b624bc..0c36760e 100644 --- a/examples/intro_sync.cpp +++ b/examples/intro_sync.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/mystruct.hpp b/examples/mystruct.hpp index 02084f12..b141b38a 100644 --- a/examples/mystruct.hpp +++ b/examples/mystruct.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/print.hpp b/examples/print.hpp index bc515894..55f416a5 100644 --- a/examples/print.hpp +++ b/examples/print.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/serialization_sync.cpp b/examples/serialization_sync.cpp index 17a5879e..6f75c968 100644 --- a/examples/serialization_sync.cpp +++ b/examples/serialization_sync.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/subscriber.cpp b/examples/subscriber.cpp index 9ce826ed..ac9d30b3 100644 --- a/examples/subscriber.cpp +++ b/examples/subscriber.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/subscriber_high_level.cpp b/examples/subscriber_high_level.cpp index 7eb23964..3d1e769a 100644 --- a/examples/subscriber_high_level.cpp +++ b/examples/subscriber_high_level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/transaction.cpp b/examples/transaction.cpp index ea2e4ff1..151f4b64 100644 --- a/examples/transaction.cpp +++ b/examples/transaction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/examples/user_session.hpp b/examples/user_session.hpp index 5716f3c1..624622a0 100644 --- a/examples/user_session.hpp +++ b/examples/user_session.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/tests/check.hpp b/tests/check.hpp index f031932b..7ae19f46 100644 --- a/tests/check.hpp +++ b/tests/check.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/tests/high_level.cpp b/tests/high_level.cpp index 6ad834f0..d85f1d10 100644 --- a/tests/high_level.cpp +++ b/tests/high_level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/tests/low_level.cpp b/tests/low_level.cpp index a930b270..82a252ab 100644 --- a/tests/low_level.cpp +++ b/tests/low_level.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) diff --git a/tools/commands.cpp b/tools/commands.cpp index b19e6d67..6295e13d 100644 --- a/tools/commands.cpp +++ b/tools/commands.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com) +/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt)