7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles jdk7-b144

Wed, 25 May 2011 13:32:10 -0700

author
katleman
date
Wed, 25 May 2011 13:32:10 -0700
changeset 1013
8eb952f43b11
parent 1011
8987de9a4ab8
child 1014
9f25c6a3ac23
child 1027
35cc19ae29b5

7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Reviewed-by: ohair, trims

src/share/classes/com/sun/source/tree/UnionTypeTree.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/classfile/ClassTranslator.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/classfile/Dependencies.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/util/ElementKindVisitor7.java file | annotate | diff | comparison | revisions
test/tools/javac/4241573/T4241573.java file | annotate | diff | comparison | revisions
test/tools/javac/6508981/TestInferBinaryName.java file | annotate | diff | comparison | revisions
test/tools/javac/TryWithResources/DuplicateResource.java file | annotate | diff | comparison | revisions
test/tools/javac/api/6411310/Test.java file | annotate | diff | comparison | revisions
test/tools/javac/api/T6838467.java file | annotate | diff | comparison | revisions
test/tools/javac/api/T6877206.java file | annotate | diff | comparison | revisions
test/tools/javac/api/TestClientCodeWrapper.java file | annotate | diff | comparison | revisions
test/tools/javac/api/TestJavacTask_Lock.java file | annotate | diff | comparison | revisions
test/tools/javac/api/TestJavacTask_Multiple.java file | annotate | diff | comparison | revisions
test/tools/javac/api/TestJavacTask_ParseAttrGen.java file | annotate | diff | comparison | revisions
test/tools/javac/multicatch/model/ModelChecker.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/model/util/deprecation/TestDeprecation.java file | annotate | diff | comparison | revisions
test/tools/javac/tree/T6963934.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/source/tree/UnionTypeTree.java	Fri May 20 16:04:23 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/source/tree/UnionTypeTree.java	Wed May 25 13:32:10 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2011, 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/src/share/classes/com/sun/tools/classfile/ClassTranslator.java	Fri May 20 16:04:23 2011 -0700
     2.2 +++ b/src/share/classes/com/sun/tools/classfile/ClassTranslator.java	Wed May 25 13:32:10 2011 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright (c) 2008, 2011 Oracle and/or its affiliates. All rights reserved.
     2.6 + * Copyright (c) 2008, 2011, 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/src/share/classes/com/sun/tools/classfile/Dependencies.java	Fri May 20 16:04:23 2011 -0700
     3.2 +++ b/src/share/classes/com/sun/tools/classfile/Dependencies.java	Wed May 25 13:32:10 2011 -0700
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
     4.1 --- a/src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java	Fri May 20 16:04:23 2011 -0700
     4.2 +++ b/src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java	Wed May 25 13:32:10 2011 -0700
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
     5.1 --- a/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java	Fri May 20 16:04:23 2011 -0700
     5.2 +++ b/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java	Wed May 25 13:32:10 2011 -0700
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2010, 2011, 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/4241573/T4241573.java	Fri May 20 16:04:23 2011 -0700
     6.2 +++ b/test/tools/javac/4241573/T4241573.java	Wed May 25 13:32:10 2011 -0700
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2009, 2011, 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
     7.1 --- a/test/tools/javac/6508981/TestInferBinaryName.java	Fri May 20 16:04:23 2011 -0700
     7.2 +++ b/test/tools/javac/6508981/TestInferBinaryName.java	Wed May 25 13:32:10 2011 -0700
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright (c) 2008, 2011 Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8   *
     7.9   * This code is free software; you can redistribute it and/or modify it
     8.1 --- a/test/tools/javac/TryWithResources/DuplicateResource.java	Fri May 20 16:04:23 2011 -0700
     8.2 +++ b/test/tools/javac/TryWithResources/DuplicateResource.java	Wed May 25 13:32:10 2011 -0700
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
     8.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     8.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8   *
     8.9   * This code is free software; you can redistribute it and/or modify it
     9.1 --- a/test/tools/javac/api/6411310/Test.java	Fri May 20 16:04:23 2011 -0700
     9.2 +++ b/test/tools/javac/api/6411310/Test.java	Wed May 25 13:32:10 2011 -0700
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
     9.6 + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     9.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8   *
     9.9   * This code is free software; you can redistribute it and/or modify it
    10.1 --- a/test/tools/javac/api/T6838467.java	Fri May 20 16:04:23 2011 -0700
    10.2 +++ b/test/tools/javac/api/T6838467.java	Wed May 25 13:32:10 2011 -0700
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
    10.6 + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    10.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8   *
    10.9   * This code is free software; you can redistribute it and/or modify it
    11.1 --- a/test/tools/javac/api/T6877206.java	Fri May 20 16:04:23 2011 -0700
    11.2 +++ b/test/tools/javac/api/T6877206.java	Wed May 25 13:32:10 2011 -0700
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
    11.6 + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8   *
    11.9   * This code is free software; you can redistribute it and/or modify it
    12.1 --- a/test/tools/javac/api/TestClientCodeWrapper.java	Fri May 20 16:04:23 2011 -0700
    12.2 +++ b/test/tools/javac/api/TestClientCodeWrapper.java	Wed May 25 13:32:10 2011 -0700
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    12.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8   *
    12.9   * This code is free software; you can redistribute it and/or modify it
    13.1 --- a/test/tools/javac/api/TestJavacTask_Lock.java	Fri May 20 16:04:23 2011 -0700
    13.2 +++ b/test/tools/javac/api/TestJavacTask_Lock.java	Wed May 25 13:32:10 2011 -0700
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    13.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8   *
    13.9   * This code is free software; you can redistribute it and/or modify it
    14.1 --- a/test/tools/javac/api/TestJavacTask_Multiple.java	Fri May 20 16:04:23 2011 -0700
    14.2 +++ b/test/tools/javac/api/TestJavacTask_Multiple.java	Wed May 25 13:32:10 2011 -0700
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    14.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    14.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8   *
    14.9   * This code is free software; you can redistribute it and/or modify it
    15.1 --- a/test/tools/javac/api/TestJavacTask_ParseAttrGen.java	Fri May 20 16:04:23 2011 -0700
    15.2 +++ b/test/tools/javac/api/TestJavacTask_ParseAttrGen.java	Wed May 25 13:32:10 2011 -0700
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8   *
    15.9   * This code is free software; you can redistribute it and/or modify it
    16.1 --- a/test/tools/javac/multicatch/model/ModelChecker.java	Fri May 20 16:04:23 2011 -0700
    16.2 +++ b/test/tools/javac/multicatch/model/ModelChecker.java	Wed May 25 13:32:10 2011 -0700
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java	Fri May 20 16:04:23 2011 -0700
    17.2 +++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java	Wed May 25 13:32:10 2011 -0700
    17.3 @@ -3,7 +3,7 @@
    17.4   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.5   *
    17.6   * This code is free software; you can redistribute it and/or modify it
    17.7 - * under the terms of the GNU General Public License version 2 only, asrm
    17.8 + * under the terms of the GNU General Public License version 2 only, as
    17.9   * published by the Free Software Foundation.
   17.10   *
   17.11   * This code is distributed in the hope that it will be useful, but WITHOUT
    18.1 --- a/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java	Fri May 20 16:04:23 2011 -0700
    18.2 +++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java	Wed May 25 13:32:10 2011 -0700
    18.3 @@ -3,7 +3,7 @@
    18.4   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.5   *
    18.6   * This code is free software; you can redistribute it and/or modify it
    18.7 - * under the terms of the GNU General Public License version 2 only, asrm
    18.8 + * under the terms of the GNU General Public License version 2 only, as
    18.9   * published by the Free Software Foundation.
   18.10   *
   18.11   * This code is distributed in the hope that it will be useful, but WITHOUT
    19.1 --- a/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java	Fri May 20 16:04:23 2011 -0700
    19.2 +++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java	Wed May 25 13:32:10 2011 -0700
    19.3 @@ -3,7 +3,7 @@
    19.4   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.5   *
    19.6   * This code is free software; you can redistribute it and/or modify it
    19.7 - * under the terms of the GNU General Public License version 2 only, asrm
    19.8 + * under the terms of the GNU General Public License version 2 only, as
    19.9   * published by the Free Software Foundation.
   19.10   *
   19.11   * This code is distributed in the hope that it will be useful, but WITHOUT
    20.1 --- a/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Fri May 20 16:04:23 2011 -0700
    20.2 +++ b/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Wed May 25 13:32:10 2011 -0700
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - * Copyright (c) 2006, 2010 Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8   *
    20.9   * This code is free software; you can redistribute it and/or modify it
    21.1 --- a/test/tools/javac/tree/T6963934.java	Fri May 20 16:04:23 2011 -0700
    21.2 +++ b/test/tools/javac/tree/T6963934.java	Wed May 25 13:32:10 2011 -0700
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it

mercurial