From b6bb466b819a71e436e56acc32223a1976521f43 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Tue, 16 Apr 2024 11:18:26 -0400 Subject: [PATCH] update --- .../sun/security/pkcs11/fips/SunJSSEKeyExchangeFIPS.java | 6 ++++++ test/jdk/sun/security/pkcs11/fips/TestTLS12.java | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/test/jdk/sun/security/pkcs11/fips/SunJSSEKeyExchangeFIPS.java b/test/jdk/sun/security/pkcs11/fips/SunJSSEKeyExchangeFIPS.java index af40356cc95..f7cbb919202 100644 --- a/test/jdk/sun/security/pkcs11/fips/SunJSSEKeyExchangeFIPS.java +++ b/test/jdk/sun/security/pkcs11/fips/SunJSSEKeyExchangeFIPS.java @@ -21,6 +21,12 @@ * questions. */ +/* + * =========================================================================== + * (c) Copyright IBM Corp. 2024, 2024 All Rights Reserved + * =========================================================================== + */ + /* * @test * @bug 8257545 diff --git a/test/jdk/sun/security/pkcs11/fips/TestTLS12.java b/test/jdk/sun/security/pkcs11/fips/TestTLS12.java index e04f05d5c82..9d6c9af9204 100644 --- a/test/jdk/sun/security/pkcs11/fips/TestTLS12.java +++ b/test/jdk/sun/security/pkcs11/fips/TestTLS12.java @@ -21,6 +21,12 @@ * questions. */ +/* + * =========================================================================== + * (c) Copyright IBM Corp. 2024, 2024 All Rights Reserved + * =========================================================================== + */ + /* * @test * @bug 8029661