From 6d8ffa0972d01f7b059b0e893224e2eab9beeaec Mon Sep 17 00:00:00 2001 From: Misha Bykov Date: Fri, 9 Sep 2011 15:21:34 -0700 Subject: [PATCH] 7087932: Wrong legal notice introduced in the JDK8 changeset a976ff46116b Reviewed-by: ohair, darcy --- jdk/src/share/classes/java/lang/VirtualMachineError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/share/classes/java/lang/VirtualMachineError.java b/jdk/src/share/classes/java/lang/VirtualMachineError.java index e86d89642cb..c0a2a929381 100644 --- a/jdk/src/share/classes/java/lang/VirtualMachineError.java +++ b/jdk/src/share/classes/java/lang/VirtualMachineError.java @@ -3,7 +3,7 @@ * 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, asP + * 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.