From dcaad6f3dc3f89f808d502004049e9e614cb7e7a Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 7 Jan 2023 15:47:21 +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/ecs.hpp/ecs.hpp | 2 +- untests/ecs_examples.cpp | 2 +- untests/ecs_tests.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/ecs.hpp/ecs.hpp b/headers/ecs.hpp/ecs.hpp index de8f412..1801f2c 100644 --- a/headers/ecs.hpp/ecs.hpp +++ b/headers/ecs.hpp/ecs.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/ecs.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/ecs_examples.cpp b/untests/ecs_examples.cpp index 6cb7365..d4c016a 100644 --- a/untests/ecs_examples.cpp +++ b/untests/ecs_examples.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/ecs.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/ecs_tests.cpp b/untests/ecs_tests.cpp index 4ae40ad..917c561 100644 --- a/untests/ecs_tests.cpp +++ b/untests/ecs_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/ecs.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