]> granicus.if.org Git - python/commitdiff
added PSG licensing blurb
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 14 Dec 2005 22:30:36 +0000 (22:30 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 14 Dec 2005 22:30:36 +0000 (22:30 +0000)
Modules/_elementtree.c

index 1c12def2ca4e40d6c0fef8a020c71c0c55b41a2c..16547d2963a32efb19258c49c6b1c5dd38d472f9 100644 (file)
@@ -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"