Converted to Boost Software License, Version 1.0

[SVN r24055]
This commit is contained in:
Douglas Gregor
2004-07-26 00:32:12 +00:00
parent 3290f6e5fe
commit 5f4cc5ca82
10 changed files with 34 additions and 55 deletions

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2003 // Copyright (c) 2003
// Eric Friedman // Eric Friedman
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_BLANK_HPP #ifndef BOOST_BLANK_HPP
#define BOOST_BLANK_HPP #define BOOST_BLANK_HPP

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2003 // Copyright (c) 2003
// Eric Friedman // Eric Friedman
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_BLANK_FWD_HPP #ifndef BOOST_BLANK_FWD_HPP
#define BOOST_BLANK_FWD_HPP #define BOOST_BLANK_FWD_HPP

View File

@@ -1,8 +1,7 @@
// (C) Copyright David Abrahams 2002. Permission to copy, use, modify, // (C) Copyright David Abrahams 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// Boost versions of // Boost versions of
// //

View File

@@ -12,10 +12,9 @@
// //
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
// //
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all copies. // accompanying file LICENSE_1_0.txt or copy at
// This software is provided "as is" without express or implied // http://www.boost.org/LICENSE_1_0.txt)
// warranty, and with no claim as to its suitability for any purpose.
// //
// BOOST_TEST(expression) // BOOST_TEST(expression)
// BOOST_ERROR(message) // BOOST_ERROR(message)

View File

@@ -13,10 +13,9 @@
// Copyright (c) 2003 David Abrahams // Copyright (c) 2003 David Abrahams
// Copyright (c) 2003 Peter Dimov // Copyright (c) 2003 Peter Dimov
// //
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all copies. // accompanying file LICENSE_1_0.txt or copy at
// This software is provided "as is" without express or implied // http://www.boost.org/LICENSE_1_0.txt)
// warranty, and with no claim as to its suitability for any purpose.
// //
#include <boost/config.hpp> #include <boost/config.hpp>

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2003 // Copyright (c) 2003
// Eric Friedman // Eric Friedman
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_DETAIL_REFERENCE_CONTENT_HPP #ifndef BOOST_DETAIL_REFERENCE_CONTENT_HPP
#define BOOST_DETAIL_REFERENCE_CONTENT_HPP #define BOOST_DETAIL_REFERENCE_CONTENT_HPP

View File

@@ -1,8 +1,7 @@
// (C) Copyright David Abrahams 2001. Permission to copy, use, modify, // (C) Copyright David Abrahams 2001.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// //
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org for most recent version including documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2003 // Copyright (c) 2003
// Eric Friedman // Eric Friedman
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_DETAIL_TEMPLATED_STREAMS_HPP #ifndef BOOST_DETAIL_TEMPLATED_STREAMS_HPP
#define BOOST_DETAIL_TEMPLATED_STREAMS_HPP #define BOOST_DETAIL_TEMPLATED_STREAMS_HPP

View File

@@ -1,7 +1,7 @@
// (C) Copyright Jeremy Siek 2000. Permission to copy, use, modify, sell and // (C) Copyright Jeremy Siek 2000.
// distribute this software is granted provided this copyright notice appears // Distributed under the Boost Software License, Version 1.0. (See
// in all copies. This software is provided "as is" without express or implied // accompanying file LICENSE_1_0.txt or copy at
// warranty, and with no claim as to its suitability for any purpose. // http://www.boost.org/LICENSE_1_0.txt)
// The ct_if implementation that avoids partial specialization is // The ct_if implementation that avoids partial specialization is
// based on the IF class by Ulrich W. Eisenecker and Krzysztof // based on the IF class by Ulrich W. Eisenecker and Krzysztof

View File

@@ -1,8 +1,7 @@
// (C) Copyright David Abrahams 2001. Permission to copy, use, // (C) Copyright David Abrahams 2001.
// modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef BOOST_TYPE_DWA20010120_HPP #ifndef BOOST_TYPE_DWA20010120_HPP
# define BOOST_TYPE_DWA20010120_HPP # define BOOST_TYPE_DWA20010120_HPP