Skip to content

Commit e236c09

Browse files
authoredFeb 3, 2022
Fix broken license url for asm objectweb for core-server (#4975)
1 parent 6f994b0 commit e236c09

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
 

‎NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ KineticJS, v4.7.1
9696
* Copyright: Eric Rowell
9797

9898
org.objectweb.asm Version 8.0
99-
* License: Modified BSD (http://asm.objectweb.org/license.html)
99+
* License: Modified BSD (https://asm.ow2.io/license.html)
100100
* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved.
101101

102102
org.osgi.core version 6.0.0

‎core-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -56,7 +56,7 @@
5656
</license>
5757
<license>
5858
<name>Modified BSD</name>
59-
<url>http://asm.objectweb.org/license.html</url>
59+
<url>https://asm.ow2.io/license.html</url>
6060
<distribution>repo</distribution>
6161
<comments>ASM @ jersey.repackaged.org.objectweb.asm</comments>
6262
</license>

‎core-server/src/main/resources/META-INF/NOTICE.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ org.glassfish.jersey.server.internal.monitoring.core
3737
* Copyright 2010-2013 Coda Hale and Yammer, Inc.
3838

3939
org.objectweb.asm Version 8.0
40-
* License: Modified BSD (http://asm.objectweb.org/license.html)
40+
* License: Modified BSD (https://asm.ow2.io/license.html)
4141
* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved.
4242

4343
W3.org documents

‎docs/src/main/docbook/jersey.ent

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="iso-8859-1" ?>
22
<!--
33
4-
Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -56,8 +56,8 @@
5656
<!ENTITY jaxb.release.uri "https://eclipse-ee4j.github.io/jaxb-ri">
5757
<!ENTITY jaxb.javadoc.uri "&jaxb.release.uri;/docs/api/javax/xml/bind">
5858
<!ENTITY jaxrs.release.uri "https://github.com/eclipse-ee4j/jaxrs-api">
59-
<!ENTITY jaxrs.javadoc.uri "https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1.6/javax/ws/rs">
60-
<!ENTITY jaxrs21.javadoc.uri "https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1.6/javax/ws/rs">
59+
<!ENTITY jaxrs.javadoc.uri "https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs">
60+
<!ENTITY jaxrs21.javadoc.uri "https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs">
6161
<!ENTITY jsonb.javadoc.uri "https://javaee.github.io/javaee-spec/javadocs/javax/json/bind">
6262
<!ENTITY jersey.documentation.uri "https://eclipse-ee4j.github.io/jersey.github.io">
6363

‎examples/NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ KineticJS, v4.7.1
8787
* Copyright: Eric Rowell
8888

8989
org.objectweb.asm Version 7.2
90-
* License: Modified BSD (http://asm.objectweb.org/license.html)
90+
* License: Modified BSD (https://asm.ow2.io/license.html)
9191
* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved.
9292

9393
org.osgi.core version 6.0.0

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
All Rights Reserved. Use is subject to license terms.]]>
463463
</bottom>
464464
<links>
465-
<link>https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1.6/</link>
465+
<link>https://jakartaee.github.io/rest/apidocs/2.1.6/</link>
466466
<link>https://javaee.github.io/hk2/apidocs/</link>
467467
</links>
468468
<excludePackageNames>

0 commit comments

Comments
 (0)