JDK-8249097 : test/lib/jdk/test/lib/util/JarBuilder.java has a bad copyright
Type:Bug
Component:core-libs
Sub-Component:java.util.jar
Affected Version:16
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2020-07-08
Updated:2024-07-19
Resolved:2020-07-08
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Bad copyright in:
test/lib/jdk/test/lib/util/JarBuilder.java
test/lib/jdk/test/lib/util/JarBuilder.java: * Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights reserved.
Comments
Fix request [11u]
I backport this for parity with 11.0.25-oracle.
No risk, only tests change.
Test pass. SAP nightly testing passed.
18-07-2024
A pull request was submitted for review.
Branch: master
URL: https://git.openjdk.org/jdk11u-dev/pull/2855
Date: 2024-07-12 09:45:54 +0000
12-07-2024
Accidentally pushed the fix with 'Fix Version/s' set to 16.
Copied the hgupdater for the jdk/jdk15 push here and
changed the backport to be for 16.
08-07-2020
HG Updates added a comment - 1 minute ago
URL: https://hg.openjdk.java.net/jdk/jdk15/rev/9839cab58d17
User: dcubed
Date: 2020-07-08 21:25:29 +0000
08-07-2020
Here's the proposed diff:
$ hg diff -r qparent
diff -r c5202ed40b86 test/lib/jdk/test/lib/util/JarBuilder.java
--- a/test/lib/jdk/test/lib/util/JarBuilder.java Wed Jul 08 20:35:36 2020 +0100
+++ b/test/lib/jdk/test/lib/util/JarBuilder.java Wed Jul 08 17:20:01 2020 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it