6865482: test case BalancedParentheses.java is missing GPL header.
authorxuelei
Tue, 28 Jul 2009 11:15:49 +0800
changeset 3330 04c1ec47b42e
parent 3329 51166c6dca11
child 3331 191462509633
child 3414 cdf768813b4d
child 3475 99b52c94eb32
6865482: test case BalancedParentheses.java is missing GPL header. Reviewed-by: weijun
jdk/test/com/sun/jndi/ldap/BalancedParentheses.java
--- a/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java	Mon Jul 27 15:19:55 2009 -0700
+++ b/jdk/test/com/sun/jndi/ldap/BalancedParentheses.java	Tue Jul 28 11:15:49 2009 +0800
@@ -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