From 9031f17bb818a1cb80c6185be1856466dd08bda9 Mon Sep 17 00:00:00 2001 From: Ivan Matek Date: Mon, 13 Sep 2021 00:22:03 +0200 Subject: [PATCH] update CR --- include/boost/algorithm/is_clamped.hpp | 2 +- test/is_clamped_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)