Commit 63168a52 authored by Fredrik Lundh's avatar Fredrik Lundh

added PSF licensing blurbs to relevant files

parent 16fd9026
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
# OF THIS SOFTWARE. # OF THIS SOFTWARE.
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
## ##
# Limited XInclude support for the ElementTree package. # Limited XInclude support for the ElementTree package.
## ##
......
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
# OF THIS SOFTWARE. # OF THIS SOFTWARE.
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
## ##
# Implementation module for XPath support. There's usually no reason # Implementation module for XPath support. There's usually no reason
# to import this module directly; the <b>ElementTree</b> does this for # to import this module directly; the <b>ElementTree</b> does this for
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
# OF THIS SOFTWARE. # OF THIS SOFTWARE.
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
__all__ = [ __all__ = [
# public symbols # public symbols
"Comment", "Comment",
......
...@@ -28,3 +28,6 @@ ...@@ -28,3 +28,6 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE. # OF THIS SOFTWARE.
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
* *
*/ */
/* Licensed to PSF under a Contributor Agreement. */
/* See http://www.python.org/2.4/license for licensing details. */
/* TODO: handle unicode command lines? */ /* TODO: handle unicode command lines? */
/* TODO: handle unicode environment? */ /* TODO: handle unicode environment? */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment