From aa54727b2f6363dee4eb3b3d320c183a8bf66ccf Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 1 Dec 2006 14:28:43 +0000 Subject: [PATCH] Merged a copyright addition from trunk to branch. [SVN r36231] --- include/boost/detail/endian.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/endian.hpp b/include/boost/detail/endian.hpp index 4cc81ad..01a7689 100644 --- a/include/boost/detail/endian.hpp +++ b/include/boost/detail/endian.hpp @@ -1,4 +1,5 @@ -// (c) Copyright John Maddock 2001 +// (c) Copyright Caleb Epstein 2005 +// (c) Copyright John Maddock 2006 // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)