From 0fd74d14409fff20ffe1887f16150d40d4e8bf28 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 12 Jan 2021 01:03:16 +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/enum.hpp/enum.hpp | 2 +- headers/enum.hpp/enum_bitflags.hpp | 2 +- untests/enum_bitflags_examples.cpp | 2 +- untests/enum_bitflags_tests.cpp | 2 +- untests/enum_examples.cpp | 2 +- untests/enum_tests.cpp | 2 +- 7 files changed, 7 insertions(+), 7 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/enum.hpp/enum.hpp b/headers/enum.hpp/enum.hpp index b9cd327..d616c18 100644 --- a/headers/enum.hpp/enum.hpp +++ b/headers/enum.hpp/enum.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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/headers/enum.hpp/enum_bitflags.hpp b/headers/enum.hpp/enum_bitflags.hpp index a8884b9..a9eccd1 100644 --- a/headers/enum.hpp/enum_bitflags.hpp +++ b/headers/enum.hpp/enum_bitflags.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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/untests/enum_bitflags_examples.cpp b/untests/enum_bitflags_examples.cpp index b081fd8..fa08927 100644 --- a/untests/enum_bitflags_examples.cpp +++ b/untests/enum_bitflags_examples.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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/enum_bitflags_tests.cpp b/untests/enum_bitflags_tests.cpp index 6e539b6..22020b2 100644 --- a/untests/enum_bitflags_tests.cpp +++ b/untests/enum_bitflags_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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/enum_examples.cpp b/untests/enum_examples.cpp index 3ee9f17..9516103 100644 --- a/untests/enum_examples.cpp +++ b/untests/enum_examples.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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/enum_tests.cpp b/untests/enum_tests.cpp index cf1a9c0..2b1a5cf 100644 --- a/untests/enum_tests.cpp +++ b/untests/enum_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/enum.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