From e90b579b294eb88f6b4e236d19b05063775ee8d7 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Mon, 13 Jun 2022 20:47:34 +0000 Subject: [PATCH] 8288332: Tier1 validate-source fails after 8279614 Reviewed-by: darcy --- .../swing/border/EtchedBorder/ScaledEtchedBorderTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/jdk/javax/swing/border/EtchedBorder/ScaledEtchedBorderTest.java b/test/jdk/javax/swing/border/EtchedBorder/ScaledEtchedBorderTest.java index e1eb17414c6..4db602f0e4d 100644 --- a/test/jdk/javax/swing/border/EtchedBorder/ScaledEtchedBorderTest.java +++ b/test/jdk/javax/swing/border/EtchedBorder/ScaledEtchedBorderTest.java @@ -2,6 +2,10 @@ * Copyright (c) 2022, 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. + * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License