OpenJDK / code-tools / jemmy / v2
changeset 16:919c96a548b7
7902172: No class path exception in copyright headers in Jemmy v2. code
line wrap: on
line diff
--- a/build.xml Wed May 02 19:25:20 2018 -0700 +++ b/build.xml Tue May 08 13:50:15 2018 -0700 @@ -5,7 +5,9 @@ This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as - published by the Free Software Foundation. + published by the Free Software Foundation. Oracle designates this + particular file as subject to the "Classpath" exception as provided + by Oracle in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/jemmy-v2-ii/.idea/copyright/GNU_CPE.xml Tue May 08 13:50:15 2018 -0700 @@ -0,0 +1,7 @@ +<component name="CopyrightManager"> + <copyright> + <option name="keyword" value="Copyright (c)" /> + <option name="myName" value="GNU+CPE" /> + <option name="notice" value="Copyright (c) &#36;today.year, 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. Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the LICENSE file that accompanied this code. 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. " /> + </copyright> +</component> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/jemmy-v2-ii/.idea/copyright/profiles_settings.xml Tue May 08 13:50:15 2018 -0700 @@ -0,0 +1,3 @@ +<component name="CopyrightManager"> + <settings default="GNU+CPE" /> +</component> \ No newline at end of file
--- a/make/jemmy-v2-ii/.idea/misc.xml Wed May 02 19:25:20 2018 -0700 +++ b/make/jemmy-v2-ii/.idea/misc.xml Tue May 08 13:50:15 2018 -0700 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="true" project-jdk-name="1.9" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="false" project-jdk-name="9.0" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> </project> \ No newline at end of file
--- a/make/jemmy-v2-ii/JemmyV2.iml Wed May 02 19:25:20 2018 -0700 +++ b/make/jemmy-v2-ii/JemmyV2.iml Tue May 08 13:50:15 2018 -0700 @@ -5,7 +5,9 @@ This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as - published by the Free Software Foundation. + published by the Free Software Foundation. Oracle designates this + particular file as subject to the "Classpath" exception as provided + by Oracle in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Action.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Action.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ActionProducer.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ActionProducer.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Bundle.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Bundle.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/BundleManager.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/BundleManager.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/CharBindingMap.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/CharBindingMap.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ClassReference.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ClassReference.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ComponentChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ComponentChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ComponentIsNotFocusedException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ComponentIsNotFocusedException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ComponentIsNotVisibleException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ComponentIsNotVisibleException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ComponentSearcher.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ComponentSearcher.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/DefaultCharBindingMap.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/DefaultCharBindingMap.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/DialogWaiter.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/DialogWaiter.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/EventDispatcher.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/EventDispatcher.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/EventTool.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/EventTool.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/FrameWaiter.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/FrameWaiter.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/JemmyException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/JemmyException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/JemmyInputException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/JemmyInputException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/JemmyProperties.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/JemmyProperties.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/NoComponentUnderMouseException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/NoComponentUnderMouseException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/ObjectBrowser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/ObjectBrowser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Outputable.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Outputable.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/QueueTool.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/QueueTool.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Scenario.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Scenario.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Test.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Test.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/TestCompletedException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/TestCompletedException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/TestOut.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/TestOut.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Timeout.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Timeout.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/TimeoutExpiredException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/TimeoutExpiredException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Timeoutable.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Timeoutable.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Timeouts.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Timeouts.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Waitable.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Waitable.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/Waiter.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/Waiter.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/WindowWaiter.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/WindowWaiter.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/accessibility/AccessibilityChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/accessibility/AccessibilityChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/accessibility/AccessibleDescriptionChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/accessibility/AccessibleDescriptionChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/accessibility/AccessibleNameChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/accessibility/AccessibleNameChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/demo/CommentWindow.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/demo/CommentWindow.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/demo/DefaultCommentWindow.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/demo/DefaultCommentWindow.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/demo/DemoInterruptedException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/demo/DemoInterruptedException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/demo/Demonstrator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/demo/Demonstrator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/demo/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/demo/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/APIDriverInstaller.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/APIDriverInstaller.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/ArrayDriverInstaller.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/ArrayDriverInstaller.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/ButtonDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/ButtonDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/DefaultDriverInstaller.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/DefaultDriverInstaller.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/DescriptablePathChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/DescriptablePathChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/Driver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/Driver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/DriverInstaller.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/DriverInstaller.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/DriverManager.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/DriverManager.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/EditorDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/EditorDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/FocusDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/FocusDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/FrameDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/FrameDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/InputDriverInstaller.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/InputDriverInstaller.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/InternalFrameDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/InternalFrameDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/KeyDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/KeyDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/LightDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/LightDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/LightSupportiveDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/LightSupportiveDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/ListDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/ListDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/MenuDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/MenuDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/MouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/MouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/MultiSelListDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/MultiSelListDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/OrderedListDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/OrderedListDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/PathChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/PathChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/ScrollDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/ScrollDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/SupportiveDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/SupportiveDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/TableDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/TableDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/TextDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/TextDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/TreeDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/TreeDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/UnsupportedOperatorException.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/UnsupportedOperatorException.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/WindowDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/WindowDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/buttons/ButtonMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/buttons/ButtonMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/buttons/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/buttons/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/focus/APIFocusDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/focus/APIFocusDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/focus/MouseFocusDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/focus/MouseFocusDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/focus/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/focus/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/EventDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/EventDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/KeyEventDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/KeyEventDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/KeyRobotDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/KeyRobotDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/MouseEventDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/MouseEventDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/MouseRobotDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/MouseRobotDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/RobotDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/RobotDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/input/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/input/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/ChoiceDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/ChoiceDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/JComboMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/JComboMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/JListMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/JListMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/JTabAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/JTabAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/JTabMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/JTabMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/JTableHeaderDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/JTableHeaderDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/ListAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/ListAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/ListKeyboardDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/ListKeyboardDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/lists/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/lists/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/menus/APIJMenuDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/menus/APIJMenuDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/menus/AppleMenuDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/menus/AppleMenuDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/menus/DefaultJMenuDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/menus/DefaultJMenuDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/menus/QueueJMenuDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/menus/QueueJMenuDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/menus/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/menus/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/AWTScrollDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/AWTScrollDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/AbstractScrollDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/AbstractScrollDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JSliderAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JSliderAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JSliderDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JSliderDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JSpinnerDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JSpinnerDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/JSplitPaneDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/JSplitPaneDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/KeyboardJSliderScrollDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/KeyboardJSliderScrollDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/ScrollAdjuster.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/ScrollAdjuster.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/ScrollPaneDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/ScrollPaneDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/ScrollbarDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/ScrollbarDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/scrolling/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/scrolling/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/tables/JTableMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/tables/JTableMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/tables/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/tables/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/AWTTextAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/AWTTextAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/AWTTextKeyboardDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/AWTTextKeyboardDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/DownKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/DownKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/EndKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/EndKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/GoAndBackKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/GoAndBackKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/HomeKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/HomeKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/NavigationKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/NavigationKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/OffsetKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/OffsetKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/SwingTextAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/SwingTextAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/SwingTextKeyboardDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/SwingTextKeyboardDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/TextAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/TextAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/TextKeyboardDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/TextKeyboardDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/UpKey.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/UpKey.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/text/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/text/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/trees/JTreeAPIDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/trees/JTreeAPIDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/trees/JTreeMouseDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/trees/JTreeMouseDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/trees/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/trees/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/windows/DefaultFrameDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/windows/DefaultFrameDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/windows/DefaultInternalFrameDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/windows/DefaultInternalFrameDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/windows/DefaultWindowDriver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/windows/DefaultWindowDriver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/drivers/windows/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/drivers/windows/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/explorer/GUIBrowser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/explorer/GUIBrowser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/explorer/TrialListenerManager.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/explorer/TrialListenerManager.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/explorer/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/explorer/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ColorImageComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ColorImageComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/FileImageComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/FileImageComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ImageComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ImageComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ImageFinder.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ImageFinder.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ImageLoader.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ImageLoader.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ImageSaver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ImageSaver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/ImageTool.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/ImageTool.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/PNGImageLoader.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/PNGImageLoader.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/PNGImageSaver.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/PNGImageSaver.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/RoughImageComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/RoughImageComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/RoughImageFinder.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/RoughImageFinder.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/StrictImageComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/StrictImageComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/StrictImageFinder.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/StrictImageFinder.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/image/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/image/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/AbstractButtonOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/AbstractButtonOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ButtonOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ButtonOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/CheckboxOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/CheckboxOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ChoiceOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ChoiceOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ComponentOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ComponentOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ContainerOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ContainerOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/DialogOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/DialogOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/FrameOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/FrameOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JButtonOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JButtonOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JCheckBoxMenuItemOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JCheckBoxMenuItemOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JCheckBoxOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JCheckBoxOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JColorChooserOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JColorChooserOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JComboBoxOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JComboBoxOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JComponentOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JComponentOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JDialogOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JDialogOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JEditorPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JEditorPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JFileChooserOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JFileChooserOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JFrameOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JFrameOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JLabelOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JLabelOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JListOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JListOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JMenuBarOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JMenuBarOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JMenuItemOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JMenuItemOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JMenuOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JMenuOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JPasswordFieldOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JPasswordFieldOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JPopupMenuOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JPopupMenuOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JProgressBarOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JProgressBarOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JRadioButtonMenuItemOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JRadioButtonMenuItemOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JRadioButtonOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JRadioButtonOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JScrollBarOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JScrollBarOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JScrollPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JScrollPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JSliderOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JSliderOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JSpinnerOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JSpinnerOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JSplitPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JSplitPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTabbedPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTabbedPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTableHeaderOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTableHeaderOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTableOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTableOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTextAreaOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTextAreaOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTextComponentOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTextComponentOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTextFieldOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTextFieldOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTextPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTextPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JToggleButtonOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JToggleButtonOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/JTreeOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/JTreeOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/LabelOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/LabelOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ListOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ListOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/Operator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/Operator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ScrollPaneOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ScrollPaneOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/ScrollbarOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/ScrollbarOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/TextAreaOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/TextAreaOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/TextComponentOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/TextComponentOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/TextFieldOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/TextFieldOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/WindowOperator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/WindowOperator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/operators/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/operators/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/AbstractTextStyleChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/AbstractTextStyleChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/DefaultVisualizer.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/DefaultVisualizer.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/DumpController.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/DumpController.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/Dumper.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/Dumper.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/EmptyVisualizer.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/EmptyVisualizer.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/MouseVisualizer.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/MouseVisualizer.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/NameComponentChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/NameComponentChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/PNGDecoder.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/PNGDecoder.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/PNGEncoder.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/PNGEncoder.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/PropChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/PropChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/RegExComparator.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/RegExComparator.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/StringPropChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/StringPropChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/TextStyleChooser.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/TextStyleChooser.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/WindowJob.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/WindowJob.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/WindowManager.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/WindowManager.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/src/org/netbeans/jemmy/util/package-info.java Wed May 02 19:25:20 2018 -0700 +++ b/src/org/netbeans/jemmy/util/package-info.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/ComponentChooserTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/ComponentChooserTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/FileChooserApp.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/FileChooserApp.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/FileChooserTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/FileChooserTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/JInternalFrameOperatorCloseTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/JInternalFrameOperatorCloseTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/JInternalFrameOperatorTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/JInternalFrameOperatorTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/operators/OperatorTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/operators/OperatorTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsApp.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsApp.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/ComboBoxesAndListApp.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/ComboBoxesAndListApp.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/ComboBoxesAndListTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/ComboBoxesAndListTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/MenuButtonTextApp.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/MenuButtonTextApp.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/MenuButtonTextTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/MenuButtonTextTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/TestDialog.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/TestDialog.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/TestFrame.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/TestFrame.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/scenario/Util.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/scenario/Util.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/test/org/netbeans/jemmy/stress/TimeoutsGetSetTest.java Wed May 02 19:25:20 2018 -0700 +++ b/test/org/netbeans/jemmy/stress/TimeoutsGetSetTest.java Tue May 08 13:50:15 2018 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or