Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63168a5

Browse files
author
Fredrik Lundh
committed
added PSF licensing blurbs to relevant files
1 parent 16fd902 commit 63168a5

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lib/xmlcore/etree/ElementInclude.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
# OF THIS SOFTWARE.
4242
# --------------------------------------------------------------------
4343

44+
# Licensed to PSF under a Contributor Agreement.
45+
# See http://www.python.org/2.4/license for licensing details.
46+
4447
##
4548
# Limited XInclude support for the ElementTree package.
4649
##

Lib/xmlcore/etree/ElementPath.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
# OF THIS SOFTWARE.
4343
# --------------------------------------------------------------------
4444

45+
# Licensed to PSF under a Contributor Agreement.
46+
# See http://www.python.org/2.4/license for licensing details.
47+
4548
##
4649
# Implementation module for XPath support. There's usually no reason
4750
# to import this module directly; the <b>ElementTree</b> does this for

Lib/xmlcore/etree/ElementTree.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
# OF THIS SOFTWARE.
6868
# --------------------------------------------------------------------
6969

70+
# Licensed to PSF under a Contributor Agreement.
71+
# See http://www.python.org/2.4/license for licensing details.
72+
7073
__all__ = [
7174
# public symbols
7275
"Comment",

Lib/xmlcore/etree/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
2929
# OF THIS SOFTWARE.
3030
# --------------------------------------------------------------------
31+
32+
# Licensed to PSF under a Contributor Agreement.
33+
# See http://www.python.org/2.4/license for licensing details.

PC/_subprocess.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
*
3333
*/
3434

35+
/* Licensed to PSF under a Contributor Agreement. */
36+
/* See http://www.python.org/2.4/license for licensing details. */
37+
3538
/* TODO: handle unicode command lines? */
3639
/* TODO: handle unicode environment? */
3740

0 commit comments

Comments
 (0)