OpenJDK / amber / amber
changeset 56977:29bc54d39f9d records-and-sealed
fix legal headers on tests
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