From: Fredrik Lundh Date: Wed, 14 Dec 2005 22:30:36 +0000 (+0000) Subject: added PSG licensing blurb X-Git-Tag: v2.5a0~1029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c97ba7064ed4d0ab0bbc2b8843e22eda6d666af5;p=python added PSG licensing blurb --- diff --git a/Modules/_elementtree.c b/Modules/_elementtree.c index 1c12def2ca..16547d2963 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"