# HG changeset patch # User chegar # Date 1541175089 0 # Node ID 8c0b1894d52444833d5207db0f4c6ede484206c6 # Parent e256b3b62e209ffb7fbb19cad7f5739c1550f218 8213296: Fix legal headers in test/jdk/java/net Reviewed-by: alanb, dfuchs diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java --- a/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTest.java --- a/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTest.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTest.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java --- a/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java --- a/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/Inet6Address/serialize/Inet6AddressSerTest.java --- a/test/jdk/java/net/Inet6Address/serialize/Inet6AddressSerTest.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/Inet6Address/serialize/Inet6AddressSerTest.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/MulticastSocket/NetworkInterfaceEmptyGetInetAddressesTest.java --- a/test/jdk/java/net/MulticastSocket/NetworkInterfaceEmptyGetInetAddressesTest.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/MulticastSocket/NetworkInterfaceEmptyGetInetAddressesTest.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/URLConnection/ContentHandlers/plain.template --- a/test/jdk/java/net/URLConnection/ContentHandlers/plain.template Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/URLConnection/ContentHandlers/plain.template Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/httpclient/DigestEchoServer.java --- a/test/jdk/java/net/httpclient/DigestEchoServer.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/httpclient/DigestEchoServer.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/httpclient/ProxyAuthTest.java --- a/test/jdk/java/net/httpclient/ProxyAuthTest.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/httpclient/ProxyAuthTest.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff -r e256b3b62e20 -r 8c0b1894d524 test/jdk/java/net/httpclient/http2/server/Queue.java --- a/test/jdk/java/net/httpclient/http2/server/Queue.java Fri Nov 02 14:13:05 2018 +0100 +++ b/test/jdk/java/net/httpclient/http2/server/Queue.java Fri Nov 02 16:11:29 2018 +0000 @@ -4,9 +4,7 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or