OpenJDK / code-tools / jemmy / v3
changeset 8:2b6fc4f103a4
7902173: Incorrect copyright files in Jemmy v3
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COPYRIGHT Tue May 08 13:49:16 2018 -0700 @@ -0,0 +1,20 @@ +Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved. +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + +This code is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License version 2 only, as +published by the Free Software Foundation. + +This code is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +version 2 for more details (a copy is included in the LICENSE file that +accompanied this code). + +You should have received a copy of the GNU General Public License version +2 along with this work; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +or visit www.oracle.com if you need additional information or have any +questions.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Tue May 08 13:49:16 2018 -0700 @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program 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 for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., 59 + Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Sun Microsystems, Inc. are subject to +the following clarification and special exception to the GPL, but only where +Sun has expressly included in the particular source file's header the words +"Sun designates this particular file as subject to the "Classpath" exception +as provided by Sun in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version.
--- a/SWT/JemmySWT/build.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/build.xml Tue May 08 13:49:16 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/SWT/JemmySWT/pom.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/pom.xml Tue May 08 13:49:16 2018 -0700 @@ -1,36 +1,28 @@ <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- - Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - - The contents of this file are subject to the terms of either the Universal Permissive License - v 1.0 as shown at http://oss.oracle.com/licenses/upl - - or the following license: - - Redistribution and use in source and binary forms, with or without modification, are permitted - provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of conditions - and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other materials provided with - the distribution. - - 3. Neither the name of the copyright holder nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY - WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2018, 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. --> <modelVersion>4.0.0</modelVersion> <parent>
--- a/SWT/JemmySWT/src/org/jemmy/input/KeyboardSelectable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/input/KeyboardSelectable.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/input/KeyboardSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/input/KeyboardSelector.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/Browser.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/Browser.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/CComboWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/CComboWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/CTabFolderWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/CTabFolderWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ComboWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ComboWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/CompositeWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/CompositeWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ControlWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ControlWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/IndexItemSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/IndexItemSelector.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ItemParent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ItemParent.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ItemWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ItemWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ListWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ListWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/MenuItemParent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/MenuItemParent.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/SWTExecutor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/SWTExecutor.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/SWTMenu.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/SWTMenu.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/SWTMenuOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/SWTMenuOwner.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/SWTPopupOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/SWTPopupOwner.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/SWTTree.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/SWTTree.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ScrollableWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ScrollableWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ShellWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ShellWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/Shells.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/Shells.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/TabFolderWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/TabFolderWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/TableWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/TableWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/TextItemSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/TextItemSelector.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/TextWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/TextWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ToolBarWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ToolBarWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/ToolTipItemSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/ToolTipItemSelector.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/TreeWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/TreeWrap.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/Version.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/Version.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemStringsLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemStringsLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemToolTipLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByItemToolTipLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByName.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByName.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByStringQueueLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByStringQueueLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextButtonLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextButtonLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextControlLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextControlLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextItem.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextItem.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextLabelLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextLabelLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextShell.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextShell.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextTextLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTextTextLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByToolTipControl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByToolTipControl.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByToolTipItem.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByToolTipItem.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTooltipButtonLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/ByTooltipButtonLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/CoordinateLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/CoordinateLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/QueueLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/QueueLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/src/org/jemmy/swt/lookup/WrapperLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/lookup/WrapperLookup.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/Items.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/Items.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/ItemsTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/ItemsTest.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/MenuTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/MenuTest.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/PushButtonTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/PushButtonTest.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/Sample.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/Sample.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/SelectableTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/SelectableTest.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/TestBrowser.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/TestBrowser.java Tue May 08 13:49:16 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/SWT/JemmySWT/test/org/jemmy/swt/TreeTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/JemmySWT/test/org/jemmy/swt/TreeTest.java Tue May 08 13:49:16 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/SWT/make/jemmy-v3-swt-ii/.idea/compiler.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/make/jemmy-v3-swt-ii/.idea/compiler.xml Tue May 08 13:49:16 2018 -0700 @@ -12,4 +12,4 @@ <entry name="!?*.clj" /> </wildcardResourcePatterns> </component> -</project> \ No newline at end of file +</project>
--- a/SWT/make/jemmy-v3-swt-ii/.idea/copyright/Oracle.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/make/jemmy-v3-swt-ii/.idea/copyright/Oracle.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <option name="notice" value="Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions." /> <option name="myName" value="Oracle" /> </copyright> -</component> \ No newline at end of file +</component>
--- a/SWT/make/jemmy-v3-swt-ii/.idea/encodings.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/make/jemmy-v3-swt-ii/.idea/encodings.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <component name="Encoding"> <file url="PROJECT" charset="UTF-8" /> </component> -</project> \ No newline at end of file +</project>
--- a/SWT/make/jemmy-v3-swt-ii/.idea/misc.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/SWT/make/jemmy-v3-swt-ii/.idea/misc.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="true" project-jdk-name="1.9" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> -</project> \ No newline at end of file +</project>
--- a/core/JemmyAWTInput/build.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/build.xml Tue May 08 13:49:16 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/core/JemmyAWTInput/pom.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/pom.xml Tue May 08 13:49:16 2018 -0700 @@ -1,36 +1,28 @@ <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- - Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - - The contents of this file are subject to the terms of either the Universal Permissive License - v 1.0 as shown at http://oss.oracle.com/licenses/upl - - or the following license: - - Redistribution and use in source and binary forms, with or without modification, are permitted - provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of conditions - and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other materials provided with - the distribution. - - 3. Neither the name of the copyright holder nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY - WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2018, 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. --> <modelVersion>4.0.0</modelVersion> <parent>
--- a/core/JemmyAWTInput/src/org/jemmy/image/AWTImage.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/AWTImage.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/AWTRobotCapturer.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/AWTRobotCapturer.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/AbstractImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/AbstractImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/AverageDistanceImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/AverageDistanceImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/BufferedImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/BufferedImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/ClasspathImageLoader.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/ClasspathImageLoader.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/ColorImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/ColorImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/DiffDialog.form Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/DiffDialog.form Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/DiffDialog.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/DiffDialog.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/FilesystemImageLoader.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/FilesystemImageLoader.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/ImageFinder.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/ImageFinder.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/ImageTool.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/ImageTool.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/NaturalImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/NaturalImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/PNGDecoder.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/PNGDecoder.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/PNGEncoder.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/PNGEncoder.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/PNGImageLoader.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/PNGImageLoader.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/PNGImageSaver.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/PNGImageSaver.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/ResizeImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/ResizeImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/RoughImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/RoughImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/RoughImageFinder.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/RoughImageFinder.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/StrictImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/StrictImageComparator.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/StrictImageFinder.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/StrictImageFinder.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/image/Utils.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/image/Utils.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/AWTMap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/AWTMap.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/AWTRobotInputFactory.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/AWTRobotInputFactory.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/ClassReference.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/ClassReference.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/DragImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/DragImpl.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/KeyboardImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/KeyboardImpl.java Tue May 08 13:49:16 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 @@ -205,4 +207,4 @@ public void pushKey(Timeout pushTime, KeyboardButton key, Modifier... modifiers) { pushKey(key, modifiers, pushTime); } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/src/org/jemmy/input/MouseImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/MouseImpl.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/RobotDriver.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/RobotDriver.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/RobotExecutor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/RobotExecutor.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/input/Version.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/Version.java Tue May 08 13:49:16 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/core/JemmyAWTInput/src/org/jemmy/operators/AWTScreen.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/operators/AWTScreen.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/AverageDistanceImageComparatorTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/AverageDistanceImageComparatorTest.java Tue May 08 13:49:16 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 @@ -313,4 +315,4 @@ } } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/image/EnvTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/EnvTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/ImageResizerTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/ImageResizerTest.java Tue May 08 13:49:16 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 @@ -213,4 +215,4 @@ assertNull(new ResizeImageComparator(ResizeMode.ARBITRARY_RESIZE, new StrictImageComparator()).compare(new AWTImage(image1), new AWTImage(image2))); } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/image/InitTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/InitTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/NaturalImageComparatorTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/NaturalImageComparatorTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/SaveLoadTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/SaveLoadTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/ScreenAreaImageTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/ScreenAreaImageTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/ScreenImageTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/ScreenImageTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/image/comparator/ComparatorTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/image/comparator/ComparatorTest.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/input/AWTMapTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/input/AWTMapTest.java Tue May 08 13:49:16 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 @@ -211,4 +213,4 @@ } } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/input/RobotDriver2Test.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/input/RobotDriver2Test.java Tue May 08 13:49:16 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/core/JemmyAWTInput/test/org/jemmy/input/RobotDriverTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/input/RobotDriverTest.java Tue May 08 13:49:16 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 @@ -482,4 +484,4 @@ assertTrue(keyReleased); } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/input/RobotExecutorTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/input/RobotExecutorTest.java Tue May 08 13:49:16 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 @@ -387,4 +389,4 @@ // fail("The test case is a prototype."); // } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/input/SmoothMoveTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/input/SmoothMoveTest.java Tue May 08 13:49:16 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 @@ -390,4 +392,4 @@ assertTrue(mouseMoved); } -} \ No newline at end of file +}
--- a/core/JemmyAWTInput/test/org/jemmy/operators/ScreenTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyAWTInput/test/org/jemmy/operators/ScreenTest.java Tue May 08 13:49:16 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 @@ -72,4 +74,4 @@ screen.mouse().move(new Point(screen.getScreenBounds().width, screen.getScreenBounds().height)); } -} \ No newline at end of file +}
--- a/core/JemmyBrowser/build.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/build.xml Tue May 08 13:49:16 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/core/JemmyBrowser/pom.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/pom.xml Tue May 08 13:49:16 2018 -0700 @@ -1,36 +1,28 @@ <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- - Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - - The contents of this file are subject to the terms of either the Universal Permissive License - v 1.0 as shown at http://oss.oracle.com/licenses/upl - - or the following license: - - Redistribution and use in source and binary forms, with or without modification, are permitted - provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of conditions - and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other materials provided with - the distribution. - - 3. Neither the name of the copyright holder nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY - WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2018, 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. --> <modelVersion>4.0.0</modelVersion> <parent>
--- a/core/JemmyBrowser/src/org/jemmy/browser/BrowserDescriptor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/BrowserDescriptor.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/ElementRetriever.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/ElementRetriever.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/HierarchyDescriptor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/HierarchyDescriptor.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/HierarchyView.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/HierarchyView.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/ImageLabel.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/ImageLabel.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/InterfacesPanel.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/InterfacesPanel.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/NodeDescriptor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/NodeDescriptor.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/PropertiesPanel.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/PropertiesPanel.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/ReflectionPanel.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/ReflectionPanel.java Tue May 08 13:49:16 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/core/JemmyBrowser/src/org/jemmy/browser/SearchDialog.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/SearchDialog.java Tue May 08 13:49:16 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/core/JemmyBrowser/test/org/jemmy/browser/PropPanelTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyBrowser/test/org/jemmy/browser/PropPanelTest.java Tue May 08 13:49:16 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/core/JemmyCore/build.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/build.xml Tue May 08 13:49:16 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/core/JemmyCore/doc/Jemmy3Lookup.html Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/doc/Jemmy3Lookup.html Tue May 08 13:49:16 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/core/JemmyCore/doc/Jemmy3UserTutorial.html Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/doc/Jemmy3UserTutorial.html Tue May 08 13:49:16 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/core/JemmyCore/pom.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/pom.xml Tue May 08 13:49:16 2018 -0700 @@ -1,6 +1,30 @@ <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- + Copyright (c) 2018, 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. + --> <parent> <groupId>org.jemmy.v3</groupId> <artifactId>Jemmy</artifactId>
--- a/core/JemmyCore/src/org/jemmy/Dimension.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/Dimension.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/JemmyException.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/JemmyException.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/Point.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/Point.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/Rectangle.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/Rectangle.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/TimeoutExpiredException.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/TimeoutExpiredException.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/Vector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/Vector.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/Version.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/Version.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/AbstractExecutor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/AbstractExecutor.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/Action.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/Action.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/ActionExecutor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/ActionExecutor.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/ActionQueue.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/ActionQueue.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/DefaultExecutor.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/DefaultExecutor.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/FutureAction.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/FutureAction.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/action/GetAction.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/action/GetAction.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/AbstractWrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/AbstractWrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/As.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/As.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/ControlInterfaces.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/ControlInterfaces.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/ControlType.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/ControlType.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/DefaultWrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/DefaultWrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/FieldProperties.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/FieldProperties.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/JemmySupportWrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/JemmySupportWrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/LazyWrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/LazyWrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/MethodProperties.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/MethodProperties.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/Property.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/Property.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/ScreenArea.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/ScreenArea.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/SelectorImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/SelectorImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/Wrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/Wrap.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/Wrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/Wrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/WrapperDelegate.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/WrapperDelegate.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/WrapperException.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/WrapperException.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/control/WrapperImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/control/WrapperImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/DefaultParent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/DefaultParent.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/DefaultWrapper.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/DefaultWrapper.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/Dock.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/Dock.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/DockInfo.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/DockInfo.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/ObjectLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/ObjectLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/PreferredParent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/PreferredParent.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/dock/Shortcut.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/dock/Shortcut.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/env/Environment.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/env/Environment.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/env/TestOut.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/env/TestOut.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/env/Timeout.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/env/Timeout.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/Image.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/Image.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/ImageCapturer.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/ImageCapturer.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/ImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/ImageComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/ImageLoader.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/ImageLoader.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/ImageStore.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/ImageStore.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/AverageDistanceComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/AverageDistanceComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/BaseCountingRasterComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/BaseCountingRasterComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/ColorMappingComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/ColorMappingComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/MaxDistanceComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/MaxDistanceComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PNGFileImageStore.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PNGFileImageStore.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PNGLoader.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PNGLoader.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PNGSaver.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PeakSignalNoiseRatioComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PeakSignalNoiseRatioComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PixelEqualityRasterComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PixelEqualityRasterComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/PixelImageComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/PixelImageComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/Raster.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/Raster.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/RasterComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/RasterComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/ResizeComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/ResizeComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/ThresholdComparator.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/ThresholdComparator.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/image/pixel/WriteableRaster.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/image/pixel/WriteableRaster.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/AbstractCaretOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/AbstractCaretOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/AbstractScroll.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/AbstractScroll.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/CaretImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/CaretImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/CaretText.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/CaretText.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/CharBindingMap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/CharBindingMap.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/ClickFocus.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/ClickFocus.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/DefaultCharBindingMap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/DefaultCharBindingMap.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/KnobDragScrollerImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/KnobDragScrollerImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/RegexCaretDirection.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/RegexCaretDirection.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/ScrollerImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/ScrollerImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/SelectionText.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/SelectionText.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringCriteriaList.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringCriteriaList.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringMenuOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringMenuOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringMenuSelectableOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringMenuSelectableOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringPopupOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringPopupOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringPopupSelectableOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringPopupSelectableOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/StringTree.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/StringTree.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/TextCaret.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/TextCaret.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/TextImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/TextImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/input/WindowImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/input/WindowImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Button.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Button.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Caret.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Caret.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/CaretOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/CaretOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Collapsible.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Collapsible.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/ControlInterface.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/ControlInterface.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/ControlInterfaceFactory.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/ControlInterfaceFactory.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Drag.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Drag.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Expandable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Expandable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Focus.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Focus.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Focusable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Focusable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/InterfaceException.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/InterfaceException.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/IntervalSelectable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/IntervalSelectable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/IntervalSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/IntervalSelector.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Keyboard.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Keyboard.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Label.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Label.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Menu.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Menu.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/MenuOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/MenuOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/MenuSelectable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/MenuSelectable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/MenuSelectableOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/MenuSelectableOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Modifier.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Modifier.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Mouse.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Mouse.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Parent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Parent.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/PopupOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/PopupOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/PopupSelectableOwner.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/PopupSelectableOwner.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Scroll.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Scroll.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Selectable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Selectable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Selector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Selector.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Show.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Show.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Showable.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Showable.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Text.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Text.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/TextInput.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/TextInput.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Tree.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Tree.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/TreeItem.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/TreeItem.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/TreeSelector.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/TreeSelector.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/TypeControlInterface.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/TypeControlInterface.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/interfaces/Window.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/interfaces/Window.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/AbstractLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/AbstractLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/AbstractParent.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/AbstractParent.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/Any.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/Any.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ByStringLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ByStringLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ByToStringLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ByToStringLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/CompoundLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/CompoundLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ControlList.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ControlList.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/CoordinateLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/CoordinateLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/EqualsLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/EqualsLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/HierarchyLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/HierarchyLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ImageLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ImageLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/Lookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/Lookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/LookupCriteria.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/LookupCriteria.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/ParentImpl.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/ParentImpl.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/PlainLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/PlainLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/PropLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/PropLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/lookup/RelativeCoordinateLookup.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/lookup/RelativeCoordinateLookup.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/operators/Screen.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/operators/Screen.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/operators/ScreenRectangle.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/operators/ScreenRectangle.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/resources/StringComparePolicy.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/resources/StringComparePolicy.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/timing/State.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/timing/State.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/timing/TimedCriteria.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/timing/TimedCriteria.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/timing/Timeline.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/timing/Timeline.java Tue May 08 13:49:16 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/core/JemmyCore/src/org/jemmy/timing/Waiter.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/timing/Waiter.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/RectangleTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/RectangleTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/animation/TimelineTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/animation/TimelineTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/control/PropertiesTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/control/PropertiesTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/env/EnvironmentTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/env/EnvironmentTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/env/LoadRelativeTimeoutsTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/env/LoadRelativeTimeoutsTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/env/LoadTimeoutsTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/env/LoadTimeoutsTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/env/SetTimeoutsTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/env/SetTimeoutsTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/image/SaveLoadImageTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/image/SaveLoadImageTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/image/pixel/PixelImageComparatorTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/image/pixel/PixelImageComparatorTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/properties/PropTest.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/properties/PropTest.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/properties/TestObject.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/properties/TestObject.java Tue May 08 13:49:16 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/core/JemmyCore/test/org/jemmy/properties/TestWrap.java Thu Apr 19 14:42:24 2018 -0700 +++ b/core/JemmyCore/test/org/jemmy/properties/TestWrap.java Tue May 08 13:49:16 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/core/make/jemmy-v3-ii/.idea/compiler.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/make/jemmy-v3-ii/.idea/compiler.xml Tue May 08 13:49:16 2018 -0700 @@ -12,4 +12,4 @@ <entry name="!?*.clj" /> </wildcardResourcePatterns> </component> -</project> \ No newline at end of file +</project>
--- a/core/make/jemmy-v3-ii/.idea/copyright/Oracle.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/make/jemmy-v3-ii/.idea/copyright/Oracle.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <option name="notice" value="Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions." /> <option name="myName" value="Oracle" /> </copyright> -</component> \ No newline at end of file +</component>
--- a/core/make/jemmy-v3-ii/.idea/encodings.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/make/jemmy-v3-ii/.idea/encodings.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <component name="Encoding"> <file url="PROJECT" charset="UTF-8" /> </component> -</project> \ No newline at end of file +</project>
--- a/core/make/jemmy-v3-ii/.idea/misc.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/make/jemmy-v3-ii/.idea/misc.xml Tue May 08 13:49:16 2018 -0700 @@ -3,4 +3,4 @@ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="true" project-jdk-name="1.9" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> -</project> \ No newline at end of file +</project>
--- a/core/make/jemmy-v3-ii/.idea/modules.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/core/make/jemmy-v3-ii/.idea/modules.xml Tue May 08 13:49:16 2018 -0700 @@ -7,4 +7,4 @@ <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" /> </modules> </component> -</project> \ No newline at end of file +</project>
--- a/make/build_template.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/make/build_template.xml Tue May 08 13:49:16 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/pom.xml Thu Apr 19 14:42:24 2018 -0700 +++ b/pom.xml Tue May 08 13:49:16 2018 -0700 @@ -1,36 +1,28 @@ <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- - Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - - The contents of this file are subject to the terms of either the Universal Permissive License - v 1.0 as shown at http://oss.oracle.com/licenses/upl - - or the following license: - - Redistribution and use in source and binary forms, with or without modification, are permitted - provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of conditions - and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other materials provided with - the distribution. - - 3. Neither the name of the copyright holder nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY - WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2018, 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. --> <modelVersion>4.0.0</modelVersion> <groupId>org.jemmy.v3</groupId>