diff --git a/LICENSE.md b/LICENSE.md index 2ffc5a0..4f007b6 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-2022, 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/invoke.hpp/invoke.hpp b/headers/invoke.hpp/invoke.hpp index 99a687d..451a7a8 100644 --- a/headers/invoke.hpp/invoke.hpp +++ b/headers/invoke.hpp/invoke.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/invoke.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-2022, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/untests/invoke_tests.cpp b/untests/invoke_tests.cpp index 799f6d3..5b71e42 100644 --- a/untests/invoke_tests.cpp +++ b/untests/invoke_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/invoke.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-2022, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include