Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 5140ca1

Browse files
committed
copyright fixes.
1 parent bdada1e commit 5140ca1

File tree

198 files changed

+1711
-855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+1711
-855
lines changed

GovernancePolicy.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
1-
The projects within the GlassFish community have a very flat, lightweight governance structure.
1+
<!--
2+
3+
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4+
5+
Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
6+
7+
The contents of this file are subject to the terms of either the GNU
8+
General Public License Version 2 only ("GPL") or the Common Development
9+
and Distribution License("CDDL") (collectively, the "License"). You
10+
may not use this file except in compliance with the License. You can
11+
obtain a copy of the License at
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
14+
language governing permissions and limitations under the License.
15+
16+
When distributing the software, include this License Header Notice in each
17+
file and include the License file at LICENSE.txt.
18+
19+
GPL Classpath Exception:
20+
Oracle designates this particular file as subject to the "Classpath"
21+
exception as provided by Oracle in the GPL Version 2 section of the License
22+
file that accompanied this code.
23+
24+
Modifications:
25+
If applicable, add the following below the License Header, with the fields
26+
enclosed by brackets [] replaced by your own identifying information:
27+
"Portions Copyright [year] [name of copyright owner]"
28+
29+
Contributor(s):
30+
If you wish your version of this file to be governed by only the CDDL or
31+
only the GPL Version 2, indicate your decision by adding "[Contributor]
32+
elects to include this software in this distribution under the [CDDL or GPL
33+
Version 2] license." If you don't indicate a single choice of license, a
34+
recipient has the option to distribute your version of this file under
35+
either the CDDL, the GPL Version 2 or to extend the choice of license to
36+
its licensees as provided above. However, if you add GPL Version 2 code
37+
and therefore, elected the GPL Version 2 license, then the option applies
38+
only if the new code is made subject to such option by the copyright
39+
holder.
40+
41+
-->
42+
43+
The projects within the GlassFish community have a very flat, lightweight governance structure.
244
Decisions are made in public discussion on public mailing lists. There are few formal roles--an
345
individual's word carries weight in accordance with their contribution to the project.
446
Decisions are made by consensus, rather than voting--most decisions are of interest only

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<!--
2+
3+
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4+
5+
Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved.
6+
7+
The contents of this file are subject to the terms of either the GNU
8+
General Public License Version 2 only ("GPL") or the Common Development
9+
and Distribution License("CDDL") (collectively, the "License"). You
10+
may not use this file except in compliance with the License. You can
11+
obtain a copy of the License at
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
14+
language governing permissions and limitations under the License.
15+
16+
When distributing the software, include this License Header Notice in each
17+
file and include the License file at LICENSE.txt.
18+
19+
GPL Classpath Exception:
20+
Oracle designates this particular file as subject to the "Classpath"
21+
exception as provided by Oracle in the GPL Version 2 section of the License
22+
file that accompanied this code.
23+
24+
Modifications:
25+
If applicable, add the following below the License Header, with the fields
26+
enclosed by brackets [] replaced by your own identifying information:
27+
"Portions Copyright [year] [name of copyright owner]"
28+
29+
Contributor(s):
30+
If you wish your version of this file to be governed by only the CDDL or
31+
only the GPL Version 2, indicate your decision by adding "[Contributor]
32+
elects to include this software in this distribution under the [CDDL or GPL
33+
Version 2] license." If you don't indicate a single choice of license, a
34+
recipient has the option to distribute your version of this file under
35+
either the CDDL, the GPL Version 2 or to extend the choice of license to
36+
its licensees as provided above. However, if you add GPL Version 2 code
37+
and therefore, elected the GPL Version 2 license, then the option applies
38+
only if the new code is made subject to such option by the copyright
39+
holder.
40+
41+
-->
142
### About Jersey
243

344
Jersey is a REST framework that provides JAX-RS Reference Implementation and more.

archetypes/jersey-example-java8-webapp/README.MD

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
99
and Distribution License("CDDL") (collectively, the "License"). You
1010
may not use this file except in compliance with the License. You can
1111
obtain a copy of the License at
12-
http://glassfish.java.net/public/CDDL+GPL_1_1.html
13-
or packager/legal/LICENSE.txt. See the License for the specific
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
1414
language governing permissions and limitations under the License.
1515
1616
When distributing the software, include this License Header Notice in each
17-
file and include the License file at packager/legal/LICENSE.txt.
17+
file and include the License file at LICENSE.txt.
1818
1919
GPL Classpath Exception:
2020
Oracle designates this particular file as subject to the "Classpath"
@@ -35,7 +35,6 @@
3535
either the CDDL, the GPL Version 2 or to extend the choice of license to
3636
its licensees as provided above. However, if you add GPL Version 2 code
3737
and therefore, elected the GPL Version 2 license, then the option applies
38-
and therefore, elected the GPL Version 2 license, then the option applies
3938
only if the new code is made subject to such option by the copyright
4039
holder.
4140

archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/README.MD

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
99
and Distribution License("CDDL") (collectively, the "License"). You
1010
may not use this file except in compliance with the License. You can
1111
obtain a copy of the License at
12-
http://glassfish.java.net/public/CDDL+GPL_1_1.html
13-
or packager/legal/LICENSE.txt. See the License for the specific
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
1414
language governing permissions and limitations under the License.
1515
1616
When distributing the software, include this License Header Notice in each
17-
file and include the License file at packager/legal/LICENSE.txt.
17+
file and include the License file at LICENSE.txt.
1818
1919
GPL Classpath Exception:
2020
Oracle designates this particular file as subject to the "Classpath"
@@ -35,7 +35,6 @@
3535
either the CDDL, the GPL Version 2 or to extend the choice of license to
3636
its licensees as provided above. However, if you add GPL Version 2 code
3737
and therefore, elected the GPL Version 2 license, then the option applies
38-
and therefore, elected the GPL Version 2 license, then the option applies
3938
only if the new code is made subject to such option by the copyright
4039
holder.
4140

archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/src/main/java/App.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
/*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
66
*
7-
* Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
7+
* Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
88
*
99
* The contents of this file are subject to the terms of either the GNU
1010
* General Public License Version 2 only ("GPL") or the Common Development
1111
* and Distribution License("CDDL") (collectively, the "License"). You
1212
* may not use this file except in compliance with the License. You can
1313
* obtain a copy of the License at
14-
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
15-
* or packager/legal/LICENSE.txt. See the License for the specific
14+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
15+
* or LICENSE.txt. See the License for the specific
1616
* language governing permissions and limitations under the License.
1717
*
1818
* When distributing the software, include this License Header Notice in each
19-
* file and include the License file at packager/legal/LICENSE.txt.
19+
* file and include the License file at LICENSE.txt.
2020
*
2121
* GPL Classpath Exception:
2222
* Oracle designates this particular file as subject to the "Classpath"

archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/src/main/java/MyApplication.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
/*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
66
*
7-
* Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
7+
* Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
88
*
99
* The contents of this file are subject to the terms of either the GNU
1010
* General Public License Version 2 only ("GPL") or the Common Development
1111
* and Distribution License("CDDL") (collectively, the "License"). You
1212
* may not use this file except in compliance with the License. You can
1313
* obtain a copy of the License at
14-
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
15-
* or packager/legal/LICENSE.txt. See the License for the specific
14+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
15+
* or LICENSE.txt. See the License for the specific
1616
* language governing permissions and limitations under the License.
1717
*
1818
* When distributing the software, include this License Header Notice in each
19-
* file and include the License file at packager/legal/LICENSE.txt.
19+
* file and include the License file at LICENSE.txt.
2020
*
2121
* GPL Classpath Exception:
2222
* Oracle designates this particular file as subject to the "Classpath"

core-common/src/main/java/org/glassfish/jersey/internal/guava/package-info.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2016-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* obtain a copy of the License at
11-
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

core-common/src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* obtain a copy of the License at
11-
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

core-common/src/main/java/org/glassfish/jersey/internal/jsr166/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* obtain a copy of the License at
11-
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

core-server/etc/catalog.xml

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
2+
<!--
3+
4+
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5+
6+
Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved.
7+
8+
The contents of this file are subject to the terms of either the GNU
9+
General Public License Version 2 only ("GPL") or the Common Development
10+
and Distribution License("CDDL") (collectively, the "License"). You
11+
may not use this file except in compliance with the License. You can
12+
obtain a copy of the License at
13+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
14+
or LICENSE.txt. See the License for the specific
15+
language governing permissions and limitations under the License.
16+
17+
When distributing the software, include this License Header Notice in each
18+
file and include the License file at LICENSE.txt.
19+
20+
GPL Classpath Exception:
21+
Oracle designates this particular file as subject to the "Classpath"
22+
exception as provided by Oracle in the GPL Version 2 section of the License
23+
file that accompanied this code.
24+
25+
Modifications:
26+
If applicable, add the following below the License Header, with the fields
27+
enclosed by brackets [] replaced by your own identifying information:
28+
"Portions Copyright [year] [name of copyright owner]"
29+
30+
Contributor(s):
31+
If you wish your version of this file to be governed by only the CDDL or
32+
only the GPL Version 2, indicate your decision by adding "[Contributor]
33+
elects to include this software in this distribution under the [CDDL or GPL
34+
Version 2] license." If you don't indicate a single choice of license, a
35+
recipient has the option to distribute your version of this file under
36+
either the CDDL, the GPL Version 2 or to extend the choice of license to
37+
its licensees as provided above. However, if you add GPL Version 2 code
38+
and therefore, elected the GPL Version 2 license, then the option applies
39+
only if the new code is made subject to such option by the copyright
40+
holder.
41+
42+
-->
43+
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
344
<system systemId="http://www.w3.org/2001/xml.xsd"
445
uri="xml.xsd"/>
546
<uri name="http://www.w3.org/2001/xml.xsd"

0 commit comments

Comments
 (0)