|
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | 2 | <!DOCTYPE web-app |
3 | | -<!-- |
4 | | - |
5 | | - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
6 | | - |
7 | | - Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. |
8 | | - |
9 | | - The contents of this file are subject to the terms of either the GNU |
10 | | - General Public License Version 2 only ("GPL") or the Common Development |
11 | | - and Distribution License("CDDL") (collectively, the "License"). You |
12 | | - may not use this file except in compliance with the License. You can |
13 | | - obtain a copy of the License at |
14 | | - https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
15 | | - or LICENSE.txt. See the License for the specific |
16 | | - language governing permissions and limitations under the License. |
17 | | - |
18 | | - When distributing the software, include this License Header Notice in each |
19 | | - file and include the License file at LICENSE.txt. |
20 | | - |
21 | | - GPL Classpath Exception: |
22 | | - Oracle designates this particular file as subject to the "Classpath" |
23 | | - exception as provided by Oracle in the GPL Version 2 section of the License |
24 | | - file that accompanied this code. |
25 | | - |
26 | | - Modifications: |
27 | | - If applicable, add the following below the License Header, with the fields |
28 | | - enclosed by brackets [] replaced by your own identifying information: |
29 | | - "Portions Copyright [year] [name of copyright owner]" |
30 | | - |
31 | | - Contributor(s): |
32 | | - If you wish your version of this file to be governed by only the CDDL or |
33 | | - only the GPL Version 2, indicate your decision by adding "[Contributor] |
34 | | - elects to include this software in this distribution under the [CDDL or GPL |
35 | | - Version 2] license." If you don't indicate a single choice of license, a |
36 | | - recipient has the option to distribute your version of this file under |
37 | | - either the CDDL, the GPL Version 2 or to extend the choice of license to |
38 | | - its licensees as provided above. However, if you add GPL Version 2 code |
39 | | - and therefore, elected the GPL Version 2 license, then the option applies |
40 | | - only if the new code is made subject to such option by the copyright |
41 | | - holder. |
42 | | - |
43 | | ---> |
44 | 3 |
|
45 | 4 | PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" |
46 | 5 | "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> |
47 | 6 | <!-- |
48 | 7 |
|
49 | 8 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
50 | 9 |
|
51 | | - Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. |
| 10 | + Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved. |
52 | 11 |
|
53 | 12 | The contents of this file are subject to the terms of either the GNU |
54 | 13 | General Public License Version 2 only ("GPL") or the Common Development |
55 | 14 | and Distribution License("CDDL") (collectively, the "License"). You |
56 | 15 | may not use this file except in compliance with the License. You can |
57 | 16 | obtain a copy of the License at |
58 | | - https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html |
59 | | - or packager/legal/LICENSE.txt. See the License for the specific |
| 17 | + https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
| 18 | + or LICENSE.txt. See the License for the specific |
60 | 19 | language governing permissions and limitations under the License. |
61 | 20 |
|
62 | 21 | When distributing the software, include this License Header Notice in each |
63 | | - file and include the License file at packager/legal/LICENSE.txt. |
| 22 | + file and include the License file at LICENSE.txt. |
64 | 23 |
|
65 | 24 | GPL Classpath Exception: |
66 | 25 | Oracle designates this particular file as subject to the "Classpath" |
|
0 commit comments