Skip to content

Commit ecae472

Browse files
committed
Add license, copyright.
[SVN r24380]
1 parent d0ca088 commit ecae472

19 files changed

+54
-231
lines changed

src/dict.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/dict.hpp>
25
#include <boost/python/extract.hpp>
36

src/str.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/str.hpp>
25
#include <boost/python/extract.hpp>
36

test/ben_scott1.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python.hpp>
25
#include <iostream>
36
using namespace boost::python;

test/bienstman1.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/module.hpp>
25
#include <boost/python/def.hpp>
36
#include <boost/python/class.hpp>

test/bienstman2.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/module.hpp>
25
#include <boost/python/def.hpp>
36
#include <boost/python/class.hpp>

test/bienstman3.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/module.hpp>
25
#include <boost/python/def.hpp>
36
#include <boost/python/class.hpp>

test/destroy_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/detail/destroy.hpp>
25
#include <cassert>
36

test/dict.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/module.hpp>
25
#include <boost/python/def.hpp>
36
#include <boost/python/class.hpp>

test/exception_translator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
#include <boost/python/module.hpp>
25
#include <boost/python/def.hpp>
36
#include <boost/python/exception_translator.hpp>

test/indirect_traits_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright David Abrahams 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
//#include <stdio.h>
25
#include <cassert>
36
#include <boost/python/detail/indirect_traits.hpp>

0 commit comments

Comments
 (0)