File tree Expand file tree Collapse file tree 5 files changed +20
-25
lines changed
Expand file tree Collapse file tree 5 files changed +20
-25
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments