Skip to content

Commit c9af6ca

Browse files
committed
Add missing copyright notices
[SVN r16329]
1 parent 72d5bac commit c9af6ca

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

include/boost/python/detail/api_placeholder.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.
16
#ifndef BOOST_PYTHON_API_PLACE_HOLDER_HPP
27
#define BOOST_PYTHON_API_PLACE_HOLDER_HPP
38

include/boost/python/dict.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.
16
#ifndef DICT_20020706_HPP
27
#define DICT_20020706_HPP
38

include/boost/python/str.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.
16
#ifndef STR_20020703_HPP
27
#define STR_20020703_HPP
38

include/boost/python/tuple.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.
16
#ifndef TUPLE_20020706_HPP
27
#define TUPLE_20020706_HPP
38

0 commit comments

Comments
 (0)