Skip to content

Commit 1fe6626

Browse files
committed
BSL update based on permissions granted in blanket-permission.txt
[SVN r25863]
1 parent fa8cffb commit 1fe6626

File tree

5 files changed

+20
-25
lines changed

5 files changed

+20
-25
lines changed

test/iterator.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Copyright David Abrahams 2002. Permission to copy, use,
2-
// modify, sell and distribute this software is granted provided this
3-
// copyright notice appears in all copies. This software is provided
4-
// "as is" without express or implied warranty, and with no claim as
5-
// to its suitability for any purpose.
1+
// Copyright David Abrahams 2002.
2+
// Distributed under the Boost Software License, Version 1.0. (See
3+
// accompanying file LICENSE_1_0.txt or copy at
4+
// http://www.boost.org/LICENSE_1_0.txt)
65
#include <boost/python/module.hpp>
76
#include <boost/python/def.hpp>
87
#include <boost/python/class.hpp>

test/list.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Copyright David Abrahams 2002. Permission to copy, use,
2-
// modify, sell and distribute this software is granted provided this
3-
// copyright notice appears in all copies. This software is provided
4-
// "as is" without express or implied warranty, and with no claim as
5-
// to its suitability for any purpose.
1+
// Copyright David Abrahams 2002.
2+
// Distributed under the Boost Software License, Version 1.0. (See
3+
// accompanying file LICENSE_1_0.txt or copy at
4+
// http://www.boost.org/LICENSE_1_0.txt)
65

76
#include <boost/python/module.hpp>
87
#include <boost/python/def.hpp>

test/m2.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Copyright David Abrahams 2001. Permission to copy, use,
2-
// modify, sell and distribute this software is granted provided this
3-
// copyright notice appears in all copies. This software is provided
4-
// "as is" without express or implied warranty, and with no claim as
5-
// to its suitability for any purpose.
1+
// Copyright David Abrahams 2001.
2+
// Distributed under the Boost Software License, Version 1.0. (See
3+
// accompanying file LICENSE_1_0.txt or copy at
4+
// http://www.boost.org/LICENSE_1_0.txt)
65

76
// This module exercises the converters exposed in m1 at a low level
87
// by exposing raw Python extension functions that use wrap<> and

test/minimal.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Copyright David Abrahams 2002. Permission to copy, use,
2-
// modify, sell and distribute this software is granted provided this
3-
// copyright notice appears in all copies. This software is provided
4-
// "as is" without express or implied warranty, and with no claim as
5-
// to its suitability for any purpose.
1+
// Copyright David Abrahams 2002.
2+
// Distributed under the Boost Software License, Version 1.0. (See
3+
// accompanying file LICENSE_1_0.txt or copy at
4+
// http://www.boost.org/LICENSE_1_0.txt)
65
#include <boost/python/module.hpp>
76
#include <boost/python/def.hpp>
87

test/numpy.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Copyright David Abrahams 2002. Permission to copy, use,
2-
// modify, sell and distribute this software is granted provided this
3-
// copyright notice appears in all copies. This software is provided
4-
// "as is" without express or implied warranty, and with no claim as
5-
// to its suitability for any purpose.
1+
// Copyright David Abrahams 2002.
2+
// Distributed under the Boost Software License, Version 1.0. (See
3+
// accompanying file LICENSE_1_0.txt or copy at
4+
// http://www.boost.org/LICENSE_1_0.txt)
65

76
#include <boost/python/numeric.hpp>
87
#include <boost/python/tuple.hpp>

0 commit comments

Comments
 (0)