changeset 2930:8bc4c0b6eeb7

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
author jlahoda
date Mon, 18 May 2015 09:27:09 +0200
parents c9e7d5d6a2e2
children b5be088d41c7
files test/tools/javac/MethodParameters/LambdaTest.java test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java test/tools/javac/diags/examples/MrefInferAndExplicitParams.java test/tools/javac/lambda/8023389/T8023389.java test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java
diffstat 6 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/MethodParameters/LambdaTest.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/MethodParameters/LambdaTest.java	Mon May 18 09:27:09 2015 +0200
@@ -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
--- a/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java	Mon May 18 09:27:09 2015 +0200
@@ -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
--- a/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java	Mon May 18 09:27:09 2015 +0200
@@ -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).
  *
--- a/test/tools/javac/lambda/8023389/T8023389.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/lambda/8023389/T8023389.java	Mon May 18 09:27:09 2015 +0200
@@ -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).
  *
--- a/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java	Mon May 18 09:27:09 2015 +0200
@@ -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
--- a/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java	Fri May 15 18:03:51 2015 -0700
+++ b/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java	Mon May 18 09:27:09 2015 +0200
@@ -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