Skip to content

Commit f7db275

Browse files
committed
License update
[SVN r24990]
1 parent 7171a34 commit f7db275

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

include/boost/python/object/pickle_support.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// (C) Copyright R.W. Grosse-Kunstleve 2002.
2-
// Permission to copy, use, modify, sell and distribute this software
3-
// is granted provided this copyright notice appears in all copies. This
4-
// software is provided "as is" without express or implied warranty, and
5-
// with no claim as to its suitability for any purpose.
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
#ifndef BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP
76
# define BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP
87

src/object/pickle_support.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// (C) Copyright R.W. Grosse-Kunstleve 2002.
2-
// Permission to copy, use, modify, sell and distribute this software
3-
// is granted provided this copyright notice appears in all copies. This
4-
// software is provided "as is" without express or implied warranty, and
5-
// with no claim as to its suitability for any purpose.
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/make_function.hpp>
87
#include <boost/python/object/class.hpp>

0 commit comments

Comments
 (0)