|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. |
| 4 | + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| 5 | +
|
| 6 | + The Universal Permissive License (UPL), Version 1.0 |
| 7 | +
|
| 8 | + Subject to the condition set forth below, permission is hereby granted to any |
| 9 | + person obtaining a copy of this software, associated documentation and/or |
| 10 | + data (collectively the "Software"), free of charge and under any and all |
| 11 | + copyright rights in the Software, and any and all patent rights owned or |
| 12 | + freely licensable by each licensor hereunder covering either (i) the |
| 13 | + unmodified Software as contributed to or provided by such licensor, or (ii) |
| 14 | + the Larger Works (as defined below), to deal in both |
| 15 | +
|
| 16 | + (a) the Software, and |
| 17 | +
|
| 18 | + (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if |
| 19 | + one is included with the Software each a "Larger Work" to which the Software |
| 20 | + is contributed by such licensors), |
| 21 | +
|
| 22 | + without restriction, including without limitation the rights to copy, create |
| 23 | + derivative works of, display, perform, and distribute the Software and make, |
| 24 | + use, sell, offer for sale, import, export, have made, and have sold the |
| 25 | + Software and the Larger Work(s), and to sublicense the foregoing rights on |
| 26 | + either these or other terms. |
| 27 | +
|
| 28 | + This license is subject to the following condition: |
| 29 | +
|
| 30 | + The above copyright notice and either this complete permission notice or at a |
| 31 | + minimum a reference to the UPL must be included in all copies or substantial |
| 32 | + portions of the Software. |
| 33 | +
|
| 34 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 35 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 36 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 37 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 38 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 39 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 40 | + SOFTWARE. |
| 41 | +--> |
| 42 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 43 | <modelVersion>4.0.0</modelVersion>
|
4 | 44 |
|
5 | 45 | <groupId>com.mycompany.app</groupId>
|
|
0 commit comments