8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle

Mon, 18 May 2015 09:27:09 +0200

author
jlahoda
date
Mon, 18 May 2015 09:27:09 +0200
changeset 2801
31ceef045272
parent 2800
f6923d26b0fb
child 2802
6b43535fb9f8

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 file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/MrefInferAndExplicitParams.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/8023389/T8023389.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java file | annotate | diff | comparison | revisions
test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/MethodParameters/LambdaTest.java	Tue May 12 12:02:48 2015 -0700
     1.2 +++ b/test/tools/javac/MethodParameters/LambdaTest.java	Mon May 18 09:27:09 2015 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, 2015 Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
     2.1 --- a/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java	Tue May 12 12:02:48 2015 -0700
     2.2 +++ b/test/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java	Mon May 18 09:27:09 2015 +0200
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
     2.6 + * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8   *
     2.9   * This code is free software; you can redistribute it and/or modify it
     3.1 --- a/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java	Tue May 12 12:02:48 2015 -0700
     3.2 +++ b/test/tools/javac/diags/examples/MrefInferAndExplicitParams.java	Mon May 18 09:27:09 2015 +0200
     3.3 @@ -8,7 +8,7 @@
     3.4   *
     3.5   * This code is distributed in the hope that it will be useful, but WITHOUT
     3.6   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     3.7 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
     3.8 + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     3.9   * version 2 for more details (a copy is included in the LICENSE file that
    3.10   * accompanied this code).
    3.11   *
     4.1 --- a/test/tools/javac/lambda/8023389/T8023389.java	Tue May 12 12:02:48 2015 -0700
     4.2 +++ b/test/tools/javac/lambda/8023389/T8023389.java	Mon May 18 09:27:09 2015 +0200
     4.3 @@ -8,7 +8,7 @@
     4.4   *
     4.5   * This code is distributed in the hope that it will be useful, but WITHOUT
     4.6   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     4.7 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
     4.8 + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     4.9   * version 2 for more details (a copy is included in the LICENSE file that
    4.10   * accompanied this code).
    4.11   *
     5.1 --- a/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java	Tue May 12 12:02:48 2015 -0700
     5.2 +++ b/test/tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java	Mon May 18 09:27:09 2015 +0200
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2012, 2014 Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
     6.1 --- a/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java	Tue May 12 12:02:48 2015 -0700
     6.2 +++ b/test/tools/javac/resolve/tests/PrimitiveVsReferenceSamePhase.java	Mon May 18 09:27:09 2015 +0200
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8   *
     6.9   * This code is free software; you can redistribute it and/or modify it

mercurial