Skip to content

Commit 9813f4b

Browse files
committed
Fix copyrights
[SVN r17840]
1 parent f81ca21 commit 9813f4b

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

include/boost/python/opaque_pointer_converter.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright Gottfried Ganßauge 2003. 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
/*
27
* Generic Conversion of opaque C++-pointers to a Python-Wrapper.
38
*/

include/boost/python/return_opaque_pointer.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright Gottfried Ganßauge 2003. 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
/*
27
* Generic Return value converter generator for opaque C++-pointers
38
*/

0 commit comments

Comments
 (0)