From d43935d3e0cfcbad899b56366206fbd174645e16 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 10 Aug 2004 12:53:34 +0000 Subject: [PATCH] Removed Boost.org copyrights and replaced with originating authors copyright instead. [SVN r24372] --- include/boost/limits.hpp | 8 ++++---- include/boost/version.hpp | 11 +++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/include/boost/limits.hpp b/include/boost/limits.hpp index d08c6d72..87982e54 100644 --- a/include/boost/limits.hpp +++ b/include/boost/limits.hpp @@ -1,8 +1,8 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John maddock 1999. +// (C) David Abrahams 2002. 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) // // use this header as a workaround for missing diff --git a/include/boost/version.hpp b/include/boost/version.hpp index ed20c2d7..38fb10eb 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -1,9 +1,8 @@ // Boost version.hpp configuration header file ------------------------------// -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John maddock 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) // See http://www.boost.org/libs/config for documentation @@ -20,7 +19,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 103100 +#define BOOST_VERSION 103200 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -28,7 +27,7 @@ // number and y is the minor version number. This is used by // to select which library version to link to. -#define BOOST_LIB_VERSION "1_31" +#define BOOST_LIB_VERSION "1_32" #endif