mirror of
https://github.com/boostorg/array.git
synced 2025-07-17 22:52:08 +02:00
License update
[SVN r24990]
This commit is contained in:
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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.
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user