diff --git a/array1.cpp b/array1.cpp index b5f45c1..740968f 100644 --- a/array1.cpp +++ b/array1.cpp @@ -1,10 +1,9 @@ /* simple example for using class array<> * * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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) * * Changelog: * 20 Jan 2001 - Removed boolalpha use since stock GCC doesn't support it diff --git a/array2.cpp b/array2.cpp index f75cc3d..abbc745 100644 --- a/array2.cpp +++ b/array2.cpp @@ -1,9 +1,8 @@ /* example for using class array<> * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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 diff --git a/array3.cpp b/array3.cpp index 69ff81d..a4eac5d 100644 --- a/array3.cpp +++ b/array3.cpp @@ -1,9 +1,8 @@ /* example for using class array<> * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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 diff --git a/array4.cpp b/array4.cpp index a0a1196..33b9819 100644 --- a/array4.cpp +++ b/array4.cpp @@ -1,9 +1,8 @@ /* example for using class array<> * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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 diff --git a/array5.cpp b/array5.cpp index ad74525..d6c472a 100644 --- a/array5.cpp +++ b/array5.cpp @@ -1,9 +1,8 @@ /* simple example for using class array<> * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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 diff --git a/include/boost/array.hpp b/include/boost/array.hpp index bcf96e6..ce9eda7 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -9,10 +9,9 @@ * for documentation. * * (C) Copyright Nicolai M. Josuttis 2001. - * 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. + * 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) * * 29 Jan 2004 - c_array() added, BOOST_NO_PRIVATE_IN_AGGREGATE removed (Nico Josuttis) * 23 Aug 2002 - fix for Non-MSVC compilers combined with MSVC libraries. diff --git a/print.hpp b/print.hpp index 7ce0a2c..6d68e8e 100644 --- a/print.hpp +++ b/print.hpp @@ -3,10 +3,9 @@ * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josuttis 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. + * 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