diff --git a/include/boost/algorithm/is_clamped.hpp b/include/boost/algorithm/is_clamped.hpp index 9238bbc..3f00444 100644 --- a/include/boost/algorithm/is_clamped.hpp +++ b/include/boost/algorithm/is_clamped.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) Marshall Clow 2008-2012. + Copyright (c) Ivan Matek, Marshall Clow 2021. 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) diff --git a/test/is_clamped_test.cpp b/test/is_clamped_test.cpp index 149edec..575e343 100644 --- a/test/is_clamped_test.cpp +++ b/test/is_clamped_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright TODO +// (C) Copyright Ivan Matek, Marshall Clow 2021. // Use, modification and distribution are subject to 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)