diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Include/Python.h b/Include/Python.h index b994401a52..fd7ddb63ed 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -2,15 +2,6 @@ #define Py_PYTHON_H /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Enable compiler features; switching on C lib defines doesn't work here, because the symbols haven't necessarily been defined yet. */ |