summaryrefslogtreecommitdiffstats
path: root/Include/mymath.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 (GMT)
commit25f68944c20a3a37da6776277057c2d19a80211f (patch)
treec271e544f83b111f29907a7613bbaed03a8df40e /Include/mymath.h
parentb88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff)
downloadcpython-25f68944c20a3a37da6776277057c2d19a80211f.zip
cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.gz
cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.bz2
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/mymath.h')
-rw-r--r--Include/mymath.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Include/mymath.h b/Include/mymath.h
index 1bfd6dd..27f301d 100644
--- a/Include/mymath.h
+++ b/Include/mymath.h
@@ -1,3 +1,13 @@
+/***********************************************************
+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.
+******************************************************************/
+
/***************************************
THIS FILE IS OBSOLETE
USE "pyport.h" INSTEAD