1"""
2Modules needed for compatibility
3
4Some files in this directory are taken from the PyPy project,
5http://codespeak.net/pypy
6
7They are licensed under the MIT license, reproduced below.
8
9The full licensing and the copyright information is at
10http://codespeak.net/svn/pypy/dist/LICENSE
11
12    The MIT License
13
14    Permission is hereby granted, free of charge, to any person
15    obtaining a copy of this software and associated documentation
16    files (the "Software"), to deal in the Software without
17    restriction, including without limitation the rights to use,
18    copy, modify, merge, publish, distribute, sublicense, and/or
19    sell copies of the Software, and to permit persons to whom the
20    Software is furnished to do so, subject to the following conditions:
21
22    The above copyright notice and this permission notice shall be included
23    in all copies or substantial portions of the Software.
24
25    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
28    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31    DEALINGS IN THE SOFTWARE.
32
33Some files are taken from the ElementTree project,
34http://effbot.org/zone/element-index.htm
35
36Their license is:
37
38    The ElementTree Library is
39
40    Copyright (c) 1999-2005 by Secret Labs AB
41    Copyright (c) 1999-2005 by Fredrik Lundh
42
43    By obtaining, using, and/or copying this software and/or its
44    associated documentation, you agree that you have read, understood,
45    and will comply with the following terms and conditions:
46
47    Permission to use, copy, modify, and distribute this software and its
48    associated documentation for any purpose and without fee is hereby
49    granted, provided that the above copyright notice appears in all
50    copies, and that both that copyright notice and this permission notice
51    appear in supporting documentation, and that the name of Secret Labs
52    AB or the author not be used in advertising or publicity pertaining to
53    distribution of the software without specific, written prior
54    permission.
55
56    SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
57    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
58    FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
59    ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
60    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
61    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
62    OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
63"""
64