From 7197caf50023f1e2e6bd9176fa2a28f0b1056fd0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 15 Aug 2004 10:13:49 +0000 Subject: [PATCH] Added Daryle Walker's copyrights as requested. [SVN r24481] --- include/boost/integer.hpp | 2 +- include/boost/integer_fwd.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index dcf6569..aa8b22c 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -1,6 +1,6 @@ // boost integer.hpp header file -------------------------------------------// -// Copyright Beman Dawes 1999. Distributed under the Boost +// Copyright Beman Dawes and Daryle Walker 1999. 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/include/boost/integer_fwd.hpp b/include/boost/integer_fwd.hpp index ffad6d4..e2d5d38 100644 --- a/include/boost/integer_fwd.hpp +++ b/include/boost/integer_fwd.hpp @@ -1,6 +1,6 @@ // Boost integer_fwd.hpp header file ---------------------------------------// -// (C) Copyright Dave Abrahams 2001. Distributed under the Boost +// (C) Copyright Dave Abrahams and Daryle Walker 2001. 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)