Skip to content

Commit ff9adf5

Browse files
author
Suchita Chaturvedi
committed
8349: JMC Copyright year and some http links require update
Reviewed-by: vpurnam
1 parent 3be0cfc commit ff9adf5

File tree

3,509 files changed

+8107
-8107
lines changed

Some content is hidden

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

3,509 files changed

+8107
-8107
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
#
77
# The contents of this file are subject to the terms of either the Universal Permissive License
8-
# v 1.0 as shown at http://oss.oracle.com/licenses/upl
8+
# v 1.0 as shown at https://oss.oracle.com/licenses/upl
99
#
1010
# or the following license:
1111
#

.jcheck/conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
;
77
; The contents of this file are subject to the terms of either the Universal Permissive License
8-
; v 1.0 as shown at http://oss.oracle.com/licenses/upl
8+
; v 1.0 as shown at https://oss.oracle.com/licenses/upl
99
;
1010
; or the following license:
1111
;

agent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
44
55
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
77
The contents of this file are subject to the terms of either the Universal Permissive License
8-
v 1.0 as shown at http://oss.oracle.com/licenses/upl
8+
v 1.0 as shown at https://oss.oracle.com/licenses/upl
99
1010
or the following license:
1111
@@ -47,9 +47,9 @@
4747
<licenses>
4848
<license>
4949
<name>Universal Permissive License Version 1.0</name>
50-
<url>http://oss.oracle.com/licenses/upl</url>
50+
<url>https://oss.oracle.com/licenses/upl</url>
5151
<distribution>repo</distribution>
52-
<comments>Copyright (c) 2018, 2024, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.</comments>
52+
<comments>Copyright (c) 2018, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.</comments>
5353
</license>
5454
</licenses>
5555
<organization>

agent/src/main/java/org/openjdk/jmc/agent/Agent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

agent/src/main/java/org/openjdk/jmc/agent/Attribute.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

agent/src/main/java/org/openjdk/jmc/agent/Convertable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2020, Datadog, Inc. All rights reserved.
2+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
3+
* Copyright (c) 2020, 2025, Datadog, Inc. All rights reserved.
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
*
77
* The contents of this file are subject to the terms of either the Universal Permissive License
8-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
8+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
99
*
1010
* or the following license:
1111
*

agent/src/main/java/org/openjdk/jmc/agent/Field.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

agent/src/main/java/org/openjdk/jmc/agent/Method.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

agent/src/main/java/org/openjdk/jmc/agent/Parameter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

agent/src/main/java/org/openjdk/jmc/agent/ReturnValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* The contents of this file are subject to the terms of either the Universal Permissive License
7-
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
7+
* v 1.0 as shown at https://oss.oracle.com/licenses/upl
88
*
99
* or the following license:
1010
*

0 commit comments

Comments
 (0)