From 7450d911cc291fee27f69c0a3a1a78904d8e0f56 Mon Sep 17 00:00:00 2001 From: Yat Ho Date: Fri, 23 Feb 2024 10:37:28 +0800 Subject: [PATCH] chore: add copyright info --- include/small/detail/container/associative_vector.hpp | 1 + test/unit/small_map.cpp | 1 + test/unit/small_set.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/include/small/detail/container/associative_vector.hpp b/include/small/detail/container/associative_vector.hpp index c3e74be..e289f18 100644 --- a/include/small/detail/container/associative_vector.hpp +++ b/include/small/detail/container/associative_vector.hpp @@ -1,4 +1,5 @@ // +// Copyright (c) 2024 Yat Ho (lagoho7@gmail.com) // Copyright (c) 2021 alandefreitas (alandefreitas@gmail.com) // // Distributed under the Boost Software License, Version 1.0. diff --git a/test/unit/small_map.cpp b/test/unit/small_map.cpp index f043abe..2e292cb 100644 --- a/test/unit/small_map.cpp +++ b/test/unit/small_map.cpp @@ -1,4 +1,5 @@ // +// Copyright (c) 2024 Yat Ho (lagoho7@gmail.com) // Copyright (c) 2022 alandefreitas (alandefreitas@gmail.com) // // Distributed under the Boost Software License, Version 1.0. diff --git a/test/unit/small_set.cpp b/test/unit/small_set.cpp index 75cbeb5..b438b9e 100644 --- a/test/unit/small_set.cpp +++ b/test/unit/small_set.cpp @@ -1,4 +1,5 @@ // +// Copyright (c) 2024 Yat Ho (lagoho7@gmail.com) // Copyright (c) 2022 alandefreitas (alandefreitas@gmail.com) // // Distributed under the Boost Software License, Version 1.0.