8194296: Check copyright of files in make/langtools/tools
authorjjg
Thu, 08 Mar 2018 13:09:31 -0800
changeset 49158 f62d1d1c2d9c
parent 49157 2478f56cf409
child 49159 436f1e03fd04
8194296: Check copyright of files in make/langtools/tools Reviewed-by: mcimadamore, jlahoda
make/langtools/tools/crules/AbstractCodingRulesAnalyzer.java
make/langtools/tools/crules/AssertCheckAnalyzer.java
make/langtools/tools/crules/CodingRulesAnalyzerPlugin.java
make/langtools/tools/crules/DefinedByAnalyzer.java
make/langtools/tools/crules/LegacyLogMethodAnalyzer.java
make/langtools/tools/crules/MutableFieldsAnalyzer.java
make/langtools/tools/propertiesparser/gen/ClassGenerator.java
make/langtools/tools/propertiesparser/parser/Message.java
make/langtools/tools/propertiesparser/parser/MessageFile.java
make/langtools/tools/propertiesparser/parser/MessageInfo.java
make/langtools/tools/propertiesparser/parser/MessageLine.java
make/langtools/tools/propertiesparser/parser/MessageType.java
--- 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