--- old/core/JemmyAWTInput/test/org/jemmy/operators/ScreenTest.java 2018-05-08 10:47:02.000000000 -0700 +++ new/core/JemmyAWTInput/test/org/jemmy/operators/ScreenTest.java 2018-05-08 10:47:02.000000000 -0700 @@ -4,7 +4,9 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * 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 +}