summaryrefslogtreecommitdiffstats
path: root/Modules/_elementtree.c
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:30:36 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:30:36 (GMT)
commitc97ba7064ed4d0ab0bbc2b8843e22eda6d666af5 (patch)
treeafbaadc7944f32ca022724a688e109fb86747b4f /Modules/_elementtree.c
parent63168a52f41fb73a1c951e6655a8d15399123953 (diff)
downloadcpython-c97ba7064ed4d0ab0bbc2b8843e22eda6d666af5.zip
cpython-c97ba7064ed4d0ab0bbc2b8843e22eda6d666af5.tar.gz
cpython-c97ba7064ed4d0ab0bbc2b8843e22eda6d666af5.tar.bz2
added PSG licensing blurb
Diffstat (limited to 'Modules/_elementtree.c')
-rw-r--r--Modules/_elementtree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/_elementtree.c b/Modules/_elementtree.c
index 1c12def..16547d2 100644
--- a/Modules/_elementtree.c
+++ b/Modules/_elementtree.c
@@ -40,6 +40,9 @@
* http://www.pythonware.com
*/
+/* Licensed to PSF under a Contributor Agreement. */
+/* See http://www.python.org/2.4/license for licensing details. */
+
#include "Python.h"
#define VERSION "1.0.4"