diff --git a/example/basic1.cpp b/example/basic1.cpp index 262fc1a..9c9f22f 100644 --- a/example/basic1.cpp +++ b/example/basic1.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include #include "boost/multi_array.hpp" #include "boost/cstdlib.hpp" diff --git a/example/basic2.cpp b/example/basic2.cpp index d48631e..5ab4848 100644 --- a/example/basic2.cpp +++ b/example/basic2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include #include "boost/multi_array.hpp" diff --git a/example/for_each.hpp b/example/for_each.hpp index 1853358..95ea322 100644 --- a/example/for_each.hpp +++ b/example/for_each.hpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #ifndef FOR_EACH_HPP #define FOR_EACH_HPP diff --git a/example/foreach_test.cpp b/example/foreach_test.cpp index e3ef4ff..4330d18 100644 --- a/example/foreach_test.cpp +++ b/example/foreach_test.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // foreach_test.cpp // Let's see if this stuff works diff --git a/example/foreach_test2.cpp b/example/foreach_test2.cpp index c8d64a6..b116112 100644 --- a/example/foreach_test2.cpp +++ b/example/foreach_test2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include "boost/multi_array.hpp" #include "for_each.hpp" #include diff --git a/example/op_paren.cpp b/example/op_paren.cpp index 51d75ba..6dad711 100644 --- a/example/op_paren.cpp +++ b/example/op_paren.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include #include "boost/multi_array.hpp" diff --git a/example/print_array.cpp b/example/print_array.cpp index f9f77d0..5ce3c8a 100644 --- a/example/print_array.cpp +++ b/example/print_array.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include #include "boost/multi_array.hpp" diff --git a/example/subview.cpp b/example/subview.cpp index e5a1dca..5e85640 100644 --- a/example/subview.cpp +++ b/example/subview.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include "boost/multi_array.hpp" #include "boost/cstdlib.hpp" diff --git a/example/subview2.cpp b/example/subview2.cpp index 409ccc2..925d59d 100644 --- a/example/subview2.cpp +++ b/example/subview2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include "boost/multi_array.hpp" #include "boost/cstdlib.hpp" diff --git a/include/boost/multi_array.hpp b/include/boost/multi_array.hpp index 4674d0a..89cfb92 100644 --- a/include/boost/multi_array.hpp +++ b/include/boost/multi_array.hpp @@ -1,15 +1,13 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine // See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_MULTI_ARRAY_RG071801_HPP diff --git a/include/boost/multi_array/algorithm.hpp b/include/boost/multi_array/algorithm.hpp index 0d1d423..c8237d4 100644 --- a/include/boost/multi_array/algorithm.hpp +++ b/include/boost/multi_array/algorithm.hpp @@ -26,17 +26,18 @@ // representations about the suitability of this software for any // purpose. It is provided "as is" without express or implied warranty. // -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// + +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #include "boost/iterator.hpp" diff --git a/include/boost/multi_array/base.hpp b/include/boost/multi_array/base.hpp index 286e54c..c1484cb 100644 --- a/include/boost/multi_array/base.hpp +++ b/include/boost/multi_array/base.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BASE_RG071801_HPP #define BASE_RG071801_HPP diff --git a/include/boost/multi_array/collection_concept.hpp b/include/boost/multi_array/collection_concept.hpp index 766352e..c79ace1 100644 --- a/include/boost/multi_array/collection_concept.hpp +++ b/include/boost/multi_array/collection_concept.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef COLLECTION_CONCEPT_RG103101_HPP #define COLLECTION_CONCEPT_RG103101_HPP diff --git a/include/boost/multi_array/concept_checks.hpp b/include/boost/multi_array/concept_checks.hpp index 148b691..49502e0 100644 --- a/include/boost/multi_array/concept_checks.hpp +++ b/include/boost/multi_array/concept_checks.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP #define BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP diff --git a/include/boost/multi_array/copy_array.hpp b/include/boost/multi_array/copy_array.hpp index f515212..143ddda 100644 --- a/include/boost/multi_array/copy_array.hpp +++ b/include/boost/multi_array/copy_array.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef COPY_ARRAY_RG092101_HPP #define COPY_ARRAY_RG092101_HPP diff --git a/include/boost/multi_array/extent_gen.hpp b/include/boost/multi_array/extent_gen.hpp index 016fd33..0b4183f 100644 --- a/include/boost/multi_array/extent_gen.hpp +++ b/include/boost/multi_array/extent_gen.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_EXTENT_GEN_RG071801_HPP #define BOOST_EXTENT_GEN_RG071801_HPP diff --git a/include/boost/multi_array/extent_range.hpp b/include/boost/multi_array/extent_range.hpp index 18ec3e9..d7a2eaf 100644 --- a/include/boost/multi_array/extent_range.hpp +++ b/include/boost/multi_array/extent_range.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_EXTENT_RANGE_RG071801_HPP #define BOOST_EXTENT_RANGE_RG071801_HPP diff --git a/include/boost/multi_array/index_gen.hpp b/include/boost/multi_array/index_gen.hpp index 6e10202..78b649a 100644 --- a/include/boost/multi_array/index_gen.hpp +++ b/include/boost/multi_array/index_gen.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_INDEX_GEN_RG071801_HPP #define BOOST_INDEX_GEN_RG071801_HPP diff --git a/include/boost/multi_array/index_range.hpp b/include/boost/multi_array/index_range.hpp index 649c489..e20d290 100644 --- a/include/boost/multi_array/index_range.hpp +++ b/include/boost/multi_array/index_range.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_INDEX_RANGE_RG071801_HPP #define BOOST_INDEX_RANGE_RG071801_HPP diff --git a/include/boost/multi_array/iterator.hpp b/include/boost/multi_array/iterator.hpp index 5d89239..6fd836c 100644 --- a/include/boost/multi_array/iterator.hpp +++ b/include/boost/multi_array/iterator.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef ITERATOR_RG071801_HPP #define ITERATOR_RG071801_HPP diff --git a/include/boost/multi_array/multi_array_ref.hpp b/include/boost/multi_array/multi_array_ref.hpp index d98a5c5..f166d61 100644 --- a/include/boost/multi_array/multi_array_ref.hpp +++ b/include/boost/multi_array/multi_array_ref.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_MULTI_ARRAY_REF_RG071801_HPP #define BOOST_MULTI_ARRAY_REF_RG071801_HPP diff --git a/include/boost/multi_array/range_list.hpp b/include/boost/multi_array/range_list.hpp index 143da09..406571c 100644 --- a/include/boost/multi_array/range_list.hpp +++ b/include/boost/multi_array/range_list.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef RANGE_LIST_RG072501_HPP #define RANGE_LIST_RG072501_HPP diff --git a/include/boost/multi_array/storage_order.hpp b/include/boost/multi_array/storage_order.hpp index 9a84e95..d63fa3c 100644 --- a/include/boost/multi_array/storage_order.hpp +++ b/include/boost/multi_array/storage_order.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_STORAGE_ORDER_RG071801_HPP #define BOOST_STORAGE_ORDER_RG071801_HPP diff --git a/include/boost/multi_array/subarray.hpp b/include/boost/multi_array/subarray.hpp index dd5f9b5..5e2c052 100644 --- a/include/boost/multi_array/subarray.hpp +++ b/include/boost/multi_array/subarray.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef SUBARRAY_RG071801_HPP #define SUBARRAY_RG071801_HPP diff --git a/include/boost/multi_array/types.hpp b/include/boost/multi_array/types.hpp index 159bf00..ceb452f 100644 --- a/include/boost/multi_array/types.hpp +++ b/include/boost/multi_array/types.hpp @@ -1,14 +1,15 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #ifndef BOOST_MULTI_ARRAY_TYPES_RG071801_HPP #define BOOST_MULTI_ARRAY_TYPES_RG071801_HPP diff --git a/include/boost/multi_array/view.hpp b/include/boost/multi_array/view.hpp index 5c23b78..5211484 100644 --- a/include/boost/multi_array/view.hpp +++ b/include/boost/multi_array/view.hpp @@ -1,14 +1,14 @@ -// Copyright (C) 2002 Ronald Garcia -// -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// This software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. -// +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. #ifndef BOOST_MULTI_ARRAY_VIEW_RG071301_HPP #define BOOST_MULTI_ARRAY_VIEW_RG071301_HPP diff --git a/test/access.cpp b/test/access.cpp index a5b1cde..1b3c8c8 100644 --- a/test/access.cpp +++ b/test/access.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // access.cpp - operator[] and operator() tests with various arrays // The tests assume that they are working on an Array of shape 2x3x4 diff --git a/test/assign.cpp b/test/assign.cpp index f42e6f3..ac84b20 100644 --- a/test/assign.cpp +++ b/test/assign.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // assign.cpp - Test out operator=() on the different types // diff --git a/test/compare.cpp b/test/compare.cpp index c43c1ee..12f3480 100644 --- a/test/compare.cpp +++ b/test/compare.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + #include "boost/multi_array.hpp" diff --git a/test/concept_checks.cpp b/test/concept_checks.cpp index 8948993..614dba8 100644 --- a/test/concept_checks.cpp +++ b/test/concept_checks.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // concept_checks.cpp - // make sure the types meet concept requirements diff --git a/test/constructors.cpp b/test/constructors.cpp index 0c7d9a5..bc327d9 100644 --- a/test/constructors.cpp +++ b/test/constructors.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // constructors.cpp - Testing out the various constructor options // diff --git a/test/dimtest.cpp b/test/dimtest.cpp index 3ea6a80..77dc7d7 100644 --- a/test/dimtest.cpp +++ b/test/dimtest.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // Trying to diagnose problems under visual diff --git a/test/fail_cbracket.cpp b/test/fail_cbracket.cpp index e9d2828..ef71ee5 100644 --- a/test/fail_cbracket.cpp +++ b/test/fail_cbracket.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cbracket.cpp - // checking constness of const operator[]. diff --git a/test/fail_cdata.cpp b/test/fail_cdata.cpp index 098b663..c1a973a 100644 --- a/test/fail_cdata.cpp +++ b/test/fail_cdata.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cdata.cpp // Testing data() member function constness. diff --git a/test/fail_citerator.cpp b/test/fail_citerator.cpp index 1b83c83..fb8f892 100644 --- a/test/fail_citerator.cpp +++ b/test/fail_citerator.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_citerator.cpp - // const_iterator/iterator conversion test diff --git a/test/fail_cparen.cpp b/test/fail_cparen.cpp index 6afacb7..da6d359 100644 --- a/test/fail_cparen.cpp +++ b/test/fail_cparen.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cparen.cpp - // Testing const operator() constness. diff --git a/test/fail_criterator.cpp b/test/fail_criterator.cpp index 668e20c..db3c5a4 100644 --- a/test/fail_criterator.cpp +++ b/test/fail_criterator.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_criterator.cpp // const_reverse_iterator/reverse_iterator conversion test diff --git a/test/fail_csubarray.cpp b/test/fail_csubarray.cpp index 8a247d7..da256f7 100644 --- a/test/fail_csubarray.cpp +++ b/test/fail_csubarray.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_csubarray.cpp - // Testing subarray and const_subarray assignment diff --git a/test/fail_csubarray2.cpp b/test/fail_csubarray2.cpp index 8871820..53c70d3 100644 --- a/test/fail_csubarray2.cpp +++ b/test/fail_csubarray2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_csubarray2.cpp // Testing constness of subarray operations. diff --git a/test/fail_csubarray3.cpp b/test/fail_csubarray3.cpp index 4311061..c48ed56 100644 --- a/test/fail_csubarray3.cpp +++ b/test/fail_csubarray3.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_csubarray3.cpp // Testing constness of subarray operations. diff --git a/test/fail_cview.cpp b/test/fail_cview.cpp index 1955c6c..d371cb4 100644 --- a/test/fail_cview.cpp +++ b/test/fail_cview.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cview.cpp - // ensure const_array_view doesn't allow element assignment. diff --git a/test/fail_cview2.cpp b/test/fail_cview2.cpp index 14cd10f..d08a550 100644 --- a/test/fail_cview2.cpp +++ b/test/fail_cview2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cview2.cpp // ensure const_array_view cannot be converted to array_view diff --git a/test/fail_cview3.cpp b/test/fail_cview3.cpp index 86c2167..51bb022 100644 --- a/test/fail_cview3.cpp +++ b/test/fail_cview3.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_cview3.cpp // ensure const_array_ref doesn't allow assignment. diff --git a/test/fail_ref_cbracket.cpp b/test/fail_ref_cbracket.cpp index f5ffecf..4288978 100644 --- a/test/fail_ref_cbracket.cpp +++ b/test/fail_ref_cbracket.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cbracket.cpp // checking constness of const operator[]. diff --git a/test/fail_ref_cdata.cpp b/test/fail_ref_cdata.cpp index ee1ceab..587d752 100644 --- a/test/fail_ref_cdata.cpp +++ b/test/fail_ref_cdata.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cdata.cpp - // Testing data() member function constness. diff --git a/test/fail_ref_citerator.cpp b/test/fail_ref_citerator.cpp index 1f12a2b..d572ca9 100644 --- a/test/fail_ref_citerator.cpp +++ b/test/fail_ref_citerator.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_citerator.cpp // const_iterator/iterator conversion test diff --git a/test/fail_ref_cparen.cpp b/test/fail_ref_cparen.cpp index 5d73d52..1dca1dd 100644 --- a/test/fail_ref_cparen.cpp +++ b/test/fail_ref_cparen.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cparen.cpp // Testing const operator() constness. diff --git a/test/fail_ref_criterator.cpp b/test/fail_ref_criterator.cpp index 1b3a56c..250e625 100644 --- a/test/fail_ref_criterator.cpp +++ b/test/fail_ref_criterator.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_criterator.cpp // const_reverse_iterator/reverse_iterator conversion test diff --git a/test/fail_ref_csubarray.cpp b/test/fail_ref_csubarray.cpp index 7a73aba..66a46ea 100644 --- a/test/fail_ref_csubarray.cpp +++ b/test/fail_ref_csubarray.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_csubarray.cpp - // Testing subarray and const_subarray assignment diff --git a/test/fail_ref_csubarray2.cpp b/test/fail_ref_csubarray2.cpp index 5d2d6ec..0e8292e 100644 --- a/test/fail_ref_csubarray2.cpp +++ b/test/fail_ref_csubarray2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_csubarray2.cpp - // Testing constness of subarray operations. diff --git a/test/fail_ref_csubarray3.cpp b/test/fail_ref_csubarray3.cpp index a65354c..df161fa 100644 --- a/test/fail_ref_csubarray3.cpp +++ b/test/fail_ref_csubarray3.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_csubarray3.cpp - // Testing constness of subarray operations. diff --git a/test/fail_ref_cview.cpp b/test/fail_ref_cview.cpp index cad5f98..4b6c889 100644 --- a/test/fail_ref_cview.cpp +++ b/test/fail_ref_cview.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cview.cpp // ensure const_array_view doesn't allow element assignment. diff --git a/test/fail_ref_cview2.cpp b/test/fail_ref_cview2.cpp index fd49b31..8b0959a 100644 --- a/test/fail_ref_cview2.cpp +++ b/test/fail_ref_cview2.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cview2.cpp // ensure const_array_view cannot be converted to array_view diff --git a/test/fail_ref_cview3.cpp b/test/fail_ref_cview3.cpp index 808b20e..d594a19 100644 --- a/test/fail_ref_cview3.cpp +++ b/test/fail_ref_cview3.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // fail_ref_cview3.cpp - // ensure const_array_view doesn't allow assignment. diff --git a/test/idxgen1.cpp b/test/idxgen1.cpp index 80e7a71..283c9ef 100644 --- a/test/idxgen1.cpp +++ b/test/idxgen1.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // idxset1.cpp - testing the code for index_gen // diff --git a/test/index_bases.cpp b/test/index_bases.cpp index e717aa0..839df4d 100644 --- a/test/index_bases.cpp +++ b/test/index_bases.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // index_bases - test of the index_base modifying facilities. // diff --git a/test/iterators.cpp b/test/iterators.cpp index 9d95ba2..92885bf 100644 --- a/test/iterators.cpp +++ b/test/iterators.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // iterators.cpp - checking out iterator stuffs. // The tests assume that the array has shape 2x3x4 diff --git a/test/range1.cpp b/test/range1.cpp index 4946d47..f56d186 100644 --- a/test/range1.cpp +++ b/test/range1.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // range1.cpp - test of index_range // diff --git a/test/reshape.cpp b/test/reshape.cpp index cd22afb..ddcf411 100644 --- a/test/reshape.cpp +++ b/test/reshape.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // reshape.cpp - testing reshaping functionality // diff --git a/test/resize.cpp b/test/resize.cpp index 4eef427..c594647 100644 --- a/test/resize.cpp +++ b/test/resize.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // resize.cpp - Test of resizing multi_arrays // diff --git a/test/slice.cpp b/test/slice.cpp index 13dcf9f..7a41ef3 100644 --- a/test/slice.cpp +++ b/test/slice.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // slice.cpp - testing out slicing on a matrices // diff --git a/test/stl_interaction.cpp b/test/stl_interaction.cpp index 4c07a03..c881e30 100644 --- a/test/stl_interaction.cpp +++ b/test/stl_interaction.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // stl_interaction.cpp - Make sure multi_arrays work with STL containers. // diff --git a/test/storage_order.cpp b/test/storage_order.cpp index 74b9fb4..54560fe 100644 --- a/test/storage_order.cpp +++ b/test/storage_order.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // storage_order.cpp - testing storage_order-isms. // diff --git a/test/storage_order_convert.cpp b/test/storage_order_convert.cpp index ba08dcf..289c4af 100644 --- a/test/storage_order_convert.cpp +++ b/test/storage_order_convert.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // test out my new storage_order stuff // diff --git a/test/vc_death.cpp b/test/vc_death.cpp index 23698b0..4702c01 100644 --- a/test/vc_death.cpp +++ b/test/vc_death.cpp @@ -1,3 +1,15 @@ +// Copyright 2002 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) + +// Boost.MultiArray Library +// Authors: Ronald Garcia +// Jeremy Siek +// Andrew Lumsdaine +// See http://www.boost.org/libs/multi_array for documentation. + // // index_bases - test of the index_base modifying facilities. //