Skip to content

Commit 77c2c8d

Browse files
committed
Copyright and License
[SVN r24395]
1 parent 9ea7f10 commit 77c2c8d

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

test/map_indexing_suite.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Joel de Guzman 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)
4+
15
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
26
#include <boost/python/module.hpp>
37
#include <boost/python/def.hpp>

test/map_indexing_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright David Abrahams 2004. Distributed under the Boost
1+
# Copyright Joel de Guzman 2004. Distributed under the Boost
22
# Software License, Version 1.0. (See accompanying
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
'''

test/vector_indexing_suite.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Joel de Guzman 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)
4+
15
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
26
#include <boost/python/module.hpp>
37
#include <boost/python/def.hpp>

test/vector_indexing_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright David Abrahams 2004. Distributed under the Boost
1+
# Copyright Joel de Guzman 2004. Distributed under the Boost
22
# Software License, Version 1.0. (See accompanying
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
'''

0 commit comments

Comments
 (0)