diff --git a/LICENSE.md b/LICENSE.md index 2ffc5a0..f849903 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) 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/headers/promise.hpp/jobber.hpp b/headers/promise.hpp/jobber.hpp index 3e81122..63510a3 100644 --- a/headers/promise.hpp/jobber.hpp +++ b/headers/promise.hpp/jobber.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/promise.hpp/promise.hpp b/headers/promise.hpp/promise.hpp index 4aa3248..1eb7cf1 100644 --- a/headers/promise.hpp/promise.hpp +++ b/headers/promise.hpp/promise.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/promise.hpp/scheduler.hpp b/headers/promise.hpp/scheduler.hpp index ab1f66c..ac01426 100644 --- a/headers/promise.hpp/scheduler.hpp +++ b/headers/promise.hpp/scheduler.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/untests/jobber_tests.cpp b/untests/jobber_tests.cpp index 5351cc6..dc1f433 100644 --- a/untests/jobber_tests.cpp +++ b/untests/jobber_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/promise_tests.cpp b/untests/promise_tests.cpp index d722d8b..9a5020d 100644 --- a/untests/promise_tests.cpp +++ b/untests/promise_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/scheduler_tests.cpp b/untests/scheduler_tests.cpp index 6de44ef..c222741 100644 --- a/untests/scheduler_tests.cpp +++ b/untests/scheduler_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/promise.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2018-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include