From 99654ec3fb2c2e7c8d5bf5965aaf45aeb4b88c61 Mon Sep 17 00:00:00 2001 From: Phil Race Date: Thu, 2 May 2024 20:18:16 +0000 Subject: [PATCH] 8331516: Tests should not use the "Classpath" exception form of the legal header Reviewed-by: iris, serb --- test/jdk/java/awt/font/GlyphVector/LayoutCompatTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/jdk/java/awt/font/GlyphVector/LayoutCompatTest.java b/test/jdk/java/awt/font/GlyphVector/LayoutCompatTest.java index 35aa90374d5..11d0c2ee3bc 100644 --- a/test/jdk/java/awt/font/GlyphVector/LayoutCompatTest.java +++ b/test/jdk/java/awt/font/GlyphVector/LayoutCompatTest.java @@ -1,12 +1,10 @@ /* - * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2024, 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 * under the terms of the GNU General Public License version 2 only, as - * 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. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or