# HG changeset patch # User andrew # Date 1296582287 0 # Node ID 5143a1ab97f4ee898301cb9b16b94cb8e2b8c286 # Parent fb60ca70b79e825f2e0209266a75b386c5de2958 7015232: missing copyright header in CheckZOrderChange.java Summary: Add standard GPL header as on other tests Reviewed-by: anthony diff -r fb60ca70b79e -r 5143a1ab97f4 jdk/test/java/awt/Container/CheckZOrderChange/CheckZOrderChange.java --- a/jdk/test/java/awt/Container/CheckZOrderChange/CheckZOrderChange.java Fri Jan 28 16:52:10 2011 +0300 +++ b/jdk/test/java/awt/Container/CheckZOrderChange/CheckZOrderChange.java Tue Feb 01 17:44:47 2011 +0000 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2008, 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 + * 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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + /* @test %I% %E% @bug 2161766