changeset 112:38d07d25ab65

6962318: Update copyright year Reviewed-by: andrew
author ohair
date Wed, 22 Dec 2010 20:12:27 -0800
parents 27f03394a69d
children 667e270f53cf
files make/Makefile make/build.xml src/share/bin/launcher.sh-template src/share/classes/com/sun/mirror/util/SourceOrderDeclScanner.java src/share/classes/com/sun/source/util/TreePath.java src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java src/share/classes/com/sun/tools/javac/code/Symbol.java src/share/classes/com/sun/tools/javac/comp/Attr.java src/share/classes/com/sun/tools/javac/comp/Enter.java src/share/classes/com/sun/tools/javac/comp/Lower.java src/share/classes/com/sun/tools/javac/comp/Todo.java src/share/classes/com/sun/tools/javac/jvm/ClassReader.java src/share/classes/com/sun/tools/javac/main/JavaCompiler.java src/share/classes/com/sun/tools/javac/main/Main.java src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java src/share/classes/com/sun/tools/javac/resources/compiler.properties src/share/classes/com/sun/tools/javac/resources/javac.properties src/share/classes/com/sun/tools/javac/util/Log.java src/share/classes/com/sun/tools/javadoc/JavadocTodo.java test/com/sun/javadoc/testIndex/TestIndex.java test/com/sun/javadoc/testInterface/TestInterface.java test/com/sun/javadoc/testNavagation/TestNavagation.java test/com/sun/javadoc/testTagInheritence/TestTagInheritence.java test/tools/javac/5005368.java test/tools/javac/6734819/T6734819a.java test/tools/javac/6734819/T6734819b.java test/tools/javac/6734819/T6734819c.java test/tools/javac/Ambig3.java test/tools/javac/ArrayCast.java test/tools/javac/BadCovar.java test/tools/javac/ClassLiterals/InitializeOuter.java test/tools/javac/ClassLiterals/InitializeTarget.java test/tools/javac/ClassToTypeParm.java test/tools/javac/Closure1.java test/tools/javac/Closure2.java test/tools/javac/Closure3.java test/tools/javac/Closure4.java test/tools/javac/Closure5.java test/tools/javac/CompoundBox.java test/tools/javac/ConditionalArgTypes_1.java test/tools/javac/ConditionalArgTypes_2.java test/tools/javac/DefiniteAssignment/DUAssert.java test/tools/javac/EarlyAssert.java test/tools/javac/Enum1.java test/tools/javac/GoodCovar.java test/tools/javac/HexFloatLiterals.java test/tools/javac/HexThree.java test/tools/javac/InterfaceAssert.java test/tools/javac/InvalidIntfCast.java test/tools/javac/NewGeneric.java test/tools/javac/ObjectMethodRefFromInterface.java test/tools/javac/PrivateLocalConstructor.java test/tools/javac/RawCrash.java test/tools/javac/SynthName2.java test/tools/javac/T5090006/compiler.sh test/tools/javac/T5092545.java test/tools/javac/T5105890.java test/tools/javac/T6403466.java test/tools/javac/annotations/default/A.java test/tools/javac/annotations/neg/AnnComma.java test/tools/javac/annotations/neg/ArrayLit.java test/tools/javac/annotations/neg/Constant.java test/tools/javac/annotations/neg/Cycle1.java test/tools/javac/annotations/neg/Cycle2.java test/tools/javac/annotations/neg/Cycle3.java test/tools/javac/annotations/neg/Dep.java test/tools/javac/annotations/neg/Dup.java test/tools/javac/annotations/neg/DupTarget.java test/tools/javac/annotations/neg/MemberOver.java test/tools/javac/annotations/neg/ObjectMembers.java test/tools/javac/annotations/neg/OverrideNo.java test/tools/javac/annotations/neg/Package.java test/tools/javac/annotations/neg/Recovery.java test/tools/javac/annotations/neg/Recovery1.java test/tools/javac/annotations/neg/Scope.java test/tools/javac/annotations/neg/Syntax1.java test/tools/javac/annotations/neg/WrongTarget.java test/tools/javac/annotations/neg/WrongTarget2.java test/tools/javac/annotations/neg/WrongValue.java test/tools/javac/annotations/neg/Z1.java test/tools/javac/annotations/neg/Z10.java test/tools/javac/annotations/neg/Z11.java test/tools/javac/annotations/neg/Z12.java test/tools/javac/annotations/neg/Z13.java test/tools/javac/annotations/neg/Z14.java test/tools/javac/annotations/neg/Z15.java test/tools/javac/annotations/neg/Z16.java test/tools/javac/annotations/neg/Z2.java test/tools/javac/annotations/neg/Z3.java test/tools/javac/annotations/neg/Z4.java test/tools/javac/annotations/neg/Z5.java test/tools/javac/annotations/neg/Z8.java test/tools/javac/annotations/neg/Z9.java test/tools/javac/annotations/pos/AnnoteElideBraces.java test/tools/javac/annotations/pos/ClassA.java test/tools/javac/annotations/pos/Dep.java test/tools/javac/annotations/pos/Enum1.java test/tools/javac/annotations/pos/Local.java test/tools/javac/annotations/pos/Members.java test/tools/javac/annotations/pos/NType.java test/tools/javac/annotations/pos/OverrideCheck.java test/tools/javac/annotations/pos/OverrideOK.java test/tools/javac/annotations/pos/Parameter.java test/tools/javac/annotations/pos/Primitives.java test/tools/javac/annotations/pos/RightTarget.java test/tools/javac/annotations/pos/Z1.java test/tools/javac/annotations/pos/Z2.java test/tools/javac/annotations/pos/Z3.java test/tools/javac/annotations/pos/Z4.java test/tools/javac/annotations/pos/package-info.java test/tools/javac/assert/Attach.java test/tools/javac/assert/DU1.java test/tools/javac/assert/DU2.java test/tools/javac/boxing/BoxedForeach.java test/tools/javac/boxing/Boxing1.java test/tools/javac/boxing/Boxing2.java test/tools/javac/boxing/Boxing4.java test/tools/javac/boxing/BoxingCaching.java test/tools/javac/capture/Capture1.java test/tools/javac/capture/Capture2.java test/tools/javac/capture/Capture3.java test/tools/javac/capture/Capture5.java test/tools/javac/cast/BoxedArray.java test/tools/javac/enum/AbstractEmptyEnum.java test/tools/javac/enum/AbstractEnum1.java test/tools/javac/enum/DA1.java test/tools/javac/enum/DA2.java test/tools/javac/enum/DA3.java test/tools/javac/enum/Def.java test/tools/javac/enum/Enum1.java test/tools/javac/enum/Enum2.java test/tools/javac/enum/Enum3.java test/tools/javac/enum/EnumImplicitPrivateConstructor.java test/tools/javac/enum/EnumInit.java test/tools/javac/enum/EnumPrivateConstructor.java test/tools/javac/enum/EnumProtectedConstructor.java test/tools/javac/enum/EnumPublicConstructor.java test/tools/javac/enum/EnumSwitch1.java test/tools/javac/enum/EnumSwitch2.java test/tools/javac/enum/EnumSwitch3.java test/tools/javac/enum/EnumSwitch4.java test/tools/javac/enum/ExplicitlyAbstractEnum1.java test/tools/javac/enum/ExplicitlyAbstractEnum2.java test/tools/javac/enum/ExplicitlyFinalEnum1.java test/tools/javac/enum/ExplicitlyFinalEnum2.java test/tools/javac/enum/FauxEnum1.java test/tools/javac/enum/FauxEnum3.java test/tools/javac/enum/FauxSpecialEnum1.java test/tools/javac/enum/FauxSpecialEnum2.java test/tools/javac/enum/LocalEnum.java test/tools/javac/enum/NoFinal.java test/tools/javac/enum/NoFinal2.java test/tools/javac/enum/NoFinal3.java test/tools/javac/enum/NoFinal4.java test/tools/javac/enum/NoFinal5.java test/tools/javac/enum/OkFinal.java test/tools/javac/enum/SynthValues.java test/tools/javac/enum/T5075242.java test/tools/javac/enum/T5081785.java test/tools/javac/enum/TrailingComma.java test/tools/javac/enum/UserValue.java test/tools/javac/enum/ValueOf.java test/tools/javac/enum/enumSwitch/EnumSwitch.java test/tools/javac/foreach/Foreach.java test/tools/javac/foreach/GenericIterator.java test/tools/javac/foreach/IntersectIterator.java test/tools/javac/foreach/ListOfListTest.java test/tools/javac/foreach/SpecIterable.java test/tools/javac/foreach/StaticBlock.java test/tools/javac/foreach/SuperfluousAbstract.java test/tools/javac/generics/ArrayClone.java test/tools/javac/generics/ArrayTypearg.java test/tools/javac/generics/BridgeClash.java test/tools/javac/generics/BridgeOrder.java test/tools/javac/generics/CastCrash.java test/tools/javac/generics/Casting.java test/tools/javac/generics/Casting2.java test/tools/javac/generics/Casting3.java test/tools/javac/generics/Casting4.java test/tools/javac/generics/Conditional.java test/tools/javac/generics/Covar2.java test/tools/javac/generics/Covar3.java test/tools/javac/generics/Covar4.java test/tools/javac/generics/Crash01.java test/tools/javac/generics/Crash02.java test/tools/javac/generics/CyclicInheritance3.java test/tools/javac/generics/CyclicInheritance5.java test/tools/javac/generics/ErasureClashCrash.java test/tools/javac/generics/ExtendedRaw1.java test/tools/javac/generics/ExtendedRaw2.java test/tools/javac/generics/ExtendedRaw3.java test/tools/javac/generics/ExtendedRaw4.java test/tools/javac/generics/FinalBridge.java test/tools/javac/generics/GenLit1.java test/tools/javac/generics/GenLit2.java test/tools/javac/generics/GenericAnonCtor.java test/tools/javac/generics/GenericMerge.java test/tools/javac/generics/GenericOverride.java test/tools/javac/generics/GenericThrowable.java test/tools/javac/generics/GetClass.java test/tools/javac/generics/GetClass2.java test/tools/javac/generics/InheritanceConflict.java test/tools/javac/generics/InheritanceConflict2.java test/tools/javac/generics/InheritanceConflict3.java test/tools/javac/generics/InnerInterface1.java test/tools/javac/generics/InnerInterface2.java test/tools/javac/generics/InstanceOf1.java test/tools/javac/generics/InstanceOf2.java test/tools/javac/generics/InstanceOf3.java test/tools/javac/generics/InterfaceCast1.java test/tools/javac/generics/LoadOrder.java test/tools/javac/generics/MissingBridge.java test/tools/javac/generics/MissingCast.java test/tools/javac/generics/Multibound1.java test/tools/javac/generics/MultipleInheritance.java test/tools/javac/generics/NameOrder.java test/tools/javac/generics/Nonlinear.java test/tools/javac/generics/ParametricException.java test/tools/javac/generics/ParenVerify.java test/tools/javac/generics/PermuteBound.java test/tools/javac/generics/PrimitiveClass.java test/tools/javac/generics/PrimitiveVariant.java test/tools/javac/generics/RawClient.java test/tools/javac/generics/RefEqual.java test/tools/javac/generics/RelaxedArrays.java test/tools/javac/generics/ReverseOrder.java test/tools/javac/generics/SelfImplement.java test/tools/javac/generics/SilentUnchecked.java test/tools/javac/generics/SuperTypeargs.java test/tools/javac/generics/T4661029.java test/tools/javac/generics/T4683314.java test/tools/javac/generics/T4684378.java test/tools/javac/generics/T4695348.java test/tools/javac/generics/T4695415.java test/tools/javac/generics/T4695847.java test/tools/javac/generics/T4711570.java test/tools/javac/generics/T4711572.java test/tools/javac/generics/T4711694.java test/tools/javac/generics/T4738171.java test/tools/javac/generics/T4739399.java test/tools/javac/generics/T4757416.java test/tools/javac/generics/T4784207a.java test/tools/javac/generics/T4784219.java test/tools/javac/generics/T5011073.java test/tools/javac/generics/T5094318.java test/tools/javac/generics/TyparamLit.java test/tools/javac/generics/TyparamStaticScope.java test/tools/javac/generics/TyparamStaticScope2.java test/tools/javac/generics/UncheckedArray.java test/tools/javac/generics/UncheckedConstructor.java test/tools/javac/generics/UncheckedCovariance.java test/tools/javac/generics/UnsoundInference.java test/tools/javac/generics/Varargs.java test/tools/javac/generics/Varargs2.java test/tools/javac/generics/WrongNew.java test/tools/javac/generics/abstract/T4717181c.java test/tools/javac/generics/bridge1/D.java test/tools/javac/generics/classreader/HArrayMethod.java test/tools/javac/generics/compat/CovariantCompat1.java test/tools/javac/generics/compat/OverrideBridge1.java test/tools/javac/generics/forwardSeparateBound/ForwardSeparateBound2.java test/tools/javac/generics/genericAbstract/A.java test/tools/javac/generics/odersky/BadTest.java test/tools/javac/generics/odersky/BadTest2.java test/tools/javac/generics/odersky/BadTest3.java test/tools/javac/generics/odersky/BadTest4.java test/tools/javac/generics/odersky/Test.java test/tools/javac/generics/odersky/Test2.java test/tools/javac/generics/odersky/Test3.java test/tools/javac/generics/odersky/Test4.java test/tools/javac/generics/parametricException/J.java test/tools/javac/generics/rare/Rare1.java test/tools/javac/generics/rare/Rare10.java test/tools/javac/generics/rare/Rare11.java test/tools/javac/generics/rare/Rare2.java test/tools/javac/generics/rare/Rare3.java test/tools/javac/generics/rare/Rare4.java test/tools/javac/generics/rare/Rare5.java test/tools/javac/generics/rare/Rare6.java test/tools/javac/generics/rare/Rare7.java test/tools/javac/generics/rare/Rare8.java test/tools/javac/generics/rare/Rare9.java test/tools/javac/generics/rawSeparate/RetroLexer.java test/tools/javac/generics/typeargs/Basic.java test/tools/javac/generics/typeargs/Metharg1.java test/tools/javac/generics/typeargs/Metharg2.java test/tools/javac/generics/typeargs/Newarg1.java test/tools/javac/generics/typeargs/Newarg2.java test/tools/javac/generics/typeargs/Superarg1.java test/tools/javac/generics/typeargs/Superarg2.java test/tools/javac/generics/typeargs/ThisArg.java test/tools/javac/generics/typevars/4856983/T4856983.java test/tools/javac/generics/typevars/4856983/T4856983a.java test/tools/javac/generics/typevars/4856983/T4856983b.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes1.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes2.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes3.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes4.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes5.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes6.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes7.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes8.java test/tools/javac/generics/wildcards/AssignmentDifferentTypes9.java test/tools/javac/generics/wildcards/AssignmentSameType1.java test/tools/javac/generics/wildcards/AssignmentSameType2.java test/tools/javac/generics/wildcards/AssignmentSameType3.java test/tools/javac/generics/wildcards/AssignmentSameType4.java test/tools/javac/generics/wildcards/AssignmentSameType5.java test/tools/javac/generics/wildcards/AssignmentSameType6.java test/tools/javac/generics/wildcards/AssignmentSameType7.java test/tools/javac/generics/wildcards/AssignmentSameType8.java test/tools/javac/generics/wildcards/BoundBug.java test/tools/javac/generics/wildcards/ContraArg.java test/tools/javac/generics/wildcards/T5097548.java test/tools/javac/generics/wildcards/T5097548b.java test/tools/javac/generics/wildcards/UnboundArray.java test/tools/javac/generics/wildcards/neg/AmbiguousCast.java test/tools/javac/generics/wildcards/neg/Capture.java test/tools/javac/generics/wildcards/neg/CastFail1.java test/tools/javac/generics/wildcards/neg/CastFail10.java test/tools/javac/generics/wildcards/neg/CastFail11.java test/tools/javac/generics/wildcards/neg/CastFail12.java test/tools/javac/generics/wildcards/neg/CastFail13.java test/tools/javac/generics/wildcards/neg/CastFail14.java test/tools/javac/generics/wildcards/neg/CastFail15.java test/tools/javac/generics/wildcards/neg/CastFail16.java test/tools/javac/generics/wildcards/neg/CastFail17.java test/tools/javac/generics/wildcards/neg/CastFail18.java test/tools/javac/generics/wildcards/neg/CastFail19.java test/tools/javac/generics/wildcards/neg/CastFail2.java test/tools/javac/generics/wildcards/neg/CastFail20.java test/tools/javac/generics/wildcards/neg/CastFail21.java test/tools/javac/generics/wildcards/neg/CastFail3.java test/tools/javac/generics/wildcards/neg/CastFail4.java test/tools/javac/generics/wildcards/neg/CastFail5.java test/tools/javac/generics/wildcards/neg/CastFail6.java test/tools/javac/generics/wildcards/neg/CastFail7.java test/tools/javac/generics/wildcards/neg/CastFail8.java test/tools/javac/generics/wildcards/neg/CastFail9.java test/tools/javac/generics/wildcards/neg/CastWarn10.java test/tools/javac/generics/wildcards/neg/CastWarn11.java test/tools/javac/generics/wildcards/neg/CastWarn12.java test/tools/javac/generics/wildcards/neg/CastWarn13.java test/tools/javac/generics/wildcards/neg/CastWarn14.java test/tools/javac/generics/wildcards/neg/CastWarn2.java test/tools/javac/generics/wildcards/neg/CastWarn3.java test/tools/javac/generics/wildcards/neg/CastWarn4.java test/tools/javac/generics/wildcards/neg/CastWarn5.java test/tools/javac/generics/wildcards/neg/CastWarn6.java test/tools/javac/generics/wildcards/neg/CastWarn7.java test/tools/javac/generics/wildcards/neg/CastWarn8.java test/tools/javac/generics/wildcards/neg/CastWarn9.java test/tools/javac/generics/wildcards/neg/ParamCast.java test/tools/javac/generics/wildcards/neg/Readonly.java test/tools/javac/generics/wildcards/neg/Unbounded.java test/tools/javac/generics/wildcards/pos/AmbiguousCast2.java test/tools/javac/generics/wildcards/pos/BoundsCollision.java test/tools/javac/generics/wildcards/pos/Capture.java test/tools/javac/generics/wildcards/pos/CastTest.java test/tools/javac/generics/wildcards/pos/InstanceOf.java test/tools/javac/generics/wildcards/pos/ParamCast.java test/tools/javac/generics/wildcards/pos/RvalConversion.java test/tools/javac/generics/wildcards/pos/UncheckedCast1.java test/tools/javac/importscope/A.java test/tools/javac/limits/FinallyNesting.java test/tools/javac/lint/Unchecked.java test/tools/javac/miranda/T4711325.java test/tools/javac/mixedTarget/CompatibleAbstracts1.java test/tools/javac/mixedTarget/ExtendCovariant2.java test/tools/javac/overload/T5090220.java test/tools/javac/policy/test1/A.java test/tools/javac/policy/test1/D.java test/tools/javac/policy/test1/Test1a.java test/tools/javac/policy/test1/Test1b.java test/tools/javac/policy/test2/A.java test/tools/javac/policy/test2/B.java test/tools/javac/policy/test2/Test.java test/tools/javac/stackmap/UninitThis.java test/tools/javac/staticImport/Ambig1.java test/tools/javac/staticImport/ImportInherit.java test/tools/javac/staticImport/ImportPrivate.java test/tools/javac/staticImport/PrivateStaticImport.java test/tools/javac/staticImport/Shadow.java test/tools/javac/staticImport/StaticImport.java test/tools/javac/staticImport/StaticImport2.java test/tools/javac/varargs/Anon.java test/tools/javac/varargs/BadSyntax2.java test/tools/javac/varargs/Varargs1.java test/tools/javac/varargs/VarargsOverride.java test/tools/javac/varargs/Warn1.java test/tools/javac/varargs/Warn2.java test/tools/javac/varargs/warning/Warn2.java test/tools/javac/varargs/warning/Warn3.java test/tools/javadoc/LangVers.java test/tools/javadoc/annotations/annotateMethodsFields/Main.java test/tools/javadoc/annotations/annotatePackage/Main.java test/tools/javadoc/annotations/annotateParams/Main.java test/tools/javadoc/annotations/defaults/Main.java test/tools/javadoc/annotations/elementTypes/Main.java test/tools/javadoc/annotations/shortcuts/Main.java test/tools/javadoc/enum/docComments/Main.java test/tools/javadoc/enum/enumType/Main.java test/tools/javadoc/generics/genericClass/Main.java test/tools/javadoc/generics/genericInnerAndOuter/Main.java test/tools/javadoc/generics/genericInterface/Main.java test/tools/javadoc/generics/genericMethod/Main.java test/tools/javadoc/generics/genericSuper/Main.java test/tools/javadoc/generics/supertypes/Main.java test/tools/javadoc/generics/throwsGeneric/Main.java test/tools/javadoc/generics/tparamCycle/Main.java test/tools/javadoc/generics/tparamTagOnMethod/Main.java test/tools/javadoc/generics/tparamTagOnType/Main.java test/tools/javadoc/generics/wildcards/Main.java test/tools/javadoc/lib/Tester.java test/tools/javadoc/varArgs/Main.java
diffstat 417 files changed, 417 insertions(+), 417 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Wed Jun 23 16:44:15 2010 -0700
+++ b/make/Makefile	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/make/build.xml	Wed Jun 23 16:44:15 2010 -0700
+++ b/make/build.xml	Wed Dec 22 20:12:27 2010 -0800
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
  This code is free software; you can redistribute it and/or modify it
