From 72d5bac69fb553676007e0c49f473b3f9b4e00c2 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 19 Nov 2002 16:56:55 +0000 Subject: [PATCH] Add PSF copyright and change summary [SVN r16327] --- include/boost/python/detail/python22_fixed.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/boost/python/detail/python22_fixed.h b/include/boost/python/detail/python22_fixed.h index 3caff6dd..74ba44e4 100644 --- a/include/boost/python/detail/python22_fixed.h +++ b/include/boost/python/detail/python22_fixed.h @@ -1,4 +1,14 @@ -// Copy of Python 2.2/2.2.1 Python.h . +// This file is a modified version of Python 2.2/2.2.1 Python.h. As +// such it is: +// +// Copyright (c) 2001, 2002 Python Software Foundation; All Rights +// Reserved +// +// Changes from the original: +// 1. #includes for Python 2.2.1 +// 2. Provides missing extern "C" wrapper for "iterobject.h" and "descrobject.h". +// + // Changes marked with "Boost.Python modification" #ifndef Py_PYTHON_H #define Py_PYTHON_H