Add missing copyright notice to foa.hpp

This commit is contained in:
Christian Mazakas
2023-02-19 21:08:00 -08:00
parent 7c608ae7bc
commit b08810c0c4

View File

@ -1,6 +1,7 @@
/* Fast open-addressing hash table.
*
* Copyright 2022-2023 Joaquin M Lopez Munoz.
* Copyright 2023 Christian Mazakas.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)