--- a/src/share/bin/launcher.sh-template	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/bin/launcher.sh-template	Wed Dec 22 20:12:27 2010 -0800
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #
-# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/mirror/util/SourceOrderDeclScanner.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/mirror/util/SourceOrderDeclScanner.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/source/util/TreePath.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/source/util/TreePath.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/code/Symbol.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/code/Symbol.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/comp/Attr.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/comp/Attr.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/comp/Enter.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/comp/Enter.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/comp/Lower.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/comp/Lower.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/comp/Todo.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/comp/Todo.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/main/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/main/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/resources/javac.properties	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/resources/javac.properties	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javac/util/Log.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javac/util/Log.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/com/sun/javadoc/testIndex/TestIndex.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/com/sun/javadoc/testIndex/TestIndex.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/com/sun/javadoc/testInterface/TestInterface.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/com/sun/javadoc/testInterface/TestInterface.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/com/sun/javadoc/testNavagation/TestNavagation.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/com/sun/javadoc/testNavagation/TestNavagation.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/com/sun/javadoc/testTagInheritence/TestTagInheritence.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/com/sun/javadoc/testTagInheritence/TestTagInheritence.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/5005368.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/5005368.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/6734819/T6734819a.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/6734819/T6734819a.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/6734819/T6734819b.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/6734819/T6734819b.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/6734819/T6734819c.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/6734819/T6734819c.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Ambig3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Ambig3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ArrayCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ArrayCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/BadCovar.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/BadCovar.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ClassLiterals/InitializeOuter.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ClassLiterals/InitializeOuter.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ClassLiterals/InitializeTarget.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ClassLiterals/InitializeTarget.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ClassToTypeParm.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ClassToTypeParm.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Closure1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Closure1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Closure2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Closure2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Closure3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Closure3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Closure4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Closure4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Closure5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Closure5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/CompoundBox.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/CompoundBox.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ConditionalArgTypes_1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ConditionalArgTypes_1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ConditionalArgTypes_2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ConditionalArgTypes_2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/DefiniteAssignment/DUAssert.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/DefiniteAssignment/DUAssert.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/EarlyAssert.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/EarlyAssert.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/Enum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/Enum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/GoodCovar.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/GoodCovar.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/HexFloatLiterals.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/HexFloatLiterals.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/HexThree.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/HexThree.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/InterfaceAssert.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/InterfaceAssert.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/InvalidIntfCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/InvalidIntfCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/NewGeneric.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/NewGeneric.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/ObjectMethodRefFromInterface.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/ObjectMethodRefFromInterface.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/PrivateLocalConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/PrivateLocalConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/RawCrash.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/RawCrash.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/SynthName2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/SynthName2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/T5090006/compiler.sh	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/T5090006/compiler.sh	Wed Dec 22 20:12:27 2010 -0800
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #
-# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/T5092545.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/T5092545.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/T5105890.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/T5105890.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/T6403466.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/T6403466.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/default/A.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/default/A.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/AnnComma.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/AnnComma.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/ArrayLit.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/ArrayLit.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Constant.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Constant.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Cycle1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Cycle1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Cycle2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Cycle2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Cycle3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Cycle3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Dep.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Dep.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Dup.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Dup.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/DupTarget.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/DupTarget.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/MemberOver.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/MemberOver.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/ObjectMembers.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/ObjectMembers.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/OverrideNo.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/OverrideNo.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Package.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Package.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Recovery.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Recovery.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Recovery1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Recovery1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Scope.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Scope.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Syntax1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Syntax1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/WrongTarget.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/WrongTarget.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/WrongTarget2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/WrongTarget2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/WrongValue.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/WrongValue.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z10.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z10.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z11.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z11.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z12.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z12.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z13.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z13.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z14.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z14.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z15.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z15.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z16.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z16.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/neg/Z9.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/neg/Z9.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/AnnoteElideBraces.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/AnnoteElideBraces.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/ClassA.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/ClassA.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Dep.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Dep.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Enum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Enum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Local.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Local.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Members.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Members.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/NType.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/NType.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/OverrideCheck.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/OverrideCheck.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/OverrideOK.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/OverrideOK.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Parameter.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Parameter.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Primitives.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Primitives.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/RightTarget.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/RightTarget.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Z1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Z1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Z2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Z2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Z3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Z3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/Z4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/Z4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/annotations/pos/package-info.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/annotations/pos/package-info.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/assert/Attach.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/assert/Attach.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/assert/DU1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/assert/DU1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/assert/DU2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/assert/DU2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/boxing/BoxedForeach.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/boxing/BoxedForeach.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/boxing/Boxing1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/boxing/Boxing1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/boxing/Boxing2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/boxing/Boxing2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/boxing/Boxing4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/boxing/Boxing4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/boxing/BoxingCaching.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/boxing/BoxingCaching.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/capture/Capture1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/capture/Capture1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/capture/Capture2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/capture/Capture2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/capture/Capture3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/capture/Capture3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/capture/Capture5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/capture/Capture5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/cast/BoxedArray.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/cast/BoxedArray.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/AbstractEmptyEnum.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/AbstractEmptyEnum.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/AbstractEnum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/AbstractEnum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/DA1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/DA1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/DA2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/DA2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/DA3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/DA3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/Def.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/Def.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/Enum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/Enum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/Enum2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/Enum2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/Enum3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/Enum3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumImplicitPrivateConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumImplicitPrivateConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumInit.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumInit.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumPrivateConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumPrivateConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumProtectedConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumProtectedConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumPublicConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumPublicConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumSwitch1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumSwitch1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumSwitch2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumSwitch2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumSwitch3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumSwitch3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/EnumSwitch4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/EnumSwitch4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/ExplicitlyAbstractEnum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/ExplicitlyAbstractEnum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/ExplicitlyAbstractEnum2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/ExplicitlyAbstractEnum2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/ExplicitlyFinalEnum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/ExplicitlyFinalEnum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/ExplicitlyFinalEnum2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/ExplicitlyFinalEnum2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/FauxEnum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/FauxEnum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/FauxEnum3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/FauxEnum3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/FauxSpecialEnum1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/FauxSpecialEnum1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/FauxSpecialEnum2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/FauxSpecialEnum2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/LocalEnum.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/LocalEnum.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/NoFinal.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/NoFinal.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/NoFinal2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/NoFinal2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/NoFinal3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/NoFinal3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/NoFinal4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/NoFinal4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/NoFinal5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/NoFinal5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/OkFinal.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/OkFinal.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/SynthValues.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/SynthValues.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/T5075242.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/T5075242.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/T5081785.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/T5081785.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/TrailingComma.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/TrailingComma.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/UserValue.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/UserValue.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/ValueOf.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/ValueOf.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/enum/enumSwitch/EnumSwitch.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/enum/enumSwitch/EnumSwitch.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/Foreach.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/Foreach.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/GenericIterator.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/GenericIterator.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/IntersectIterator.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/IntersectIterator.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/ListOfListTest.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/ListOfListTest.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/SpecIterable.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/SpecIterable.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/StaticBlock.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/StaticBlock.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/foreach/SuperfluousAbstract.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/foreach/SuperfluousAbstract.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ArrayClone.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ArrayClone.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ArrayTypearg.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ArrayTypearg.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/BridgeClash.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/BridgeClash.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/BridgeOrder.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/BridgeOrder.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/CastCrash.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/CastCrash.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Casting.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Casting.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Casting2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Casting2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Casting3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Casting3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Casting4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Casting4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Conditional.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Conditional.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Covar2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Covar2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Covar3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Covar3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Covar4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Covar4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Crash01.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Crash01.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Crash02.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Crash02.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/CyclicInheritance3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/CyclicInheritance3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/CyclicInheritance5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/CyclicInheritance5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ErasureClashCrash.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ErasureClashCrash.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ExtendedRaw1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ExtendedRaw1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ExtendedRaw2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ExtendedRaw2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ExtendedRaw3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ExtendedRaw3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ExtendedRaw4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ExtendedRaw4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/FinalBridge.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/FinalBridge.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenLit1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenLit1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenLit2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenLit2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenericAnonCtor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenericAnonCtor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenericMerge.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenericMerge.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenericOverride.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenericOverride.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GenericThrowable.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GenericThrowable.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GetClass.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GetClass.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/GetClass2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/GetClass2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InheritanceConflict.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InheritanceConflict.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InheritanceConflict2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InheritanceConflict2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InheritanceConflict3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InheritanceConflict3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InnerInterface1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InnerInterface1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InnerInterface2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InnerInterface2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InstanceOf1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InstanceOf1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InstanceOf2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InstanceOf2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InstanceOf3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InstanceOf3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/InterfaceCast1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/InterfaceCast1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/LoadOrder.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/LoadOrder.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/MissingBridge.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/MissingBridge.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/MissingCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/MissingCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Multibound1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Multibound1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/MultipleInheritance.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/MultipleInheritance.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/NameOrder.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/NameOrder.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Nonlinear.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Nonlinear.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ParametricException.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ParametricException.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ParenVerify.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ParenVerify.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/PermuteBound.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/PermuteBound.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/PrimitiveClass.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/PrimitiveClass.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/PrimitiveVariant.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/PrimitiveVariant.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/RawClient.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/RawClient.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/RefEqual.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/RefEqual.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/RelaxedArrays.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/RelaxedArrays.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/ReverseOrder.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/ReverseOrder.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/SelfImplement.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/SelfImplement.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/SilentUnchecked.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/SilentUnchecked.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/SuperTypeargs.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/SuperTypeargs.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4661029.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4661029.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4683314.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4683314.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4684378.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4684378.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4695348.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4695348.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4695415.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4695415.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4695847.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4695847.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4711570.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4711570.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4711572.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4711572.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4711694.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4711694.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4738171.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4738171.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4739399.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4739399.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4757416.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4757416.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4784207a.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4784207a.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T4784219.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T4784219.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T5011073.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T5011073.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/T5094318.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/T5094318.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/TyparamLit.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/TyparamLit.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/TyparamStaticScope.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/TyparamStaticScope.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/TyparamStaticScope2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/TyparamStaticScope2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/UncheckedArray.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/UncheckedArray.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/UncheckedConstructor.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/UncheckedConstructor.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/UncheckedCovariance.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/UncheckedCovariance.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/UnsoundInference.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/UnsoundInference.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Varargs.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Varargs.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/Varargs2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/Varargs2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/WrongNew.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/WrongNew.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/abstract/T4717181c.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/abstract/T4717181c.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/bridge1/D.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/bridge1/D.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/classreader/HArrayMethod.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/classreader/HArrayMethod.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/compat/CovariantCompat1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/compat/CovariantCompat1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/compat/OverrideBridge1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/compat/OverrideBridge1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/forwardSeparateBound/ForwardSeparateBound2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/forwardSeparateBound/ForwardSeparateBound2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/genericAbstract/A.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/genericAbstract/A.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/BadTest.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/BadTest.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/BadTest2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/BadTest2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/BadTest3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/BadTest3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/BadTest4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/BadTest4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/Test.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/Test.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/Test2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/Test2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/Test3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/Test3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/odersky/Test4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/odersky/Test4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/parametricException/J.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/parametricException/J.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare10.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare10.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare11.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare11.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare6.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare6.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare7.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare7.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rare/Rare9.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rare/Rare9.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/rawSeparate/RetroLexer.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/rawSeparate/RetroLexer.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Basic.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Basic.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Metharg1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Metharg1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Metharg2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Metharg2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Newarg1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Newarg1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Newarg2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Newarg2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Superarg1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Superarg1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/Superarg2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/Superarg2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typeargs/ThisArg.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typeargs/ThisArg.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typevars/4856983/T4856983.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typevars/4856983/T4856983.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typevars/4856983/T4856983a.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typevars/4856983/T4856983a.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/typevars/4856983/T4856983b.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/typevars/4856983/T4856983b.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes6.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes6.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes7.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes7.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentDifferentTypes9.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentDifferentTypes9.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType6.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType6.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType7.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType7.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/AssignmentSameType8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/AssignmentSameType8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/BoundBug.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/BoundBug.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/ContraArg.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/ContraArg.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/T5097548.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/T5097548.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/T5097548b.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/T5097548b.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/UnboundArray.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/UnboundArray.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/AmbiguousCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/AmbiguousCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/Capture.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/Capture.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail10.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail10.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail11.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail11.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail12.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail12.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail13.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail13.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail14.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail14.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail15.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail15.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail16.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail16.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail17.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail17.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail18.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail18.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail19.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail19.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail20.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail20.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail21.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail21.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail6.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail6.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail7.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail7.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastFail9.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastFail9.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn10.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn10.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn11.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn11.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn12.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn12.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn13.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn13.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn14.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn14.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn4.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn4.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn5.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn5.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn6.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn6.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn7.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn7.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn8.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn8.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/CastWarn9.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/CastWarn9.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/ParamCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/ParamCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/Readonly.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/Readonly.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/neg/Unbounded.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/neg/Unbounded.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/AmbiguousCast2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/AmbiguousCast2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/BoundsCollision.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/BoundsCollision.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/Capture.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/Capture.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/CastTest.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/CastTest.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/InstanceOf.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/InstanceOf.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/ParamCast.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/ParamCast.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/RvalConversion.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/RvalConversion.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/generics/wildcards/pos/UncheckedCast1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/generics/wildcards/pos/UncheckedCast1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/importscope/A.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/importscope/A.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/limits/FinallyNesting.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/limits/FinallyNesting.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/lint/Unchecked.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/lint/Unchecked.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/miranda/T4711325.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/miranda/T4711325.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/mixedTarget/CompatibleAbstracts1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/mixedTarget/CompatibleAbstracts1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/mixedTarget/ExtendCovariant2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/mixedTarget/ExtendCovariant2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/overload/T5090220.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/overload/T5090220.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test1/A.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test1/A.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test1/D.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test1/D.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test1/Test1a.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test1/Test1a.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test1/Test1b.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test1/Test1b.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test2/A.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test2/A.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test2/B.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test2/B.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/policy/test2/Test.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/policy/test2/Test.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/stackmap/UninitThis.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/stackmap/UninitThis.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/Ambig1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/Ambig1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/ImportInherit.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/ImportInherit.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/ImportPrivate.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/ImportPrivate.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/PrivateStaticImport.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/PrivateStaticImport.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/Shadow.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/Shadow.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/StaticImport.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/StaticImport.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/staticImport/StaticImport2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/staticImport/StaticImport2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/Anon.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/Anon.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/BadSyntax2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/BadSyntax2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/Varargs1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/Varargs1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/VarargsOverride.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/VarargsOverride.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/Warn1.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/Warn1.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/Warn2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/Warn2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/warning/Warn2.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/warning/Warn2.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javac/varargs/warning/Warn3.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javac/varargs/warning/Warn3.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/LangVers.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/LangVers.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/annotateMethodsFields/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/annotateMethodsFields/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/annotatePackage/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/annotatePackage/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/annotateParams/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/annotateParams/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/defaults/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/defaults/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/elementTypes/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/elementTypes/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/annotations/shortcuts/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/annotations/shortcuts/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/enum/docComments/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/enum/docComments/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/enum/enumType/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/enum/enumType/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/genericClass/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/genericClass/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/genericInnerAndOuter/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/genericInnerAndOuter/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/genericInterface/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/genericInterface/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/genericMethod/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/genericMethod/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/genericSuper/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/genericSuper/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/supertypes/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/supertypes/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/throwsGeneric/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/throwsGeneric/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/tparamCycle/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/tparamCycle/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/tparamTagOnMethod/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/tparamTagOnMethod/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/tparamTagOnType/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/tparamTagOnType/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/generics/wildcards/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/generics/wildcards/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/lib/Tester.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/lib/Tester.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/tools/javadoc/varArgs/Main.java	Wed Jun 23 16:44:15 2010 -0700
+++ b/test/tools/javadoc/varArgs/Main.java	Wed Dec 22 20:12:27 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it