diff --git a/test/ProblemList.txt b/test/ProblemList.txt index ea99549a0f7974d9eeae02d1f20261c6e166bf33..0760625a67d2d1bb59b3b98db119560c1fdf251a 100644 --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java index b5eb847fc551b177c7c61988abc7234903802370..384a08d177267b62769ac9e67919cc1f2e1821b9 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java index 0739065744e6d880d0549e01eeda102f011bce22..37adae0f72d2b71392be602bc90634fe5de89df3 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java index aaa31a49129e9a9fcdb13d1ba24ea684bd6e5799..f9f2832b3d73ba6d408fd97f956e2d2bfffbd8ee 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/TestNotification.java @@ -1,11 +1,28 @@ - -import javax.management.Notification; - /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * 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; + /** * * @author Jaroslav Bachorik diff --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java index c79fafbba4b46e6b19d796348c988c027db318a6..3b1d1d2925783dde7afa02a315f330824ef50db5 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java index a92542142655f648b5ebf7bc49ddffc5ea048b7f..c02f2f23f6dc70734553b6522d91a6e5743b0eba 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java index 91ecd00ae5034fc419d865a039d0aeefe67cb28e..00cc1d505de425048ee5e35a32a8dfa3fbc62671 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java index b106bc11da720d954ee6562b934ba5dc97ce694e..9b2c0b1bca9a763118611bb0d4e5bcf103e2e56f 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java @@ -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 --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java index 6ffdb7f44216e2fd2c61e4f5f2af028ea5d0aa60..6a9efd44955a80176261a969dba9570c6291177f 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/Server/TestNotification.java @@ -1,11 +1,28 @@ - -import javax.management.Notification; - /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * 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; + /** * * @author Jaroslav Bachorik diff --git a/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java b/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java index f62a6437d51cb036c1cdc6a1577890ea49640aaf..ad8009a4b07271eae5f61aeec3d8cf7f2f7b9906 100644 --- a/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java +++ b/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java @@ -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 --git a/test/com/sun/jndi/cosnaming/CNNameParser.java b/test/com/sun/jndi/cosnaming/CNNameParser.java index 954cc1b3fbcacd77ff2f6d8c97f7f025e224c1f4..fac3f77fe86aebd50a8a1a96396d140812715230 100644 --- a/test/com/sun/jndi/cosnaming/CNNameParser.java +++ b/test/com/sun/jndi/cosnaming/CNNameParser.java @@ -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 --git a/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java b/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java index 0fe573c0ea336ebaf2864e4d89567d29f7e07ad3..30cb39289b2a0e77038edaa273c5e131d3390c5d 100644 --- a/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java +++ b/test/com/sun/jndi/cosnaming/IiopUrlIPv6.java @@ -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 --git a/test/demo/zipfs/ZipFSTester.java b/test/demo/zipfs/ZipFSTester.java index c6bd389c941006cc58696342496ae172d7725937..6153a66032c31f43a6c21e33515eb396a7e0d2f8 100644 --- a/test/demo/zipfs/ZipFSTester.java +++ b/test/demo/zipfs/ZipFSTester.java @@ -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 --git a/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java b/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java index 2b9fb6e2f2e57d85020d55e926b38c9afaf027d6..77f0ba32b12694f68b2240a0d437cbac8679d729 100644 --- a/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java +++ b/test/java/awt/AlphaComposite/TestAlphaCompositeForNaN.java @@ -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 --git a/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html b/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html index fca08218211d70735c59af46512271f96f60e213..7c566760233adcfab73d3e067cabf5a32619bc51 100644 --- a/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html +++ b/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html @@ -1,3 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + InputMethodsTest diff --git a/test/java/awt/JAWT/JAWT.sh b/test/java/awt/JAWT/JAWT.sh index 70ff02b8fe9eb154470167df4040a631e3427a51..48182d437b77b2a9dee08499d5986fbd43c5f87b 100644 --- a/test/java/awt/JAWT/JAWT.sh +++ b/test/java/awt/JAWT/JAWT.sh @@ -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 --git a/test/java/awt/JAWT/Makefile.cygwin b/test/java/awt/JAWT/Makefile.cygwin index 326d58179fb0ea1af4da237dbbc27691f6710d1b..1ca22849c4ede161e4a9612b627e385417e08de5 100644 --- a/test/java/awt/JAWT/Makefile.cygwin +++ b/test/java/awt/JAWT/Makefile.cygwin @@ -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 --git a/test/java/awt/JAWT/Makefile.unix b/test/java/awt/JAWT/Makefile.unix index 2b3f47cb60f7fbcb3e02ab508c4850b70eb4e31d..00cf78e49f1cb3aff85972a9b9aeba57ae845972 100644 --- a/test/java/awt/JAWT/Makefile.unix +++ b/test/java/awt/JAWT/Makefile.unix @@ -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 --git a/test/java/awt/JAWT/Makefile.win b/test/java/awt/JAWT/Makefile.win index 327fb250183c1162e7bd7584a2062069c7304cbc..909f4f573614e01f609c04b1a700757c4ffbc644 100644 --- a/test/java/awt/JAWT/Makefile.win +++ b/test/java/awt/JAWT/Makefile.win @@ -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 --git a/test/java/awt/JAWT/MyCanvas.java b/test/java/awt/JAWT/MyCanvas.java index 4bf0741cb94aa25143af7781457ae4bbe20e9644..424e3f10c1600c230ce4fc74483a09ff5e857b9b 100644 --- a/test/java/awt/JAWT/MyCanvas.java +++ b/test/java/awt/JAWT/MyCanvas.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/JAWT/myfile.c b/test/java/awt/JAWT/myfile.c index 1a1028965b149b95be3e98644d0e3cfcaa5fcfa6..890a4b5eb5354be442c9f18d15294cb3603b307d 100644 --- a/test/java/awt/JAWT/myfile.c +++ b/test/java/awt/JAWT/myfile.c @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/JAWT/myfile.cpp b/test/java/awt/JAWT/myfile.cpp index fc5b278abb42640fab3698092b7eb2881450b88d..eb8b0a777ef926250046c411bde70dd08e68cfb8 100644 --- a/test/java/awt/JAWT/myfile.cpp +++ b/test/java/awt/JAWT/myfile.cpp @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java b/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java index 34b52f0bea0725dd755030c80503d76edb925689..eef8f3cdb18710057239f975cd7b26dffa180584 100644 --- a/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java +++ b/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java @@ -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 --git a/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java b/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java index f0680433644a415df6501670028816e885a19efe..adbafb1178be1df66de6d114aa51d85b4bff1c8b 100644 --- a/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java +++ b/test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java @@ -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 --git a/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html b/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html index c1326d3b29742a07af5b7394572c019d75626ba5..f6adef40ded870768a925700cbb4d679d0aa4183 100644 --- a/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html +++ b/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html @@ -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 --git a/test/java/awt/image/BufferedImage/TinyScale.java b/test/java/awt/image/BufferedImage/TinyScale.java index 83a5dbcccaef1edbd81a4fc30a386c38bc9dc299..e4c913e04fafd7f175c9e7dad67b290ab9095fb7 100644 --- a/test/java/awt/image/BufferedImage/TinyScale.java +++ b/test/java/awt/image/BufferedImage/TinyScale.java @@ -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 --git a/test/java/awt/image/DrawImage/EABlitTest.java b/test/java/awt/image/DrawImage/EABlitTest.java index 6240ce716d6c4d983fc9ec8e155e512c1f4d8930..023a2e79ec6cb8e85bb46040f7a2d42caae564f9 100644 --- a/test/java/awt/image/DrawImage/EABlitTest.java +++ b/test/java/awt/image/DrawImage/EABlitTest.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java b/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java index c430959c42b257c6aa8af20af6418baee6596656..de409b0d121d251acf88c5e9ac97ea4f41ef7041 100644 --- a/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java +++ b/test/java/awt/print/PrinterJob/CustomPrintService/PrintServiceStub.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java b/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java index a6bc7ff98779d365c28517b49336768be58de72a..9c3ebe7d9217e7ae320b2dddf383cf909f86f491 100644 --- a/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java +++ b/test/java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/java/awt/print/bug8023392/bug8023392.html b/test/java/awt/print/bug8023392/bug8023392.html index d796a21c660161671eeb925b5af7d51270ab6b65..af6951249c59518f8e238e615986351a0723bace 100644 --- a/test/java/awt/print/bug8023392/bug8023392.html +++ b/test/java/awt/print/bug8023392/bug8023392.html @@ -1,3 +1,26 @@ + + + APL diff --git a/test/javax/sound/midi/File/SMPTESequence.java b/test/javax/sound/midi/File/SMPTESequence.java index 729c7ec06188d1fd96a4b6f8f3c746c913a1a3cb..90e92c272e0a3fb5d56cddbd5a72d0c28d3df0ad 100644 --- a/test/javax/sound/midi/File/SMPTESequence.java +++ b/test/javax/sound/midi/File/SMPTESequence.java @@ -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 --git a/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java b/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java index dd447bd0326edbdce3711d89c4adecac5752f857..295936dece0d2dd21d5ec3144e5241f486995595 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java +++ b/test/javax/sound/midi/Gervill/AudioFloatConverter/GetFormat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java b/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java index 62bf3677ded647f11beb68c50b0ad12b1ae505d1..ce252319ab1c935e1ea53ae9881bc8a80c51e784 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java +++ b/test/javax/sound/midi/Gervill/AudioFloatConverter/ToFloatArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java b/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java index 43fc8566d74a47f266b6daf03118f323d7755435..8a893c025f58767c346fe7cfd191827ada40dfeb 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java +++ b/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/SkipTest.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java index 6b1e0ab620d32afa3c1ddff05241dc62e74ae09d..961f61424be9130d54762959477c78eedffe8fb0 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Available.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java index a7b0fd124363cb085008fe9b20fea9158dfedbbe..bc16d204013d4a2572d11a3345600db0c2138547 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Close.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java index 72f565636712e3d8fbc74dfd44f22e4316298850..2e4e8023fdd0f8052bdc787ea1eeaedf79ff2893 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java index 4eed7f55dcc087f514b4f29104058aed4e54e0c4..48b2958c80609e42770e206431b6d611bbcf8638 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFrameLength.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java index 107d06e08871411f43ba2762418b455c431048c7..9107be30f5de3b759ce1b214683a74558e645e39 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/MarkSupported.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java index 0fdcfae167f1207a7b05011f8359a9ba7e993bcf..5d12feef3f2d414ac399821a5583e5bff9f4e501 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Read.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java index 941660d76dd6357741ef1eb441f0ee99832c2c90..7f7e4fd5a675ed75223bbcaccef29f02349bf510 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java index bc43606bcd21bfc1da8f7bab27a641e42cbe7753..44c45f3428f2a3e01261b07b61934265d1cd58df 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/ReadFloatArrayIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java index 877a9b35279c396c6b92e64764744bf3b01fc0a8..549046648a429fa991494fab52a57d654e6ff1c0 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Reset.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java index f0b7c0d0068f178ad77385922fc92cd96b5c1290..c57994abfb94c3417c382315f53276c9a78d5693 100644 --- a/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java +++ b/test/javax/sound/midi/Gervill/AudioFloatInputStream/Skip.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java index 25cd53f121aa1ba54bcd95182c6f77446e39ecfe..35986db0cee72f0e7c0d35b46f08aa8b0a025f61 100644 --- a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java +++ b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankFile.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java index 56edf7a72f53528ea796123b1fc1d7ba775f33da..1e9dc8f0b72f75b6ff72d4fcedb37c2165b4191f 100644 --- a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java +++ b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java index e2429a6a3a25c30264ded5298642445505cce9ac..29c8a6a4d8cdc877e03a074da31bd00342c16c3a 100644 --- a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java +++ b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankInputStream2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java index 0ab06c9349569f46738d4916ac749f8d3c7890b7..5e256adf5b1f5ca72e238fb1d9b7ac7b76f3bc1b 100644 --- a/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java +++ b/test/javax/sound/midi/Gervill/DLSSoundbankReader/TestGetSoundbankUrl.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java b/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java index a87989f12646a3fc348c48a5f8430427daa15063..47ed64b2180670e2b6a5dbc5e5ff330f5d3e92d8 100644 --- a/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java +++ b/test/javax/sound/midi/Gervill/EmergencySoundbank/TestCreateSoundbank.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java index 8351d26e1e1c7d13cf6547a824e597b35f099f69..be4460e87427cc5eb6160fba63d3b7c9b4f27f7b 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java index 8411d1e530fe3711fe01ebacf07a02acb468b2c5..59c98d8c76a04afd1ffdb56031c7f60d281966b1 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java index 6021b046c5284f7e89d5f4badd1968ab5b4eca22..4616a6c7ae83f5b7fb19f6139eb7e57374a9792f 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java index 0b96065407133989aad6f844a8c81a6f3758a23a..bc9f1054f9bf1a958a3b59a22220dffd2c576344 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java index 6ebcfec2c3cc3510d8eb9c711888ed1cca1926c8..f738e11c3fc32c7f4095766a7a083442c8020d89 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java index 012a683cb5ec95317aeded1c47b307ea2dea2dc6..b28fd187e431adb23abae86760354d3963b81a11 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java index ec231f26ddc97642df019bbd7175c4aa665ce3b7..a97790a4970293eec785f435e1b2868b8afe7b7c 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java index 5b70b25979095ed0859a001253e09ec100caffe7..622e52b2480dfdd959dc363259fa444cb8125c79 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java index c396c2425546128bbd7b4105385524c0aa623656..e205fafbd682bffe7bdbc0c89ba5e87e214b47f7 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java index 1b6601905528fcfecff4ebca1324d0cdf88d09a9..a736c36f2b62102177c89714e14cb9ee096c6dc1 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java index 6174ef7b817819cd34cf563a929279149007c808..a0db7a539c88871c61e288fb4dbc4aecdfe44d1d 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java index 489f4697def3b4f41ef744ac6862aae6f29ce785..22c87622dcecaa2a95da23e88031952a8ed2f8a6 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java index 3ccb38ba5462b05bba6d07b066db946af0a3cec1..b8552dbd5e68c735a7211f028855f3f8be2f6d5d 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java index 45354d1925f1d805a7bd6aaf26c03781c826375d..4c6cbfaa52a0dae7184258e7101146991908e19b 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java index d35ab30e5762910b9e5079f8122bfce0c0989f5b..ffcad72d0484ef5ce7310250b0b33470b1334c8b 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java index 111139eaf8d1d3e741c52574849c604465e99a17..241dc2eab07945fab14efbc55392d4341a56cba9 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java index 3bdcb6b0597340cdd0fdeaf623f63951c0a8fb43..f9953702a585edc0ab2ac186633e6c14f5167a93 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java index 1f2e2408be9b518c5a9d2676ecc3e119ee8560b1..810f7381469a0785231844f22c56f499cfffe83e 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java index e4e4d248602444a4b57930007b14c4764268038b..81d5943a060a2aefe16405a325e3a6a1565ca39c 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java index 0920536ae1be724058fe69049d6ebb149f4fef2c..c84ac8f7df6fbaa9419d1d7ef45ce2b7271e264b 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java b/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java index 8322e3ce871e45f227b55bfc6d9d4eedf1df494d..b7f21de66d61164ca956c173409c0b6e8239f673 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java +++ b/test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java index bd15592c690a9562e9a0b260390d52b37cd66629..291d056b89ab0cd39e42a94014d4a047ee194c5a 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetAttenuation.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java index 3d80c81e639a8808cb3febf005d296453d673b6d..8040209d8e7cc7be743b12b2d2cf46ecf38165aa 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetChannels.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java index c5cbab478b091ac7d3e966cfb5b9986e4458bbe7..7b112f65f855c5b118d303f7eab082966b960800 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopLength.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java index 6396a86d3b23e656da10746c0576c49d3722f3a4..b7f8b7b8949dc4c675a8d8930c4d65d88120ed53 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetLoopStart.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java index 5c894d234d19d4f35aace772a5b6aec138ef9eb7..9a341f672ecbdcdf966ccd1a270111a282129b49 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/GetPitchCorrection.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java index 778c65fad28786b3a63c227be1e6cf11886c4b8d..61ab944d9786399b00a3a930562fa6c3ee51c857 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBuffer.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java index c10f1ce7fbda55a473360a17dfe998a7368b7154..6bc66d256752488c929f8f07f3e6ac7860741d79 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java index c514574d21028389b2bd0dfc303d68238ec2a665..93954caa535b5a27ec4db5081422fd3680d67c00 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java index 058386e7fa2c6554bff08f610b33b015e3b111c0..ca296af7596532048b03b14b7099d36fc77ef09a 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/NewModelByteBufferWavetableModelByteBufferFloat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java index cae0499ab7e0366732776739249ca62839362c83..7cc92068ac8f7d68779a555d164a0d84dd3bf4a0 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Open.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java index d339c4c6140bc2d6912f9692acaa4ff130e100b6..1b20e5d2fcccf4b44a528a46044477f16583663a 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java index f2bbf7f18bf84d390fea614d35d69f31838800a5..6b7bf361582e691c3e87887aa8f763fcc8f8b680 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/Set8BitExtensionBuffer.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java index d3cd04dded57242ebe6b2a663fe689d4fa55ad71..496b40939838f083cb16a0d0bf378fea2d88036a 100644 --- a/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java +++ b/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/SetLoopType.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java b/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java index 034f9a61efefd00e45d4706e7fe56401b2691664..e541233367d6ccea3555b28c138b025ab6894fed 100644 --- a/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java +++ b/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestination.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java b/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java index 3de59e91332a4783820ff5088546f212e22009dd..3a0af9fc9563be24b042a542f397893017450f5d 100644 --- a/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java +++ b/test/javax/sound/midi/Gervill/ModelDestination/NewModelDestinationModelIdentifier.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java b/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java index 49330cc6dbd24e68957cd08baad974ba49d5b3a5..30172c2d2eefb5c4e7ea3012c31be3e22795be34 100644 --- a/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java +++ b/test/javax/sound/midi/Gervill/ModelDestination/SetIdentifier.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java b/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java index d85f2b5db2553b69154d056f2d9c4690931d091c..8105dd4457cca51a65e5e97fac573abdeaadd47f 100644 --- a/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java +++ b/test/javax/sound/midi/Gervill/ModelDestination/SetTransform.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java b/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java index 8c4496b2a488e0028ed35f8d212edd67730c8433..81b9eff7e77d06df4bfff502d110d457bf9ded5c 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/EqualsObject.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java index bc0564b687239b9fa19599b4e26ee4213276caed..33765d347a5ce7acd1af1d5dc955cbe2f7dac5ba 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierString.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java index 713ebc768c0cea1e00a59a30f806784824b2744e..152c46dfa1234737b25f726f8f191733367af71b 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java index 848da91e275dfdaa91a4493838702da1696a955a..d297b6034f6b9208a170b627af8a6289af42393a 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringString.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java index 49c2cc90237bd04af07f7593848b4403e4ef4bc3..5400be642650db51b55b7ff28e165dd616c7b9fe 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/NewModelIdentifierStringStringInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java b/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java index eb15aa21b31ea1ca87475d89cdf292927d05fef3..a9c893723c3ae7ae24c16c63a00620cb4a4ff088 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/SetInstance.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java b/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java index 7d88fef4f04ce144957529faa687e30dbdd16034..e06c279486067486958181be7b0813f7e996a32d 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/SetObject.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java b/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java index f120aa6c15706823c6b82a3fbc6563ac7f7a9dae..0871a2af3047ecfb48f5ce162e4d1b6bda3e2dd7 100644 --- a/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java +++ b/test/javax/sound/midi/Gervill/ModelIdentifier/SetVariable.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java b/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java index 6aeb50ddd19a3e576da2ef637f1c2cf9fcdda05d..2923a540052f0a77760938ddcf4b2f1e413c79f1 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/GetOscillators.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java index b27baa40d1dbb9211fb15851d7dee1085fce4a54..d3936b967feb20a76c8c69839672aa3f3deb9030 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetConnectionBlocks.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java index 23b45434880eddc81542189bb59a8dceed3c2217..901ba98a246d63055af6ba6dd944f70bc9a8bed5 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetDefaultConnectionsEnabled.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java index c00229a555d559009b47226b6c8e24891fa8372b..85d95cbc37d8acfbf187251cdb39eac62ad4c9c4 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetExclusiveClass.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java index edd56350f09275ddd54b5a2e38e7a6a41d53527b..7c5e7a3d4e72a19b9fe0a87857056a3ab03edacd 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyFrom.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java index ff58b5adc968fdbadb1b942ab7aafb1af8537832..ab3b052fb89984caebc621666c1519ece947a5b4 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetKeyTo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java index ed9c4513c73e8279b312a579eb3edec7a9f2264e..012e8dfcefade56ea39fc1953f7ac7e29afb00dd 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetName.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java index 590af2e54ffc7dfcbf9fc696011938cdd8a2a857..bb045a85ecadac7db6e0cdd957a93991d4ac2b57 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetSelfNonExclusive.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java index a5ed10b62ed92be327766e87610c6335f10197f0..9c865724c31ba019d0367b16d7d043f9326882ed 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetVelFrom.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java b/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java index 5e60899af2f6dcb9f1eb070d8b3fd224dd44b6c6..234c23d42a5efb36ce946e3118c963f373264f7f 100644 --- a/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java +++ b/test/javax/sound/midi/Gervill/ModelPerformer/SetVelTo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java index da92d88a463af6f6b63a24d89a735c1e8bb85799..6c2f3b68b823d7a66d0c9ef94e9584921d0d508e 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSource.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java index db44773e2b08d0b91e1b08723ff380aa47fe59b9..3287a690ca5506ebd76480d3b567d501ac0e97cc 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifier.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java index dfa21f7a5d7c025721e35f7fefbcfc47d0759c8c..88e9c70c85c85827c901450a3f5efcd97de57412 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBoolean.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java index 6307a9b8af538a5c33b56465bd9dafae92c20ee6..628e0a4a35e645421357611ee4cab152248fe146 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBoolean.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java index b75bab51b36fa698082398aa8884e22142cdbc45..9742d87d5cc05310a1bfbd2ae5f1b02099178887 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierBooleanBooleanInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java index 3bece3264fd199290f0afb4e5cd1e26c8c426d0f..f8c33db9e8e75bab9fa8c9259b4736dd8048e36a 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java +++ b/test/javax/sound/midi/Gervill/ModelSource/NewModelSourceModelIdentifierModelTransform.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java b/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java index a4202387340f4c68ef5256491a8d812c0800c022..5f1095af1a69b4bd7e8f4e8f0841528679e29f9b 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java +++ b/test/javax/sound/midi/Gervill/ModelSource/SetIdentifier.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java b/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java index 6def6a5ae5cc9dd5d2e91fec207bba5fe055e4d8..878ad895d8c3c1bf0ca8c4846e348123be8831e2 100644 --- a/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java +++ b/test/javax/sound/midi/Gervill/ModelSource/SetTransform.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java b/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java index f48b1eac2c3ba683a5218312e6808fd187e33ee0..ff058a11bbc53fe3f04983a74027fc969dde95b6 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java +++ b/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java index 69e03f055aee80687ae1ca2236fd511b49fedd75..16a410ea984ced0fb34736a0c57416c386c101c2 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransform.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java index e44c49b2428e2f2c9f78d7fa8520a6df35252aed..e77e12ca75a29f8c6ffdd39019c3cf4d0b38e1d4 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBoolean.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java index 5b1139e40a2e795bc8c53312dbd7e51c2b6bed96..e162c3bcf1fafffbd3d4a8381a130c8bea4dd437 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBoolean.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java index 2cd0e95892c4f969b5c265577484a8a521695749..e1ff002bc170ce97306c3c541c17b82c20c71463 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/NewModelStandardTransformBooleanBooleanInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java index b66ca79e2a54599fca533dc43dda21e5b092683e..d3d1ca1df630a07482e0519b9905461cab5b76fe 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetDirection.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java index d7c5ec0c0a385debd7c175807d468de1bf0e770d..d711d984d3d29f9587fde1d3ebf8ecdb1b00487d 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetPolarity.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java index 9cc7d8a29cc4b62b49f2fffd0d3ac6c820d927e6..bb7272f765672a2d74d0d75b5f2a7a23376dc02c 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/SetTransform.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java index 96edd8f304eef5510b4b40a4b532f27a9ce35aab..165dccf83f4ef4e442c19ad67f4b21e91ca4c84d 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformAbsolute.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java index a631ed73b9e51e6b0eb3b908b6636af341f1f093..5a4026f2b57054fa0cfa3685bf57876770f21e20 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConcave.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java index 85fab737bab1710d199084ed0c2a60a41a1a47d2..84da289158f41111dbdcbd4283cc26318f81e9ce 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformConvex.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java index 44e6c9fb8759a9161874a75d4e84e59185b91159..3f82bdee5c14f23f525069be81960c35d5e9b97b 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformLinear.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java index fe990558a2560ff6a22c802da25d6ff53581f879..4a249783c21f32ff60b471a9f28111e9895ccb8c 100644 --- a/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java +++ b/test/javax/sound/midi/Gervill/ModelStandardTransform/TransformSwitch.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java index 96b041602ef21b21a3c7f042451f82d56c43404c..d304baf39b1c33fa34d7b95f7f0e0f6805e5dc48 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/Available.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java index 2d0ff96184eaa0a38391fd3dab650b286f1cabe0..dff191d66a53f253a8e7515e658fd18dc77393c7 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/Close.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java index bd1d3c81e454abd2a38ecfb0f3639507b2de6f85..11e27c173920942d77fdfc26b15674ac6526037e 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/GetFilePointer.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java index 2b962916957dd401bd2649e0f2c106491eacff9d..117e00da8b04de8ddb02645febd299a1f969057e 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/GetSize.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java index be40f516b1e04730ad9c4ed6d1dd9c95870ff95d..d2738d05d7a00151de8deac663e81ad6e8fd705f 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/HasNextChunk.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java index 7901f21b752c69595fc56feb7d5fc9fe1b4a01b2..f69b9e753d4f73c1d519feb2eadf0d255e24383b 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/Read.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java index ad539885a21f667be0990780ebf92b8104dc7108..542d2d217515d6efbdc4157b661efdfc2f6279b4 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByte.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java index 51a8e19c96c519c2300a9105c8925dcf6996d7ed..1b8600dfb22a404dd64830720f6cb96af9ddf77b 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadByteArrayIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java index 05f9baee91840e9d59367fd3e6a3618c69cf276d..c03c8a6accde4c4ce2fce22f87f25dd6a99bf2dc 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java index a772b4812f6d822da1d886db7f8fa2b7ed22e1e1..d428726cfb649da5c99f9ec6305c38e850e62a48 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadLong.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java index 4be89cbaef5019ebf407c4ad42de9e40167ae5a0..8c7977d57d3756b574127cbaa746a6f2982d86fb 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadShort.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java index 851b31570c208b2ee2589cac1ef155857ff79b19..16fcf7d26b80f883918d1d9845a8d38bbca9793c 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadString.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java index 0c678b647e65a9df2f0e2ffa7a17b76153da4534..220ac748fff4bb15499dbb34883f6e06dc05147b 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedByte.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java index 55ac91dd87b561d785eb3379b40c8698a2abb75a..253b32a7eca83d5e351511ee28dd2e379ffb8eeb 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java index 5197957bec97c8cf5b84b28b8404c6387547dc9a..aadd38855a3eae87825910a9bdc9138200a805db 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/ReadUnsignedShort.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java index 48847a1cdb1b5feac0509195e25cc4f72be599c8..ef8997788bcbe9b6761a4e66f4ec2751ea052a67 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/Skip.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java b/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java index 647b7bc8321a3ed0eb84112f7abe8e52569e9b37..800190a2adcea85264e6d46d382c7929492b38d4 100644 --- a/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java +++ b/test/javax/sound/midi/Gervill/RiffReaderWriter/WriteOutputStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java index 87f95e2d8c93550403e5d35c1b9d8ccc7c5416e0..12a64e659ae1d14cba66db820c575f624349b255 100644 --- a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java +++ b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankFile.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java index ebd16c737e81e1af5f40f36d0a49995d5b1d39ca..ae56ddf7ade88efff301b72f1d29592e42944962 100644 --- a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java +++ b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java index b8862451147609a338a1d088e3907359dee811d0..d7852a16c5daafce3ea2eb8197b58fb68c3cffc7 100644 --- a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java +++ b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankInputStream2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java index 28c602c938ce102ba4a409eb047fc5cb4f6dadff..e8bfb7a8a790833aa3a075b11371650d658a37e9 100644 --- a/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java +++ b/test/javax/sound/midi/Gervill/SF2SoundbankReader/TestGetSoundbankUrl.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java index d96afe354a7eaf51bba620aab9ac546a8103056a..cbe5723bbccbdada5f1339912f4922c0bdbb1967 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java index 36968a8bec36338e1f970569763ea38b1bf0ef2e..61194cd3405cf9d45f102a6a4f56f7731ea50a6c 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java index aec0638d024c29e3df78f7bb4715c8133a7b0b0b..0cc88daa6964e64779e72367e89882843308168c 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java index 1c7cd0986f6564b6592a4779c90fbf43982a72a4..53a852e0ac040389a1b91c8f4d84520cda6a643a 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelInstrumentIntIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java index ccb94aa6733c0aeb9fe20f6e1c5debad32f52554..e06f1cac147b838eca07b8b778d3eed19ee0e26e 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformer.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java index a3b6c45670caf4ea4f4db369ec253ac986e84a57..b2661eb101bd9fc5623982453aafcc22ab7e2ced 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java index 11c146d510e325a3238118b48863825ee9682563..3ca515538dc382ee2c52c170da5628f71e42bad4 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java index a71f95c7449e4669c42296ec33e6892162160257..7f824b407e8476ad8eec4f52a26752c5a927aab0 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java index fd3154e31a7d063837291c4e2930573c3f799892..5dbe2aa95857f57dd9b384f129bb7aa0c2c1ddd2 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerArrayIntIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java index 2c18e9cdb3d07b3be6e4e01e81b86c6208c5781f..e4e0e79eafdc97b25737a7980e2b2562ff135278 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java index 5b3aa6b1f058bf60458354d3c3c09038a910bb0e..6e5dc09d29522653b887efa85486751593ba0941 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java index 4b7de7566fe8e59f0ffc870a91af45fda102e17c..ebbf8d7b0d895c1284175f96b33ea2914970bb75 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/AddModelPerformerIntIntIntIntInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java b/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java index 1cf77dd9e598fdb0cbed90ee5dd0159f58927799..9d02439985a6035b62e41363dccacc17e010e362 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/Clear.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java b/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java index f3b516b73054b7f3f019e07a42b03327ba2855a0..46065f902a5ba831c424d731b188abdeea78df3c 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/SetName.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java b/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java index 03698924451f2a5ef60cc830ac210eb55166ff1c..4ccd828734a622ae615c9bc95a2f64ca066ccd62 100644 --- a/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java +++ b/test/javax/sound/midi/Gervill/SimpleInstrument/SetPatch.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java index a775bbc27811ebc8a3ad46398356ccaa5958b265..8609e0bf0ad62b55fdec4ab43ca82f6da89861e2 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/AddInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java index f6dfcea56b498d1c1ee81ed0bc3835d9e1c3f525..f704eba49c59b70a8d6f479f39ecbd933663a3bd 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/AddResource.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java index c5e6b2efcd0f2d3ddebb350d714f6fbb9d53c4ef..56058a7bca591d983cf1a1633e49ddf8b469002c 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/GetInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java index 4a6644f8d9b2f967ddd976e4451e59f98b429ad9..1f7bdef622edcf8d85b0c69780357b972cca1b56 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/RemoveInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java index 2ad359f3fac4fbc349f484666bc941a9f270fc37..cad358e1f9c8c1fec899b76e69fc7ab645730239 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetDescription.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java index b1ddb8cb8ed03011a82ab56a64d6653a4a22c6e1..7179f49c526a08a4b2950d25fd0d874c5c69e711 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetName.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java index 3a4a18ce48b428601c264442d8f382ecdd326a55..f703f2e1683b67e17ee4f8f1d6af04bc58621cc7 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVendor.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java index 11c9613d0628c65ce64da278eb9cce4260d754e2..dac2e3366ddcd52c7b53951ad4ab38c1fbfa330c 100644 --- a/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java +++ b/test/javax/sound/midi/Gervill/SimpleSoundbank/SetVersion.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java index 5cd7a5cdcdb3cfa5c60b307febd20ce9778f9127..254b09c88b4ee21cf0065e6a825747e93899ed27 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java +++ b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Array.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java index 44107589ae844909384b803c03af94da6ed05300..fea3a484aa406e1fc593c6aae463241a44944ff1 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java +++ b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Clear.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java index 0f4482a52b2629a8ff95f2d92d03d7f05ae10dd9..fc5cc5ec490f1b466dd6ec6ced57513ee6fd21bc 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java +++ b/test/javax/sound/midi/Gervill/SoftAudioBuffer/Get.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java b/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java index e0b63344d01dc2651bd7f8fd464b52ccd4498df2..085ed077e7a37ca0b1a0d4dc31e3507ab3bb5c58 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java +++ b/test/javax/sound/midi/Gervill/SoftAudioBuffer/NewSoftAudioBuffer.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java index 4d9c0bc4b387f49c560d99f6ed6579d64c46c397..69d1abf5e88623c7210f714c9399e23266b3901e 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java +++ b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java index c066f0471f17344cb6b633bb59a6e1d09e52289e..4dc0c3b1c168561901a4b1c35b2ba7ff337b2c5c 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java +++ b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetFormat.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java index aa1ea2b25b70fc112bc9f992299b905ac76a867e..217760e18a3e22e5078789be3b446b6367eeb341 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java +++ b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/GetPropertyInfo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java index 9b4bf649f459211da78deda2e1d0f37cfda31432..1701232bbd7baea1482a26e21fa53b67f272fe2e 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java +++ b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/Open.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java index 7d9e2c56f3df290a27c58f50b978d73d38812db8..24aad6c64df535112ba95e88250749e93148463d 100644 --- a/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java +++ b/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/OpenStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java b/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java index 7e656df9b06849d191fb67accae0015f5ea7077c..312d1defb8ca6778e85a760306cea9f5ea240219 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/AllNotesOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java b/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java index 3444242a687d0439347d0f22969820ae82724ba7..8048363a5f142c5d6d38a206ad3fff1112ec2405 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/AllSoundOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java b/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java index b9af793d42a6b64b64131c7277bd5cf616df287f..c525777ef28439aad99fc0740a792c1f744b0947 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/ChannelPressure.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/Controller.java b/test/javax/sound/midi/Gervill/SoftChannel/Controller.java index 588679ab8d7a96770be8f63e8a25cf45cea0a5df..e9d71302a1e1908678f2953f7f720778a54dd513 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/Controller.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/Controller.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java b/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java index 6854663dfd1f3a3037b99890cb4a016d5edbc6e6..b50da281449f40945ad9dd789ce11d88c328de09 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/LocalControl.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/Mono.java b/test/javax/sound/midi/Gervill/SoftChannel/Mono.java index 54aba6eace24e2ad8a5efae4236699a65c429016..20fadd9a14e7b441cd0bbcc9a05c43d4d8252e3b 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/Mono.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/Mono.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/Mute.java b/test/javax/sound/midi/Gervill/SoftChannel/Mute.java index badefd7da87bd8b7cbf3548e115304cac3386905..c699a0352aad83983254194df3db7c737551bca2 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/Mute.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/Mute.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java b/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java index adb8cb9c8119c937eb3092a931b48a5dbb0c20cd..4b74e6bcdc520eb289c8fbe9ab70cbac8235d091 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/NoteOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java b/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java index 015178b34c0317896aba182a3b2173955383b0aa..48fc37e46f4ef668bd1403ef307015b3ac3c9235 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/NoteOff2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java b/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java index 970c00c57630bf1cfd85b56da6408d908003e0fa..3cfb55c0ae43b9c197cb051d3f6704f11e3df53f 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/NoteOn.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java b/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java index 392dde2729441d5f8d1c149cf46887ca551117ae..78b726806de31f8786b69c66a566c77612d09809 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java b/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java index af65174cdc9d83060eca16fa10513df86f5d0442..fad50bdc7398afbf08472a3ac5345f1bec64b393 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/NoteOverFlowTest2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/Omni.java b/test/javax/sound/midi/Gervill/SoftChannel/Omni.java index 0247b6e9aa6a7e6bdf3be0afa5c707e00d784a36..963dbfe60256e529e9cff92abfa64d20ffc42182 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/Omni.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/Omni.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java b/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java index 71d39b6663e2cb58f377e3df073ac6f26ecc0a1d..46f3e7cb4fb3921bc0d8e1235a87cacbc1ea6f55 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/PitchBend.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java b/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java index 72c7bfa7afa4c4f188db1972e4e5862de48a27a2..fff782f68fb0464784a8725751e8d6ab6d495b45 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/PolyPressure.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java b/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java index 68f8f198af5fb673251f976a04e7925939a6082b..80d0bd82de7d299fd654a448ec98c8f491f81b1f 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/ProgramAndBankChange.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java b/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java index 29f56cb7661fe61292ff3c50b7487bdf1bba834e..25040a5efdebbcb85593bd7954b1c3815995ebef 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/ProgramChange.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java b/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java index 28071e4b40f6b01daf17d21be5abd5f50f48e455..b2d735fbd4de664d2c40d1f8b5fca46ac6fdb905 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/ResetAllControllers.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java b/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java index 2e4737935190a736c75b344a5371937ca521e045..054e2c10724a389b6faebc5e3900652c49681f9c 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/SoftTestUtils.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftChannel/Solo.java b/test/javax/sound/midi/Gervill/SoftChannel/Solo.java index c3776bbc6b7a9e823438f84aee62294a77ae79a5..d4951fbf27a14e08e1648fd64f8099f2f2b02b43 100644 --- a/test/javax/sound/midi/Gervill/SoftChannel/Solo.java +++ b/test/javax/sound/midi/Gervill/SoftChannel/Solo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java b/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java index 7f34b003863a83a2ee1536fdd524d96e791aefd7..42737ad9c48a2318c641afc07fb2af0e1dc415e8 100644 --- a/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftCubicResampler/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java b/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java index 24a8600f058f9c070b03c2da1821d6a97af5c0ba..d38686e960b932357e581c736a7f82563b96dd44 100644 --- a/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java +++ b/test/javax/sound/midi/Gervill/SoftFilter/TestProcessAudio.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java b/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java index c925c8a7fdfb071d638225b11017ea03e68564b1..4b608207ebae826dd1acf323cd58f6f1a006ed45 100644 --- a/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftLanczosResampler/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java index 499132a807e536bfbac2fbb6ff35848143b35e36..341d7f324cab1a055f2f72a2385cc8c2b7ee5fdf 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java index eec1f037c4886c636515abcc39c960a20e9d399d..91f2384d286aabf43b6adb2bc73c27851c0300ea 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java index 946a14c07f27a4d522537fd96bd263401fa18868..c32d06e64bb3a92261aa17afa7dadf05964a7cab 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_mono_overdrive.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java index a605678e06cf5dafd875d437707e43bd735a1623..b97151e29edf72b972870b4c4ca8fa368435bf82 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_mix_overdrive.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java index cc96a639666e8b3ca950bda697e576cd63028e4e..7292ddbbe6cdd0935416d7a713e135585203a1b9 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java index ad80e8e03d39db0204ea674a3284868b9352594e..61e2c017fc5f1030e8ba0a9b3486e1c8049e26b1 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_normal_mono.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java index 76951b797a56e1b7451da8e42d311411f66bd4cc..82f8d616c67b1ad11a1d66fcdf95dcfe24c0f1c1 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java index 4a6646d8d85db9823048485adce73f5bf60646f3..b3eb680507a439b9b0f9181a15983902093b7be0 100644 --- a/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java +++ b/test/javax/sound/midi/Gervill/SoftLimiter/ProcessAudio_replace_overdrive_mono.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java b/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java index e8b1c75f50c8f4af2f87d86afc8575caf9790530..a36a0ea073c1b1decb942148505cdbc9e1cfc42c 100644 --- a/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftLinearResampler/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java b/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java index 13f84ea788179512771838c4a9ed3008cde3059a..3477dbc0b9a052e6917fc08a2720ab94cfee3a58 100644 --- a/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftLinearResampler2/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java b/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java index bfa907bc05cb1e09c44a4c15a1397010c9db1226..f445c181ff1dfbfd657609ac3e7f64da1f796565 100644 --- a/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java +++ b/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java b/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java index e99c61322100ebdd2c499014ff0dfd78bf1225ca..ccd87a46b6e76576ca4542910900b17d09906cc2 100644 --- a/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftPointResampler/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java b/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java index 1203ba500ac1b86c38bc8697b7d8983732ff3524..fa38b029f80f3ea7987b35da407ea542c709960a 100644 --- a/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java +++ b/test/javax/sound/midi/Gervill/SoftProvider/GetDevice.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Close.java b/test/javax/sound/midi/Gervill/SoftReceiver/Close.java index 9c84f91666c83b39e151bd590d597e275aed506d..15bb6aa934716a5999346fd79dc9a44fb3a1c2f7 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Close.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Close.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java b/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java index 7fe77c6e989d5ec2a1ec751992477f72235e41d0..53a0a650e827751f6f76ccb20179d4451f4d5375 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/GetMidiDevice.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java index 4d06db7313a63e5f621efcd558cdc4c78afd078e..64e4e4ac5469eef002c41e2c0423b364081a8f8e 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ActiveSense.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java index c96148e16ed6957f6830d85a4ab16b8d0847a0bd..fe618e3d5c63f01c36cddeb3d1a50c6c1ad48116 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllNotesOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java index 693522aa582d4d829da24366f87088468aa3731e..9d43ddf502be3f88bfaef5a3a07c2dd3052659ee 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_AllSoundOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java index 1a1b60369aefc1b4526f608dc4c589aa251ca987..3b49de045490e8c2af32950c4e934c7cdc40aeab 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ChannelPressure.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java index 1d07c05c0dadd260a0e63217db608a18f39643a0..451a020b4443050e45556a73b5fd407fea1f5f91 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Controller.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java index 085dafbf1920a67212413fe6629c43d24cba549d..52bd68d5f79d6ae2c2235deb78764a4e9ca9b87a 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Mono.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java index 18f6cc806e89a27751c62191753db16174e66688..f89ca351630fd9abec2961d52f190b78d059b29d 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOff.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java index 6599bc3e125784fc6a7aba55030be2771ffeacef..0cc746ebd29894d3d3ed0b7f4ae5c063d394f085 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java index adce7a84602cb64330792195edcb6068e6f66573..4114e01ee99b557bf181c3e7330975a3c49ff70b 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_AllChannels.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java index fc2cfcd4c67bfabe67e38a19abf417ae5226f494..24a98da89b06e556d7c60ebb0c8bb5d84102ab70 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Delayed.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java index 1664de68fff01d3ffbe9f912e3b50e1a4a8deac4..af6b1b69adecbe8428888a7715d84b52397433b9 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_NoteOn_Multiple.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java index 7cee5c3c20a0e30ef3603a616475d75ba6e768cd..6d905e5c0057a94e7857271e27e4093c0c0ece9c 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_Omni.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java index c3101110391d37f484d6c21e975007be8a89f9e2..dc49c2dc32ba84707f3cfc3bc83012a548c38b5a 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_PitchBend.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java index 766dc2841f23c065dcc71bb42aaca23adbec6612..2a7e4b7ccdacad376e1d8ced80a09b165a69e773 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_PolyPressure.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java index 2bc5e607a5402fa2d67d99bf1950f1e8b54401ed..3db7533a766c5eb778e7dc967c96b535bf583288 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ProgramChange.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java index 8266af5a0427ce12f9beac210b0530c61d64df79..4fd3180ec18d13e613e93f8cb8cd0963e974fdbd 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/Send_ResetAllControllers.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java b/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java index 2e4737935190a736c75b344a5371937ca521e045..054e2c10724a389b6faebc5e3900652c49681f9c 100644 --- a/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java +++ b/test/javax/sound/midi/Gervill/SoftReceiver/SoftTestUtils.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java b/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java index 0232e1c897807224818074a7c1270431f365d842..c5215dd3d6b583462f52447c2bb006e95ad7da7a 100644 --- a/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java +++ b/test/javax/sound/midi/Gervill/SoftSincResampler/Interpolate.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java index 3f3e04d8a564c405fec9f9a915c1d0af26de5099..8922854cbfabb88079cb238fbaf0938b89979d46 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/Close.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java index 4d9c0bc4b387f49c560d99f6ed6579d64c46c397..69d1abf5e88623c7210f714c9399e23266b3901e 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java index 1c92123454ffa386bed4a6d102e9384b04e689dc..7d02b5cd372c42755559d1c0d06169cc3e98dff6 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java index 20e2360a74ee9c79df9fdff42e03f544f62c0a1f..ebe4569790ca8b28efa0b67c23d622bd73435d1f 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetAvailableInstruments2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java index c25a916076c03a0ffa290f0f2156450debe7275c..7f5b9ffe97990dd33923b66f24a263e0ef6781e2 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetChannels.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java index 719f8886657ee956c42bb6180b793971fb62a9fa..413d4551b915ab3d3d5cd0c130be982b18ade4e8 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDefaultSoundbank.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java index 0755cb2780b27d655b074b4c50f70eea635b0f6d..90fde5a335ff970a4c8f5ab007a5e92cfac1f398 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetDeviceInfo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java index 40e0218563f7e985a5c0e3458ec5b65755cf1d05..fa02ee341039248fad8c438a9bcee5b6e104c523 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLatency.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java index 28c2e64be33143df4dc445763255328a42187312..17af001db1963216cbfb5cc9883ca2930cf70c9d 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java index 5fa3fb21d860436f12a7e964de8842bbef101737..9a06b3322f967f67ebb2c26c08439bc8c6a96bda 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetLoadedInstruments2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java index e72168c615d381b2fd7c1bc0c4e16a525a42d1b8..35b5e217e520f33a241d6545902320e5b476e851 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxPolyphony.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java index 9b85c07a8c12b828a02eed555cb18c0f5854387b..6d314f93af39d02aecde6886c74d8420b49d6528 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxReceivers.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java index 3865547ce2b38311caa03bc25df2db8197c4e2bd..2cfa8997383029251fa1e27421538afae24b449b 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMaxTransmitters.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java index 83049993f0f10094f793204b8f51e756d2adbd00..7d271fdda78ddf6d517dc06aa4faeedb3f934596 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetMicrosecondPosition.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java index 43c5438bfdd723573cf56b627821432a631b1c2b..66f773429d59906a2bbdeb7d480575c706d07e11 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetPropertyInfo.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java index 7959c19b572e179c11aa2cd4a66810dd5f7a8e6f..f22af997d23e8f355f1e99e913072c0fd98f5292 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java index 09db467ef0e9048a31bc30dfc06fd5fce07e66e0..28c28924f8a61c9bf088d6db194229ab67e8cc52 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceiver2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java index 67927515cd87c6f188a300bcd7ea499f4c65d463..c1c9fcce24269e691dc788316ce1a63ed5f958fa 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetReceivers.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java index 58dc0002fd32d150129f5172ef83045906474242..70e5b6729a883e16f67a2f00d1f8dd38959e0ac5 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitter.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java index c765087e6c2246662add869a01b7cf2dc15e5774..18fbf7567d6498a72ba6f2af711a0e1f0ce4b718 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetTransmitters.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java index b26922ff0c8337caca26b29f0b372623ff62731a..9dddc7ec47238d3a571396f121014279e8301595 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/GetVoiceStatus.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java index 4c6d7d823052543c13922891806fb0948cb2568f..421c62938e6084c07bd9a6c7a841400c711510ec 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/ImplicitOpenClose.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java index 3b143f6f53128279ed7d360e6432ab653f6d7d9a..c14be6b66973633352a064f0cbe7b152b6247248 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/IsOpen.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java index 3b73df39f4bc7c92288ca575c6db0dd9f2baa05b..a26f8480abb8e46fdd5169f58e13168cd8cbe8d6 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/IsSoundbankSupported.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java index 0e67c614e5b46553a8231002bfb3f1aa291c5b69..0240ef995944ce84e048efc589193c59f0ddeffd 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadAllInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java index 9333b36bdf8872880afded93a4d3a4435fa067db..3b7e9683bd73d47d6a1028c067dbb128b9882fc6 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java index a86f3955dd7bbfc5fc299ca51217e4e53d4abece..685e53fc212d2a3652a0d1cb61c0075c14941b3d 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/LoadInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java index 610ce7d278d63f85b841a910674fbfa0d282ccf0..6724a3c7c0922c26670877c50b9d6bc0a6444542 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/Open.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java index 83df50d97db21b75138e246bdf888c0933a1aa87..b10bbc27bbb7f1c51beafac51c09e97a71711682 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/OpenStream.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java index 64baf2d3f382832cab8612c6f9ad9d70caecf7d6..c4f08b34b906e891eccf91f6341f19a14fe8e79d 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/RemapInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java index 06c39995398e03868332056afe2c965371ec4505..23b9a696fa3713a63b2b0cca0c3eb629944546c6 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestDisableLoadDefaultSoundbank.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java index 26e3e956df1d9d05e0283f5091cdc7f63c62f6db..eee0267fed937faf8ee6b9d924afca471c16d91b 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestPreciseTimestampRendering.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java index 6ebb9af47523ecb850f1d0608ad353d3263fe2fd..d7af4bf620ba83fc4e2f5697687b8bbeef75585c 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/TestRender1.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java index 70414a251ac6d410f856d5e65a3942f9f5891db2..5efdaaf7643b76509b72f0a2b540bc12c729b372 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadAllInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java index 3a3861cddcd3c1c2c58d356c7b2defaafd21ff67..7f8df6c63385206518313c68ca7bbbbdb446bb6e 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstrument.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java index b34e45a7192c90840e00b62b5964e7b6757d26c7..b2b89d8e6f8aa59df774bb86f2869a30022886b6 100644 --- a/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java +++ b/test/javax/sound/midi/Gervill/SoftSynthesizer/UnloadInstruments.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/GetName.java b/test/javax/sound/midi/Gervill/SoftTuning/GetName.java index ccfcd96f5c0d3db5f83e40b7bec41cf6ed066a7c..cb76ccdc18293ecbc6f589f1dca0873eed914836 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/GetName.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/GetName.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java b/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java index 0432f391faac12b1f8e7921b9d75364e168466fe..41bdd579a048b9deba8fec6c8b85dd81f33c96e0 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/GetTuning.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java b/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java index a6f7bc1e5ca030edf9930a5e5060c8d1cd63d705..13759f2c3b982a9698b10b0c30f5b1b2a160cc3e 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/GetTuningInt.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load1.java b/test/javax/sound/midi/Gervill/SoftTuning/Load1.java index ebfd1a18a8437afbd00185137022fc445caec5e3..5b5fa3b2e8ba2314c60fc43c85002b9ccfb87130 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load1.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load1.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load2.java b/test/javax/sound/midi/Gervill/SoftTuning/Load2.java index f424df62d4c1e2154d4957415c74591b11050a28..58e231030141550f50cb7ec3ea9df916ae2f57fc 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load2.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load2.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load4.java b/test/javax/sound/midi/Gervill/SoftTuning/Load4.java index 7804217adf3a7c88f7288d1f4e59aa4463294772..41c194cefdf7b341e7a7859ee5ff3917f4cea940 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load4.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load4.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load5.java b/test/javax/sound/midi/Gervill/SoftTuning/Load5.java index c094a145a112a5379ab4c21ade8aaab52e9dada6..7132a39a7a7fc42b5bea15e209918113b6db54cd 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load5.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load5.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load6.java b/test/javax/sound/midi/Gervill/SoftTuning/Load6.java index 07ac751b5b773e25a1c45519eba7c281c1c3a04d..b53d3a4f835eaff6c20da31b01844bdc7afdc9ef 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load6.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load6.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load7.java b/test/javax/sound/midi/Gervill/SoftTuning/Load7.java index 4d2cae09ebec3ca740ef163abe5227e4be8a65d9..ca90d3640720e2f7fcf9a26aab9d99e70cc473fa 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load7.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load7.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load8.java b/test/javax/sound/midi/Gervill/SoftTuning/Load8.java index 0b12b15fa02afa7471894f29864b7a6570b1d4fa..731eac0cde3ed59240902f9ab826259b8502e0a7 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load8.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load8.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/Load9.java b/test/javax/sound/midi/Gervill/SoftTuning/Load9.java index 1594b33c41859cf446a784876e10805775a8f6dc..cdbb9e2d31bac5815791e703159a865412ce71cc 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/Load9.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/Load9.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java index ba49c1865f1867afb677e9b8150ec3be4c2700e7..4b9f0c7dbd6a1c623d16e08588906be346c36590 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuning.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java index c8a2bf668a21d1f4a952c32d2027538137d3d55d..b13fff484a4cc8baf70aa122aced7d7e3f0d6e74 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningByteArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java index 8363279a9e58f9efc7136e082905a12e09db771f..8fd023fe5337cdbada0edbd3c5791bc5c17f5980 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatch.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java index 150906240f34b281791db71368371cce0662574f..0ae5bc72fef5477700207f2516dd8d2febdd004d 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/NewSoftTuningPatchByteArray.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java b/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java index 7b6aaf66d82fa2781cbd38dcd5f48d3588574f61..df6a7faa235badbf6b9f4a899bd7b758b4d77395 100644 --- a/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java +++ b/test/javax/sound/midi/Gervill/SoftTuning/RealTimeTuning.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java b/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java index fa1d964e1df328772784e7c33f71c8e16fed1a4b..9155dbb6b3226b949e8c240f2813d1f606c49c6a 100644 --- a/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java +++ b/test/javax/sound/midi/MidiDeviceConnectors/TestAllDevices.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java b/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java index f305d331bbc116c23b4bd583489774833e79e4d8..2b7dc16ea1c81c1fc86d7079abe5895a069c4a84 100644 --- a/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java +++ b/test/javax/sound/midi/Sequencer/SequencerImplicitSynthOpen.java @@ -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 --git a/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java b/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java index 18e53af2d274de4b6d53c12a872224f128d7e1e9..98fdce1107207c6b7929fce7771db1497053bf2a 100644 --- a/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java +++ b/test/javax/sound/sampled/AudioFormat/Matches_NOT_SPECIFIED.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java b/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java index 637a15354bfcfe2785dc3751b86b396da0dceaad..43d39fb8ead70583fb03a1994f0ebe8004514698 100644 --- a/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java +++ b/test/javax/sound/sampled/AudioFormat/PCM_FLOAT_support.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/sampled/Clip/ClipSetPos.java b/test/javax/sound/sampled/Clip/ClipSetPos.java index 715274fe65fcfabfebe527c5c9bb254347125d39..c98032422e2559c11f0cf5becf73a0e6596153dc 100644 --- a/test/javax/sound/sampled/Clip/ClipSetPos.java +++ b/test/javax/sound/sampled/Clip/ClipSetPos.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java b/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java index e8dac311ee15d58083355f9c5fb24c0e282825a6..484bf29aefb60d2b3e52f4077f25861f33aae6c6 100644 --- a/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java +++ b/test/javax/sound/sampled/DataLine/DataLine_ArrayIndexOutOfBounds.java @@ -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 --git a/test/javax/sound/sampled/DirectAudio/bug6400879.java b/test/javax/sound/sampled/DirectAudio/bug6400879.java index 6045d41e20eab23cfcf2b2bae53fe4642cd60542..033015062d11763be66f9584cbfb2b9d248cc1b9 100644 --- a/test/javax/sound/sampled/DirectAudio/bug6400879.java +++ b/test/javax/sound/sampled/DirectAudio/bug6400879.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java b/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java index a58fa269f6960374f3c759db644f632ee3f4afb5..b207e0b58988b9433aed06053adcb5085a23bf0a 100644 --- a/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java +++ b/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/sound/sampled/FileWriter/WriterCloseInput.java b/test/javax/sound/sampled/FileWriter/WriterCloseInput.java index b4197892ea861f2c43f73c503de215de94e4a4b9..d54c8f57d90834f5093b64f1ff2a7f938d3b7c44 100644 --- a/test/javax/sound/sampled/FileWriter/WriterCloseInput.java +++ b/test/javax/sound/sampled/FileWriter/WriterCloseInput.java @@ -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 --git a/test/javax/swing/JCheckBox/4449413/bug4449413.html b/test/javax/swing/JCheckBox/4449413/bug4449413.html index cec2ce0467864541bb15f8d9fecac5b384cdecdc..1bfa618f77f512986f0c3d3a26ba2077b8cba2d0 100644 --- a/test/javax/swing/JCheckBox/4449413/bug4449413.html +++ b/test/javax/swing/JCheckBox/4449413/bug4449413.html @@ -1,3 +1,26 @@ + + When the applet starts, you'll see eight controls with black backgrounds. diff --git a/test/javax/swing/JColorChooser/Test4222508.html b/test/javax/swing/JColorChooser/Test4222508.html index 4614fb7de47ac14658dd5e5abac36b6e561d28f3..edbc46666fabee03c00ff4888b31e5210d160466 100644 --- a/test/javax/swing/JColorChooser/Test4222508.html +++ b/test/javax/swing/JColorChooser/Test4222508.html @@ -1,3 +1,26 @@ + + Use the check box above the color chooser to disable it. diff --git a/test/javax/swing/JColorChooser/Test4759306.html b/test/javax/swing/JColorChooser/Test4759306.html index 8a4d53f00e923c8adeef8544186011c2d48082ac..670ff449e281d2a3b922f92ec8d708f04f6d6102 100644 --- a/test/javax/swing/JColorChooser/Test4759306.html +++ b/test/javax/swing/JColorChooser/Test4759306.html @@ -1,3 +1,26 @@ + + If you see the preview panel, then test failed, otherwise it passed. diff --git a/test/javax/swing/JColorChooser/Test4759934.html b/test/javax/swing/JColorChooser/Test4759934.html index 0441b67ac669338aff33bdd40cefe0eae86511ac..0ffc3a19ee6e49279a5a5a7a598c07a2339e76ae 100644 --- a/test/javax/swing/JColorChooser/Test4759934.html +++ b/test/javax/swing/JColorChooser/Test4759934.html @@ -1,3 +1,26 @@ + + 1. Press button "Show Dialog" at the frame "Test" and diff --git a/test/javax/swing/JColorChooser/Test4887836.html b/test/javax/swing/JColorChooser/Test4887836.html index 324d5afe368df20a97fc32babc34c52c26093baa..af623a59fb356e37d0d8f835fcd36b957a898915 100644 --- a/test/javax/swing/JColorChooser/Test4887836.html +++ b/test/javax/swing/JColorChooser/Test4887836.html @@ -1,3 +1,26 @@ + + If you do not see white area under swatches, diff --git a/test/javax/swing/JColorChooser/Test6348456.html b/test/javax/swing/JColorChooser/Test6348456.html index 6829c7810c40ac2ea319d767efda42a40187ab46..c3b5989b41680548581617c69f17a0d2905d0bc2 100644 --- a/test/javax/swing/JColorChooser/Test6348456.html +++ b/test/javax/swing/JColorChooser/Test6348456.html @@ -1,3 +1,26 @@ + + When applet starts, you'll see that the preview is white. diff --git a/test/javax/swing/JColorChooser/Test6977726.html b/test/javax/swing/JColorChooser/Test6977726.html index 3b7f33d206b2c2fb12cda8664d8d0a4a1f74a7aa..cfe132aff13724c869561fd2e3193c15b9913ebe 100644 --- a/test/javax/swing/JColorChooser/Test6977726.html +++ b/test/javax/swing/JColorChooser/Test6977726.html @@ -1,3 +1,26 @@ + + If you don't see the preview panel, then test failed, otherwise it passed. diff --git a/test/javax/swing/JComponent/4337267/bug4337267.java b/test/javax/swing/JComponent/4337267/bug4337267.java index a3e3f24b0add1bfb9a8aaa6077d6b375bf12ed95..1a16be2cd09830f15918e4d4e066ed944c23e991 100644 --- a/test/javax/swing/JComponent/4337267/bug4337267.java +++ b/test/javax/swing/JComponent/4337267/bug4337267.java @@ -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 --git a/test/javax/swing/JComponent/6683775/bug6683775.java b/test/javax/swing/JComponent/6683775/bug6683775.java index 02cd32b652458d696389a62c90fc307885566fc7..cb41f7be53481246533d9d3b2fb0e0808fc16f0c 100644 --- a/test/javax/swing/JComponent/6683775/bug6683775.java +++ b/test/javax/swing/JComponent/6683775/bug6683775.java @@ -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 --git a/test/javax/swing/JEditorPane/4492274/test.html b/test/javax/swing/JEditorPane/4492274/test.html index 2186cc326c8f99ac977915c8d25d8bbc1354eb85..93d04b453e21de3d3a581594e2cd05f63c03bbb9 100644 --- a/test/javax/swing/JEditorPane/4492274/test.html +++ b/test/javax/swing/JEditorPane/4492274/test.html @@ -1,3 +1,26 @@ + + top diff --git a/test/javax/swing/JEditorPane/6917744/test.html b/test/javax/swing/JEditorPane/6917744/test.html index 7532c9e9e156c4b28dc2eb3b7c169aac894aceab..4554b5e37c2a2cfdb66d255c06e14c5ac6115420 100644 --- a/test/javax/swing/JEditorPane/6917744/test.html +++ b/test/javax/swing/JEditorPane/6917744/test.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JEditorPane/bug4714674.java b/test/javax/swing/JEditorPane/bug4714674.java index a34261443301ef3412e4da88d9b826f71efc8882..5b59833826fc2320b70cadad5a2bfa80232ccaa6 100644 --- a/test/javax/swing/JEditorPane/bug4714674.java +++ b/test/javax/swing/JEditorPane/bug4714674.java @@ -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 --git a/test/javax/swing/JFileChooser/6570445/bug6570445.java b/test/javax/swing/JFileChooser/6570445/bug6570445.java index f746edaee5468688b6fcef5028555c537ae7d28d..968c3723430b71c95677a5b8b58ce7648c9d88c2 100644 --- a/test/javax/swing/JFileChooser/6570445/bug6570445.java +++ b/test/javax/swing/JFileChooser/6570445/bug6570445.java @@ -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 --git a/test/javax/swing/JFileChooser/6698013/bug6698013.html b/test/javax/swing/JFileChooser/6698013/bug6698013.html index 8de6fdd079221b83959645dccca5f73ef0a7b4c8..489078715c1b18c42d4c4362f422920eb51becfa 100644 --- a/test/javax/swing/JFileChooser/6698013/bug6698013.html +++ b/test/javax/swing/JFileChooser/6698013/bug6698013.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JFileChooser/6698013/bug6698013.java b/test/javax/swing/JFileChooser/6698013/bug6698013.java index ede1533746d5fe5236782a342bb9e3dde2dbdb82..ecabb8f369638682e99fd1ae65bdbc5db9830a40 100644 --- a/test/javax/swing/JFileChooser/6698013/bug6698013.java +++ b/test/javax/swing/JFileChooser/6698013/bug6698013.java @@ -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 --git a/test/javax/swing/JFileChooser/6798062/bug6798062.html b/test/javax/swing/JFileChooser/6798062/bug6798062.html index 80a3e1c503d80a6a7c58d1d1db8194b0f79692ee..4ba1a8384319ae1f552a0eac93f6e6b42ce5d304 100644 --- a/test/javax/swing/JFileChooser/6798062/bug6798062.html +++ b/test/javax/swing/JFileChooser/6798062/bug6798062.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JInternalFrame/6726866/bug6726866.html b/test/javax/swing/JInternalFrame/6726866/bug6726866.html index 7412f74ed7ed5658358701a1beaede1def3c9b84..4d822df013cff1329d35ea282ed2658786e35c5d 100644 --- a/test/javax/swing/JInternalFrame/6726866/bug6726866.html +++ b/test/javax/swing/JInternalFrame/6726866/bug6726866.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JInternalFrame/6726866/bug6726866.java b/test/javax/swing/JInternalFrame/6726866/bug6726866.java index 24b3b4da0749c7a9d11e3b238d68dd294915e439..ce9df572edc8172e701c67f0c50f73cf76a88461 100644 --- a/test/javax/swing/JInternalFrame/6726866/bug6726866.java +++ b/test/javax/swing/JInternalFrame/6726866/bug6726866.java @@ -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 --git a/test/javax/swing/JSlider/4987336/bug4987336.html b/test/javax/swing/JSlider/4987336/bug4987336.html index b5c9a191f562f1e15b1780505e78377cae42060f..a454ae0a2735fb3eefd01a9ef4c70694568d8abb 100644 --- a/test/javax/swing/JSlider/4987336/bug4987336.html +++ b/test/javax/swing/JSlider/4987336/bug4987336.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JSlider/6524424/bug6524424.html b/test/javax/swing/JSlider/6524424/bug6524424.html index ecf8f65df04192dc516c35f8f91853c89d741427..a9deef283ddc031fef9b974628186aa2bd2f6df5 100644 --- a/test/javax/swing/JSlider/6524424/bug6524424.html +++ b/test/javax/swing/JSlider/6524424/bug6524424.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JSlider/6587742/bug6587742.html b/test/javax/swing/JSlider/6587742/bug6587742.html index ceda9f921c755a4eda3922ed479c51d4d7ee0cda..694ac88baa7317f69d4361d952ba57f0bccacda8 100644 --- a/test/javax/swing/JSlider/6587742/bug6587742.html +++ b/test/javax/swing/JSlider/6587742/bug6587742.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JSlider/6742358/bug6742358.html b/test/javax/swing/JSlider/6742358/bug6742358.html index d004e116c938f8bb6806667fcabd4b00217c4e85..3cace4a1143efbb48aad95968418a92af254c533 100644 --- a/test/javax/swing/JSlider/6742358/bug6742358.html +++ b/test/javax/swing/JSlider/6742358/bug6742358.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JTabbedPane/4310381/bug4310381.html b/test/javax/swing/JTabbedPane/4310381/bug4310381.html index d60643e56e4359ef04fc46466ac3be93bd2c682e..325bbfdca5d89c54e372d701955e8ba1566f0583 100644 --- a/test/javax/swing/JTabbedPane/4310381/bug4310381.html +++ b/test/javax/swing/JTabbedPane/4310381/bug4310381.html @@ -1,3 +1,26 @@ + + diff --git a/test/javax/swing/JTree/4314199/bug4314199.html b/test/javax/swing/JTree/4314199/bug4314199.html index b1fb60e48962209cc79743ac8eb71cb3cd872639..94249fa3d1da377bd81a0197e60b59eec480b861 100644 --- a/test/javax/swing/JTree/4314199/bug4314199.html +++ b/test/javax/swing/JTree/4314199/bug4314199.html @@ -1,3 +1,26 @@ + + Select the last tree node (marked "Here") and click on the menu. diff --git a/test/javax/swing/SwingUtilities/7170657/bug7170657.java b/test/javax/swing/SwingUtilities/7170657/bug7170657.java index e28ce7ab9b9a236bb0aa39294a1b3362336d55bd..8197b7fcb6a185e8f13fa9c07148a3606a6c1968 100644 --- a/test/javax/swing/SwingUtilities/7170657/bug7170657.java +++ b/test/javax/swing/SwingUtilities/7170657/bug7170657.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/swing/border/Test4129681.html b/test/javax/swing/border/Test4129681.html index 4985c4de979a186d37eba4d0a3a19047a22dadc4..4eee263c83c3d3fb0859f1f73601f17a87348337 100644 --- a/test/javax/swing/border/Test4129681.html +++ b/test/javax/swing/border/Test4129681.html @@ -1,3 +1,26 @@ + + When applet starts, you'll see a checkbox and a label with a titled border. diff --git a/test/javax/swing/border/Test4243289.html b/test/javax/swing/border/Test4243289.html index 9133d99c582008f09546ee9acd84a8d282466f85..6aac9af7779d7b59fe4a715c944646932536e19a 100644 --- a/test/javax/swing/border/Test4243289.html +++ b/test/javax/swing/border/Test4243289.html @@ -1,3 +1,26 @@ + + When applet starts, you'll see a panel with a TitledBorder with title "Panel Title". diff --git a/test/javax/swing/border/Test4247606.html b/test/javax/swing/border/Test4247606.html index d501ab221d6ebb62d23b931de6d3d0c786fcb5fb..7091e2f2020e6b08733e792d3aca74f7d9dc423b 100644 --- a/test/javax/swing/border/Test4247606.html +++ b/test/javax/swing/border/Test4247606.html @@ -1,3 +1,26 @@ + + If the button do not fit into the titled border bounds diff --git a/test/javax/swing/border/Test4252164.html b/test/javax/swing/border/Test4252164.html index eb436c53fe38644d893ea4159edacbaa87e9f1f9..1a9c1c5292139b87265168b9ec8d9e74789b3c6c 100644 --- a/test/javax/swing/border/Test4252164.html +++ b/test/javax/swing/border/Test4252164.html @@ -1,3 +1,26 @@ + + Please, ensure that rounded border is filled completely. diff --git a/test/javax/swing/border/Test4760089.html b/test/javax/swing/border/Test4760089.html index 6963333627e6d0d351dd85bf86434d562b3df2b9..88441b9e14d022fc8e8eae10b42b27d9dc6362f8 100644 --- a/test/javax/swing/border/Test4760089.html +++ b/test/javax/swing/border/Test4760089.html @@ -1,3 +1,26 @@ + + When applet starts, you'll see a panel with a compound titled border. diff --git a/test/javax/swing/border/Test6910490.html b/test/javax/swing/border/Test6910490.html index 4358cf471f98a92a72dc236190dcc69c82bcade4..019f975a5fdf0651e5548a1f1e75bfe556ff9441 100644 --- a/test/javax/swing/border/Test6910490.html +++ b/test/javax/swing/border/Test6910490.html @@ -1,3 +1,26 @@ + + If the border is painted over scroll bars then test fails. diff --git a/test/javax/swing/border/Test7022041.java b/test/javax/swing/border/Test7022041.java index 1a8b12c7c7a653b8cba2c471a83ca0e5e5cc0bea..747c1117ee623ee4c9ab71df39d28ae9544da9bd 100644 --- a/test/javax/swing/border/Test7022041.java +++ b/test/javax/swing/border/Test7022041.java @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/test/javax/swing/text/html/TableView/7030332/bug7030332.html b/test/javax/swing/text/html/TableView/7030332/bug7030332.html index 9a62f793008ad773d98b87664baa7c16b33db8c8..cceb31c90881eeefe215e427f7b3993ff6c21d13 100644 --- a/test/javax/swing/text/html/TableView/7030332/bug7030332.html +++ b/test/javax/swing/text/html/TableView/7030332/bug7030332.html @@ -1,3 +1,26 @@ + + diff --git a/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html b/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html index 88f81f1e9e263a505ab0f4ef835c350b8043c31c..e874bad46077ad910a09337c95f6705864ae3539 100644 --- a/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html +++ b/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html @@ -1,3 +1,26 @@ + +