changeset 2226:998b10c43157

8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013 Reviewed-by: ksrini Contributed-by: steve.sides@oracle.com
author ksrini
date Tue, 24 Dec 2013 09:17:37 -0800
parents b8ebde062692
children 232b9cf6303a
files make/Makefile src/share/classes/com/sun/javadoc/AnnotationDesc.java src/share/classes/com/sun/source/doctree/package-info.java src/share/classes/com/sun/tools/classfile/AccessFlags.java src/share/classes/com/sun/tools/classfile/Dependencies.java src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java src/share/classes/com/sun/tools/javac/file/RegularFileObject.java src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java src/share/classes/com/sun/tools/javac/util/Names.java src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java src/share/classes/com/sun/tools/jdeps/Archive.java src/share/classes/com/sun/tools/jdeps/ClassFileReader.java src/share/classes/com/sun/tools/sjavac/CleanProperties.java src/share/classes/com/sun/tools/sjavac/CompileChunk.java src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java src/share/classes/com/sun/tools/sjavac/CompileProperties.java src/share/classes/com/sun/tools/sjavac/CopyFile.java src/share/classes/com/sun/tools/sjavac/JavacState.java src/share/classes/com/sun/tools/sjavac/Log.java src/share/classes/com/sun/tools/sjavac/Module.java src/share/classes/com/sun/tools/sjavac/Package.java src/share/classes/com/sun/tools/sjavac/ProblemException.java src/share/classes/com/sun/tools/sjavac/Source.java src/share/classes/com/sun/tools/sjavac/Transformer.java src/share/classes/com/sun/tools/sjavac/Util.java src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java src/share/classes/com/sun/tools/sjavac/server/PortFile.java src/share/classes/com/sun/tools/sjavac/server/SysInfo.java src/share/classes/javax/lang/model/element/TypeElement.java src/share/classes/javax/lang/model/element/VariableElement.java src/share/classes/javax/lang/model/element/package-info.java src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java test/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java test/com/sun/javadoc/testAbstractMethod/pkg/A.java test/com/sun/javadoc/testAbstractMethod/pkg/B.java test/com/sun/javadoc/testAbstractMethod/pkg/C.java test/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java test/com/sun/javadoc/testDocRootLink/pkg1/C1.java test/com/sun/javadoc/testDocRootLink/pkg2/C2.java test/com/sun/javadoc/testLegacyTaglet/C.java test/com/sun/javadoc/testNavigation/pkg/A.java test/com/sun/javadoc/testNavigation/pkg/C.java test/com/sun/javadoc/testNavigation/pkg/E.java test/com/sun/javadoc/testNavigation/pkg/I.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java test/tools/javac/T6725036.java test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java test/tools/javac/annotations/typeAnnotations/TargetTypes.java test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java test/tools/javac/cast/intersection/IntersectionTypeParserTest.java test/tools/javac/cast/intersection/model/Model01.java test/tools/javac/cast/intersection/model/ModelChecker.java test/tools/javac/defaultMethods/static/Static01.java test/tools/javac/defaultMethods/static/Static02.java test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java test/tools/javac/defaultMethods/static/import/StaticImport1.java test/tools/javac/defaultMethods/static/import/StaticImport2.java test/tools/javac/defaultMethods/static/import/StaticImport3.java test/tools/javac/defaultMethods/static/import/pkg/A.java test/tools/javac/defaultMethods/static/import/pkg/B.java test/tools/javac/defaultMethods/static/import/pkg/C.java test/tools/javac/defaultMethods/syntax/TestDefaultMethodsSyntax.java test/tools/javac/diags/MessageFile.java test/tools/javac/diags/MessageInfo.java test/tools/javac/diags/examples/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E1.java test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E2.java test/tools/javac/diags/examples/IllegalStaticIntfMethCall.java test/tools/javac/diags/examples/KindnameConstructor.java test/tools/javac/diags/examples/NonStaticCantBeRefFragment.java test/tools/javac/diags/examples/NotInProfile.java test/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java test/tools/javac/diags/examples/StaticIntfMethodNotSupported.java test/tools/javac/diags/examples/WhereIntersection.java test/tools/javac/generics/odersky/BadTest4.java test/tools/javac/lambda/DoubleStaticImport.java test/tools/javac/lambda/Intersection01.java test/tools/javac/lambda/Intersection02.java test/tools/javac/lambda/LambdaCapture06.java test/tools/javac/lambda/LambdaConv01.java test/tools/javac/lambda/LambdaExpr15.java test/tools/javac/lambda/MethodReference25.java test/tools/javac/lambda/MethodReference26.java test/tools/javac/lambda/MethodReference59.java test/tools/javac/lambda/MethodReference60.java test/tools/javac/lambda/TargetType51.java test/tools/javac/lambda/lambdaExecution/InInterface.java test/tools/javac/lambda/lambdaExpression/LambdaTest6.java test/tools/javac/lambda/lambdaExpression/SamConversionComboTest.java test/tools/javac/lambda/methodReference/BridgeMethod.java test/tools/javac/lambda/methodReference/SamConversion.java test/tools/javac/lambda/methodReference/SamConversionComboTest.java test/tools/javac/lambda/typeInference/InferenceTest2b.java test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java test/tools/javac/multicatch/Pos05.java test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java test/tools/javac/resolve/Pos.java test/tools/javac/resolve/ResolveHarness.java test/tools/javac/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java test/tools/javac/warnings/AuxiliaryClass/ClassUsingAuxiliary.java test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java test/tools/jdeps/APIDeps.java test/tools/jdeps/p/Foo.java
diffstat 157 files changed, 157 insertions(+), 157 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Wed Dec 18 19:48:47 2013 -0800
+++ b/make/Makefile	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 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/src/share/classes/com/sun/javadoc/AnnotationDesc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/javadoc/AnnotationDesc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/src/share/classes/com/sun/source/doctree/package-info.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/source/doctree/package-info.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/src/share/classes/com/sun/tools/classfile/AccessFlags.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/classfile/AccessFlags.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 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/src/share/classes/com/sun/tools/classfile/Dependencies.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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/src/share/classes/com/sun/tools/javac/util/Names.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javac/util/Names.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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/src/share/classes/com/sun/tools/jdeps/Archive.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/jdeps/Archive.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/CleanProperties.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/CleanProperties.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 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/src/share/classes/com/sun/tools/sjavac/CompileChunk.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/CompileChunk.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/CompileProperties.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/CompileProperties.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/CopyFile.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/CopyFile.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/JavacState.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/JavacState.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Log.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Log.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Module.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Module.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Package.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Package.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/ProblemException.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/ProblemException.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Source.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Source.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Transformer.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Transformer.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/Util.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/Util.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/server/PortFile.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/server/PortFile.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/com/sun/tools/sjavac/server/SysInfo.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/com/sun/tools/sjavac/server/SysInfo.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/src/share/classes/javax/lang/model/element/TypeElement.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/javax/lang/model/element/TypeElement.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/src/share/classes/javax/lang/model/element/VariableElement.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/javax/lang/model/element/VariableElement.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/src/share/classes/javax/lang/model/element/package-info.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/javax/lang/model/element/package-info.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testAbstractMethod/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testAbstractMethod/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testAbstractMethod/pkg/B.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testAbstractMethod/pkg/B.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testAbstractMethod/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testAbstractMethod/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/com/sun/javadoc/testDocRootLink/pkg1/C1.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testDocRootLink/pkg1/C1.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/com/sun/javadoc/testLegacyTaglet/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testLegacyTaglet/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/com/sun/javadoc/testNavigation/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testNavigation/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/com/sun/javadoc/testNavigation/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testNavigation/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/com/sun/javadoc/testNavigation/pkg/E.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testNavigation/pkg/E.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/com/sun/javadoc/testNavigation/pkg/I.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testNavigation/pkg/I.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/T6725036.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/T6725036.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/annotations/typeAnnotations/TargetTypes.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/TargetTypes.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/api/AnnotatedArrayOrder.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/annotations/typeAnnotations/api/ArrayCreationTree.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/annotations/typeAnnotations/api/ArrayPositionConsistency.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/annotations/typeAnnotations/classfile/NoTargetAnnotations.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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/annotations/typeAnnotations/failures/target/DotClass.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/newlocations/Varargs.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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/annotations/typeAnnotations/packageanno/mypackage/Anno.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/packageanno/mypackage/MyClass.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/packageanno/mypackage/package-info.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/ClassExtends.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/Fields.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/FromSpecification.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/annotations/typeAnnotations/referenceinfos/MethodParameters.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/MethodReceivers.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/MethodReturns.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/annotations/typeAnnotations/referenceinfos/TypeCasts.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/annotations/typeAnnotations/referenceinfos/TypeTests.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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/cast/intersection/IntersectionTypeParserTest.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/cast/intersection/IntersectionTypeParserTest.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/cast/intersection/model/Model01.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/cast/intersection/model/Model01.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/cast/intersection/model/ModelChecker.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/cast/intersection/model/ModelChecker.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/Static01.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/Static01.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/Static02.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/Static02.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/StaticImport1.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/StaticImport1.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/StaticImport2.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/StaticImport2.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/StaticImport3.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/StaticImport3.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/pkg/B.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/pkg/B.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/static/import/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/static/import/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/defaultMethods/syntax/TestDefaultMethodsSyntax.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/defaultMethods/syntax/TestDefaultMethodsSyntax.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/MessageFile.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/MessageFile.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/MessageInfo.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/MessageInfo.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/AlreadyDefinedStaticImport/p/E1.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E1.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/AlreadyDefinedStaticImport/p/E2.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E2.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/IllegalStaticIntfMethCall.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/IllegalStaticIntfMethCall.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/KindnameConstructor.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/KindnameConstructor.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/NonStaticCantBeRefFragment.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/NonStaticCantBeRefFragment.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/NotInProfile.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/NotInProfile.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/RepeatableAnnotationsNotSupported.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/StaticIntfMethodNotSupported.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/StaticIntfMethodNotSupported.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/WhereIntersection.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/diags/examples/WhereIntersection.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/generics/odersky/BadTest4.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/generics/odersky/BadTest4.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 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/lambda/DoubleStaticImport.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/DoubleStaticImport.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/Intersection01.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/Intersection01.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/Intersection02.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/Intersection02.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/LambdaCapture06.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/LambdaCapture06.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/LambdaConv01.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/LambdaConv01.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/LambdaExpr15.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/LambdaExpr15.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/MethodReference25.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/MethodReference25.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/MethodReference26.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/MethodReference26.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/MethodReference59.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/MethodReference59.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/MethodReference60.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/MethodReference60.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/TargetType51.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/TargetType51.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/lambdaExecution/InInterface.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/lambdaExecution/InInterface.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/lambdaExpression/LambdaTest6.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/lambdaExpression/LambdaTest6.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/lambdaExpression/SamConversionComboTest.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/lambdaExpression/SamConversionComboTest.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/methodReference/BridgeMethod.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/methodReference/BridgeMethod.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambda/methodReference/SamConversion.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/methodReference/SamConversion.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/methodReference/SamConversionComboTest.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/methodReference/SamConversionComboTest.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambda/typeInference/InferenceTest2b.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambda/typeInference/InferenceTest2b.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/multicatch/Pos05.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/multicatch/Pos05.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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/processing/environment/round/TestElementsAnnotatedWith.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 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/resolve/Pos.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/resolve/Pos.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/resolve/ResolveHarness.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/resolve/ResolveHarness.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/warnings/AuxiliaryClass/ClassUsingAuxiliary.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAuxiliary.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/warnings/AuxiliaryClass/SelfClassWithAux.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/jdeps/APIDeps.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/jdeps/APIDeps.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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/jdeps/p/Foo.java	Wed Dec 18 19:48:47 2013 -0800
+++ b/test/tools/jdeps/p/Foo.java	Tue Dec 24 09:17:37 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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