changeset 56977:29bc54d39f9d records-and-sealed

fix legal headers on tests
author jjg
date Thu, 08 Aug 2019 15:29:26 -0700
parents c52629bfd1d5
children 2af4fc17f9ed 0860418aedb9
files test/langtools/tools/javac/diags/examples/CantInheritFromSealed.java test/langtools/tools/javac/doctree/AccessorsTest.java test/langtools/tools/javac/records/UserDefinedMethodsTest.java test/langtools/tools/javac/records/mandated_members/CheckRecordMembers.java test/langtools/tools/javac/records/mandated_members/MandatedMembersNotBeingEntered.java test/langtools/tools/javac/records/mandated_members/canonical_constructor/CanonicalConstructorTest.java test/langtools/tools/javac/records/mandated_members/canonical_constructor/ParameterLessConstructorsTest.java test/langtools/tools/javac/records/reflection/RecordReflectionTest.java test/langtools/tools/javac/records/writeread/Record.java test/langtools/tools/javac/records/writeread/WriteReadTest.java test/langtools/tools/javac/sealed/CheckingAttributeAtRuntimeTest.java test/langtools/tools/javac/sealed/MethodsOfSealedTypesAreNotFinalByDefaultTest.java test/langtools/tools/javac/sealed/SealedTest02.java test/langtools/tools/javac/sealed/separate/SealedClasses.java test/langtools/tools/javac/sealed/separate/TestSeparate01.java
diffstat 15 files changed, 15 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/test/langtools/tools/javac/diags/examples/CantInheritFromSealed.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/diags/examples/CantInheritFromSealed.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/doctree/AccessorsTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/doctree/AccessorsTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/UserDefinedMethodsTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/UserDefinedMethodsTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/mandated_members/CheckRecordMembers.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/mandated_members/CheckRecordMembers.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/mandated_members/MandatedMembersNotBeingEntered.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/mandated_members/MandatedMembersNotBeingEntered.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/mandated_members/canonical_constructor/CanonicalConstructorTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/mandated_members/canonical_constructor/CanonicalConstructorTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/mandated_members/canonical_constructor/ParameterLessConstructorsTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/mandated_members/canonical_constructor/ParameterLessConstructorsTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/reflection/RecordReflectionTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/reflection/RecordReflectionTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/writeread/Record.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/writeread/Record.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/records/writeread/WriteReadTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/records/writeread/WriteReadTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/sealed/CheckingAttributeAtRuntimeTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/sealed/CheckingAttributeAtRuntimeTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/sealed/MethodsOfSealedTypesAreNotFinalByDefaultTest.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/sealed/MethodsOfSealedTypesAreNotFinalByDefaultTest.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/sealed/SealedTest02.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/sealed/SealedTest02.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/sealed/separate/SealedClasses.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/sealed/separate/SealedClasses.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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
--- a/test/langtools/tools/javac/sealed/separate/TestSeparate01.java	Thu Aug 08 15:22:34 2019 -0700
+++ b/test/langtools/tools/javac/sealed/separate/TestSeparate01.java	Thu Aug 08 15:29:26 2019 -0700
@@ -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