From 8838db9d14a8aaae26fffd4196449e13e8b976f3 Mon Sep 17 00:00:00 2001 From: jlahoda Date: Mon, 18 May 2015 09:27:09 +0200 Subject: [PATCH] 8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Summary: Fixing incorrect file headers; also reviewed by kevin.l.brown@oracle.com Reviewed-by: vromero --- test/tools/javac/MethodParameters/LambdaTest.java | 2 +- .../typeAnnotations/classfile/TestAnonInnerClasses.java | 2 +- test/tools/javac/diags/examples/MrefInferAndExplicitParams.java | 2 +- test/tools/javac/lambda/8023389/T8023389.java | 2 +- .../javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java | 2 +- .../javac/resolve/tests/PrimitiveVsReferenceSamePhase.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/tools/javac/MethodParameters/LambdaTest.java b/test/tools/javac/MethodParameters/LambdaTest.java index c0296d8d..b12d9cbf 100644 --- a/test/tools/javac/MethodParameters/LambdaTest.java +++ b/test/tools/javac/MethodParameters/LambdaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java b/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java index 0ce59a87..1bffe5a8 100644 --- a/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java +++ b/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java b/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java index ce24f82e..a67a34ed 100644 --- a/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java +++ b/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java @@ -8,7 +8,7 @@ * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * diff --git a/test/tools/javac/lambda/8023389/T8023389.java b/test/tools/javac/lambda/8023389/T8023389.java index 25eb0c8a..c8f91dcc 100644 --- a/test/tools/javac/lambda/8023389/T8023389.java +++ b/test/tools/javac/lambda/8023389/T8023389.java @@ -8,7 +8,7 @@ * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * diff --git a/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java b/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java index 72f503cb..fb6dbde8 100644 --- a/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java +++ b/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java b/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java index 0ac15984..9acf4454 100644 --- a/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java +++ b/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it -- GitLab