From 9197b6a88041316a9706370e9b8dddd757a38fad Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 17 Feb 2020 18:57:47 -0800 Subject: [PATCH] Updated copyright message --- include/boost/exception/detail/exception_ptr.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index 26b365a..8956798 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -1,4 +1,5 @@ //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc. +//Copyright (c) 2019 Dario Menendez, Banco Santander //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)