File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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##
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments