From 8c1a79d17b38ff4bb35cb8c60770036de7a45709 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sat, 4 Apr 2020 23:31:20 +0200 Subject: [PATCH] Update the copyright year --- CMakeLists.txt | 2 +- cmake/CMakeLists.txt | 2 +- cmake/compiler/clang.cmake | 2 +- cmake/compiler/gcc.cmake | 2 +- cmake/compiler/msvc.cmake | 2 +- cmake/configure_compiler.cmake | 2 +- cmake/configure_macros.cmake | 2 +- cmake/macros/group_sources.cmake | 2 +- dep/asio/include/boost/throw_exception.hpp | 2 +- doc/changelog.dox | 2 +- doc/configuration.dox | 2 +- doc/installation.dox | 2 +- doc/tutorial-awaiting-continuables.dox | 2 +- doc/tutorial-chaining-continuables.dox | 2 +- doc/tutorial-connecting-continuables.dox | 2 +- doc/tutorial-creating-continuables.dox | 2 +- doc/tutorial-promisify-continuables.dox | 2 +- doc/tutorial-transforming-continuables.dox | 2 +- doc/tutorial.dox | 2 +- examples/example-ai/example-ai.cpp | 2 +- examples/example-asio/example-asio-integration.cpp | 2 +- examples/example-asio/example-asio.cpp | 2 +- examples/example-slideshow/example-slideshow.cpp | 2 +- include/continuable/continuable-base.hpp | 2 +- include/continuable/continuable-connections.hpp | 2 +- include/continuable/continuable-coroutine.hpp | 2 +- include/continuable/continuable-operations.hpp | 2 +- include/continuable/continuable-primitives.hpp | 2 +- include/continuable/continuable-promise-base.hpp | 2 +- include/continuable/continuable-promisify.hpp | 2 +- include/continuable/continuable-result.hpp | 2 +- include/continuable/continuable-transforms.hpp | 2 +- include/continuable/continuable-traverse-async.hpp | 2 +- include/continuable/continuable-traverse.hpp | 2 +- include/continuable/continuable-types.hpp | 2 +- include/continuable/continuable.hpp | 2 +- include/continuable/detail/connection/connection-aggregated.hpp | 2 +- include/continuable/detail/connection/connection-all.hpp | 2 +- include/continuable/detail/connection/connection-any.hpp | 2 +- include/continuable/detail/connection/connection-seq.hpp | 2 +- include/continuable/detail/connection/connection.hpp | 2 +- include/continuable/detail/core/annotation.hpp | 2 +- include/continuable/detail/core/base.hpp | 2 +- include/continuable/detail/core/types.hpp | 2 +- include/continuable/detail/external/asio.hpp | 2 +- include/continuable/detail/features.hpp | 2 +- include/continuable/detail/operations/async.hpp | 2 +- include/continuable/detail/operations/loop.hpp | 2 +- include/continuable/detail/operations/split.hpp | 2 +- include/continuable/detail/other/coroutines.hpp | 2 +- include/continuable/detail/other/erasure.hpp | 2 +- include/continuable/detail/other/promisify.hpp | 2 +- include/continuable/detail/other/testing.hpp | 2 +- include/continuable/detail/transforms/future.hpp | 2 +- include/continuable/detail/transforms/wait.hpp | 2 +- include/continuable/detail/traversal/container-category.hpp | 2 +- include/continuable/detail/traversal/range.hpp | 2 +- include/continuable/detail/traversal/traverse-async.hpp | 2 +- include/continuable/detail/traversal/traverse.hpp | 2 +- include/continuable/detail/utility/identity.hpp | 2 +- include/continuable/detail/utility/result-trait.hpp | 2 +- include/continuable/detail/utility/result-variant.hpp | 2 +- include/continuable/detail/utility/traits.hpp | 2 +- include/continuable/detail/utility/util.hpp | 2 +- include/continuable/external/asio.hpp | 2 +- include/continuable/external/gtest.hpp | 2 +- include/continuable/operations/async.hpp | 2 +- include/continuable/operations/loop.hpp | 2 +- include/continuable/operations/split.hpp | 2 +- include/continuable/transforms/future.hpp | 2 +- include/continuable/transforms/wait.hpp | 2 +- test/link/test-link.cpp | 2 +- test/mock/test-mock.cpp | 2 +- test/playground/test-playground.cpp | 2 +- test/standalone/continuable-standalone.cpp | 2 +- test/threads/test-threads.cpp | 2 +- test/unit-test/async/test-continuable-async.cpp | 2 +- test/unit-test/multi/test-continuable-await.cpp | 2 +- test/unit-test/multi/test-continuable-base-chaining.cpp | 2 +- test/unit-test/multi/test-continuable-base-destruct.cpp | 2 +- test/unit-test/multi/test-continuable-base-errors.cpp | 2 +- test/unit-test/multi/test-continuable-base-executors.cpp | 2 +- test/unit-test/multi/test-continuable-base-multipath.cpp | 2 +- test/unit-test/multi/test-continuable-base-partial.cpp | 2 +- .../multi/test-continuable-connection-all-seq-ag-1.cpp | 2 +- .../multi/test-continuable-connection-all-seq-ag-2.cpp | 2 +- test/unit-test/multi/test-continuable-connection-all-seq-op.cpp | 2 +- test/unit-test/multi/test-continuable-connection-all.cpp | 2 +- test/unit-test/multi/test-continuable-connection-any.cpp | 2 +- test/unit-test/multi/test-continuable-connection-seq.cpp | 2 +- test/unit-test/multi/test-continuable-erasure.cpp | 2 +- test/unit-test/multi/test-continuable-operations-async.cpp | 2 +- test/unit-test/multi/test-continuable-operations-loop.cpp | 2 +- test/unit-test/multi/test-continuable-operations-split.cpp | 2 +- test/unit-test/multi/test-continuable-regression.cpp | 2 +- test/unit-test/multi/test-continuable-transforms.cpp | 2 +- test/unit-test/single/test-continuable-connection-noinst.cpp | 2 +- test/unit-test/single/test-continuable-erasure.cpp | 2 +- test/unit-test/single/test-continuable-forward-decl.cpp | 2 +- test/unit-test/single/test-continuable-promise.cpp | 2 +- test/unit-test/single/test-continuable-promisify.cpp | 2 +- test/unit-test/single/test-continuable-ready.cpp | 2 +- test/unit-test/single/test-continuable-result.cpp | 2 +- test/unit-test/single/test-continuable-traverse-async.cpp | 2 +- test/unit-test/single/test-continuable-traverse.cpp | 2 +- test/unit-test/test-continuable.cpp | 2 +- test/unit-test/test-continuable.hpp | 2 +- 107 files changed, 107 insertions(+), 107 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 298ca95..1af55e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 2d8f6d4..aacb559 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/compiler/clang.cmake b/cmake/compiler/clang.cmake index 931ce51..6f1e8b6 100644 --- a/cmake/compiler/clang.cmake +++ b/cmake/compiler/clang.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/compiler/gcc.cmake b/cmake/compiler/gcc.cmake index 277e056..3fa347e 100644 --- a/cmake/compiler/gcc.cmake +++ b/cmake/compiler/gcc.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/compiler/msvc.cmake b/cmake/compiler/msvc.cmake index 089ad26..fa43a4e 100644 --- a/cmake/compiler/msvc.cmake +++ b/cmake/compiler/msvc.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/configure_compiler.cmake b/cmake/configure_compiler.cmake index d1c7eaa..a05a621 100644 --- a/cmake/configure_compiler.cmake +++ b/cmake/configure_compiler.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/configure_macros.cmake b/cmake/configure_macros.cmake index 26fda49..d339a54 100644 --- a/cmake/configure_macros.cmake +++ b/cmake/configure_macros.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/cmake/macros/group_sources.cmake b/cmake/macros/group_sources.cmake index 9c2bebf..834d377 100644 --- a/cmake/macros/group_sources.cmake +++ b/cmake/macros/group_sources.cmake @@ -1,5 +1,5 @@ -# Copyright(c) 2015 - 2019 Denis Blank +# Copyright(c) 2015 - 2020 Denis Blank # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files(the "Software"), to deal diff --git a/dep/asio/include/boost/throw_exception.hpp b/dep/asio/include/boost/throw_exception.hpp index 5aad775..cfcbd30 100644 --- a/dep/asio/include/boost/throw_exception.hpp +++ b/dep/asio/include/boost/throw_exception.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/changelog.dox b/doc/changelog.dox index 0cbd5e6..d67504e 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/configuration.dox b/doc/configuration.dox index 573bb09..5d20430 100644 --- a/doc/configuration.dox +++ b/doc/configuration.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/installation.dox b/doc/installation.dox index d4bc705..9d237b2 100644 --- a/doc/installation.dox +++ b/doc/installation.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-awaiting-continuables.dox b/doc/tutorial-awaiting-continuables.dox index 0ed2d4c..e2a27d4 100644 --- a/doc/tutorial-awaiting-continuables.dox +++ b/doc/tutorial-awaiting-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-chaining-continuables.dox b/doc/tutorial-chaining-continuables.dox index 720992f..5c87b4a 100644 --- a/doc/tutorial-chaining-continuables.dox +++ b/doc/tutorial-chaining-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-connecting-continuables.dox b/doc/tutorial-connecting-continuables.dox index c9370d8..5825753 100644 --- a/doc/tutorial-connecting-continuables.dox +++ b/doc/tutorial-connecting-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-creating-continuables.dox b/doc/tutorial-creating-continuables.dox index c9042aa..24574e2 100644 --- a/doc/tutorial-creating-continuables.dox +++ b/doc/tutorial-creating-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-promisify-continuables.dox b/doc/tutorial-promisify-continuables.dox index baf5ae3..246e5b1 100644 --- a/doc/tutorial-promisify-continuables.dox +++ b/doc/tutorial-promisify-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial-transforming-continuables.dox b/doc/tutorial-transforming-continuables.dox index 99f5147..6bd9233 100644 --- a/doc/tutorial-transforming-continuables.dox +++ b/doc/tutorial-transforming-continuables.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/tutorial.dox b/doc/tutorial.dox index d2d41a5..6e84017 100644 --- a/doc/tutorial.dox +++ b/doc/tutorial.dox @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/examples/example-ai/example-ai.cpp b/examples/example-ai/example-ai.cpp index 8052424..cc4b5c8 100644 --- a/examples/example-ai/example-ai.cpp +++ b/examples/example-ai/example-ai.cpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v3.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/examples/example-asio/example-asio-integration.cpp b/examples/example-asio/example-asio-integration.cpp index 4ac80ab..38e4b83 100644 --- a/examples/example-asio/example-asio-integration.cpp +++ b/examples/example-asio/example-asio-integration.cpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/examples/example-asio/example-asio.cpp b/examples/example-asio/example-asio.cpp index 0351600..d652670 100644 --- a/examples/example-asio/example-asio.cpp +++ b/examples/example-asio/example-asio.cpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/examples/example-slideshow/example-slideshow.cpp b/examples/example-slideshow/example-slideshow.cpp index 2a296bf..50c50e4 100644 --- a/examples/example-slideshow/example-slideshow.cpp +++ b/examples/example-slideshow/example-slideshow.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-base.hpp b/include/continuable/continuable-base.hpp index c685efe..53dd91b 100644 --- a/include/continuable/continuable-base.hpp +++ b/include/continuable/continuable-base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-connections.hpp b/include/continuable/continuable-connections.hpp index f795ad7..e910da6 100644 --- a/include/continuable/continuable-connections.hpp +++ b/include/continuable/continuable-connections.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-coroutine.hpp b/include/continuable/continuable-coroutine.hpp index e119ef4..4994205 100644 --- a/include/continuable/continuable-coroutine.hpp +++ b/include/continuable/continuable-coroutine.hpp @@ -6,7 +6,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-operations.hpp b/include/continuable/continuable-operations.hpp index 12bdc99..bd4ce79 100644 --- a/include/continuable/continuable-operations.hpp +++ b/include/continuable/continuable-operations.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-primitives.hpp b/include/continuable/continuable-primitives.hpp index ef68cb5..058a2ca 100644 --- a/include/continuable/continuable-primitives.hpp +++ b/include/continuable/continuable-primitives.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-promise-base.hpp b/include/continuable/continuable-promise-base.hpp index 7354c45..a5dec28 100644 --- a/include/continuable/continuable-promise-base.hpp +++ b/include/continuable/continuable-promise-base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-promisify.hpp b/include/continuable/continuable-promisify.hpp index 1045615..07ccd11 100644 --- a/include/continuable/continuable-promisify.hpp +++ b/include/continuable/continuable-promisify.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-result.hpp b/include/continuable/continuable-result.hpp index 56868c3..88a5f7f 100644 --- a/include/continuable/continuable-result.hpp +++ b/include/continuable/continuable-result.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-transforms.hpp b/include/continuable/continuable-transforms.hpp index 0d2561c..08b7bb1 100644 --- a/include/continuable/continuable-transforms.hpp +++ b/include/continuable/continuable-transforms.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-traverse-async.hpp b/include/continuable/continuable-traverse-async.hpp index bcba20d..936883d 100644 --- a/include/continuable/continuable-traverse-async.hpp +++ b/include/continuable/continuable-traverse-async.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-traverse.hpp b/include/continuable/continuable-traverse.hpp index f212c4b..587c9ce 100644 --- a/include/continuable/continuable-traverse.hpp +++ b/include/continuable/continuable-traverse.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-types.hpp b/include/continuable/continuable-types.hpp index 71d23fd..ad63718 100644 --- a/include/continuable/continuable-types.hpp +++ b/include/continuable/continuable-types.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable.hpp b/include/continuable/continuable.hpp index cbbc43a..1365c53 100644 --- a/include/continuable/continuable.hpp +++ b/include/continuable/continuable.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/connection/connection-aggregated.hpp b/include/continuable/detail/connection/connection-aggregated.hpp index ef84e32..06489b4 100644 --- a/include/continuable/detail/connection/connection-aggregated.hpp +++ b/include/continuable/detail/connection/connection-aggregated.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/connection/connection-all.hpp b/include/continuable/detail/connection/connection-all.hpp index f8c5ccf..d2185a0 100644 --- a/include/continuable/detail/connection/connection-all.hpp +++ b/include/continuable/detail/connection/connection-all.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/connection/connection-any.hpp b/include/continuable/detail/connection/connection-any.hpp index 219693d..01aa6e4 100644 --- a/include/continuable/detail/connection/connection-any.hpp +++ b/include/continuable/detail/connection/connection-any.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/connection/connection-seq.hpp b/include/continuable/detail/connection/connection-seq.hpp index 5b694fd..f82ccae 100644 --- a/include/continuable/detail/connection/connection-seq.hpp +++ b/include/continuable/detail/connection/connection-seq.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/connection/connection.hpp b/include/continuable/detail/connection/connection.hpp index 46d0328..8a23944 100644 --- a/include/continuable/detail/connection/connection.hpp +++ b/include/continuable/detail/connection/connection.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/core/annotation.hpp b/include/continuable/detail/core/annotation.hpp index 652992b..b64ac7b 100644 --- a/include/continuable/detail/core/annotation.hpp +++ b/include/continuable/detail/core/annotation.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/core/base.hpp b/include/continuable/detail/core/base.hpp index 57c3e80..4ea8d96 100644 --- a/include/continuable/detail/core/base.hpp +++ b/include/continuable/detail/core/base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/core/types.hpp b/include/continuable/detail/core/types.hpp index a47dd1a..d850406 100644 --- a/include/continuable/detail/core/types.hpp +++ b/include/continuable/detail/core/types.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/external/asio.hpp b/include/continuable/detail/external/asio.hpp index 162cb6f..a1b812e 100644 --- a/include/continuable/detail/external/asio.hpp +++ b/include/continuable/detail/external/asio.hpp @@ -6,7 +6,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/features.hpp b/include/continuable/detail/features.hpp index 207dec0..76fc1ee 100644 --- a/include/continuable/detail/features.hpp +++ b/include/continuable/detail/features.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/operations/async.hpp b/include/continuable/detail/operations/async.hpp index 79841b6..60cadd9 100644 --- a/include/continuable/detail/operations/async.hpp +++ b/include/continuable/detail/operations/async.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/operations/loop.hpp b/include/continuable/detail/operations/loop.hpp index ba4ed72..e710c40 100644 --- a/include/continuable/detail/operations/loop.hpp +++ b/include/continuable/detail/operations/loop.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/operations/split.hpp b/include/continuable/detail/operations/split.hpp index 635b830..f94d05a 100644 --- a/include/continuable/detail/operations/split.hpp +++ b/include/continuable/detail/operations/split.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/other/coroutines.hpp b/include/continuable/detail/other/coroutines.hpp index d5def3b..b196205 100644 --- a/include/continuable/detail/other/coroutines.hpp +++ b/include/continuable/detail/other/coroutines.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/other/erasure.hpp b/include/continuable/detail/other/erasure.hpp index 733d82f..acd8353 100644 --- a/include/continuable/detail/other/erasure.hpp +++ b/include/continuable/detail/other/erasure.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/other/promisify.hpp b/include/continuable/detail/other/promisify.hpp index 2638bd4..fdccbcb 100644 --- a/include/continuable/detail/other/promisify.hpp +++ b/include/continuable/detail/other/promisify.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/other/testing.hpp b/include/continuable/detail/other/testing.hpp index 80a5e67..d9bd929 100644 --- a/include/continuable/detail/other/testing.hpp +++ b/include/continuable/detail/other/testing.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/transforms/future.hpp b/include/continuable/detail/transforms/future.hpp index ffccdf4..67dfab6 100644 --- a/include/continuable/detail/transforms/future.hpp +++ b/include/continuable/detail/transforms/future.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/transforms/wait.hpp b/include/continuable/detail/transforms/wait.hpp index 012aab3..dac64d9 100644 --- a/include/continuable/detail/transforms/wait.hpp +++ b/include/continuable/detail/transforms/wait.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/traversal/container-category.hpp b/include/continuable/detail/traversal/container-category.hpp index 1595651..29e7a0c 100644 --- a/include/continuable/detail/traversal/container-category.hpp +++ b/include/continuable/detail/traversal/container-category.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/traversal/range.hpp b/include/continuable/detail/traversal/range.hpp index eeeca9d..12b73e8 100644 --- a/include/continuable/detail/traversal/range.hpp +++ b/include/continuable/detail/traversal/range.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/traversal/traverse-async.hpp b/include/continuable/detail/traversal/traverse-async.hpp index d5ec1f0..aaf9274 100644 --- a/include/continuable/detail/traversal/traverse-async.hpp +++ b/include/continuable/detail/traversal/traverse-async.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/traversal/traverse.hpp b/include/continuable/detail/traversal/traverse.hpp index 6246a49..8b4f6d9 100644 --- a/include/continuable/detail/traversal/traverse.hpp +++ b/include/continuable/detail/traversal/traverse.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/utility/identity.hpp b/include/continuable/detail/utility/identity.hpp index 7b2c04b..5e69aee 100644 --- a/include/continuable/detail/utility/identity.hpp +++ b/include/continuable/detail/utility/identity.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/utility/result-trait.hpp b/include/continuable/detail/utility/result-trait.hpp index 7ffada6..0988e4f 100644 --- a/include/continuable/detail/utility/result-trait.hpp +++ b/include/continuable/detail/utility/result-trait.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/utility/result-variant.hpp b/include/continuable/detail/utility/result-variant.hpp index 6c09191..136bcc1 100644 --- a/include/continuable/detail/utility/result-variant.hpp +++ b/include/continuable/detail/utility/result-variant.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/utility/traits.hpp b/include/continuable/detail/utility/traits.hpp index a4ff788..9e4fed4 100644 --- a/include/continuable/detail/utility/traits.hpp +++ b/include/continuable/detail/utility/traits.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/utility/util.hpp b/include/continuable/detail/utility/util.hpp index ebe67ed..766f7b4 100644 --- a/include/continuable/detail/utility/util.hpp +++ b/include/continuable/detail/utility/util.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/external/asio.hpp b/include/continuable/external/asio.hpp index 9536276..abd3f4c 100644 --- a/include/continuable/external/asio.hpp +++ b/include/continuable/external/asio.hpp @@ -6,7 +6,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/external/gtest.hpp b/include/continuable/external/gtest.hpp index 35afb67..872bebe 100644 --- a/include/continuable/external/gtest.hpp +++ b/include/continuable/external/gtest.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/operations/async.hpp b/include/continuable/operations/async.hpp index e56ee2f..f649ffb 100644 --- a/include/continuable/operations/async.hpp +++ b/include/continuable/operations/async.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/operations/loop.hpp b/include/continuable/operations/loop.hpp index 7ea9b57..9742312 100644 --- a/include/continuable/operations/loop.hpp +++ b/include/continuable/operations/loop.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/operations/split.hpp b/include/continuable/operations/split.hpp index 4d3bd87..aca992e 100644 --- a/include/continuable/operations/split.hpp +++ b/include/continuable/operations/split.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/transforms/future.hpp b/include/continuable/transforms/future.hpp index 2b6da08..d2dad79 100644 --- a/include/continuable/transforms/future.hpp +++ b/include/continuable/transforms/future.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/transforms/wait.hpp b/include/continuable/transforms/wait.hpp index 08f1e4c..fb1cbfa 100644 --- a/include/continuable/transforms/wait.hpp +++ b/include/continuable/transforms/wait.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v4.0.0 - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/link/test-link.cpp b/test/link/test-link.cpp index b4a3649..06879ce 100644 --- a/test/link/test-link.cpp +++ b/test/link/test-link.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/mock/test-mock.cpp b/test/mock/test-mock.cpp index 0f6ef06..ca8705c 100644 --- a/test/mock/test-mock.cpp +++ b/test/mock/test-mock.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/playground/test-playground.cpp b/test/playground/test-playground.cpp index fd43d55..c74fa4b 100644 --- a/test/playground/test-playground.cpp +++ b/test/playground/test-playground.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/standalone/continuable-standalone.cpp b/test/standalone/continuable-standalone.cpp index 34f00b3..6e64fc8 100644 --- a/test/standalone/continuable-standalone.cpp +++ b/test/standalone/continuable-standalone.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/threads/test-threads.cpp b/test/threads/test-threads.cpp index 42620f1..650881a 100644 --- a/test/threads/test-threads.cpp +++ b/test/threads/test-threads.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/async/test-continuable-async.cpp b/test/unit-test/async/test-continuable-async.cpp index 84ad601..a77b231 100644 --- a/test/unit-test/async/test-continuable-async.cpp +++ b/test/unit-test/async/test-continuable-async.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-await.cpp b/test/unit-test/multi/test-continuable-await.cpp index 1e5d418..d7da021 100644 --- a/test/unit-test/multi/test-continuable-await.cpp +++ b/test/unit-test/multi/test-continuable-await.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-chaining.cpp b/test/unit-test/multi/test-continuable-base-chaining.cpp index 934b181..cbae433 100644 --- a/test/unit-test/multi/test-continuable-base-chaining.cpp +++ b/test/unit-test/multi/test-continuable-base-chaining.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-destruct.cpp b/test/unit-test/multi/test-continuable-base-destruct.cpp index 18730c6..49ae9fa 100644 --- a/test/unit-test/multi/test-continuable-base-destruct.cpp +++ b/test/unit-test/multi/test-continuable-base-destruct.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-errors.cpp b/test/unit-test/multi/test-continuable-base-errors.cpp index 912bb11..d03df52 100644 --- a/test/unit-test/multi/test-continuable-base-errors.cpp +++ b/test/unit-test/multi/test-continuable-base-errors.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-executors.cpp b/test/unit-test/multi/test-continuable-base-executors.cpp index 950b13f..446edf7 100644 --- a/test/unit-test/multi/test-continuable-base-executors.cpp +++ b/test/unit-test/multi/test-continuable-base-executors.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-multipath.cpp b/test/unit-test/multi/test-continuable-base-multipath.cpp index 3031e7f..609f43b 100644 --- a/test/unit-test/multi/test-continuable-base-multipath.cpp +++ b/test/unit-test/multi/test-continuable-base-multipath.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-base-partial.cpp b/test/unit-test/multi/test-continuable-base-partial.cpp index b952c25..92a2bfd 100644 --- a/test/unit-test/multi/test-continuable-base-partial.cpp +++ b/test/unit-test/multi/test-continuable-base-partial.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-all-seq-ag-1.cpp b/test/unit-test/multi/test-continuable-connection-all-seq-ag-1.cpp index 0c5786f..0fdfe2d 100644 --- a/test/unit-test/multi/test-continuable-connection-all-seq-ag-1.cpp +++ b/test/unit-test/multi/test-continuable-connection-all-seq-ag-1.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-all-seq-ag-2.cpp b/test/unit-test/multi/test-continuable-connection-all-seq-ag-2.cpp index a6bad14..9566699 100644 --- a/test/unit-test/multi/test-continuable-connection-all-seq-ag-2.cpp +++ b/test/unit-test/multi/test-continuable-connection-all-seq-ag-2.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-all-seq-op.cpp b/test/unit-test/multi/test-continuable-connection-all-seq-op.cpp index 7cc8479..a3e8f8b 100644 --- a/test/unit-test/multi/test-continuable-connection-all-seq-op.cpp +++ b/test/unit-test/multi/test-continuable-connection-all-seq-op.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-all.cpp b/test/unit-test/multi/test-continuable-connection-all.cpp index 88ed629..01a4ea8 100644 --- a/test/unit-test/multi/test-continuable-connection-all.cpp +++ b/test/unit-test/multi/test-continuable-connection-all.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-any.cpp b/test/unit-test/multi/test-continuable-connection-any.cpp index eeac18d..6af991a 100644 --- a/test/unit-test/multi/test-continuable-connection-any.cpp +++ b/test/unit-test/multi/test-continuable-connection-any.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-connection-seq.cpp b/test/unit-test/multi/test-continuable-connection-seq.cpp index 391a0cd..30db712 100644 --- a/test/unit-test/multi/test-continuable-connection-seq.cpp +++ b/test/unit-test/multi/test-continuable-connection-seq.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-erasure.cpp b/test/unit-test/multi/test-continuable-erasure.cpp index e7862b1..6a4bec5 100644 --- a/test/unit-test/multi/test-continuable-erasure.cpp +++ b/test/unit-test/multi/test-continuable-erasure.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-operations-async.cpp b/test/unit-test/multi/test-continuable-operations-async.cpp index 845dea6..7cd2982 100644 --- a/test/unit-test/multi/test-continuable-operations-async.cpp +++ b/test/unit-test/multi/test-continuable-operations-async.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-operations-loop.cpp b/test/unit-test/multi/test-continuable-operations-loop.cpp index ace6d18..929e80c 100644 --- a/test/unit-test/multi/test-continuable-operations-loop.cpp +++ b/test/unit-test/multi/test-continuable-operations-loop.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-operations-split.cpp b/test/unit-test/multi/test-continuable-operations-split.cpp index e7fdfd3..f4e90d2 100644 --- a/test/unit-test/multi/test-continuable-operations-split.cpp +++ b/test/unit-test/multi/test-continuable-operations-split.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-regression.cpp b/test/unit-test/multi/test-continuable-regression.cpp index 1d95c27..625021d 100644 --- a/test/unit-test/multi/test-continuable-regression.cpp +++ b/test/unit-test/multi/test-continuable-regression.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/multi/test-continuable-transforms.cpp b/test/unit-test/multi/test-continuable-transforms.cpp index 3f79126..d197a1b 100644 --- a/test/unit-test/multi/test-continuable-transforms.cpp +++ b/test/unit-test/multi/test-continuable-transforms.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-connection-noinst.cpp b/test/unit-test/single/test-continuable-connection-noinst.cpp index 186dbbf..600bcd7 100644 --- a/test/unit-test/single/test-continuable-connection-noinst.cpp +++ b/test/unit-test/single/test-continuable-connection-noinst.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-erasure.cpp b/test/unit-test/single/test-continuable-erasure.cpp index a78951a..5fd48a7 100644 --- a/test/unit-test/single/test-continuable-erasure.cpp +++ b/test/unit-test/single/test-continuable-erasure.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-forward-decl.cpp b/test/unit-test/single/test-continuable-forward-decl.cpp index 2b6c48b..9ae7682 100644 --- a/test/unit-test/single/test-continuable-forward-decl.cpp +++ b/test/unit-test/single/test-continuable-forward-decl.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-promise.cpp b/test/unit-test/single/test-continuable-promise.cpp index 7a4e684..f18be8e 100644 --- a/test/unit-test/single/test-continuable-promise.cpp +++ b/test/unit-test/single/test-continuable-promise.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-promisify.cpp b/test/unit-test/single/test-continuable-promisify.cpp index 9c5f353..33b9c68 100644 --- a/test/unit-test/single/test-continuable-promisify.cpp +++ b/test/unit-test/single/test-continuable-promisify.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-ready.cpp b/test/unit-test/single/test-continuable-ready.cpp index 400143a..abd4e82 100644 --- a/test/unit-test/single/test-continuable-ready.cpp +++ b/test/unit-test/single/test-continuable-ready.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-result.cpp b/test/unit-test/single/test-continuable-result.cpp index c7ea567..569dbd3 100644 --- a/test/unit-test/single/test-continuable-result.cpp +++ b/test/unit-test/single/test-continuable-result.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-traverse-async.cpp b/test/unit-test/single/test-continuable-traverse-async.cpp index e056e46..9366871 100644 --- a/test/unit-test/single/test-continuable-traverse-async.cpp +++ b/test/unit-test/single/test-continuable-traverse-async.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/single/test-continuable-traverse.cpp b/test/unit-test/single/test-continuable-traverse.cpp index ea68d88..6029330 100644 --- a/test/unit-test/single/test-continuable-traverse.cpp +++ b/test/unit-test/single/test-continuable-traverse.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable.cpp b/test/unit-test/test-continuable.cpp index a50359d..d6096cb 100644 --- a/test/unit-test/test-continuable.cpp +++ b/test/unit-test/test-continuable.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable.hpp b/test/unit-test/test-continuable.hpp index 5fec85e..a24c15f 100644 --- a/test/unit-test/test-continuable.hpp +++ b/test/unit-test/test-continuable.hpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2019 Denis Blank + Copyright(c) 2015 - 2020 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal