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

Commit 53ad64d

Browse files
committed
fix copyright headers
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 0546bd6 commit 53ad64d

Some content is hidden

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

68 files changed

+221
-99
lines changed

api/src/main/java/javax/xml/ws/Action.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/AsyncHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/Binding.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2005-2015 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2005-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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/BindingProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/BindingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/Dispatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/Endpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/EndpointContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2009-2015 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2009-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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/EndpointReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

api/src/main/java/javax/xml/ws/FaultAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11+
* http://glassfish.java.net/public/CDDL+GPL_1_1.html
1212
* or packager/legal/LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*

0 commit comments

Comments
 (0)