1 # |
1 # |
2 # Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # The Universal Permissive License (UPL), Version 1.0 |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # |
7 # published by the Free Software Foundation. |
7 # Subject to the condition set forth below, permission is hereby granted to |
8 # |
8 # any person obtaining a copy of this software, associated documentation |
9 # This code is distributed in the hope that it will be useful, but WITHOUT |
9 # and/or data (collectively the "Software"), free of charge and under any |
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
10 # and all copyright rights in the Software, and any and all patent rights |
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
11 # owned or freely licensable by each licensor hereunder covering either (i) |
12 # version 2 for more details (a copy is included in the LICENSE file that |
12 # the unmodified Software as contributed to or provided by such licensor, |
13 # accompanied this code). |
13 # or (ii) the Larger Works (as defined below), to deal in both |
14 # |
14 # |
15 # You should have received a copy of the GNU General Public License version |
15 # (a) the Software, and |
16 # 2 along with this work; if not, write to the Free Software Foundation, |
16 # |
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
17 # (b) any piece of software and/or hardware listed in the lrgrwrks.txt file |
|
18 # if one is included with the Software (each a “Larger Work” to which the |
|
19 # Software is contributed by such licensors), |
|
20 # |
|
21 # without restriction, including without limitation the rights to copy, |
|
22 # create derivative works of, display, perform, and distribute the Software |
|
23 # and make, use, sell, offer for sale, import, export, have made, and have |
|
24 # sold the Software and the Larger Work(s), and to sublicense the foregoing |
|
25 # rights on either these or other terms. |
|
26 # |
|
27 # This license is subject to the following condition: |
|
28 # |
|
29 # The above copyright notice and either this complete permission notice or |
|
30 # at a minimum a reference to the UPL must be included in all copies or |
|
31 # substantial portions of the Software. |
|
32 # |
|
33 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
34 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
35 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN |
|
36 # NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
37 # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
38 # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
39 # USE OR OTHER DEALINGS IN THE SOFTWARE. |
18 # |
40 # |
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
41 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 # or visit www.oracle.com if you need additional information or have any |
42 # or visit www.oracle.com if you need additional information or have any |
21 # questions. |
43 # questions. |
22 # |
44 # |