From caf82fc66fcb560d6e064903f003085c4afe5712 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Thu, 5 Jan 2023 08:52:04 +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/flat.hpp/detail/eq_compare.hpp | 2 +- headers/flat.hpp/detail/is_allocator.hpp | 2 +- headers/flat.hpp/detail/is_sorted.hpp | 2 +- headers/flat.hpp/detail/is_transparent.hpp | 2 +- headers/flat.hpp/detail/iter_traits.hpp | 2 +- headers/flat.hpp/detail/pair_compare.hpp | 2 +- headers/flat.hpp/flat.hpp | 2 +- headers/flat.hpp/flat_fwd.hpp | 2 +- headers/flat.hpp/flat_map.hpp | 2 +- headers/flat.hpp/flat_multimap.hpp | 2 +- headers/flat.hpp/flat_multiset.hpp | 2 +- headers/flat.hpp/flat_set.hpp | 2 +- untests/flat_detail_tests.cpp | 2 +- untests/flat_map_tests.cpp | 2 +- untests/flat_multimap_tests.cpp | 2 +- untests/flat_multiset_tests.cpp | 2 +- untests/flat_set_tests.cpp | 2 +- untests/flat_tests.hpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 33252ab..80d0414 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2019-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/flat.hpp/detail/eq_compare.hpp b/headers/flat.hpp/detail/eq_compare.hpp index bf7ddde..ada00c6 100644 --- a/headers/flat.hpp/detail/eq_compare.hpp +++ b/headers/flat.hpp/detail/eq_compare.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/detail/is_allocator.hpp b/headers/flat.hpp/detail/is_allocator.hpp index 4ce4a7a..13e0c34 100644 --- a/headers/flat.hpp/detail/is_allocator.hpp +++ b/headers/flat.hpp/detail/is_allocator.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/detail/is_sorted.hpp b/headers/flat.hpp/detail/is_sorted.hpp index 7b9cda3..e207d66 100644 --- a/headers/flat.hpp/detail/is_sorted.hpp +++ b/headers/flat.hpp/detail/is_sorted.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/detail/is_transparent.hpp b/headers/flat.hpp/detail/is_transparent.hpp index ac835d7..8dfc56e 100644 --- a/headers/flat.hpp/detail/is_transparent.hpp +++ b/headers/flat.hpp/detail/is_transparent.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/detail/iter_traits.hpp b/headers/flat.hpp/detail/iter_traits.hpp index c44723f..5cfc5c4 100644 --- a/headers/flat.hpp/detail/iter_traits.hpp +++ b/headers/flat.hpp/detail/iter_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/detail/pair_compare.hpp b/headers/flat.hpp/detail/pair_compare.hpp index bb39b92..8f758bd 100644 --- a/headers/flat.hpp/detail/pair_compare.hpp +++ b/headers/flat.hpp/detail/pair_compare.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/flat.hpp b/headers/flat.hpp/flat.hpp index 8a9f623..5d95e74 100644 --- a/headers/flat.hpp/flat.hpp +++ b/headers/flat.hpp/flat.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include "flat_map.hpp" diff --git a/headers/flat.hpp/flat_fwd.hpp b/headers/flat.hpp/flat_fwd.hpp index da8d4fe..7f2e733 100644 --- a/headers/flat.hpp/flat_fwd.hpp +++ b/headers/flat.hpp/flat_fwd.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/flat_map.hpp b/headers/flat.hpp/flat_map.hpp index fda25da..e1b155e 100644 --- a/headers/flat.hpp/flat_map.hpp +++ b/headers/flat.hpp/flat_map.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/flat_multimap.hpp b/headers/flat.hpp/flat_multimap.hpp index fbe23a8..763a7ea 100644 --- a/headers/flat.hpp/flat_multimap.hpp +++ b/headers/flat.hpp/flat_multimap.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/flat_multiset.hpp b/headers/flat.hpp/flat_multiset.hpp index 4bac8ce..c5fe652 100644 --- a/headers/flat.hpp/flat_multiset.hpp +++ b/headers/flat.hpp/flat_multiset.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/flat.hpp/flat_set.hpp b/headers/flat.hpp/flat_set.hpp index 1bcdd9b..194112a 100644 --- a/headers/flat.hpp/flat_set.hpp +++ b/headers/flat.hpp/flat_set.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/untests/flat_detail_tests.cpp b/untests/flat_detail_tests.cpp index 0eaf9c6..daada0e 100644 --- a/untests/flat_detail_tests.cpp +++ b/untests/flat_detail_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/flat_map_tests.cpp b/untests/flat_map_tests.cpp index 64e717c..891e3f0 100644 --- a/untests/flat_map_tests.cpp +++ b/untests/flat_map_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/flat_multimap_tests.cpp b/untests/flat_multimap_tests.cpp index 5cb48bf..d70dbea 100644 --- a/untests/flat_multimap_tests.cpp +++ b/untests/flat_multimap_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/flat_multiset_tests.cpp b/untests/flat_multiset_tests.cpp index 27d9e84..7704586 100644 --- a/untests/flat_multiset_tests.cpp +++ b/untests/flat_multiset_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/flat_set_tests.cpp b/untests/flat_set_tests.cpp index 24f445f..b96867c 100644 --- a/untests/flat_set_tests.cpp +++ b/untests/flat_set_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/untests/flat_tests.hpp b/untests/flat_tests.hpp index c874564..d0c1f20 100644 --- a/untests/flat_tests.hpp +++ b/untests/flat_tests.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/flat.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2019-2022, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2019-2023, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include