Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 15
-
Fix Version/s: 15
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b31
-
Verification:Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249117 | 16 | Anthony Scarpino | P3 | Resolved | Fixed | b06 |
JDK-8250153 | 15.0.2 | Anthony Scarpino | P3 | Resolved | Fixed | b01 |
JDK-8250452 | 15.0.1 | Anthony Scarpino | P3 | Resolved | Fixed | b03 |
Description
The following file has an incorrect header format:
open/test/jdk/java/security/KeyAgreement/KeyAgreementTest.java
* Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Missing comma, the second year should be "2020,"
open/test/jdk/sun/security/tools/keytool/GroupName.java
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
Extra spaces before "Oracle" should be removed.
You can verify the header is correct with "make validate-headers" command or "make/scripts/lic_check.sh" to make sure each file now passes. The "tier1" task in Mach5 includes the same validation job.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
open/test/jdk/java/security/KeyAgreement/KeyAgreementTest.java
* Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Missing comma, the second year should be "2020,"
open/test/jdk/sun/security/tools/keytool/GroupName.java
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
Extra spaces before "Oracle" should be removed.
You can verify the header is correct with "make validate-headers" command or "make/scripts/lic_check.sh" to make sure each file now passes. The "tier1" task in Mach5 includes the same validation job.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
Attachments
Issue Links
- backported by
-
JDK-8249117 Incorrect copyright header in KeyAgreementTest.java, GroupName.java
-
- Resolved
-
-
JDK-8250153 Incorrect copyright header in KeyAgreementTest.java, GroupName.java
-
- Resolved
-
-
JDK-8250452 Incorrect copyright header in KeyAgreementTest.java, GroupName.java
-
- Resolved
-
- relates to
-
JDK-8237219 Disable native SunEC implementation by default
-
- Resolved
-