8194296: Check copyright of files in make/langtools/tools
Reviewed-by: mcimadamore, jlahoda
--- a/make/langtools/tools/crules/AbstractCodingRulesAnalyzer.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/AbstractCodingRulesAnalyzer.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/crules/AssertCheckAnalyzer.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/AssertCheckAnalyzer.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/crules/CodingRulesAnalyzerPlugin.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/CodingRulesAnalyzerPlugin.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/crules/DefinedByAnalyzer.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/DefinedByAnalyzer.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/crules/LegacyLogMethodAnalyzer.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/LegacyLogMethodAnalyzer.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/crules/MutableFieldsAnalyzer.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/crules/MutableFieldsAnalyzer.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/gen/ClassGenerator.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/gen/ClassGenerator.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/parser/Message.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/parser/Message.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/parser/MessageFile.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/parser/MessageFile.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/parser/MessageInfo.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/parser/MessageInfo.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/parser/MessageLine.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/parser/MessageLine.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
--- a/make/langtools/tools/propertiesparser/parser/MessageType.java Thu Mar 08 19:13:16 2018 +0100
+++ b/make/langtools/tools/propertiesparser/parser/MessageType.java Thu Mar 08 13:09:31 2018 -0800
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or