changeset 1041:8eb952f43b11 jdk7-b144

7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims
author katleman
date Wed, 25 May 2011 13:32:10 -0700
parents 8987de9a4ab8
children 65d3a13c5475 9f25c6a3ac23 35cc19ae29b5
files src/share/classes/com/sun/source/tree/UnionTypeTree.java src/share/classes/com/sun/tools/classfile/ClassTranslator.java src/share/classes/com/sun/tools/classfile/Dependencies.java src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java src/share/classes/javax/lang/model/util/ElementKindVisitor7.java test/tools/javac/4241573/T4241573.java test/tools/javac/6508981/TestInferBinaryName.java test/tools/javac/TryWithResources/DuplicateResource.java test/tools/javac/api/6411310/Test.java test/tools/javac/api/T6838467.java test/tools/javac/api/T6877206.java test/tools/javac/api/TestClientCodeWrapper.java test/tools/javac/api/TestJavacTask_Lock.java test/tools/javac/api/TestJavacTask_Multiple.java test/tools/javac/api/TestJavacTask_ParseAttrGen.java test/tools/javac/multicatch/model/ModelChecker.java test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java test/tools/javac/processing/model/util/deprecation/TestDeprecation.java test/tools/javac/tree/T6963934.java
diffstat 21 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/com/sun/source/tree/UnionTypeTree.java	Fri May 20 16:04:23 2011 -0700
+++ b/src/share/classes/com/sun/source/tree/UnionTypeTree.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, 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/src/share/classes/com/sun/tools/classfile/ClassTranslator.java	Fri May 20 16:04:23 2011 -0700
+++ b/src/share/classes/com/sun/tools/classfile/ClassTranslator.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2011, 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/src/share/classes/com/sun/tools/classfile/Dependencies.java	Fri May 20 16:04:23 2011 -0700
+++ b/src/share/classes/com/sun/tools/classfile/Dependencies.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, 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/src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java	Fri May 20 16:04:23 2011 -0700
+++ b/src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, 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/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java	Fri May 20 16:04:23 2011 -0700
+++ b/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, 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/4241573/T4241573.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/4241573/T4241573.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, 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/6508981/TestInferBinaryName.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/6508981/TestInferBinaryName.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2011, 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/TryWithResources/DuplicateResource.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/TryWithResources/DuplicateResource.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, 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/api/6411310/Test.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/6411310/Test.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, 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/api/T6838467.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/T6838467.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, 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/api/T6877206.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/T6877206.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, 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/api/TestClientCodeWrapper.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/TestClientCodeWrapper.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/api/TestJavacTask_Lock.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/TestJavacTask_Lock.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/api/TestJavacTask_Multiple.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/TestJavacTask_Multiple.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/api/TestJavacTask_ParseAttrGen.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/api/TestJavacTask_ParseAttrGen.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/multicatch/model/ModelChecker.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/multicatch/model/ModelChecker.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, 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/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface1.java	Wed May 25 13:32:10 2011 -0700
@@ -3,7 +3,7 @@
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * 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, asrm
+ * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.
  *
  * This code is distributed in the hope that it will be useful, but WITHOUT
--- a/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingGenericInterface2.java	Wed May 25 13:32:10 2011 -0700
@@ -3,7 +3,7 @@
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * 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, asrm
+ * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.
  *
  * This code is distributed in the hope that it will be useful, but WITHOUT
--- a/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/processing/model/element/TestMissingElement2/TestMissingInterface.java	Wed May 25 13:32:10 2011 -0700
@@ -3,7 +3,7 @@
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * 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, asrm
+ * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.
  *
  * This code is distributed in the hope that it will be useful, but WITHOUT
--- a/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2010, 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/tree/T6963934.java	Fri May 20 16:04:23 2011 -0700
+++ b/test/tools/javac/tree/T6963934.java	Wed May 25 13:32:10 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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