From a28ece0785fa9e334e7cb6b8229c3df7e0f6ca7e Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 21 Mar 2015 18:19:08 +0000 Subject: [PATCH] function/function.hpp Amend copyright. --- include/boost/phoenix/function/function.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/phoenix/function/function.hpp b/include/boost/phoenix/function/function.hpp index 9d8ce53..9017e40 100644 --- a/include/boost/phoenix/function/function.hpp +++ b/include/boost/phoenix/function/function.hpp @@ -1,6 +1,7 @@ /*============================================================================== Copyright (c) 2001-2010 Joel de Guzman Copyright (c) 2010 Eric Niebler + Copyright (c) 2015 John Fletcher 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)