8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013

Tue, 24 Dec 2013 09:17:37 -0800

author
ksrini
date
Tue, 24 Dec 2013 09:17:37 -0800
changeset 2227
998b10c43157
parent 2225
b8ebde062692
child 2228
232b9cf6303a

8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
Contributed-by: steve.sides@oracle.com

make/Makefile file | annotate | diff | comparison | revisions
src/share/classes/com/sun/javadoc/AnnotationDesc.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/source/doctree/package-info.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/classfile/AccessFlags.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/classfile/Dependencies.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/file/RegularFileObject.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/util/Names.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/jdeps/Archive.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/jdeps/ClassFileReader.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/CleanProperties.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/CompileChunk.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/CompileProperties.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/CopyFile.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/JavacState.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Log.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Module.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Package.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/ProblemException.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Source.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Transformer.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/Util.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/server/PortFile.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/sjavac/server/SysInfo.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/element/TypeElement.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/element/VariableElement.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/element/package-info.java file | annotate | diff | comparison | revisions
src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testAbstractMethod/pkg/A.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testAbstractMethod/pkg/B.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testAbstractMethod/pkg/C.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testDocRootLink/pkg1/C1.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testDocRootLink/pkg2/C2.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testLegacyTaglet/C.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testNavigation/pkg/A.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testNavigation/pkg/C.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testNavigation/pkg/E.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testNavigation/pkg/I.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java file | annotate | diff | comparison | revisions
test/tools/javac/T6725036.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/TargetTypes.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java file | annotate | diff | comparison | revisions
test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java file | annotate | diff | comparison | revisions
test/tools/javac/cast/intersection/IntersectionTypeParserTest.java file | annotate | diff | comparison | revisions
test/tools/javac/cast/intersection/model/Model01.java file | annotate | diff | comparison | revisions
test/tools/javac/cast/intersection/model/ModelChecker.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/Static01.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/Static02.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/StaticImport1.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/StaticImport2.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/StaticImport3.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/pkg/A.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/pkg/B.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/static/import/pkg/C.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/syntax/TestDefaultMethodsSyntax.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/MessageFile.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/MessageInfo.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E1.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E2.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/IllegalStaticIntfMethCall.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/KindnameConstructor.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/NonStaticCantBeRefFragment.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/NotInProfile.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/StaticIntfMethodNotSupported.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/WhereIntersection.java file | annotate | diff | comparison | revisions
test/tools/javac/generics/odersky/BadTest4.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/DoubleStaticImport.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/Intersection01.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/Intersection02.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaCapture06.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaConv01.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaExpr15.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/MethodReference25.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/MethodReference26.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/MethodReference59.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/MethodReference60.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/TargetType51.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/lambdaExecution/InInterface.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/lambdaExpression/LambdaTest6.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/lambdaExpression/SamConversionComboTest.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/methodReference/BridgeMethod.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/methodReference/SamConversion.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/methodReference/SamConversionComboTest.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/typeInference/InferenceTest2b.java file | annotate | diff | comparison | revisions
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java file | annotate | diff | comparison | revisions
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java file | annotate | diff | comparison | revisions
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java file | annotate | diff | comparison | revisions
test/tools/javac/multicatch/Pos05.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java file | annotate | diff | comparison | revisions
test/tools/javac/resolve/Pos.java file | annotate | diff | comparison | revisions
test/tools/javac/resolve/ResolveHarness.java file | annotate | diff | comparison | revisions
test/tools/javac/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java file | annotate | diff | comparison | revisions
test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java file | annotate | diff | comparison | revisions
test/tools/javac/warnings/AuxiliaryClass/ClassUsingAuxiliary.java file | annotate | diff | comparison | revisions
test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java file | annotate | diff | comparison | revisions
test/tools/jdeps/APIDeps.java file | annotate | diff | comparison | revisions
test/tools/jdeps/p/Foo.java file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Wed Dec 18 19:48:47 2013 -0800
     1.2 +++ b/make/Makefile	Tue Dec 24 09:17:37 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
     2.1 --- a/src/share/classes/com/sun/javadoc/AnnotationDesc.java	Wed Dec 18 19:48:47 2013 -0800
     2.2 +++ b/src/share/classes/com/sun/javadoc/AnnotationDesc.java	Tue Dec 24 09:17:37 2013 -0800
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
     2.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8   *
     2.9   * This code is free software; you can redistribute it and/or modify it
     3.1 --- a/src/share/classes/com/sun/source/doctree/package-info.java	Wed Dec 18 19:48:47 2013 -0800
     3.2 +++ b/src/share/classes/com/sun/source/doctree/package-info.java	Tue Dec 24 09:17:37 2013 -0800
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
     4.1 --- a/src/share/classes/com/sun/tools/classfile/AccessFlags.java	Wed Dec 18 19:48:47 2013 -0800
     4.2 +++ b/src/share/classes/com/sun/tools/classfile/AccessFlags.java	Tue Dec 24 09:17:37 2013 -0800
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
     5.1 --- a/src/share/classes/com/sun/tools/classfile/Dependencies.java	Wed Dec 18 19:48:47 2013 -0800
     5.2 +++ b/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Dec 24 09:17:37 2013 -0800
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
     6.1 --- a/src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java	Wed Dec 18 19:48:47 2013 -0800
     6.2 +++ b/src/share/classes/com/sun/tools/classfile/MethodParameters_attribute.java	Tue Dec 24 09:17:37 2013 -0800
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8   *
     6.9   * This code is free software; you can redistribute it and/or modify it
     7.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java	Wed Dec 18 19:48:47 2013 -0800
     7.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/LinkOutputImpl.java	Tue Dec 24 09:17:37 2013 -0800
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8   *
     7.9   * This code is free software; you can redistribute it and/or modify it
     8.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java	Wed Dec 18 19:48:47 2013 -0800
     8.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlAttr.java	Tue Dec 24 09:17:37 2013 -0800
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     8.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     8.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8   *
     8.9   * This code is free software; you can redistribute it and/or modify it
     9.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java	Wed Dec 18 19:48:47 2013 -0800
     9.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java	Tue Dec 24 09:17:37 2013 -0800
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     9.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     9.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8   *
     9.9   * This code is free software; you can redistribute it and/or modify it
    10.1 --- a/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Wed Dec 18 19:48:47 2013 -0800
    10.2 +++ b/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Tue Dec 24 09:17:37 2013 -0800
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
    10.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    10.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8   *
    10.9   * This code is free software; you can redistribute it and/or modify it
    11.1 --- a/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java	Wed Dec 18 19:48:47 2013 -0800
    11.2 +++ b/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java	Tue Dec 24 09:17:37 2013 -0800
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
    11.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8   *
    11.9   * This code is free software; you can redistribute it and/or modify it
    12.1 --- a/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java	Wed Dec 18 19:48:47 2013 -0800
    12.2 +++ b/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java	Tue Dec 24 09:17:37 2013 -0800
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
    12.6 + * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8   *
    12.9   * This code is free software; you can redistribute it and/or modify it
    13.1 --- a/src/share/classes/com/sun/tools/javac/util/Names.java	Wed Dec 18 19:48:47 2013 -0800
    13.2 +++ b/src/share/classes/com/sun/tools/javac/util/Names.java	Tue Dec 24 09:17:37 2013 -0800
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
    13.6 + * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8   *
    13.9   * This code is free software; you can redistribute it and/or modify it
    14.1 --- a/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Wed Dec 18 19:48:47 2013 -0800
    14.2 +++ b/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Tue Dec 24 09:17:37 2013 -0800
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    14.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    14.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8   *
    14.9   * This code is free software; you can redistribute it and/or modify it
    15.1 --- a/src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java	Wed Dec 18 19:48:47 2013 -0800
    15.2 +++ b/src/share/classes/com/sun/tools/javadoc/AnnotationDescImpl.java	Tue Dec 24 09:17:37 2013 -0800
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8   *
    15.9   * This code is free software; you can redistribute it and/or modify it
    16.1 --- a/src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java	Wed Dec 18 19:48:47 2013 -0800
    16.2 +++ b/src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java	Tue Dec 24 09:17:37 2013 -0800
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/src/share/classes/com/sun/tools/jdeps/Archive.java	Wed Dec 18 19:48:47 2013 -0800
    17.2 +++ b/src/share/classes/com/sun/tools/jdeps/Archive.java	Tue Dec 24 09:17:37 2013 -0800
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    17.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8   *
    17.9   * This code is free software; you can redistribute it and/or modify it
    18.1 --- a/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java	Wed Dec 18 19:48:47 2013 -0800
    18.2 +++ b/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java	Tue Dec 24 09:17:37 2013 -0800
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    18.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8   *
    18.9   * This code is free software; you can redistribute it and/or modify it
    19.1 --- a/src/share/classes/com/sun/tools/sjavac/CleanProperties.java	Wed Dec 18 19:48:47 2013 -0800
    19.2 +++ b/src/share/classes/com/sun/tools/sjavac/CleanProperties.java	Tue Dec 24 09:17:37 2013 -0800
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
    19.6 + * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8   *
    19.9   * This code is free software; you can redistribute it and/or modify it
    20.1 --- a/src/share/classes/com/sun/tools/sjavac/CompileChunk.java	Wed Dec 18 19:48:47 2013 -0800
    20.2 +++ b/src/share/classes/com/sun/tools/sjavac/CompileChunk.java	Tue Dec 24 09:17:37 2013 -0800
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8   *
    20.9   * This code is free software; you can redistribute it and/or modify it
    21.1 --- a/src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java	Wed Dec 18 19:48:47 2013 -0800
    21.2 +++ b/src/share/classes/com/sun/tools/sjavac/CompileJavaPackages.java	Tue Dec 24 09:17:37 2013 -0800
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it
    22.1 --- a/src/share/classes/com/sun/tools/sjavac/CompileProperties.java	Wed Dec 18 19:48:47 2013 -0800
    22.2 +++ b/src/share/classes/com/sun/tools/sjavac/CompileProperties.java	Tue Dec 24 09:17:37 2013 -0800
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    22.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8   *
    22.9   * This code is free software; you can redistribute it and/or modify it
    23.1 --- a/src/share/classes/com/sun/tools/sjavac/CopyFile.java	Wed Dec 18 19:48:47 2013 -0800
    23.2 +++ b/src/share/classes/com/sun/tools/sjavac/CopyFile.java	Tue Dec 24 09:17:37 2013 -0800
    23.3 @@ -1,5 +1,5 @@
    23.4  /*
    23.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8   *
    23.9   * This code is free software; you can redistribute it and/or modify it
    24.1 --- a/src/share/classes/com/sun/tools/sjavac/JavacState.java	Wed Dec 18 19:48:47 2013 -0800
    24.2 +++ b/src/share/classes/com/sun/tools/sjavac/JavacState.java	Tue Dec 24 09:17:37 2013 -0800
    24.3 @@ -1,5 +1,5 @@
    24.4  /*
    24.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    24.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8   *
    24.9   * This code is free software; you can redistribute it and/or modify it
    25.1 --- a/src/share/classes/com/sun/tools/sjavac/Log.java	Wed Dec 18 19:48:47 2013 -0800
    25.2 +++ b/src/share/classes/com/sun/tools/sjavac/Log.java	Tue Dec 24 09:17:37 2013 -0800
    25.3 @@ -1,5 +1,5 @@
    25.4  /*
    25.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    25.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    25.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8   *
    25.9   * This code is free software; you can redistribute it and/or modify it
    26.1 --- a/src/share/classes/com/sun/tools/sjavac/Module.java	Wed Dec 18 19:48:47 2013 -0800
    26.2 +++ b/src/share/classes/com/sun/tools/sjavac/Module.java	Tue Dec 24 09:17:37 2013 -0800
    26.3 @@ -1,5 +1,5 @@
    26.4  /*
    26.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    26.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    26.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    26.8   *
    26.9   * This code is free software; you can redistribute it and/or modify it
    27.1 --- a/src/share/classes/com/sun/tools/sjavac/Package.java	Wed Dec 18 19:48:47 2013 -0800
    27.2 +++ b/src/share/classes/com/sun/tools/sjavac/Package.java	Tue Dec 24 09:17:37 2013 -0800
    27.3 @@ -1,5 +1,5 @@
    27.4  /*
    27.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    27.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    27.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8   *
    27.9   * This code is free software; you can redistribute it and/or modify it
    28.1 --- a/src/share/classes/com/sun/tools/sjavac/ProblemException.java	Wed Dec 18 19:48:47 2013 -0800
    28.2 +++ b/src/share/classes/com/sun/tools/sjavac/ProblemException.java	Tue Dec 24 09:17:37 2013 -0800
    28.3 @@ -1,5 +1,5 @@
    28.4  /*
    28.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    28.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    28.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8   *
    28.9   * This code is free software; you can redistribute it and/or modify it
    29.1 --- a/src/share/classes/com/sun/tools/sjavac/Source.java	Wed Dec 18 19:48:47 2013 -0800
    29.2 +++ b/src/share/classes/com/sun/tools/sjavac/Source.java	Tue Dec 24 09:17:37 2013 -0800
    29.3 @@ -1,5 +1,5 @@
    29.4  /*
    29.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    29.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    29.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.8   *
    29.9   * This code is free software; you can redistribute it and/or modify it
    30.1 --- a/src/share/classes/com/sun/tools/sjavac/Transformer.java	Wed Dec 18 19:48:47 2013 -0800
    30.2 +++ b/src/share/classes/com/sun/tools/sjavac/Transformer.java	Tue Dec 24 09:17:37 2013 -0800
    30.3 @@ -1,5 +1,5 @@
    30.4  /*
    30.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    30.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    30.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    30.8   *
    30.9   * This code is free software; you can redistribute it and/or modify it
    31.1 --- a/src/share/classes/com/sun/tools/sjavac/Util.java	Wed Dec 18 19:48:47 2013 -0800
    31.2 +++ b/src/share/classes/com/sun/tools/sjavac/Util.java	Tue Dec 24 09:17:37 2013 -0800
    31.3 @@ -1,5 +1,5 @@
    31.4  /*
    31.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    31.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    31.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    31.8   *
    31.9   * This code is free software; you can redistribute it and/or modify it
    32.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java	Wed Dec 18 19:48:47 2013 -0800
    32.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/JavaCompilerWithDeps.java	Tue Dec 24 09:17:37 2013 -0800
    32.3 @@ -1,5 +1,5 @@
    32.4  /*
    32.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    32.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    32.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.8   *
    32.9   * This code is free software; you can redistribute it and/or modify it
    33.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java	Wed Dec 18 19:48:47 2013 -0800
    33.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java	Tue Dec 24 09:17:37 2013 -0800
    33.3 @@ -1,5 +1,5 @@
    33.4  /*
    33.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    33.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    33.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    33.8   *
    33.9   * This code is free software; you can redistribute it and/or modify it
    34.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java	Wed Dec 18 19:48:47 2013 -0800
    34.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/ResolveWithDeps.java	Tue Dec 24 09:17:37 2013 -0800
    34.3 @@ -1,5 +1,5 @@
    34.4  /*
    34.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    34.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    34.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    34.8   *
    34.9   * This code is free software; you can redistribute it and/or modify it
    35.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java	Wed Dec 18 19:48:47 2013 -0800
    35.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java	Tue Dec 24 09:17:37 2013 -0800
    35.3 @@ -1,5 +1,5 @@
    35.4  /*
    35.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    35.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    35.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    35.8   *
    35.9   * This code is free software; you can redistribute it and/or modify it
    36.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java	Wed Dec 18 19:48:47 2013 -0800
    36.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartFileObject.java	Tue Dec 24 09:17:37 2013 -0800
    36.3 @@ -1,5 +1,5 @@
    36.4  /*
    36.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    36.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    36.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.8   *
    36.9   * This code is free software; you can redistribute it and/or modify it
    37.1 --- a/src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java	Wed Dec 18 19:48:47 2013 -0800
    37.2 +++ b/src/share/classes/com/sun/tools/sjavac/comp/SmartWriter.java	Tue Dec 24 09:17:37 2013 -0800
    37.3 @@ -1,5 +1,5 @@
    37.4  /*
    37.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    37.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    37.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    37.8   *
    37.9   * This code is free software; you can redistribute it and/or modify it
    38.1 --- a/src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java	Wed Dec 18 19:48:47 2013 -0800
    38.2 +++ b/src/share/classes/com/sun/tools/sjavac/server/CompilerPool.java	Tue Dec 24 09:17:37 2013 -0800
    38.3 @@ -1,5 +1,5 @@
    38.4  /*
    38.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    38.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    38.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    38.8   *
    38.9   * This code is free software; you can redistribute it and/or modify it
    39.1 --- a/src/share/classes/com/sun/tools/sjavac/server/PortFile.java	Wed Dec 18 19:48:47 2013 -0800
    39.2 +++ b/src/share/classes/com/sun/tools/sjavac/server/PortFile.java	Tue Dec 24 09:17:37 2013 -0800
    39.3 @@ -1,5 +1,5 @@
    39.4  /*
    39.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    39.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    39.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    39.8   *
    39.9   * This code is free software; you can redistribute it and/or modify it
    40.1 --- a/src/share/classes/com/sun/tools/sjavac/server/SysInfo.java	Wed Dec 18 19:48:47 2013 -0800
    40.2 +++ b/src/share/classes/com/sun/tools/sjavac/server/SysInfo.java	Tue Dec 24 09:17:37 2013 -0800
    40.3 @@ -1,5 +1,5 @@
    40.4  /*
    40.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    40.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    40.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    40.8   *
    40.9   * This code is free software; you can redistribute it and/or modify it
    41.1 --- a/src/share/classes/javax/lang/model/element/TypeElement.java	Wed Dec 18 19:48:47 2013 -0800
    41.2 +++ b/src/share/classes/javax/lang/model/element/TypeElement.java	Tue Dec 24 09:17:37 2013 -0800
    41.3 @@ -1,5 +1,5 @@
    41.4  /*
    41.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
    41.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    41.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    41.8   *
    41.9   * This code is free software; you can redistribute it and/or modify it
    42.1 --- a/src/share/classes/javax/lang/model/element/VariableElement.java	Wed Dec 18 19:48:47 2013 -0800
    42.2 +++ b/src/share/classes/javax/lang/model/element/VariableElement.java	Tue Dec 24 09:17:37 2013 -0800
    42.3 @@ -1,5 +1,5 @@
    42.4  /*
    42.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
    42.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    42.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    42.8   *
    42.9   * This code is free software; you can redistribute it and/or modify it
    43.1 --- a/src/share/classes/javax/lang/model/element/package-info.java	Wed Dec 18 19:48:47 2013 -0800
    43.2 +++ b/src/share/classes/javax/lang/model/element/package-info.java	Tue Dec 24 09:17:37 2013 -0800
    43.3 @@ -1,5 +1,5 @@
    43.4  /*
    43.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
    43.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    43.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    43.8   *
    43.9   * This code is free software; you can redistribute it and/or modify it
    44.1 --- a/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java	Wed Dec 18 19:48:47 2013 -0800
    44.2 +++ b/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java	Tue Dec 24 09:17:37 2013 -0800
    44.3 @@ -1,5 +1,5 @@
    44.4  /*
    44.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
    44.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    44.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44.8   *
    44.9   * This code is free software; you can redistribute it and/or modify it
    45.1 --- a/test/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java	Wed Dec 18 19:48:47 2013 -0800
    45.2 +++ b/test/com/sun/javadoc/testAbstractMethod/TestAbstractMethod.java	Tue Dec 24 09:17:37 2013 -0800
    45.3 @@ -1,5 +1,5 @@
    45.4  /*
    45.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    45.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    45.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    45.8   *
    45.9   * This code is free software; you can redistribute it and/or modify it
    46.1 --- a/test/com/sun/javadoc/testAbstractMethod/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
    46.2 +++ b/test/com/sun/javadoc/testAbstractMethod/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
    46.3 @@ -1,5 +1,5 @@
    46.4  /*
    46.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    46.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    46.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    46.8   *
    46.9   * This code is free software; you can redistribute it and/or modify it
    47.1 --- a/test/com/sun/javadoc/testAbstractMethod/pkg/B.java	Wed Dec 18 19:48:47 2013 -0800
    47.2 +++ b/test/com/sun/javadoc/testAbstractMethod/pkg/B.java	Tue Dec 24 09:17:37 2013 -0800
    47.3 @@ -1,5 +1,5 @@
    47.4  /*
    47.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    47.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    47.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    47.8   *
    47.9   * This code is free software; you can redistribute it and/or modify it
    48.1 --- a/test/com/sun/javadoc/testAbstractMethod/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
    48.2 +++ b/test/com/sun/javadoc/testAbstractMethod/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
    48.3 @@ -1,5 +1,5 @@
    48.4  /*
    48.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    48.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    48.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    48.8   *
    48.9   * This code is free software; you can redistribute it and/or modify it
    49.1 --- a/test/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java	Wed Dec 18 19:48:47 2013 -0800
    49.2 +++ b/test/com/sun/javadoc/testAnnotationOptional/pkg/AnnotationOptional.java	Tue Dec 24 09:17:37 2013 -0800
    49.3 @@ -1,5 +1,5 @@
    49.4  /*
    49.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    49.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    49.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    49.8   *
    49.9   * This code is free software; you can redistribute it and/or modify it
    50.1 --- a/test/com/sun/javadoc/testDocRootLink/pkg1/C1.java	Wed Dec 18 19:48:47 2013 -0800
    50.2 +++ b/test/com/sun/javadoc/testDocRootLink/pkg1/C1.java	Tue Dec 24 09:17:37 2013 -0800
    50.3 @@ -1,5 +1,5 @@
    50.4  /*
    50.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    50.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    50.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    50.8   *
    50.9   * This code is free software; you can redistribute it and/or modify it
    51.1 --- a/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Wed Dec 18 19:48:47 2013 -0800
    51.2 +++ b/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Tue Dec 24 09:17:37 2013 -0800
    51.3 @@ -1,5 +1,5 @@
    51.4  /*
    51.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    51.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    51.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    51.8   *
    51.9   * This code is free software; you can redistribute it and/or modify it
    52.1 --- a/test/com/sun/javadoc/testLegacyTaglet/C.java	Wed Dec 18 19:48:47 2013 -0800
    52.2 +++ b/test/com/sun/javadoc/testLegacyTaglet/C.java	Tue Dec 24 09:17:37 2013 -0800
    52.3 @@ -1,5 +1,5 @@
    52.4  /*
    52.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    52.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    52.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    52.8   *
    52.9   * This code is free software; you can redistribute it and/or modify it
    53.1 --- a/test/com/sun/javadoc/testNavigation/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
    53.2 +++ b/test/com/sun/javadoc/testNavigation/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
    53.3 @@ -1,5 +1,5 @@
    53.4  /*
    53.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    53.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    53.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    53.8   *
    53.9   * This code is free software; you can redistribute it and/or modify it
    54.1 --- a/test/com/sun/javadoc/testNavigation/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
    54.2 +++ b/test/com/sun/javadoc/testNavigation/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
    54.3 @@ -1,5 +1,5 @@
    54.4  /*
    54.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    54.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    54.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    54.8   *
    54.9   * This code is free software; you can redistribute it and/or modify it
    55.1 --- a/test/com/sun/javadoc/testNavigation/pkg/E.java	Wed Dec 18 19:48:47 2013 -0800
    55.2 +++ b/test/com/sun/javadoc/testNavigation/pkg/E.java	Tue Dec 24 09:17:37 2013 -0800
    55.3 @@ -1,5 +1,5 @@
    55.4  /*
    55.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    55.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    55.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    55.8   *
    55.9   * This code is free software; you can redistribute it and/or modify it
    56.1 --- a/test/com/sun/javadoc/testNavigation/pkg/I.java	Wed Dec 18 19:48:47 2013 -0800
    56.2 +++ b/test/com/sun/javadoc/testNavigation/pkg/I.java	Tue Dec 24 09:17:37 2013 -0800
    56.3 @@ -1,5 +1,5 @@
    56.4  /*
    56.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    56.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
    56.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    56.8   *
    56.9   * This code is free software; you can redistribute it and/or modify it
    57.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
    57.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
    57.3 @@ -1,5 +1,5 @@
    57.4  /*
    57.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    57.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    57.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    57.8   *
    57.9   * This code is free software; you can redistribute it and/or modify it
    58.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java	Wed Dec 18 19:48:47 2013 -0800
    58.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContaineeRegDoc.java	Tue Dec 24 09:17:37 2013 -0800
    58.3 @@ -1,5 +1,5 @@
    58.4  /*
    58.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    58.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    58.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    58.8   *
    58.9   * This code is free software; you can redistribute it and/or modify it
    59.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java	Wed Dec 18 19:48:47 2013 -0800
    59.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegDoc.java	Tue Dec 24 09:17:37 2013 -0800
    59.3 @@ -1,5 +1,5 @@
    59.4  /*
    59.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    59.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    59.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    59.8   *
    59.9   * This code is free software; you can redistribute it and/or modify it
    60.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    60.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerRegNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    60.3 @@ -1,5 +1,5 @@
    60.4  /*
    60.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    60.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    60.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    60.8   *
    60.9   * This code is free software; you can redistribute it and/or modify it
    61.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java	Wed Dec 18 19:48:47 2013 -0800
    61.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/D.java	Tue Dec 24 09:17:37 2013 -0800
    61.3 @@ -1,5 +1,5 @@
    61.4  /*
    61.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    61.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    61.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    61.8   *
    61.9   * This code is free software; you can redistribute it and/or modify it
    62.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java	Wed Dec 18 19:48:47 2013 -0800
    62.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/NonSynthDocContainer.java	Tue Dec 24 09:17:37 2013 -0800
    62.3 @@ -1,5 +1,5 @@
    62.4  /*
    62.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    62.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    62.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    62.8   *
    62.9   * This code is free software; you can redistribute it and/or modify it
    63.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java	Wed Dec 18 19:48:47 2013 -0800
    63.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegArryDoc.java	Tue Dec 24 09:17:37 2013 -0800
    63.3 @@ -1,5 +1,5 @@
    63.4  /*
    63.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    63.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    63.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    63.8   *
    63.9   * This code is free software; you can redistribute it and/or modify it
    64.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java	Wed Dec 18 19:48:47 2013 -0800
    64.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeDoc.java	Tue Dec 24 09:17:37 2013 -0800
    64.3 @@ -1,5 +1,5 @@
    64.4  /*
    64.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    64.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    64.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    64.8   *
    64.9   * This code is free software; you can redistribute it and/or modify it
    65.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    65.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    65.3 @@ -1,5 +1,5 @@
    65.4  /*
    65.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    65.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    65.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    65.8   *
    65.9   * This code is free software; you can redistribute it and/or modify it
    66.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java	Wed Dec 18 19:48:47 2013 -0800
    66.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerDoc.java	Tue Dec 24 09:17:37 2013 -0800
    66.3 @@ -1,5 +1,5 @@
    66.4  /*
    66.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    66.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    66.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    66.8   *
    66.9   * This code is free software; you can redistribute it and/or modify it
    67.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    67.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegContainerNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    67.3 @@ -1,5 +1,5 @@
    67.4  /*
    67.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    67.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    67.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    67.8   *
    67.9   * This code is free software; you can redistribute it and/or modify it
    68.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java	Wed Dec 18 19:48:47 2013 -0800
    68.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/RegDoc.java	Tue Dec 24 09:17:37 2013 -0800
    68.3 @@ -1,5 +1,5 @@
    68.4  /*
    68.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    68.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    68.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    68.8   *
    68.9   * This code is free software; you can redistribute it and/or modify it
    69.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java	Wed Dec 18 19:48:47 2013 -0800
    69.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/C.java	Tue Dec 24 09:17:37 2013 -0800
    69.3 @@ -1,5 +1,5 @@
    69.4  /*
    69.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    69.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    69.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    69.8   *
    69.9   * This code is free software; you can redistribute it and/or modify it
    70.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    70.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    70.3 @@ -1,5 +1,5 @@
    70.4  /*
    70.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    70.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    70.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    70.8   *
    70.9   * This code is free software; you can redistribute it and/or modify it
    71.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java	Wed Dec 18 19:48:47 2013 -0800
    71.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValDoc.java	Tue Dec 24 09:17:37 2013 -0800
    71.3 @@ -1,5 +1,5 @@
    71.4  /*
    71.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    71.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    71.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    71.8   *
    71.9   * This code is free software; you can redistribute it and/or modify it
    72.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    72.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerValNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    72.3 @@ -1,5 +1,5 @@
    72.4  /*
    72.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    72.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    72.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    72.8   *
    72.9   * This code is free software; you can redistribute it and/or modify it
    73.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java	Wed Dec 18 19:48:47 2013 -0800
    73.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeDoc.java	Tue Dec 24 09:17:37 2013 -0800
    73.3 @@ -1,5 +1,5 @@
    73.4  /*
    73.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    73.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    73.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    73.8   *
    73.9   * This code is free software; you can redistribute it and/or modify it
    74.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    74.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContaineeNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    74.3 @@ -1,5 +1,5 @@
    74.4  /*
    74.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    74.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    74.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    74.8   *
    74.9   * This code is free software; you can redistribute it and/or modify it
    75.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java	Wed Dec 18 19:48:47 2013 -0800
    75.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValDoc.java	Tue Dec 24 09:17:37 2013 -0800
    75.3 @@ -1,5 +1,5 @@
    75.4  /*
    75.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    75.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    75.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    75.8   *
    75.9   * This code is free software; you can redistribute it and/or modify it
    76.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java	Wed Dec 18 19:48:47 2013 -0800
    76.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/RegContainerValNotDoc.java	Tue Dec 24 09:17:37 2013 -0800
    76.3 @@ -1,5 +1,5 @@
    76.4  /*
    76.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    76.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    76.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    76.8   *
    76.9   * This code is free software; you can redistribute it and/or modify it
    77.1 --- a/test/tools/javac/T6725036.java	Wed Dec 18 19:48:47 2013 -0800
    77.2 +++ b/test/tools/javac/T6725036.java	Tue Dec 24 09:17:37 2013 -0800
    77.3 @@ -1,5 +1,5 @@
    77.4  /*
    77.5 - * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
    77.6 + * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    77.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    77.8   *
    77.9   * This code is free software; you can redistribute it and/or modify it
    78.1 --- a/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java	Wed Dec 18 19:48:47 2013 -0800
    78.2 +++ b/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedBase.java	Tue Dec 24 09:17:37 2013 -0800
    78.3 @@ -1,5 +1,5 @@
    78.4  /*
    78.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    78.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    78.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    78.8   *
    78.9   * This code is free software; you can redistribute it and/or modify it
    79.1 --- a/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java	Wed Dec 18 19:48:47 2013 -0800
    79.2 +++ b/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/ExpectedContainer.java	Tue Dec 24 09:17:37 2013 -0800
    79.3 @@ -1,5 +1,5 @@
    79.4  /*
    79.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    79.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    79.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    79.8   *
    79.9   * This code is free software; you can redistribute it and/or modify it
    80.1 --- a/test/tools/javac/annotations/typeAnnotations/TargetTypes.java	Wed Dec 18 19:48:47 2013 -0800
    80.2 +++ b/test/tools/javac/annotations/typeAnnotations/TargetTypes.java	Tue Dec 24 09:17:37 2013 -0800
    80.3 @@ -1,5 +1,5 @@
    80.4  /*
    80.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    80.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    80.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    80.8   *
    80.9   * This code is free software; you can redistribute it and/or modify it
    81.1 --- a/test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java	Wed Dec 18 19:48:47 2013 -0800
    81.2 +++ b/test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java	Tue Dec 24 09:17:37 2013 -0800
    81.3 @@ -1,5 +1,5 @@
    81.4  /*
    81.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    81.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    81.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    81.8   *
    81.9   * This code is free software; you can redistribute it and/or modify it
    82.1 --- a/test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java	Wed Dec 18 19:48:47 2013 -0800
    82.2 +++ b/test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java	Tue Dec 24 09:17:37 2013 -0800
    82.3 @@ -1,5 +1,5 @@
    82.4  /*
    82.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    82.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    82.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    82.8   *
    82.9   * This code is free software; you can redistribute it and/or modify it
    83.1 --- a/test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java	Wed Dec 18 19:48:47 2013 -0800
    83.2 +++ b/test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java	Tue Dec 24 09:17:37 2013 -0800
    83.3 @@ -1,5 +1,5 @@
    83.4  /*
    83.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    83.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    83.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    83.8   *
    83.9   * This code is free software; you can redistribute it and/or modify it
    84.1 --- a/test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java	Wed Dec 18 19:48:47 2013 -0800
    84.2 +++ b/test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java	Tue Dec 24 09:17:37 2013 -0800
    84.3 @@ -1,5 +1,5 @@
    84.4  /*
    84.5 - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
    84.6 + * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    84.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    84.8   *
    84.9   * This code is free software; you can redistribute it and/or modify it
    85.1 --- a/test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java	Wed Dec 18 19:48:47 2013 -0800
    85.2 +++ b/test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java	Tue Dec 24 09:17:37 2013 -0800
    85.3 @@ -1,5 +1,5 @@
    85.4  /*
    85.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    85.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    85.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    85.8   *
    85.9   * This code is free software; you can redistribute it and/or modify it
    86.1 --- a/test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java	Wed Dec 18 19:48:47 2013 -0800
    86.2 +++ b/test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java	Tue Dec 24 09:17:37 2013 -0800
    86.3 @@ -1,5 +1,5 @@
    86.4  /*
    86.5 - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
    86.6 + * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    86.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    86.8   *
    86.9   * This code is free software; you can redistribute it and/or modify it
    87.1 --- a/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java	Wed Dec 18 19:48:47 2013 -0800
    87.2 +++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java	Tue Dec 24 09:17:37 2013 -0800
    87.3 @@ -1,5 +1,5 @@
    87.4  /*
    87.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    87.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    87.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    87.8   *
    87.9   * This code is free software; you can redistribute it and/or modify it
    88.1 --- a/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java	Wed Dec 18 19:48:47 2013 -0800
    88.2 +++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java	Tue Dec 24 09:17:37 2013 -0800
    88.3 @@ -1,5 +1,5 @@
    88.4  /*
    88.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    88.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    88.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    88.8   *
    88.9   * This code is free software; you can redistribute it and/or modify it
    89.1 --- a/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java	Wed Dec 18 19:48:47 2013 -0800
    89.2 +++ b/test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java	Tue Dec 24 09:17:37 2013 -0800
    89.3 @@ -1,5 +1,5 @@
    89.4  /*
    89.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    89.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    89.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    89.8   *
    89.9   * This code is free software; you can redistribute it and/or modify it
    90.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java	Wed Dec 18 19:48:47 2013 -0800
    90.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java	Tue Dec 24 09:17:37 2013 -0800
    90.3 @@ -1,5 +1,5 @@
    90.4  /*
    90.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    90.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    90.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    90.8   *
    90.9   * This code is free software; you can redistribute it and/or modify it
    91.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java	Wed Dec 18 19:48:47 2013 -0800
    91.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java	Tue Dec 24 09:17:37 2013 -0800
    91.3 @@ -1,5 +1,5 @@
    91.4  /*
    91.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    91.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    91.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    91.8   *
    91.9   * This code is free software; you can redistribute it and/or modify it
    92.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java	Wed Dec 18 19:48:47 2013 -0800
    92.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java	Tue Dec 24 09:17:37 2013 -0800
    92.3 @@ -1,5 +1,5 @@
    92.4  /*
    92.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    92.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    92.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    92.8   *
    92.9   * This code is free software; you can redistribute it and/or modify it
    93.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java	Wed Dec 18 19:48:47 2013 -0800
    93.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java	Tue Dec 24 09:17:37 2013 -0800
    93.3 @@ -1,5 +1,5 @@
    93.4  /*
    93.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    93.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    93.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    93.8   *
    93.9   * This code is free software; you can redistribute it and/or modify it
    94.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java	Wed Dec 18 19:48:47 2013 -0800
    94.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java	Tue Dec 24 09:17:37 2013 -0800
    94.3 @@ -1,5 +1,5 @@
    94.4  /*
    94.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    94.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    94.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    94.8   *
    94.9   * This code is free software; you can redistribute it and/or modify it
    95.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java	Wed Dec 18 19:48:47 2013 -0800
    95.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java	Tue Dec 24 09:17:37 2013 -0800
    95.3 @@ -1,5 +1,5 @@
    95.4  /*
    95.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    95.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    95.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    95.8   *
    95.9   * This code is free software; you can redistribute it and/or modify it
    96.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java	Wed Dec 18 19:48:47 2013 -0800
    96.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java	Tue Dec 24 09:17:37 2013 -0800
    96.3 @@ -1,5 +1,5 @@
    96.4  /*
    96.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    96.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    96.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    96.8   *
    96.9   * This code is free software; you can redistribute it and/or modify it
    97.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java	Wed Dec 18 19:48:47 2013 -0800
    97.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java	Tue Dec 24 09:17:37 2013 -0800
    97.3 @@ -1,5 +1,5 @@
    97.4  /*
    97.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    97.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    97.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    97.8   *
    97.9   * This code is free software; you can redistribute it and/or modify it
    98.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java	Wed Dec 18 19:48:47 2013 -0800
    98.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java	Tue Dec 24 09:17:37 2013 -0800
    98.3 @@ -1,5 +1,5 @@
    98.4  /*
    98.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    98.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    98.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    98.8   *
    98.9   * This code is free software; you can redistribute it and/or modify it
    99.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java	Wed Dec 18 19:48:47 2013 -0800
    99.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java	Tue Dec 24 09:17:37 2013 -0800
    99.3 @@ -1,5 +1,5 @@
    99.4  /*
    99.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    99.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    99.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    99.8   *
    99.9   * This code is free software; you can redistribute it and/or modify it
   100.1 --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java	Wed Dec 18 19:48:47 2013 -0800
   100.2 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java	Tue Dec 24 09:17:37 2013 -0800
   100.3 @@ -1,5 +1,5 @@
   100.4  /*
   100.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
   100.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
   100.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   100.8   *
   100.9   * This code is free software; you can redistribute it and/or modify it
   101.1 --- a/test/tools/javac/cast/intersection/IntersectionTypeParserTest.java	Wed Dec 18 19:48:47 2013 -0800
   101.2 +++ b/test/tools/javac/cast/intersection/IntersectionTypeParserTest.java	Tue Dec 24 09:17:37 2013 -0800
   101.3 @@ -1,5 +1,5 @@
   101.4  /*
   101.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   101.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   101.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   101.8   *
   101.9   * This code is free software; you can redistribute it and/or modify it
   102.1 --- a/test/tools/javac/cast/intersection/model/Model01.java	Wed Dec 18 19:48:47 2013 -0800
   102.2 +++ b/test/tools/javac/cast/intersection/model/Model01.java	Tue Dec 24 09:17:37 2013 -0800
   102.3 @@ -1,5 +1,5 @@
   102.4  /*
   102.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   102.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   102.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   102.8   *
   102.9   * This code is free software; you can redistribute it and/or modify it
   103.1 --- a/test/tools/javac/cast/intersection/model/ModelChecker.java	Wed Dec 18 19:48:47 2013 -0800
   103.2 +++ b/test/tools/javac/cast/intersection/model/ModelChecker.java	Tue Dec 24 09:17:37 2013 -0800
   103.3 @@ -1,5 +1,5 @@
   103.4  /*
   103.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   103.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   103.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   103.8   *
   103.9   * This code is free software; you can redistribute it and/or modify it
   104.1 --- a/test/tools/javac/defaultMethods/static/Static01.java	Wed Dec 18 19:48:47 2013 -0800
   104.2 +++ b/test/tools/javac/defaultMethods/static/Static01.java	Tue Dec 24 09:17:37 2013 -0800
   104.3 @@ -1,5 +1,5 @@
   104.4  /*
   104.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   104.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   104.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   104.8   *
   104.9   * This code is free software; you can redistribute it and/or modify it
   105.1 --- a/test/tools/javac/defaultMethods/static/Static02.java	Wed Dec 18 19:48:47 2013 -0800
   105.2 +++ b/test/tools/javac/defaultMethods/static/Static02.java	Tue Dec 24 09:17:37 2013 -0800
   105.3 @@ -1,5 +1,5 @@
   105.4  /*
   105.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   105.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   105.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   105.8   *
   105.9   * This code is free software; you can redistribute it and/or modify it
   106.1 --- a/test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Wed Dec 18 19:48:47 2013 -0800
   106.2 +++ b/test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Tue Dec 24 09:17:37 2013 -0800
   106.3 @@ -1,5 +1,5 @@
   106.4  /*
   106.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   106.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   106.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   106.8   *
   106.9   * This code is free software; you can redistribute it and/or modify it
   107.1 --- a/test/tools/javac/defaultMethods/static/import/StaticImport1.java	Wed Dec 18 19:48:47 2013 -0800
   107.2 +++ b/test/tools/javac/defaultMethods/static/import/StaticImport1.java	Tue Dec 24 09:17:37 2013 -0800
   107.3 @@ -1,5 +1,5 @@
   107.4  /*
   107.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   107.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   107.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   107.8   *
   107.9   * This code is free software; you can redistribute it and/or modify it
   108.1 --- a/test/tools/javac/defaultMethods/static/import/StaticImport2.java	Wed Dec 18 19:48:47 2013 -0800
   108.2 +++ b/test/tools/javac/defaultMethods/static/import/StaticImport2.java	Tue Dec 24 09:17:37 2013 -0800
   108.3 @@ -1,5 +1,5 @@
   108.4  /*
   108.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   108.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   108.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   108.8   *
   108.9   * This code is free software; you can redistribute it and/or modify it
   109.1 --- a/test/tools/javac/defaultMethods/static/import/StaticImport3.java	Wed Dec 18 19:48:47 2013 -0800
   109.2 +++ b/test/tools/javac/defaultMethods/static/import/StaticImport3.java	Tue Dec 24 09:17:37 2013 -0800
   109.3 @@ -1,5 +1,5 @@
   109.4  /*
   109.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   109.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   109.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   109.8   *
   109.9   * This code is free software; you can redistribute it and/or modify it
   110.1 --- a/test/tools/javac/defaultMethods/static/import/pkg/A.java	Wed Dec 18 19:48:47 2013 -0800
   110.2 +++ b/test/tools/javac/defaultMethods/static/import/pkg/A.java	Tue Dec 24 09:17:37 2013 -0800
   110.3 @@ -1,5 +1,5 @@
   110.4  /*
   110.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   110.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   110.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   110.8   *
   110.9   * This code is free software; you can redistribute it and/or modify it
   111.1 --- a/test/tools/javac/defaultMethods/static/import/pkg/B.java	Wed Dec 18 19:48:47 2013 -0800
   111.2 +++ b/test/tools/javac/defaultMethods/static/import/pkg/B.java	Tue Dec 24 09:17:37 2013 -0800
   111.3 @@ -1,5 +1,5 @@
   111.4  /*
   111.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   111.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   111.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   111.8   *
   111.9   * This code is free software; you can redistribute it and/or modify it
   112.1 --- a/test/tools/javac/defaultMethods/static/import/pkg/C.java	Wed Dec 18 19:48:47 2013 -0800
   112.2 +++ b/test/tools/javac/defaultMethods/static/import/pkg/C.java	Tue Dec 24 09:17:37 2013 -0800
   112.3 @@ -1,5 +1,5 @@
   112.4  /*
   112.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   112.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   112.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   112.8   *
   112.9   * This code is free software; you can redistribute it and/or modify it
   113.1 --- a/test/tools/javac/defaultMethods/syntax/TestDefaultMethodsSyntax.java	Wed Dec 18 19:48:47 2013 -0800
   113.2 +++ b/test/tools/javac/defaultMethods/syntax/TestDefaultMethodsSyntax.java	Tue Dec 24 09:17:37 2013 -0800
   113.3 @@ -1,5 +1,5 @@
   113.4  /*
   113.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   113.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   113.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   113.8   *
   113.9   * This code is free software; you can redistribute it and/or modify it
   114.1 --- a/test/tools/javac/diags/MessageFile.java	Wed Dec 18 19:48:47 2013 -0800
   114.2 +++ b/test/tools/javac/diags/MessageFile.java	Tue Dec 24 09:17:37 2013 -0800
   114.3 @@ -1,5 +1,5 @@
   114.4  /*
   114.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
   114.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   114.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   114.8   *
   114.9   * This code is free software; you can redistribute it and/or modify it
   115.1 --- a/test/tools/javac/diags/MessageInfo.java	Wed Dec 18 19:48:47 2013 -0800
   115.2 +++ b/test/tools/javac/diags/MessageInfo.java	Tue Dec 24 09:17:37 2013 -0800
   115.3 @@ -1,5 +1,5 @@
   115.4  /*
   115.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   115.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   115.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   115.8   *
   115.9   * This code is free software; you can redistribute it and/or modify it
   116.1 --- a/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java	Wed Dec 18 19:48:47 2013 -0800
   116.2 +++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/AlreadDefinedStaticImport.java	Tue Dec 24 09:17:37 2013 -0800
   116.3 @@ -1,5 +1,5 @@
   116.4  /*
   116.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   116.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   116.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   116.8   *
   116.9   * This code is free software; you can redistribute it and/or modify it
   117.1 --- a/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E1.java	Wed Dec 18 19:48:47 2013 -0800
   117.2 +++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E1.java	Tue Dec 24 09:17:37 2013 -0800
   117.3 @@ -1,5 +1,5 @@
   117.4  /*
   117.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   117.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   117.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   117.8   *
   117.9   * This code is free software; you can redistribute it and/or modify it
   118.1 --- a/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E2.java	Wed Dec 18 19:48:47 2013 -0800
   118.2 +++ b/test/tools/javac/diags/examples/AlreadyDefinedStaticImport/p/E2.java	Tue Dec 24 09:17:37 2013 -0800
   118.3 @@ -1,5 +1,5 @@
   118.4  /*
   118.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   118.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   118.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   118.8   *
   118.9   * This code is free software; you can redistribute it and/or modify it
   119.1 --- a/test/tools/javac/diags/examples/IllegalStaticIntfMethCall.java	Wed Dec 18 19:48:47 2013 -0800
   119.2 +++ b/test/tools/javac/diags/examples/IllegalStaticIntfMethCall.java	Tue Dec 24 09:17:37 2013 -0800
   119.3 @@ -1,5 +1,5 @@
   119.4  /*
   119.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   119.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   119.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   119.8   *
   119.9   * This code is free software; you can redistribute it and/or modify it
   120.1 --- a/test/tools/javac/diags/examples/KindnameConstructor.java	Wed Dec 18 19:48:47 2013 -0800
   120.2 +++ b/test/tools/javac/diags/examples/KindnameConstructor.java	Tue Dec 24 09:17:37 2013 -0800
   120.3 @@ -1,5 +1,5 @@
   120.4  /*
   120.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   120.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   120.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   120.8   *
   120.9   * This code is free software; you can redistribute it and/or modify it
   121.1 --- a/test/tools/javac/diags/examples/NonStaticCantBeRefFragment.java	Wed Dec 18 19:48:47 2013 -0800
   121.2 +++ b/test/tools/javac/diags/examples/NonStaticCantBeRefFragment.java	Tue Dec 24 09:17:37 2013 -0800
   121.3 @@ -1,5 +1,5 @@
   121.4  /*
   121.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   121.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   121.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   121.8   *
   121.9   * This code is free software; you can redistribute it and/or modify it
   122.1 --- a/test/tools/javac/diags/examples/NotInProfile.java	Wed Dec 18 19:48:47 2013 -0800
   122.2 +++ b/test/tools/javac/diags/examples/NotInProfile.java	Tue Dec 24 09:17:37 2013 -0800
   122.3 @@ -1,5 +1,5 @@
   122.4  /*
   122.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   122.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   122.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   122.8   *
   122.9   * This code is free software; you can redistribute it and/or modify it
   123.1 --- a/test/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java	Wed Dec 18 19:48:47 2013 -0800
   123.2 +++ b/test/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java	Tue Dec 24 09:17:37 2013 -0800
   123.3 @@ -1,5 +1,5 @@
   123.4  /*
   123.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   123.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   123.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   123.8   *
   123.9   * This code is free software; you can redistribute it and/or modify it
   124.1 --- a/test/tools/javac/diags/examples/StaticIntfMethodNotSupported.java	Wed Dec 18 19:48:47 2013 -0800
   124.2 +++ b/test/tools/javac/diags/examples/StaticIntfMethodNotSupported.java	Tue Dec 24 09:17:37 2013 -0800
   124.3 @@ -1,5 +1,5 @@
   124.4  /*
   124.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   124.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   124.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   124.8   *
   124.9   * This code is free software; you can redistribute it and/or modify it
   125.1 --- a/test/tools/javac/diags/examples/WhereIntersection.java	Wed Dec 18 19:48:47 2013 -0800
   125.2 +++ b/test/tools/javac/diags/examples/WhereIntersection.java	Tue Dec 24 09:17:37 2013 -0800
   125.3 @@ -1,5 +1,5 @@
   125.4  /*
   125.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   125.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   125.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   125.8   *
   125.9   * This code is free software; you can redistribute it and/or modify it
   126.1 --- a/test/tools/javac/generics/odersky/BadTest4.java	Wed Dec 18 19:48:47 2013 -0800
   126.2 +++ b/test/tools/javac/generics/odersky/BadTest4.java	Tue Dec 24 09:17:37 2013 -0800
   126.3 @@ -1,5 +1,5 @@
   126.4  /*
   126.5 - * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
   126.6 + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
   126.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   126.8   *
   126.9   * This code is free software; you can redistribute it and/or modify it
   127.1 --- a/test/tools/javac/lambda/DoubleStaticImport.java	Wed Dec 18 19:48:47 2013 -0800
   127.2 +++ b/test/tools/javac/lambda/DoubleStaticImport.java	Tue Dec 24 09:17:37 2013 -0800
   127.3 @@ -1,5 +1,5 @@
   127.4  /*
   127.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   127.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   127.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   127.8   *
   127.9   * This code is free software; you can redistribute it and/or modify it
   128.1 --- a/test/tools/javac/lambda/Intersection01.java	Wed Dec 18 19:48:47 2013 -0800
   128.2 +++ b/test/tools/javac/lambda/Intersection01.java	Tue Dec 24 09:17:37 2013 -0800
   128.3 @@ -1,5 +1,5 @@
   128.4  /*
   128.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   128.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   128.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   128.8   *
   128.9   * This code is free software; you can redistribute it and/or modify it
   129.1 --- a/test/tools/javac/lambda/Intersection02.java	Wed Dec 18 19:48:47 2013 -0800
   129.2 +++ b/test/tools/javac/lambda/Intersection02.java	Tue Dec 24 09:17:37 2013 -0800
   129.3 @@ -1,5 +1,5 @@
   129.4  /*
   129.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   129.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   129.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   129.8   *
   129.9   * This code is free software; you can redistribute it and/or modify it
   130.1 --- a/test/tools/javac/lambda/LambdaCapture06.java	Wed Dec 18 19:48:47 2013 -0800
   130.2 +++ b/test/tools/javac/lambda/LambdaCapture06.java	Tue Dec 24 09:17:37 2013 -0800
   130.3 @@ -1,5 +1,5 @@
   130.4  /*
   130.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   130.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   130.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   130.8   *
   130.9   * This code is free software; you can redistribute it and/or modify it
   131.1 --- a/test/tools/javac/lambda/LambdaConv01.java	Wed Dec 18 19:48:47 2013 -0800
   131.2 +++ b/test/tools/javac/lambda/LambdaConv01.java	Tue Dec 24 09:17:37 2013 -0800
   131.3 @@ -1,5 +1,5 @@
   131.4  /*
   131.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   131.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   131.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   131.8   *
   131.9   * This code is free software; you can redistribute it and/or modify it
   132.1 --- a/test/tools/javac/lambda/LambdaExpr15.java	Wed Dec 18 19:48:47 2013 -0800
   132.2 +++ b/test/tools/javac/lambda/LambdaExpr15.java	Tue Dec 24 09:17:37 2013 -0800
   132.3 @@ -1,5 +1,5 @@
   132.4  /*
   132.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   132.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   132.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   132.8   *
   132.9   * This code is free software; you can redistribute it and/or modify it
   133.1 --- a/test/tools/javac/lambda/MethodReference25.java	Wed Dec 18 19:48:47 2013 -0800
   133.2 +++ b/test/tools/javac/lambda/MethodReference25.java	Tue Dec 24 09:17:37 2013 -0800
   133.3 @@ -1,5 +1,5 @@
   133.4  /*
   133.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   133.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   133.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   133.8   *
   133.9   * This code is free software; you can redistribute it and/or modify it
   134.1 --- a/test/tools/javac/lambda/MethodReference26.java	Wed Dec 18 19:48:47 2013 -0800
   134.2 +++ b/test/tools/javac/lambda/MethodReference26.java	Tue Dec 24 09:17:37 2013 -0800
   134.3 @@ -1,5 +1,5 @@
   134.4  /*
   134.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   134.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   134.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   134.8   *
   134.9   * This code is free software; you can redistribute it and/or modify it
   135.1 --- a/test/tools/javac/lambda/MethodReference59.java	Wed Dec 18 19:48:47 2013 -0800
   135.2 +++ b/test/tools/javac/lambda/MethodReference59.java	Tue Dec 24 09:17:37 2013 -0800
   135.3 @@ -1,5 +1,5 @@
   135.4  /*
   135.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   135.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   135.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   135.8   *
   135.9   * This code is free software; you can redistribute it and/or modify it
   136.1 --- a/test/tools/javac/lambda/MethodReference60.java	Wed Dec 18 19:48:47 2013 -0800
   136.2 +++ b/test/tools/javac/lambda/MethodReference60.java	Tue Dec 24 09:17:37 2013 -0800
   136.3 @@ -1,5 +1,5 @@
   136.4  /*
   136.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   136.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   136.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   136.8   *
   136.9   * This code is free software; you can redistribute it and/or modify it
   137.1 --- a/test/tools/javac/lambda/TargetType51.java	Wed Dec 18 19:48:47 2013 -0800
   137.2 +++ b/test/tools/javac/lambda/TargetType51.java	Tue Dec 24 09:17:37 2013 -0800
   137.3 @@ -1,5 +1,5 @@
   137.4  /*
   137.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   137.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   137.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   137.8   *
   137.9   * This code is free software; you can redistribute it and/or modify it
   138.1 --- a/test/tools/javac/lambda/lambdaExecution/InInterface.java	Wed Dec 18 19:48:47 2013 -0800
   138.2 +++ b/test/tools/javac/lambda/lambdaExecution/InInterface.java	Tue Dec 24 09:17:37 2013 -0800
   138.3 @@ -1,5 +1,5 @@
   138.4  /*
   138.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   138.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   138.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   138.8   *
   138.9   * This code is free software; you can redistribute it and/or modify it
   139.1 --- a/test/tools/javac/lambda/lambdaExpression/LambdaTest6.java	Wed Dec 18 19:48:47 2013 -0800
   139.2 +++ b/test/tools/javac/lambda/lambdaExpression/LambdaTest6.java	Tue Dec 24 09:17:37 2013 -0800
   139.3 @@ -1,5 +1,5 @@
   139.4  /*
   139.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   139.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   139.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   139.8   *
   139.9   * This code is free software; you can redistribute it and/or modify it
   140.1 --- a/test/tools/javac/lambda/lambdaExpression/SamConversionComboTest.java	Wed Dec 18 19:48:47 2013 -0800
   140.2 +++ b/test/tools/javac/lambda/lambdaExpression/SamConversionComboTest.java	Tue Dec 24 09:17:37 2013 -0800
   140.3 @@ -1,5 +1,5 @@
   140.4  /*
   140.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   140.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   140.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   140.8   *
   140.9   * This code is free software; you can redistribute it and/or modify it
   141.1 --- a/test/tools/javac/lambda/methodReference/BridgeMethod.java	Wed Dec 18 19:48:47 2013 -0800
   141.2 +++ b/test/tools/javac/lambda/methodReference/BridgeMethod.java	Tue Dec 24 09:17:37 2013 -0800
   141.3 @@ -1,5 +1,5 @@
   141.4  /*
   141.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   141.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   141.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   141.8   *
   141.9   * This code is free software; you can redistribute it and/or modify it
   142.1 --- a/test/tools/javac/lambda/methodReference/SamConversion.java	Wed Dec 18 19:48:47 2013 -0800
   142.2 +++ b/test/tools/javac/lambda/methodReference/SamConversion.java	Tue Dec 24 09:17:37 2013 -0800
   142.3 @@ -1,5 +1,5 @@
   142.4  /*
   142.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   142.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   142.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   142.8   *
   142.9   * This code is free software; you can redistribute it and/or modify it
   143.1 --- a/test/tools/javac/lambda/methodReference/SamConversionComboTest.java	Wed Dec 18 19:48:47 2013 -0800
   143.2 +++ b/test/tools/javac/lambda/methodReference/SamConversionComboTest.java	Tue Dec 24 09:17:37 2013 -0800
   143.3 @@ -1,5 +1,5 @@
   143.4  /*
   143.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   143.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   143.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   143.8   *
   143.9   * This code is free software; you can redistribute it and/or modify it
   144.1 --- a/test/tools/javac/lambda/typeInference/InferenceTest2b.java	Wed Dec 18 19:48:47 2013 -0800
   144.2 +++ b/test/tools/javac/lambda/typeInference/InferenceTest2b.java	Tue Dec 24 09:17:37 2013 -0800
   144.3 @@ -1,5 +1,5 @@
   144.4  /*
   144.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   144.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   144.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   144.8   *
   144.9   * This code is free software; you can redistribute it and/or modify it
   145.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Wed Dec 18 19:48:47 2013 -0800
   145.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Tue Dec 24 09:17:37 2013 -0800
   145.3 @@ -1,5 +1,5 @@
   145.4  /*
   145.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   145.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   145.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   145.8   *
   145.9   * This code is free software; you can redistribute it and/or modify it
   146.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Wed Dec 18 19:48:47 2013 -0800
   146.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Tue Dec 24 09:17:37 2013 -0800
   146.3 @@ -1,5 +1,5 @@
   146.4  /*
   146.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   146.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   146.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   146.8   *
   146.9   * This code is free software; you can redistribute it and/or modify it
   147.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Wed Dec 18 19:48:47 2013 -0800
   147.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Tue Dec 24 09:17:37 2013 -0800
   147.3 @@ -1,5 +1,5 @@
   147.4  /*
   147.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   147.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   147.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   147.8   *
   147.9   * This code is free software; you can redistribute it and/or modify it
   148.1 --- a/test/tools/javac/multicatch/Pos05.java	Wed Dec 18 19:48:47 2013 -0800
   148.2 +++ b/test/tools/javac/multicatch/Pos05.java	Tue Dec 24 09:17:37 2013 -0800
   148.3 @@ -1,5 +1,5 @@
   148.4  /*
   148.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   148.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   148.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   148.8   *
   148.9   * This code is free software; you can redistribute it and/or modify it
   149.1 --- a/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java	Wed Dec 18 19:48:47 2013 -0800
   149.2 +++ b/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java	Tue Dec 24 09:17:37 2013 -0800
   149.3 @@ -1,5 +1,5 @@
   149.4  /*
   149.5 - * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
   149.6 + * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
   149.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   149.8   *
   149.9   * This code is free software; you can redistribute it and/or modify it
   150.1 --- a/test/tools/javac/resolve/Pos.java	Wed Dec 18 19:48:47 2013 -0800
   150.2 +++ b/test/tools/javac/resolve/Pos.java	Tue Dec 24 09:17:37 2013 -0800
   150.3 @@ -1,5 +1,5 @@
   150.4  /*
   150.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   150.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   150.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   150.8   *
   150.9   * This code is free software; you can redistribute it and/or modify it
   151.1 --- a/test/tools/javac/resolve/ResolveHarness.java	Wed Dec 18 19:48:47 2013 -0800
   151.2 +++ b/test/tools/javac/resolve/ResolveHarness.java	Tue Dec 24 09:17:37 2013 -0800
   151.3 @@ -1,5 +1,5 @@
   151.4  /*
   151.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   151.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   151.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   151.8   *
   151.9   * This code is free software; you can redistribute it and/or modify it
   152.1 --- a/test/tools/javac/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java	Wed Dec 18 19:48:47 2013 -0800
   152.2 +++ b/test/tools/javac/resolve/tests/PrimitiveOverReferenceVarargsAmbiguous.java	Tue Dec 24 09:17:37 2013 -0800
   152.3 @@ -1,5 +1,5 @@
   152.4  /*
   152.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
   152.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
   152.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   152.8   *
   152.9   * This code is free software; you can redistribute it and/or modify it
   153.1 --- a/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java	Wed Dec 18 19:48:47 2013 -0800
   153.2 +++ b/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java	Tue Dec 24 09:17:37 2013 -0800
   153.3 @@ -1,5 +1,5 @@
   153.4  /*
   153.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   153.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   153.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   153.8   *
   153.9   * This code is free software; you can redistribute it and/or modify it
   154.1 --- a/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAuxiliary.java	Wed Dec 18 19:48:47 2013 -0800
   154.2 +++ b/test/tools/javac/warnings/AuxiliaryClass/ClassUsingAuxiliary.java	Tue Dec 24 09:17:37 2013 -0800
   154.3 @@ -1,5 +1,5 @@
   154.4  /*
   154.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   154.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   154.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   154.8   *
   154.9   * This code is free software; you can redistribute it and/or modify it
   155.1 --- a/test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java	Wed Dec 18 19:48:47 2013 -0800
   155.2 +++ b/test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java	Tue Dec 24 09:17:37 2013 -0800
   155.3 @@ -1,5 +1,5 @@
   155.4  /*
   155.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   155.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   155.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   155.8   *
   155.9   * This code is free software; you can redistribute it and/or modify it
   156.1 --- a/test/tools/jdeps/APIDeps.java	Wed Dec 18 19:48:47 2013 -0800
   156.2 +++ b/test/tools/jdeps/APIDeps.java	Tue Dec 24 09:17:37 2013 -0800
   156.3 @@ -1,5 +1,5 @@
   156.4  /*
   156.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   156.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   156.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   156.8   *
   156.9   * This code is free software; you can redistribute it and/or modify it
   157.1 --- a/test/tools/jdeps/p/Foo.java	Wed Dec 18 19:48:47 2013 -0800
   157.2 +++ b/test/tools/jdeps/p/Foo.java	Tue Dec 24 09:17:37 2013 -0800
   157.3 @@ -1,5 +1,5 @@
   157.4  /*
   157.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
   157.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   157.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   157.8   *
   157.9   * This code is free software; you can redistribute it and/or modify it

mercurial