License update

[SVN r24990]
This commit is contained in:
Douglas Gregor
2004-09-09 13:59:01 +00:00
parent 4ee6e051fe
commit 2fde5e334b
7 changed files with 21 additions and 28 deletions

View File

@ -1,10 +1,9 @@
/* simple example for using class array<> /* simple example for using class array<>
* *
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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.
* *
* Changelog: * Changelog:
* 20 Jan 2001 - Removed boolalpha use since stock GCC doesn't support it * 20 Jan 2001 - Removed boolalpha use since stock GCC doesn't support it

View File

@ -1,9 +1,8 @@
/* example for using class array<> /* example for using class array<>
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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 <algorithm> #include <algorithm>

View File

@ -1,9 +1,8 @@
/* example for using class array<> /* example for using class array<>
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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 <string> #include <string>

View File

@ -1,9 +1,8 @@
/* example for using class array<> /* example for using class array<>
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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 <algorithm> #include <algorithm>

View File

@ -1,9 +1,8 @@
/* simple example for using class array<> /* simple example for using class array<>
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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 <iostream> #include <iostream>

View File

@ -9,10 +9,9 @@
* for documentation. * for documentation.
* *
* (C) Copyright Nicolai M. Josuttis 2001. * (C) Copyright Nicolai M. Josuttis 2001.
* 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.
* *
* 29 Jan 2004 - c_array() added, BOOST_NO_PRIVATE_IN_AGGREGATE removed (Nico Josuttis) * 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. * 23 Aug 2002 - fix for Non-MSVC compilers combined with MSVC libraries.

View File

@ -3,10 +3,9 @@
* by Nicolai M. Josuttis, Addison-Wesley, 1999 * by Nicolai M. Josuttis, Addison-Wesley, 1999
* *
* (C) Copyright Nicolai M. Josuttis 1999. * (C) Copyright Nicolai M. Josuttis 1999.
* 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 <iostream> #include <iostream>