From 4bb26687338128b96f80606a9d38d59da41d60e8 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 17 Apr 2001 18:37:37 +0000 Subject: [PATCH] copyright [SVN r9811] --- include/boost/python/cross_module.hpp | 14 ++++++++++++++ src/cross_module.cpp | 10 ++++++++++ 2 files changed, 24 insertions(+) diff --git a/include/boost/python/cross_module.hpp b/include/boost/python/cross_module.hpp index 0a2ed85b..7c1fe507 100644 --- a/include/boost/python/cross_module.hpp +++ b/include/boost/python/cross_module.hpp @@ -1,3 +1,17 @@ +/* (C) Copyright Ralf W. Grosse-Kunstleve 2001. Permission to copy, use, + modify, sell and distribute this software is granted provided this + copyright notice appears in all copies. This software is provided + "as is" without express or implied warranty, and with no claim as to + its suitability for any purpose. + + Revision History: + 17 Apr 01 merged into boost CVS trunk (Ralf W. Grosse-Kunstleve) +*/ + +/* Implementation of Boost.Python cross-module support. + See root/libs/python/doc/cross_module.html for details. +*/ + #ifndef CROSS_MODULE_HPP # define CROSS_MODULE_HPP diff --git a/src/cross_module.cpp b/src/cross_module.cpp index c14acfda..ea5a08de 100644 --- a/src/cross_module.cpp +++ b/src/cross_module.cpp @@ -1,3 +1,13 @@ +/* (C) Copyright Ralf W. Grosse-Kunstleve 2001. Permission to copy, use, + modify, sell and distribute this software is granted provided this + copyright notice appears in all copies. This software is provided + "as is" without express or implied warranty, and with no claim as to + its suitability for any purpose. + + Revision History: + 17 Apr 01 merged into boost CVS trunk (Ralf W. Grosse-Kunstleve) +*/ + # include namespace python = boost::python; # include // MSVC6.0SP4 does not know std::fprintf