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