JDK-8213154 : Update copyright headers of files in src tree that are missing Classpath exception
  • Type: Bug
  • Component: infrastructure
  • Sub-Component: licensing
  • Affected Version: 8,11,12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-30
  • Updated: 2019-09-04
  • Resolved: 2018-11-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.

To download the current JDK release, click here.
JDK 11 JDK 12 Other
11.0.3Fixed 12 b20Fixed openjdk7uFixed
Related Reports
Relates :  
Description
The following files are missing the Classpath exception in the header:

 * src/share/classes/sun/security/pkcs11/wrapper/CK_TLS12_KEY_MAT_PARAMS.java
 * src/share/classes/sun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS.java
 * src/share/classes/sun/security/pkcs11/wrapper/CK_TLS_MAC_PARAMS.java
 * JDK - src/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java (JDK-8 only)
Comments
Fix Request Backporting this patch keeps codebases in sync. 8u patch only concerns one file, and we can just apply the changeset from 7u [1]. It applies cleanly over 8u. [1] http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/f992c97c7f1e
25-02-2019