From e364d187eafbb0333ec7b03d48a8e1b47e09f98e Mon Sep 17 00:00:00 2001 From: Xue-Lei Andrew Fan Date: Tue, 28 Jul 2009 11:15:49 +0800 Subject: [PATCH] 6865482: test case BalancedParentheses.java is missing GPL header Reviewed-by: weijun --- .../sun/jndi/ldap/BalancedParentheses.java | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java b/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java index 60bb7275677..2053aba7e05 100644 --- a/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java +++ b/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java @@ -1,3 +1,26 @@ +/* + * Copyright 2009 Sun Microsystems, Inc. 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 + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, + * CA 95054 USA or visit www.sun.com if you need additional information or + * have any questions. + */ + /** * @test * @bug 6449574