|
1 | 1 | # Copyright (c) 2018, Oracle and/or its affiliates. |
2 | | -# Copyright (c) 2013, Regents of the University of California |
| 2 | +# Copyright (C) 1996-2017 Python Software Foundation |
3 | 3 | # |
4 | | -# All rights reserved. |
5 | | -# |
6 | | -# Redistribution and use in source and binary forms, with or without modification, are |
7 | | -# permitted provided that the following conditions are met: |
8 | | -# |
9 | | -# 1. Redistributions of source code must retain the above copyright notice, this list of |
10 | | -# conditions and the following disclaimer. |
11 | | -# 2. Redistributions in binary form must reproduce the above copyright notice, this list of |
12 | | -# conditions and the following disclaimer in the documentation and/or other materials provided |
13 | | -# with the distribution. |
14 | | -# |
15 | | -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS |
16 | | -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
17 | | -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
18 | | -# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
19 | | -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
20 | | -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
21 | | -# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
22 | | -# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
23 | | -# OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4 | +# Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
24 | 5 |
|
25 | 6 | import unittest |
26 | 7 | import sys |
|
0 commit comments