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