Skip to content

Commit 0588a31

Browse files
committed
Updated/Added/Corrected license information for source files.
[SVN r21048]
1 parent 5e3d128 commit 0588a31

65 files changed

Lines changed: 763 additions & 187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

example/basic1.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113
#include <cassert>
214
#include "boost/multi_array.hpp"
315
#include "boost/cstdlib.hpp"

example/basic2.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113

214
#include <cassert>
315
#include "boost/multi_array.hpp"

example/for_each.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113
#ifndef FOR_EACH_HPP
214
#define FOR_EACH_HPP
315

example/foreach_test.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113
// foreach_test.cpp
214
// Let's see if this stuff works
315

example/foreach_test2.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113
#include "boost/multi_array.hpp"
214
#include "for_each.hpp"
315
#include <algorithm>

example/op_paren.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113

214
#include <cassert>
315
#include "boost/multi_array.hpp"

example/print_array.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113

214
#include <iostream>
315
#include "boost/multi_array.hpp"

example/subview.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113

214
#include "boost/multi_array.hpp"
315
#include "boost/cstdlib.hpp"

example/subview2.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
6+
7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
11+
// See http://www.boost.org/libs/multi_array for documentation.
12+
113

214
#include "boost/multi_array.hpp"
315
#include "boost/cstdlib.hpp"

include/boost/multi_array.hpp

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
// Copyright (C) 2002 Ronald Garcia
2-
//
3-
// Permission to copy, use, sell and distribute this software is granted
4-
// provided this copyright notice appears in all copies.
5-
// Permission to modify the code and to distribute modified code is granted
6-
// provided this copyright notice appears in all copies, and a notice
7-
// that the code was modified is included with the copyright notice.
8-
//
9-
// This software is provided "as is" without express or implied warranty,
10-
// and with no claim as to its suitability for any purpose.
11-
//
1+
// Copyright 2002 The Trustees of Indiana University.
2+
3+
// Use, modification and distribution is subject to the Boost Software
4+
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
126

7+
// Boost.MultiArray Library
8+
// Authors: Ronald Garcia
9+
// Jeremy Siek
10+
// Andrew Lumsdaine
1311
// See http://www.boost.org/libs/multi_array for documentation.
1412

1513
#ifndef BOOST_MULTI_ARRAY_RG071801_HPP

0 commit comments

Comments
 (0)