From e2e70427cccdab2b2892531ce34dc167353217eb Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 19 Aug 2004 15:19:17 +0000 Subject: [PATCH] License updates [SVN r24597] --- include/boost/mpl/replace.hpp | 10 +++------- include/boost/mpl/replace_if.hpp | 10 +++------- include/boost/mpl/unique.hpp | 10 +++------- test/replace.cpp | 10 +++------- test/replace_if.cpp | 10 +++------- 5 files changed, 15 insertions(+), 35 deletions(-) diff --git a/include/boost/mpl/replace.hpp b/include/boost/mpl/replace.hpp index 3586a0a..f54519a 100644 --- a/include/boost/mpl/replace.hpp +++ b/include/boost/mpl/replace.hpp @@ -6,13 +6,9 @@ // Copyright (c) 2000-02 // Aleksey Gurtovoy and John R. Bandela // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// 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. +// 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) #ifndef BOOST_MPL_REPLACE_HPP_INCLUDED #define BOOST_MPL_REPLACE_HPP_INCLUDED diff --git a/include/boost/mpl/replace_if.hpp b/include/boost/mpl/replace_if.hpp index 292a66c..1ae9317 100644 --- a/include/boost/mpl/replace_if.hpp +++ b/include/boost/mpl/replace_if.hpp @@ -6,13 +6,9 @@ // Copyright (c) 2000-02 // Aleksey Gurtovoy and John R. Bandela // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// 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. +// 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) #ifndef BOOST_MPL_REPLACE_IF_HPP_INCLUDED #define BOOST_MPL_REPLACE_IF_HPP_INCLUDED diff --git a/include/boost/mpl/unique.hpp b/include/boost/mpl/unique.hpp index f9384f6..6d8bd83 100644 --- a/include/boost/mpl/unique.hpp +++ b/include/boost/mpl/unique.hpp @@ -6,13 +6,9 @@ // Copyright (c) 2000-02 // Aleksey Gurtovoy and John R. Bandela // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// 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. +// 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) #ifndef BOOST_MPL_UNIQUE_HPP_INCLUDED #define BOOST_MPL_UNIQUE_HPP_INCLUDED diff --git a/test/replace.cpp b/test/replace.cpp index a4585ff..58ab164 100644 --- a/test/replace.cpp +++ b/test/replace.cpp @@ -6,13 +6,9 @@ // Copyright (c) 2000-02 // Aleksey Gurtovoy and John R. Bandela // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// 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. +// 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) #include "boost/mpl/replace.hpp" #include "boost/mpl/list.hpp" diff --git a/test/replace_if.cpp b/test/replace_if.cpp index ef82a4b..53e2994 100644 --- a/test/replace_if.cpp +++ b/test/replace_if.cpp @@ -6,13 +6,9 @@ // Copyright (c) 2000-02 // Aleksey Gurtovoy and John R. Bandela // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// 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. +// 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) #include "boost/mpl/replace_if.hpp" #include "boost/mpl/list_c.hpp"