From fd169c70c451a8b8d19e68a6622a6f5c2efcad79 Mon Sep 17 00:00:00 2001 From: mbalao Date: Thu, 21 Feb 2019 03:38:17 +0000 Subject: [PATCH] 8213154: Update copyright headers of files in src tree that are missing Classpath exception Reviewed-by: andrew --- .../sun/security/ssl/ExtendedMasterSecretExtension.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java b/src/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java index bf7f7aefd..8ee0983d8 100644 --- a/src/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java +++ b/src/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java @@ -1,11 +1,12 @@ /* - * Copyright (c) 2017, Red Hat, Inc. and/or its affiliates. - * + * Copyright (c) 2017, Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- GitLab