]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/__init__.py
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Lib / xml / etree / __init__.py
CommitLineData
3257aa99
DM
1# $Id: __init__.py 3375 2008-02-13 08:05:08Z fredrik $\r
2# elementtree package\r
3\r
4# --------------------------------------------------------------------\r
5# The ElementTree toolkit is\r
6#\r
7# Copyright (c) 1999-2008 by Fredrik Lundh\r
8#\r
9# By obtaining, using, and/or copying this software and/or its\r
10# associated documentation, you agree that you have read, understood,\r
11# and will comply with the following terms and conditions:\r
12#\r
13# Permission to use, copy, modify, and distribute this software and\r
14# its associated documentation for any purpose and without fee is\r
15# hereby granted, provided that the above copyright notice appears in\r
16# all copies, and that both that copyright notice and this permission\r
17# notice appear in supporting documentation, and that the name of\r
18# Secret Labs AB or the author not be used in advertising or publicity\r
19# pertaining to distribution of the software without specific, written\r
20# prior permission.\r
21#\r
22# SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD\r
23# TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-\r
24# ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR\r
25# BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\r
26# DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\r
27# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\r
28# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\r
29# OF THIS SOFTWARE.\r
30# --------------------------------------------------------------------\r
31\r
32# Licensed to PSF under a Contributor Agreement.\r
33# See http://www.python.org/psf/license for licensing details.\r