# HG changeset patch # User serb # Date 1384273465 -14400 # Node ID 0e3a39f29dbc56585c6a84f635c043a881705410 # Parent 41788bc7744da7f51ed536b4a6661bc7346890cc 8027696: Incorrect copyright header in the tests Reviewed-by: alanb, malenkov, mullan diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/ProblemList.txt --- a/jdk/test/ProblemList.txt Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/ProblemList.txt Tue Nov 12 20:24:25 2013 +0400 @@ -5,9 +5,7 @@ # # 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. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. +# 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2012, 2013, 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. + */ import java.util.Collections; import java.util.HashSet; diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2012, 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. + */ + public enum ConfigKey { CONSTANT3, CONSTANT2; } \ No newline at end of file diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,11 +1,28 @@ +/* + * Copyright (c) 2012, 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. + */ import javax.management.Notification; -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - /** * * @author Jaroslav Bachorik diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2012, 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. + */ + public enum ConfigKey { CONSTANT1, CONSTANT2; } \ No newline at end of file diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2012, 2013, 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. + */ + import java.io.File; import java.lang.management.ManagementFactory; import java.net.BindException; diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2012, 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. + */ import javax.management.NotificationBroadcasterSupport; diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2012, 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. + */ + public interface SteMBean { public void foo(); } \ No newline at end of file diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,11 +1,28 @@ +/* + * Copyright (c) 2012, 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. + */ import javax.management.Notification; -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - /** * * @author Jaroslav Bachorik diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java --- a/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2013, 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. + */ import java.io.File; import java.lang.reflect.Method; diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jndi/cosnaming/CNNameParser.java --- a/jdk/test/com/sun/jndi/cosnaming/CNNameParser.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jndi/cosnaming/CNNameParser.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2007, 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 * @bug 4238914 * @summary Tests that JNDI/COS naming parser supports the syntax diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java --- a/jdk/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2007, 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 * @bug 5042453 * @summary Ipv6 address throws Non-numeric port number error diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/demo/zipfs/ZipFSTester.java --- a/jdk/test/demo/zipfs/ZipFSTester.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/demo/zipfs/ZipFSTester.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java --- a/jdk/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2010, 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 * @bug 6918065 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html --- a/jdk/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + InputMethodsTest diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/JAWT.sh --- a/jdk/test/java/awt/JAWT/JAWT.sh Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/JAWT.sh Tue Nov 12 20:24:25 2013 +0400 @@ -5,9 +5,7 @@ # # 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. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. +# 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/Makefile.cygwin --- a/jdk/test/java/awt/JAWT/Makefile.cygwin Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/Makefile.cygwin Tue Nov 12 20:24:25 2013 +0400 @@ -3,9 +3,7 @@ # # 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. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. +# 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/Makefile.unix --- a/jdk/test/java/awt/JAWT/Makefile.unix Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/Makefile.unix Tue Nov 12 20:24:25 2013 +0400 @@ -3,9 +3,7 @@ # # 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. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. +# 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/Makefile.win --- a/jdk/test/java/awt/JAWT/Makefile.win Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/Makefile.win Tue Nov 12 20:24:25 2013 +0400 @@ -3,9 +3,7 @@ # # 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. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. +# 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/MyCanvas.java --- a/jdk/test/java/awt/JAWT/MyCanvas.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/MyCanvas.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/myfile.c --- a/jdk/test/java/awt/JAWT/myfile.c Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/myfile.c Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/JAWT/myfile.cpp --- a/jdk/test/java/awt/JAWT/myfile.cpp Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/JAWT/myfile.cpp Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java --- a/jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 @bug 6741526 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java --- a/jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 @bug 6741526 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html --- a/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Please run this test case under Solaris cjk locale with inputmethod support, if you could input Chinese/Japanese/Korean in the swing diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/image/BufferedImage/TinyScale.java --- a/jdk/test/java/awt/image/BufferedImage/TinyScale.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/image/BufferedImage/TinyScale.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 %W% %E% * @bug 7016495 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/image/DrawImage/EABlitTest.java --- a/jdk/test/java/awt/image/DrawImage/EABlitTest.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/image/DrawImage/EABlitTest.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java --- a/jdk/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java --- a/jdk/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/java/awt/print/bug8023392/bug8023392.html --- a/jdk/test/java/awt/print/bug8023392/bug8023392.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/java/awt/print/bug8023392/bug8023392.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + + APL diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/File/SMPTESequence.java --- a/jdk/test/javax/sound/midi/File/SMPTESequence.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/File/SMPTESequence.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 * @bug 6835393 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java --- a/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java --- a/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java --- a/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java --- a/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java --- a/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java --- a/jdk/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java --- a/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java --- a/jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java --- a/jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java --- a/jdk/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java --- a/jdk/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java --- a/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java --- a/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java --- a/jdk/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java --- a/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java --- a/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java --- a/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java --- a/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java --- a/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java --- a/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java --- a/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java --- a/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/Controller.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/Controller.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/Controller.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/Mono.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/Mono.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/Mono.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/Mute.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/Mute.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/Mute.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/Omni.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/Omni.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/Omni.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftChannel/Solo.java --- a/jdk/test/javax/sound/midi/Gervill/SoftChannel/Solo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftChannel/Solo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java --- a/jdk/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java --- a/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java --- a/jdk/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Close.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Close.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Close.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java --- a/jdk/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java --- a/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/GetName.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetName.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetName.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load1.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load1.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load1.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load2.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load2.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load2.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load4.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load4.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load4.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load5.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load5.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load5.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load6.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load6.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load6.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load7.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load7.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load7.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load8.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load8.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load8.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/Load9.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load9.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/Load9.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java --- a/jdk/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java --- a/jdk/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java --- a/jdk/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 * @bug 6660470 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java --- a/jdk/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java --- a/jdk/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/Clip/ClipSetPos.java --- a/jdk/test/javax/sound/sampled/Clip/ClipSetPos.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/Clip/ClipSetPos.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java --- a/jdk/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 * @bug 7088367 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/DirectAudio/bug6400879.java --- a/jdk/test/javax/sound/sampled/DirectAudio/bug6400879.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/DirectAudio/bug6400879.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java --- a/jdk/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/sound/sampled/FileWriter/WriterCloseInput.java --- a/jdk/test/javax/sound/sampled/FileWriter/WriterCloseInput.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/sound/sampled/FileWriter/WriterCloseInput.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2011, 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 * @bug 7013521 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JCheckBox/4449413/bug4449413.html --- a/jdk/test/javax/swing/JCheckBox/4449413/bug4449413.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JCheckBox/4449413/bug4449413.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + When the applet starts, you'll see eight controls with black backgrounds. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test4222508.html --- a/jdk/test/javax/swing/JColorChooser/Test4222508.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test4222508.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + Use the check box above the color chooser to disable it. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test4759306.html --- a/jdk/test/javax/swing/JColorChooser/Test4759306.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test4759306.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + If you see the preview panel, then test failed, otherwise it passed. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test4759934.html --- a/jdk/test/javax/swing/JColorChooser/Test4759934.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test4759934.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + 1. Press button "Show Dialog" at the frame "Test" and diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test4887836.html --- a/jdk/test/javax/swing/JColorChooser/Test4887836.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test4887836.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + If you do not see white area under swatches, diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test6348456.html --- a/jdk/test/javax/swing/JColorChooser/Test6348456.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test6348456.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + When applet starts, you'll see that the preview is white. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JColorChooser/Test6977726.html --- a/jdk/test/javax/swing/JColorChooser/Test6977726.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JColorChooser/Test6977726.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + If you don't see the preview panel, then test failed, otherwise it passed. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JComponent/4337267/bug4337267.java --- a/jdk/test/javax/swing/JComponent/4337267/bug4337267.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JComponent/4337267/bug4337267.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2009, 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 * @bug 4337267 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JComponent/6683775/bug6683775.java --- a/jdk/test/javax/swing/JComponent/6683775/bug6683775.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JComponent/6683775/bug6683775.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2009, 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 @bug 6683775 6794764 @summary Painting artifacts is seen when panel is made setOpaque(false) for a translucent window diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JEditorPane/4492274/test.html --- a/jdk/test/javax/swing/JEditorPane/4492274/test.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JEditorPane/4492274/test.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + top diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JEditorPane/6917744/test.html --- a/jdk/test/javax/swing/JEditorPane/6917744/test.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JEditorPane/6917744/test.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JEditorPane/bug4714674.java --- a/jdk/test/javax/swing/JEditorPane/bug4714674.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JEditorPane/bug4714674.java Tue Nov 12 20:24:25 2013 +0400 @@ -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 @bug 4714674 @summary Tests that JEditorPane opens HTTP connection asynchronously diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JFileChooser/6570445/bug6570445.java --- a/jdk/test/javax/swing/JFileChooser/6570445/bug6570445.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JFileChooser/6570445/bug6570445.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2009, 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 * @bug 6570445 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JFileChooser/6698013/bug6698013.html --- a/jdk/test/javax/swing/JFileChooser/6698013/bug6698013.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JFileChooser/6698013/bug6698013.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JFileChooser/6698013/bug6698013.java --- a/jdk/test/javax/swing/JFileChooser/6698013/bug6698013.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JFileChooser/6698013/bug6698013.java Tue Nov 12 20:24:25 2013 +0400 @@ -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 %W% %E% @bug 6698013 @summary JFileChooser can no longer navigate non-local file systems. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JFileChooser/6798062/bug6798062.html --- a/jdk/test/javax/swing/JFileChooser/6798062/bug6798062.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JFileChooser/6798062/bug6798062.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.html --- a/jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.java --- a/jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JInternalFrame/6726866/bug6726866.java Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2009, 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 @bug 6726866 @summary Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JSlider/4987336/bug4987336.html --- a/jdk/test/javax/swing/JSlider/4987336/bug4987336.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JSlider/4987336/bug4987336.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JSlider/6524424/bug6524424.html --- a/jdk/test/javax/swing/JSlider/6524424/bug6524424.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JSlider/6524424/bug6524424.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JSlider/6587742/bug6587742.html --- a/jdk/test/javax/swing/JSlider/6587742/bug6587742.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JSlider/6587742/bug6587742.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JSlider/6742358/bug6742358.html --- a/jdk/test/javax/swing/JSlider/6742358/bug6742358.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JSlider/6742358/bug6742358.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JTabbedPane/4310381/bug4310381.html --- a/jdk/test/javax/swing/JTabbedPane/4310381/bug4310381.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JTabbedPane/4310381/bug4310381.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/JTree/4314199/bug4314199.html --- a/jdk/test/javax/swing/JTree/4314199/bug4314199.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/JTree/4314199/bug4314199.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + Select the last tree node (marked "Here") and click on the menu. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/SwingUtilities/7170657/bug7170657.java --- a/jdk/test/javax/swing/SwingUtilities/7170657/bug7170657.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/SwingUtilities/7170657/bug7170657.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test4129681.html --- a/jdk/test/javax/swing/border/Test4129681.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test4129681.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + When applet starts, you'll see a checkbox and a label with a titled border. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test4243289.html --- a/jdk/test/javax/swing/border/Test4243289.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test4243289.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + When applet starts, you'll see a panel with a TitledBorder with title "Panel Title". diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test4247606.html --- a/jdk/test/javax/swing/border/Test4247606.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test4247606.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + If the button do not fit into the titled border bounds diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test4252164.html --- a/jdk/test/javax/swing/border/Test4252164.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test4252164.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + Please, ensure that rounded border is filled completely. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test4760089.html --- a/jdk/test/javax/swing/border/Test4760089.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test4760089.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + When applet starts, you'll see a panel with a compound titled border. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test6910490.html --- a/jdk/test/javax/swing/border/Test6910490.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test6910490.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + If the border is painted over scroll bars then test fails. diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/border/Test7022041.java --- a/jdk/test/javax/swing/border/Test7022041.java Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/border/Test7022041.java Tue Nov 12 20:24:25 2013 +0400 @@ -4,9 +4,7 @@ * * 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. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * 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 diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/javax/swing/text/html/TableView/7030332/bug7030332.html --- a/jdk/test/javax/swing/text/html/TableView/7030332/bug7030332.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/javax/swing/text/html/TableView/7030332/bug7030332.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + + diff -r 41788bc7744d -r 0e3a39f29dbc jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html --- a/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html Tue Nov 12 20:02:12 2013 +0400 +++ b/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html Tue Nov 12 20:24:25 2013 +0400 @@ -1,3 +1,26 @@ + +