From d35917b9cdcb6385a4150f849847d4c1391ff5d6 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 12 Jan 2021 19:58:58 +0700 Subject: [PATCH] =?UTF-8?q?Happy=20New=20Year=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 +- headers/curly.hpp/curly.hpp | 2 +- sources/curly.hpp/curly.cpp | 2 +- untests/catch_main.cpp | 2 +- untests/curly_tests.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d096137..22e6e0f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2019-2021, 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/curly.hpp/curly.hpp b/headers/curly.hpp/curly.hpp index 7af8466..d923045 100644 --- a/headers/curly.hpp/curly.hpp +++ b/headers/curly.hpp/curly.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/curly.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2021, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/sources/curly.hpp/curly.cpp b/sources/curly.hpp/curly.cpp index a63fb68..fe7fe26 100644 --- a/sources/curly.hpp/curly.cpp +++ b/sources/curly.hpp/curly.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/curly.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2021, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/catch_main.cpp b/untests/catch_main.cpp index 8253358..de8a1da 100644 --- a/untests/catch_main.cpp +++ b/untests/catch_main.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/curly.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2021, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #define CATCH_CONFIG_MAIN diff --git a/untests/curly_tests.cpp b/untests/curly_tests.cpp index 05ef424..d87c770 100644 --- a/untests/curly_tests.cpp +++ b/untests/curly_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/curly.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2021, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include