8005663: Update copyright year to 2013
authorjlaskey
Fri, 04 Jan 2013 09:58:33 -0400
changeset 16151 97c1e756ae1e
parent 16150 6a019bf1a21c
child 16152 ea430b83d74d
8005663: Update copyright year to 2013 Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
nashorn/bin/checkintest.sh
nashorn/bin/fixorphantests.sh
nashorn/bin/fixwhitespace.sh
nashorn/bin/jjs
nashorn/bin/jjs.bat
nashorn/bin/jjssecure
nashorn/bin/jjssecure.bat
nashorn/bin/nashorn
nashorn/bin/nashorn.bat
nashorn/bin/rm-non-tracked.sh
nashorn/bin/verbose_octane.bat
nashorn/bin/verbose_octane.sh
nashorn/buildtools/nasgen/build.xml
nashorn/buildtools/nasgen/nasgen.iml
nashorn/buildtools/nasgen/project.properties
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java
nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java
nashorn/docs/genshelldoc.js
nashorn/make/Makefile
nashorn/make/build-benchmark.xml
nashorn/make/build-nasgen.xml
nashorn/make/build.xml
nashorn/make/nbproject/ide-file-targets.xml
nashorn/make/nbproject/ide-targets.xml
nashorn/make/nbproject/jdk.xml
nashorn/make/nbproject/nbjdk.properties
nashorn/make/nbproject/nbjdk.xml
nashorn/make/nbproject/project.xml
nashorn/make/project.properties
nashorn/samples/counters.js
nashorn/samples/letter.js
nashorn/samples/parser.js
nashorn/samples/shell.js
nashorn/samples/test.js
nashorn/samples/uniq.js
nashorn/src/META-INF/services/javax.script.ScriptEngineFactory
nashorn/src/jdk/nashorn/api/scripting/NashornException.java
nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngine.java
nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java
nashorn/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java
nashorn/src/jdk/nashorn/api/scripting/package-info.java
nashorn/src/jdk/nashorn/api/scripting/resources/engine.js
nashorn/src/jdk/nashorn/internal/codegen/AccessSpecializer.java
nashorn/src/jdk/nashorn/internal/codegen/BranchOptimizer.java
nashorn/src/jdk/nashorn/internal/codegen/ClassEmitter.java
nashorn/src/jdk/nashorn/internal/codegen/CodeGenerator.java
nashorn/src/jdk/nashorn/internal/codegen/CompileUnit.java
nashorn/src/jdk/nashorn/internal/codegen/Compiler.java
nashorn/src/jdk/nashorn/internal/codegen/CompilerConstants.java
nashorn/src/jdk/nashorn/internal/codegen/ConstantData.java
nashorn/src/jdk/nashorn/internal/codegen/Emitter.java
nashorn/src/jdk/nashorn/internal/codegen/Frame.java
nashorn/src/jdk/nashorn/internal/codegen/FunctionSignature.java
nashorn/src/jdk/nashorn/internal/codegen/Lower.java
nashorn/src/jdk/nashorn/internal/codegen/MethodEmitter.java
nashorn/src/jdk/nashorn/internal/codegen/Namespace.java
nashorn/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java
nashorn/src/jdk/nashorn/internal/codegen/SharedScopeCall.java
nashorn/src/jdk/nashorn/internal/codegen/Splitter.java
nashorn/src/jdk/nashorn/internal/codegen/Transform.java
nashorn/src/jdk/nashorn/internal/codegen/WeighNodes.java
nashorn/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java
nashorn/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java
nashorn/src/jdk/nashorn/internal/codegen/objects/MapCreator.java
nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java
nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java
nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java
nashorn/src/jdk/nashorn/internal/codegen/types/ArrayType.java
nashorn/src/jdk/nashorn/internal/codegen/types/BitwiseType.java
nashorn/src/jdk/nashorn/internal/codegen/types/BooleanType.java
nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java
nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java
nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java
nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java
nashorn/src/jdk/nashorn/internal/codegen/types/IntType.java
nashorn/src/jdk/nashorn/internal/codegen/types/LongType.java
nashorn/src/jdk/nashorn/internal/codegen/types/NumberType.java
nashorn/src/jdk/nashorn/internal/codegen/types/NumericType.java
nashorn/src/jdk/nashorn/internal/codegen/types/ObjectType.java
nashorn/src/jdk/nashorn/internal/codegen/types/Type.java
nashorn/src/jdk/nashorn/internal/ir/AccessNode.java
nashorn/src/jdk/nashorn/internal/ir/Assignment.java
nashorn/src/jdk/nashorn/internal/ir/BaseNode.java
nashorn/src/jdk/nashorn/internal/ir/BinaryNode.java
nashorn/src/jdk/nashorn/internal/ir/Block.java
nashorn/src/jdk/nashorn/internal/ir/BreakNode.java
nashorn/src/jdk/nashorn/internal/ir/BreakableNode.java
nashorn/src/jdk/nashorn/internal/ir/CallNode.java
nashorn/src/jdk/nashorn/internal/ir/CaseNode.java
nashorn/src/jdk/nashorn/internal/ir/CatchNode.java
nashorn/src/jdk/nashorn/internal/ir/ContinueNode.java
nashorn/src/jdk/nashorn/internal/ir/DoWhileNode.java
nashorn/src/jdk/nashorn/internal/ir/EmptyNode.java
nashorn/src/jdk/nashorn/internal/ir/ExecuteNode.java
nashorn/src/jdk/nashorn/internal/ir/ForNode.java
nashorn/src/jdk/nashorn/internal/ir/FunctionCall.java
nashorn/src/jdk/nashorn/internal/ir/FunctionNode.java
nashorn/src/jdk/nashorn/internal/ir/IdentNode.java
nashorn/src/jdk/nashorn/internal/ir/IfNode.java
nashorn/src/jdk/nashorn/internal/ir/IndexNode.java
nashorn/src/jdk/nashorn/internal/ir/LabelNode.java
nashorn/src/jdk/nashorn/internal/ir/LabeledNode.java
nashorn/src/jdk/nashorn/internal/ir/LineNumberNode.java
nashorn/src/jdk/nashorn/internal/ir/LiteralNode.java
nashorn/src/jdk/nashorn/internal/ir/Location.java
nashorn/src/jdk/nashorn/internal/ir/Node.java
nashorn/src/jdk/nashorn/internal/ir/ObjectNode.java
nashorn/src/jdk/nashorn/internal/ir/PropertyKey.java
nashorn/src/jdk/nashorn/internal/ir/PropertyNode.java
nashorn/src/jdk/nashorn/internal/ir/ReferenceNode.java
nashorn/src/jdk/nashorn/internal/ir/ReturnNode.java
nashorn/src/jdk/nashorn/internal/ir/RuntimeNode.java
nashorn/src/jdk/nashorn/internal/ir/SplitNode.java
nashorn/src/jdk/nashorn/internal/ir/SwitchNode.java
nashorn/src/jdk/nashorn/internal/ir/Symbol.java
nashorn/src/jdk/nashorn/internal/ir/TernaryNode.java
nashorn/src/jdk/nashorn/internal/ir/ThrowNode.java
nashorn/src/jdk/nashorn/internal/ir/TryNode.java
nashorn/src/jdk/nashorn/internal/ir/TypeOverride.java
nashorn/src/jdk/nashorn/internal/ir/UnaryNode.java
nashorn/src/jdk/nashorn/internal/ir/VarNode.java
nashorn/src/jdk/nashorn/internal/ir/WhileNode.java
nashorn/src/jdk/nashorn/internal/ir/WithNode.java
nashorn/src/jdk/nashorn/internal/ir/annotations/ChildNode.java
nashorn/src/jdk/nashorn/internal/ir/annotations/Ignore.java
nashorn/src/jdk/nashorn/internal/ir/annotations/ParentNode.java
nashorn/src/jdk/nashorn/internal/ir/annotations/Reference.java
nashorn/src/jdk/nashorn/internal/ir/debug/ASTWriter.java
nashorn/src/jdk/nashorn/internal/ir/debug/JSONWriter.java
nashorn/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java
nashorn/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java
nashorn/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java
nashorn/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java
nashorn/src/jdk/nashorn/internal/objects/ArrayBufferView.java
nashorn/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java
nashorn/src/jdk/nashorn/internal/objects/DateParser.java
nashorn/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java
nashorn/src/jdk/nashorn/internal/objects/Global.java
nashorn/src/jdk/nashorn/internal/objects/NativeArguments.java
nashorn/src/jdk/nashorn/internal/objects/NativeArray.java
nashorn/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java
nashorn/src/jdk/nashorn/internal/objects/NativeBoolean.java
nashorn/src/jdk/nashorn/internal/objects/NativeDate.java
nashorn/src/jdk/nashorn/internal/objects/NativeDebug.java
nashorn/src/jdk/nashorn/internal/objects/NativeError.java
nashorn/src/jdk/nashorn/internal/objects/NativeEvalError.java
nashorn/src/jdk/nashorn/internal/objects/NativeFloat32Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeFloat64Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeFunction.java
nashorn/src/jdk/nashorn/internal/objects/NativeInt16Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeInt32Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeInt8Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeJSAdapter.java
nashorn/src/jdk/nashorn/internal/objects/NativeJSON.java
nashorn/src/jdk/nashorn/internal/objects/NativeJava.java
nashorn/src/jdk/nashorn/internal/objects/NativeJavaImporter.java
nashorn/src/jdk/nashorn/internal/objects/NativeMath.java
nashorn/src/jdk/nashorn/internal/objects/NativeNumber.java
nashorn/src/jdk/nashorn/internal/objects/NativeObject.java
nashorn/src/jdk/nashorn/internal/objects/NativeRangeError.java
nashorn/src/jdk/nashorn/internal/objects/NativeReferenceError.java
nashorn/src/jdk/nashorn/internal/objects/NativeRegExp.java
nashorn/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java
nashorn/src/jdk/nashorn/internal/objects/NativeStrictArguments.java
nashorn/src/jdk/nashorn/internal/objects/NativeString.java
nashorn/src/jdk/nashorn/internal/objects/NativeSyntaxError.java
nashorn/src/jdk/nashorn/internal/objects/NativeTypeError.java
nashorn/src/jdk/nashorn/internal/objects/NativeURIError.java
nashorn/src/jdk/nashorn/internal/objects/NativeUint16Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeUint32Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeUint8Array.java
nashorn/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java
nashorn/src/jdk/nashorn/internal/objects/PrototypeObject.java
nashorn/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Attribute.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Constructor.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Function.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Getter.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Property.java
nashorn/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Setter.java
nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java
nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java
nashorn/src/jdk/nashorn/internal/objects/annotations/Where.java
nashorn/src/jdk/nashorn/internal/objects/package-info.java
nashorn/src/jdk/nashorn/internal/parser/AbstractParser.java
nashorn/src/jdk/nashorn/internal/parser/JSONParser.java
nashorn/src/jdk/nashorn/internal/parser/Lexer.java
nashorn/src/jdk/nashorn/internal/parser/Parser.java
nashorn/src/jdk/nashorn/internal/parser/RegExp.java
nashorn/src/jdk/nashorn/internal/parser/RegExpScanner.java
nashorn/src/jdk/nashorn/internal/parser/Scanner.java
nashorn/src/jdk/nashorn/internal/parser/Token.java
nashorn/src/jdk/nashorn/internal/parser/TokenKind.java
nashorn/src/jdk/nashorn/internal/parser/TokenLookup.java
nashorn/src/jdk/nashorn/internal/parser/TokenStream.java
nashorn/src/jdk/nashorn/internal/parser/TokenType.java
nashorn/src/jdk/nashorn/internal/runtime/AccessorProperty.java
nashorn/src/jdk/nashorn/internal/runtime/BitVector.java
nashorn/src/jdk/nashorn/internal/runtime/CodeInstaller.java
nashorn/src/jdk/nashorn/internal/runtime/ConsString.java
nashorn/src/jdk/nashorn/internal/runtime/Context.java
nashorn/src/jdk/nashorn/internal/runtime/Debug.java
nashorn/src/jdk/nashorn/internal/runtime/DebugLogger.java
nashorn/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java
nashorn/src/jdk/nashorn/internal/runtime/ECMAErrors.java
nashorn/src/jdk/nashorn/internal/runtime/ECMAException.java
nashorn/src/jdk/nashorn/internal/runtime/ErrorManager.java
nashorn/src/jdk/nashorn/internal/runtime/FindProperty.java
nashorn/src/jdk/nashorn/internal/runtime/FunctionScope.java
nashorn/src/jdk/nashorn/internal/runtime/GlobalFunctions.java
nashorn/src/jdk/nashorn/internal/runtime/GlobalObject.java
nashorn/src/jdk/nashorn/internal/runtime/JSErrorType.java
nashorn/src/jdk/nashorn/internal/runtime/JSType.java
nashorn/src/jdk/nashorn/internal/runtime/Logging.java
nashorn/src/jdk/nashorn/internal/runtime/NashornLoader.java
nashorn/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java
nashorn/src/jdk/nashorn/internal/runtime/NumberToString.java
nashorn/src/jdk/nashorn/internal/runtime/ParserException.java
nashorn/src/jdk/nashorn/internal/runtime/Property.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyAccess.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyListener.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java
nashorn/src/jdk/nashorn/internal/runtime/PropertyMap.java
nashorn/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java
nashorn/src/jdk/nashorn/internal/runtime/RegExpMatch.java
nashorn/src/jdk/nashorn/internal/runtime/Scope.java
nashorn/src/jdk/nashorn/internal/runtime/ScriptFunction.java
nashorn/src/jdk/nashorn/internal/runtime/ScriptLoader.java
nashorn/src/jdk/nashorn/internal/runtime/ScriptObject.java
nashorn/src/jdk/nashorn/internal/runtime/ScriptRuntime.java
nashorn/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java
nashorn/src/jdk/nashorn/internal/runtime/Source.java
nashorn/src/jdk/nashorn/internal/runtime/SpillProperty.java
nashorn/src/jdk/nashorn/internal/runtime/StructureLoader.java
nashorn/src/jdk/nashorn/internal/runtime/URIUtils.java
nashorn/src/jdk/nashorn/internal/runtime/Undefined.java
nashorn/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java
nashorn/src/jdk/nashorn/internal/runtime/Version.java
nashorn/src/jdk/nashorn/internal/runtime/WithObject.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java
nashorn/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java
nashorn/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
nashorn/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java
nashorn/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
nashorn/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
nashorn/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java
nashorn/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java
nashorn/src/jdk/nashorn/internal/runtime/linker/Lookup.java
nashorn/src/jdk/nashorn/internal/runtime/linker/Mangler.java
nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java
nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java
nashorn/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java
nashorn/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java
nashorn/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java
nashorn/src/jdk/nashorn/internal/runtime/options/Option.java
nashorn/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java
nashorn/src/jdk/nashorn/internal/runtime/options/Options.java
nashorn/src/jdk/nashorn/internal/runtime/options/ValueOption.java
nashorn/src/jdk/nashorn/internal/runtime/resources/Messages.properties
nashorn/src/jdk/nashorn/internal/runtime/resources/Options.properties
nashorn/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
nashorn/src/jdk/nashorn/internal/runtime/resources/parser.js
nashorn/src/jdk/nashorn/internal/runtime/resources/version.properties-template
nashorn/src/jdk/nashorn/internal/scripts/JO$.java
nashorn/src/jdk/nashorn/internal/scripts/JS$.java
nashorn/src/jdk/nashorn/tools/Shell.java
nashorn/src/jdk/nashorn/tools/resources/Shell.properties
nashorn/src/jdk/nashorn/tools/resources/shell.js
nashorn/src/netscape/javascript/JSObject.java
nashorn/src/overview.html
nashorn/test/examples/dual-fields-micro.js
nashorn/test/examples/innerbench.js
nashorn/test/examples/typechain.js
nashorn/test/lib/benchmark.js
nashorn/test/opt/add.js
nashorn/test/opt/add_constant.js
nashorn/test/opt/add_reuse_callsite.js
nashorn/test/opt/add_revert2.js
nashorn/test/opt/cascade_specialize.js
nashorn/test/script/assert.js
nashorn/test/script/basic/NASHORN-100.js
nashorn/test/script/basic/NASHORN-101.js
nashorn/test/script/basic/NASHORN-102.js
nashorn/test/script/basic/NASHORN-103.js
nashorn/test/script/basic/NASHORN-104.js
nashorn/test/script/basic/NASHORN-105.js
nashorn/test/script/basic/NASHORN-106.js
nashorn/test/script/basic/NASHORN-107.js
nashorn/test/script/basic/NASHORN-108.js
nashorn/test/script/basic/NASHORN-109.js
nashorn/test/script/basic/NASHORN-11.js
nashorn/test/script/basic/NASHORN-111.js
nashorn/test/script/basic/NASHORN-113.js
nashorn/test/script/basic/NASHORN-114.js
nashorn/test/script/basic/NASHORN-115.js
nashorn/test/script/basic/NASHORN-117.js
nashorn/test/script/basic/NASHORN-118.js
nashorn/test/script/basic/NASHORN-119.js
nashorn/test/script/basic/NASHORN-12.js
nashorn/test/script/basic/NASHORN-120.js
nashorn/test/script/basic/NASHORN-122.js
nashorn/test/script/basic/NASHORN-126.js
nashorn/test/script/basic/NASHORN-127.js
nashorn/test/script/basic/NASHORN-130.js
nashorn/test/script/basic/NASHORN-132.js
nashorn/test/script/basic/NASHORN-133.js
nashorn/test/script/basic/NASHORN-135.js
nashorn/test/script/basic/NASHORN-136.js
nashorn/test/script/basic/NASHORN-14.js
nashorn/test/script/basic/NASHORN-148.js
nashorn/test/script/basic/NASHORN-15.js
nashorn/test/script/basic/NASHORN-153.js
nashorn/test/script/basic/NASHORN-156.js
nashorn/test/script/basic/NASHORN-157.js
nashorn/test/script/basic/NASHORN-163.js
nashorn/test/script/basic/NASHORN-164.js
nashorn/test/script/basic/NASHORN-165.js
nashorn/test/script/basic/NASHORN-166.js
nashorn/test/script/basic/NASHORN-168.js
nashorn/test/script/basic/NASHORN-169.js
nashorn/test/script/basic/NASHORN-172.js
nashorn/test/script/basic/NASHORN-173.js
nashorn/test/script/basic/NASHORN-174.js
nashorn/test/script/basic/NASHORN-175.js
nashorn/test/script/basic/NASHORN-176.js
nashorn/test/script/basic/NASHORN-177.js
nashorn/test/script/basic/NASHORN-178.js
nashorn/test/script/basic/NASHORN-179.js
nashorn/test/script/basic/NASHORN-18.js
nashorn/test/script/basic/NASHORN-181.js
nashorn/test/script/basic/NASHORN-182.js
nashorn/test/script/basic/NASHORN-183.js
nashorn/test/script/basic/NASHORN-184.js
nashorn/test/script/basic/NASHORN-185.js
nashorn/test/script/basic/NASHORN-187.js
nashorn/test/script/basic/NASHORN-188.js
nashorn/test/script/basic/NASHORN-19.js
nashorn/test/script/basic/NASHORN-190.js
nashorn/test/script/basic/NASHORN-192.js
nashorn/test/script/basic/NASHORN-194.js
nashorn/test/script/basic/NASHORN-196.js
nashorn/test/script/basic/NASHORN-198.js
nashorn/test/script/basic/NASHORN-20.js
nashorn/test/script/basic/NASHORN-201.js
nashorn/test/script/basic/NASHORN-202.js
nashorn/test/script/basic/NASHORN-203.js
nashorn/test/script/basic/NASHORN-204.js
nashorn/test/script/basic/NASHORN-205.js
nashorn/test/script/basic/NASHORN-206.js
nashorn/test/script/basic/NASHORN-207.js
nashorn/test/script/basic/NASHORN-207_2.js
nashorn/test/script/basic/NASHORN-208.js
nashorn/test/script/basic/NASHORN-209.js
nashorn/test/script/basic/NASHORN-21.js
nashorn/test/script/basic/NASHORN-211.js
nashorn/test/script/basic/NASHORN-212.js
nashorn/test/script/basic/NASHORN-213.js
nashorn/test/script/basic/NASHORN-215.js
nashorn/test/script/basic/NASHORN-216.js
nashorn/test/script/basic/NASHORN-217.js
nashorn/test/script/basic/NASHORN-219.js
nashorn/test/script/basic/NASHORN-22.js
nashorn/test/script/basic/NASHORN-221.js
nashorn/test/script/basic/NASHORN-222.js
nashorn/test/script/basic/NASHORN-223.js
nashorn/test/script/basic/NASHORN-225.js
nashorn/test/script/basic/NASHORN-226.js
nashorn/test/script/basic/NASHORN-227.js
nashorn/test/script/basic/NASHORN-228.js
nashorn/test/script/basic/NASHORN-229.js
nashorn/test/script/basic/NASHORN-229_subtest.js
nashorn/test/script/basic/NASHORN-23.js
nashorn/test/script/basic/NASHORN-232.js
nashorn/test/script/basic/NASHORN-234.js
nashorn/test/script/basic/NASHORN-235.js
nashorn/test/script/basic/NASHORN-236.js
nashorn/test/script/basic/NASHORN-237.js
nashorn/test/script/basic/NASHORN-239.js
nashorn/test/script/basic/NASHORN-24.js
nashorn/test/script/basic/NASHORN-241.js
nashorn/test/script/basic/NASHORN-242.js
nashorn/test/script/basic/NASHORN-245.js
nashorn/test/script/basic/NASHORN-247.js
nashorn/test/script/basic/NASHORN-25.js
nashorn/test/script/basic/NASHORN-251.js
nashorn/test/script/basic/NASHORN-252.js
nashorn/test/script/basic/NASHORN-253.js
nashorn/test/script/basic/NASHORN-256.js
nashorn/test/script/basic/NASHORN-258.js
nashorn/test/script/basic/NASHORN-26.js
nashorn/test/script/basic/NASHORN-260.js
nashorn/test/script/basic/NASHORN-261.js
nashorn/test/script/basic/NASHORN-262.js
nashorn/test/script/basic/NASHORN-263.js
nashorn/test/script/basic/NASHORN-264.js
nashorn/test/script/basic/NASHORN-265.js
nashorn/test/script/basic/NASHORN-266.js
nashorn/test/script/basic/NASHORN-269.js
nashorn/test/script/basic/NASHORN-27.js
nashorn/test/script/basic/NASHORN-270.js
nashorn/test/script/basic/NASHORN-271.js
nashorn/test/script/basic/NASHORN-275.js
nashorn/test/script/basic/NASHORN-276.js
nashorn/test/script/basic/NASHORN-277.js
nashorn/test/script/basic/NASHORN-278.js
nashorn/test/script/basic/NASHORN-28.js
nashorn/test/script/basic/NASHORN-281.js
nashorn/test/script/basic/NASHORN-284.js
nashorn/test/script/basic/NASHORN-285.js
nashorn/test/script/basic/NASHORN-288.js
nashorn/test/script/basic/NASHORN-29.js
nashorn/test/script/basic/NASHORN-293.js
nashorn/test/script/basic/NASHORN-294.js
nashorn/test/script/basic/NASHORN-296.js
nashorn/test/script/basic/NASHORN-297.js
nashorn/test/script/basic/NASHORN-30.js
nashorn/test/script/basic/NASHORN-300.js
nashorn/test/script/basic/NASHORN-301.js
nashorn/test/script/basic/NASHORN-304.js
nashorn/test/script/basic/NASHORN-310.js
nashorn/test/script/basic/NASHORN-318.js
nashorn/test/script/basic/NASHORN-32.js
nashorn/test/script/basic/NASHORN-321.js
nashorn/test/script/basic/NASHORN-323.js
nashorn/test/script/basic/NASHORN-324.js
nashorn/test/script/basic/NASHORN-33.js
nashorn/test/script/basic/NASHORN-331.js
nashorn/test/script/basic/NASHORN-337.js
nashorn/test/script/basic/NASHORN-34.js
nashorn/test/script/basic/NASHORN-340.js
nashorn/test/script/basic/NASHORN-349.js
nashorn/test/script/basic/NASHORN-354.js
nashorn/test/script/basic/NASHORN-355.js
nashorn/test/script/basic/NASHORN-36.js
nashorn/test/script/basic/NASHORN-365.js
nashorn/test/script/basic/NASHORN-366.js
nashorn/test/script/basic/NASHORN-368.js
nashorn/test/script/basic/NASHORN-37.js
nashorn/test/script/basic/NASHORN-375.js
nashorn/test/script/basic/NASHORN-376.js
nashorn/test/script/basic/NASHORN-377.js
nashorn/test/script/basic/NASHORN-378.js
nashorn/test/script/basic/NASHORN-38.js
nashorn/test/script/basic/NASHORN-380.js
nashorn/test/script/basic/NASHORN-381.js
nashorn/test/script/basic/NASHORN-382.js
nashorn/test/script/basic/NASHORN-383.js
nashorn/test/script/basic/NASHORN-384.js
nashorn/test/script/basic/NASHORN-385.js
nashorn/test/script/basic/NASHORN-389.js
nashorn/test/script/basic/NASHORN-393.js
nashorn/test/script/basic/NASHORN-394.js
nashorn/test/script/basic/NASHORN-396.js
nashorn/test/script/basic/NASHORN-397.js
nashorn/test/script/basic/NASHORN-398.js
nashorn/test/script/basic/NASHORN-40.js
nashorn/test/script/basic/NASHORN-400.js
nashorn/test/script/basic/NASHORN-401.js
nashorn/test/script/basic/NASHORN-402.js
nashorn/test/script/basic/NASHORN-404.js
nashorn/test/script/basic/NASHORN-405.js
nashorn/test/script/basic/NASHORN-406.js
nashorn/test/script/basic/NASHORN-408.js
nashorn/test/script/basic/NASHORN-415.js
nashorn/test/script/basic/NASHORN-416.js
nashorn/test/script/basic/NASHORN-417.js
nashorn/test/script/basic/NASHORN-418.js
nashorn/test/script/basic/NASHORN-420.js
nashorn/test/script/basic/NASHORN-421.js
nashorn/test/script/basic/NASHORN-423.js
nashorn/test/script/basic/NASHORN-423a.js
nashorn/test/script/basic/NASHORN-424.js
nashorn/test/script/basic/NASHORN-425.js
nashorn/test/script/basic/NASHORN-426.js
nashorn/test/script/basic/NASHORN-427.js
nashorn/test/script/basic/NASHORN-428.js
nashorn/test/script/basic/NASHORN-429.js
nashorn/test/script/basic/NASHORN-432.js
nashorn/test/script/basic/NASHORN-433.js
nashorn/test/script/basic/NASHORN-434.js
nashorn/test/script/basic/NASHORN-435.js
nashorn/test/script/basic/NASHORN-437.js
nashorn/test/script/basic/NASHORN-44.js
nashorn/test/script/basic/NASHORN-441.js
nashorn/test/script/basic/NASHORN-442.js
nashorn/test/script/basic/NASHORN-443.js
nashorn/test/script/basic/NASHORN-444.js
nashorn/test/script/basic/NASHORN-445.js
nashorn/test/script/basic/NASHORN-446.js
nashorn/test/script/basic/NASHORN-447.js
nashorn/test/script/basic/NASHORN-448.js
nashorn/test/script/basic/NASHORN-449.js
nashorn/test/script/basic/NASHORN-45.js
nashorn/test/script/basic/NASHORN-450.js
nashorn/test/script/basic/NASHORN-452.js
nashorn/test/script/basic/NASHORN-459.js
nashorn/test/script/basic/NASHORN-46.js
nashorn/test/script/basic/NASHORN-462.js
nashorn/test/script/basic/NASHORN-463.js
nashorn/test/script/basic/NASHORN-468.js
nashorn/test/script/basic/NASHORN-47.js
nashorn/test/script/basic/NASHORN-473.js
nashorn/test/script/basic/NASHORN-474.js
nashorn/test/script/basic/NASHORN-478.js
nashorn/test/script/basic/NASHORN-48.js
nashorn/test/script/basic/NASHORN-481.js
nashorn/test/script/basic/NASHORN-482.js
nashorn/test/script/basic/NASHORN-484.js
nashorn/test/script/basic/NASHORN-486.js
nashorn/test/script/basic/NASHORN-487.js
nashorn/test/script/basic/NASHORN-488.js
nashorn/test/script/basic/NASHORN-49.js
nashorn/test/script/basic/NASHORN-490.js
nashorn/test/script/basic/NASHORN-494.js
nashorn/test/script/basic/NASHORN-497.js
nashorn/test/script/basic/NASHORN-498.js
nashorn/test/script/basic/NASHORN-499.js
nashorn/test/script/basic/NASHORN-50.js
nashorn/test/script/basic/NASHORN-500.js
nashorn/test/script/basic/NASHORN-503.js
nashorn/test/script/basic/NASHORN-51.js
nashorn/test/script/basic/NASHORN-511.js
nashorn/test/script/basic/NASHORN-515.js
nashorn/test/script/basic/NASHORN-516.js
nashorn/test/script/basic/NASHORN-52.js
nashorn/test/script/basic/NASHORN-534.js
nashorn/test/script/basic/NASHORN-535.js
nashorn/test/script/basic/NASHORN-544.js
nashorn/test/script/basic/NASHORN-55.js
nashorn/test/script/basic/NASHORN-554.js
nashorn/test/script/basic/NASHORN-556.js
nashorn/test/script/basic/NASHORN-56.js
nashorn/test/script/basic/NASHORN-562.js
nashorn/test/script/basic/NASHORN-565.js
nashorn/test/script/basic/NASHORN-575.js
nashorn/test/script/basic/NASHORN-58.js
nashorn/test/script/basic/NASHORN-59.js
nashorn/test/script/basic/NASHORN-592.js
nashorn/test/script/basic/NASHORN-597.js
nashorn/test/script/basic/NASHORN-60.js
nashorn/test/script/basic/NASHORN-609.js
nashorn/test/script/basic/NASHORN-61.js
nashorn/test/script/basic/NASHORN-62.js
nashorn/test/script/basic/NASHORN-620.js
nashorn/test/script/basic/NASHORN-623.js
nashorn/test/script/basic/NASHORN-627.js
nashorn/test/script/basic/NASHORN-63.js
nashorn/test/script/basic/NASHORN-637.js
nashorn/test/script/basic/NASHORN-638.js
nashorn/test/script/basic/NASHORN-639.js
nashorn/test/script/basic/NASHORN-64.js
nashorn/test/script/basic/NASHORN-642.js
nashorn/test/script/basic/NASHORN-646.js
nashorn/test/script/basic/NASHORN-653.js
nashorn/test/script/basic/NASHORN-658.js
nashorn/test/script/basic/NASHORN-659.js
nashorn/test/script/basic/NASHORN-66.js
nashorn/test/script/basic/NASHORN-664.js
nashorn/test/script/basic/NASHORN-665.js
nashorn/test/script/basic/NASHORN-67.js
nashorn/test/script/basic/NASHORN-678.js
nashorn/test/script/basic/NASHORN-68.js
nashorn/test/script/basic/NASHORN-689.js
nashorn/test/script/basic/NASHORN-69.js
nashorn/test/script/basic/NASHORN-691.js
nashorn/test/script/basic/NASHORN-694.js
nashorn/test/script/basic/NASHORN-697.js
nashorn/test/script/basic/NASHORN-703.js
nashorn/test/script/basic/NASHORN-703a.js
nashorn/test/script/basic/NASHORN-705.js
nashorn/test/script/basic/NASHORN-71.js
nashorn/test/script/basic/NASHORN-710.js
nashorn/test/script/basic/NASHORN-711.js
nashorn/test/script/basic/NASHORN-72.js
nashorn/test/script/basic/NASHORN-722.js
nashorn/test/script/basic/NASHORN-73.js
nashorn/test/script/basic/NASHORN-737.js
nashorn/test/script/basic/NASHORN-74.js
nashorn/test/script/basic/NASHORN-740.js
nashorn/test/script/basic/NASHORN-75.js
nashorn/test/script/basic/NASHORN-758.js
nashorn/test/script/basic/NASHORN-759.js
nashorn/test/script/basic/NASHORN-760.js
nashorn/test/script/basic/NASHORN-768.js
nashorn/test/script/basic/NASHORN-778.js
nashorn/test/script/basic/NASHORN-78.js
nashorn/test/script/basic/NASHORN-79.js
nashorn/test/script/basic/NASHORN-792.js
nashorn/test/script/basic/NASHORN-80.js
nashorn/test/script/basic/NASHORN-81.js
nashorn/test/script/basic/NASHORN-833.js
nashorn/test/script/basic/NASHORN-85.js
nashorn/test/script/basic/NASHORN-86.js
nashorn/test/script/basic/NASHORN-87.js
nashorn/test/script/basic/NASHORN-89.js
nashorn/test/script/basic/NASHORN-90.js
nashorn/test/script/basic/NASHORN-91.js
nashorn/test/script/basic/NASHORN-92.js
nashorn/test/script/basic/NASHORN-93.js
nashorn/test/script/basic/NASHORN-95.js
nashorn/test/script/basic/NASHORN-96.js
nashorn/test/script/basic/NASHORN-97.js
nashorn/test/script/basic/NASHORN-98.js
nashorn/test/script/basic/NASHORN-99.js
nashorn/test/script/basic/addition.js
nashorn/test/script/basic/allgettersetters.js
nashorn/test/script/basic/andor.js
nashorn/test/script/basic/anonrecur.js
nashorn/test/script/basic/applycall.js
nashorn/test/script/basic/args.js
nashorn/test/script/basic/arity.js
nashorn/test/script/basic/arrayprotoclass.js
nashorn/test/script/basic/arrays.js
nashorn/test/script/basic/arrays2.js
nashorn/test/script/basic/arraysIntKey.js
nashorn/test/script/basic/arrayset.js
nashorn/test/script/basic/arrayundefined.js
nashorn/test/script/basic/assign.js
nashorn/test/script/basic/bitwise_and.js
nashorn/test/script/basic/booleangetter.js
nashorn/test/script/basic/builtin.js
nashorn/test/script/basic/builtin_assign.js
nashorn/test/script/basic/builtinchain.js
nashorn/test/script/basic/calllink.js
nashorn/test/script/basic/closure.js
nashorn/test/script/basic/commandargs.js
nashorn/test/script/basic/compile-octane.js
nashorn/test/script/basic/condassign.js
nashorn/test/script/basic/construct.js
nashorn/test/script/basic/constructorname.js
nashorn/test/script/basic/date.js
nashorn/test/script/basic/dateparse.js
nashorn/test/script/basic/decinc.js
nashorn/test/script/basic/delete.js
nashorn/test/script/basic/delete2.js
nashorn/test/script/basic/dotpropname.js
nashorn/test/script/basic/doublecache.js
nashorn/test/script/basic/enumeration.js
nashorn/test/script/basic/errors.js
nashorn/test/script/basic/errorstack.js
nashorn/test/script/basic/eval.js
nashorn/test/script/basic/evalreturn.js
nashorn/test/script/basic/exprclosure.js
nashorn/test/script/basic/extensibility.js
nashorn/test/script/basic/fileline.js
nashorn/test/script/basic/finally-catchalls.js
nashorn/test/script/basic/finallyreturn.js
nashorn/test/script/basic/forin.js
nashorn/test/script/basic/forin2.js
nashorn/test/script/basic/funcarray.js
nashorn/test/script/basic/funcbind.js
nashorn/test/script/basic/funcconstructor.js
nashorn/test/script/basic/getclassname.js
nashorn/test/script/basic/getenv.js
nashorn/test/script/basic/getter_callsite.js
nashorn/test/script/basic/gettercalls.js
nashorn/test/script/basic/getterfunc.js
nashorn/test/script/basic/gettersetter.js
nashorn/test/script/basic/globalaccess.js
nashorn/test/script/basic/globals.js
nashorn/test/script/basic/globalscope.js
nashorn/test/script/basic/hello.js
nashorn/test/script/basic/herestr_operator.js
nashorn/test/script/basic/illegaljavaname.js
nashorn/test/script/basic/incheck.js
nashorn/test/script/basic/indexedcall.js
nashorn/test/script/basic/info.js
nashorn/test/script/basic/inherited_nonwritable.js
nashorn/test/script/basic/instanceof.js
nashorn/test/script/basic/instanceof2.js
nashorn/test/script/basic/interfaces.js
nashorn/test/script/basic/iterator.js
nashorn/test/script/basic/java.js
nashorn/test/script/basic/javaarray.js
nashorn/test/script/basic/javaarrayconversion.js
nashorn/test/script/basic/javaexceptions.js
nashorn/test/script/basic/javaimporter.js
nashorn/test/script/basic/javainnerclasses.js
nashorn/test/script/basic/javasigcall.js
nashorn/test/script/basic/jquery.js
nashorn/test/script/basic/jsadapter.js
nashorn/test/script/basic/jsadapterlink.js
nashorn/test/script/basic/json.js
nashorn/test/script/basic/list.js
nashorn/test/script/basic/literal.js
nashorn/test/script/basic/load.js
nashorn/test/script/basic/loadedfile.js
nashorn/test/script/basic/localundef.js
nashorn/test/script/basic/map.js
nashorn/test/script/basic/math.js
nashorn/test/script/basic/minuszero.js
nashorn/test/script/basic/module.js
nashorn/test/script/basic/moduleload.js
nashorn/test/script/basic/nashorn2.js
nashorn/test/script/basic/natives.js
nashorn/test/script/basic/new.js
nashorn/test/script/basic/newexpr.js
nashorn/test/script/basic/newnew.js
nashorn/test/script/basic/nonconstructors.js
nashorn/test/script/basic/nosuchmethod.js
nashorn/test/script/basic/nosuchproperty.js
nashorn/test/script/basic/number.js
nashorn/test/script/basic/numberstring.js
nashorn/test/script/basic/objectprops.js
nashorn/test/script/basic/objects.js
nashorn/test/script/basic/options.js
nashorn/test/script/basic/propchange.js
nashorn/test/script/basic/propertycheck.js
nashorn/test/script/basic/prototype.js
nashorn/test/script/basic/pushpull.js
nashorn/test/script/basic/regex.js
nashorn/test/script/basic/regexp_flags.js
nashorn/test/script/basic/run-octane.js
nashorn/test/script/basic/runsunspider.js
nashorn/test/script/basic/samfunc.js
nashorn/test/script/basic/scripting.js
nashorn/test/script/basic/scripting.js.EXPECTED
nashorn/test/script/basic/sealfreeze.js
nashorn/test/script/basic/setlength.js
nashorn/test/script/basic/stdin.js
nashorn/test/script/basic/strings.js
nashorn/test/script/basic/throws.js
nashorn/test/script/basic/tosource.js
nashorn/test/script/basic/tostring.js
nashorn/test/script/basic/try.js
nashorn/test/script/basic/trybreakcont.js
nashorn/test/script/basic/trycatch.js
nashorn/test/script/basic/trycatchfor.js
nashorn/test/script/basic/tryfinallyreturn.js
nashorn/test/script/basic/tryforbreak.js
nashorn/test/script/basic/typechange.js
nashorn/test/script/basic/typeof.js
nashorn/test/script/basic/typeof2.js
nashorn/test/script/basic/undefined.js
nashorn/test/script/basic/underscore.js
nashorn/test/script/basic/varargs.js
nashorn/test/script/basic/void.js
nashorn/test/script/basic/with.js
nashorn/test/script/basic/withprimitive.js
nashorn/test/script/basic/writable_relink.js
nashorn/test/script/basic/xorassign.js
nashorn/test/script/basic/yui.js
nashorn/test/script/error/NASHORN-154/function_mult_params_in_strict.js
nashorn/test/script/error/NASHORN-154/improper_return_break_continue.js
nashorn/test/script/error/NASHORN-154/invalid_lvalue.js
nashorn/test/script/error/NASHORN-154/literal_data_and_accessor.js
nashorn/test/script/error/NASHORN-154/literal_mult_getters.js
nashorn/test/script/error/NASHORN-154/literal_mult_prop_in_strict.js
nashorn/test/script/error/NASHORN-154/with_in_strict.js
nashorn/test/script/error/NASHORN-214.js
nashorn/test/script/error/NASHORN-35.js
nashorn/test/script/error/NASHORN-39.js
nashorn/test/script/error/NASHORN-568.js
nashorn/test/script/error/NASHORN-57.js
nashorn/test/script/error/NASHORN-668.js
nashorn/test/script/error/quotemissing.js
nashorn/test/script/error/strictmode.js
nashorn/test/script/representations/NASHORN-592a.js
nashorn/test/script/sandbox/NASHORN-525.js
nashorn/test/script/sandbox/classloader.js
nashorn/test/script/sandbox/doprivileged.js
nashorn/test/script/sandbox/exit.js
nashorn/test/script/sandbox/file.js
nashorn/test/script/sandbox/javaextend.js
nashorn/test/script/sandbox/loadLibrary.js
nashorn/test/script/sandbox/net.js
nashorn/test/script/sandbox/property.js
nashorn/test/script/sandbox/reflection.js
nashorn/test/script/sandbox/runnable.js
nashorn/test/script/sandbox/unsafe.js
nashorn/test/script/test262.js
nashorn/test/script/test262_single.js
nashorn/test/src/UnnamedPackageTestCallback.java
nashorn/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java
nashorn/test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java
nashorn/test/src/jdk/nashorn/api/scripting/Window.java
nashorn/test/src/jdk/nashorn/api/scripting/WindowEventHandler.java
nashorn/test/src/jdk/nashorn/internal/access/BooleanAccessTest.java
nashorn/test/src/jdk/nashorn/internal/access/MethodAccessTest.java
nashorn/test/src/jdk/nashorn/internal/access/NumberAccessTest.java
nashorn/test/src/jdk/nashorn/internal/access/NumberBoxingTest.java
nashorn/test/src/jdk/nashorn/internal/access/ObjectAccessTest.java
nashorn/test/src/jdk/nashorn/internal/access/Person.java
nashorn/test/src/jdk/nashorn/internal/access/SharedObject.java
nashorn/test/src/jdk/nashorn/internal/access/StringAccessTest.java
nashorn/test/src/jdk/nashorn/internal/codegen/CompilerTest.java
nashorn/test/src/jdk/nashorn/internal/parser/ParserTest.java
nashorn/test/src/jdk/nashorn/internal/performance/AuroraWrapper.java
nashorn/test/src/jdk/nashorn/internal/performance/OctaneTest.java
nashorn/test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java
nashorn/test/src/jdk/nashorn/internal/performance/SplayTest.java
nashorn/test/src/jdk/nashorn/internal/runtime/ContextTest.java
nashorn/test/src/jdk/nashorn/internal/runtime/JSTypeTest.java
nashorn/test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java
nashorn/test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java
nashorn/test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java
nashorn/test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java
nashorn/test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java
nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java
nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java
nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptTest.java
nashorn/test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java
nashorn/test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java
nashorn/test/src/jdk/nashorn/internal/test/framework/TestConfig.java
nashorn/test/src/jdk/nashorn/internal/test/framework/TestFinder.java
nashorn/test/src/jdk/nashorn/internal/test/framework/TestHelper.java
nashorn/test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java
nashorn/test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java
nashorn/test/src/jdk/nashorn/internal/test/models/FinalClass.java
nashorn/test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java
nashorn/test/src/jdk/nashorn/internal/test/models/NonPublicClass.java
nashorn/test/src/jdk/nashorn/internal/test/models/OuterClass.java
nashorn/test/src/jdk/nashorn/internal/test/models/OverloadedSam.java
nashorn/test/src/jdk/nashorn/internal/test/models/OverrideObject.java
--- a/nashorn/bin/checkintest.sh	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/checkintest.sh	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/fixorphantests.sh	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/fixorphantests.sh	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/fixwhitespace.sh	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/fixwhitespace.sh	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/jjs	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/jjs	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/jjs.bat	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/jjs.bat	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 rem
 rem This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/jjssecure	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/jjssecure	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/jjssecure.bat	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/jjssecure.bat	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 rem
 rem This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/nashorn	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/nashorn	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/nashorn.bat	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/nashorn.bat	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 rem
 rem This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/rm-non-tracked.sh	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/rm-non-tracked.sh	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/verbose_octane.bat	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/verbose_octane.bat	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 rem 
 rem This code is free software; you can redistribute it and/or modify it
--- a/nashorn/bin/verbose_octane.sh	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/bin/verbose_octane.sh	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/build.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/build.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/nasgen.iml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/nasgen.iml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/project.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/project.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/docs/genshelldoc.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/docs/genshelldoc.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/Makefile	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/Makefile	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/build-benchmark.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/build-benchmark.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/build-nasgen.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/build-nasgen.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/build.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/build.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/nbproject/ide-file-targets.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/ide-file-targets.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/nbproject/ide-targets.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/ide-targets.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/nbproject/jdk.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/jdk.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?><project name="jdk" basedir=".">
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
@@ -176,4 +176,4 @@
 
     <target name="-jdk-init" depends="-jdk-preinit,-jdk-warn,-jdk-presetdef-basic,-jdk-default"/>
 
-</project>
\ No newline at end of file
+</project>
--- a/nashorn/make/nbproject/nbjdk.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/nbjdk.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/nbproject/nbjdk.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/nbjdk.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/nbproject/project.xml	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/nbproject/project.xml	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
  This code is free software; you can redistribute it and/or modify it
--- a/nashorn/make/project.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/make/project.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/samples/counters.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/counters.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/samples/letter.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/letter.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/samples/parser.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/parser.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/samples/shell.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/shell.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/samples/test.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/test.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/samples/uniq.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/samples/uniq.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/src/META-INF/services/javax.script.ScriptEngineFactory	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/META-INF/services/javax.script.ScriptEngineFactory	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/NashornException.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/NashornException.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngine.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngine.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/package-info.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/package-info.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/api/scripting/resources/engine.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/api/scripting/resources/engine.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/AccessSpecializer.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/AccessSpecializer.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/BranchOptimizer.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/BranchOptimizer.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/ClassEmitter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/ClassEmitter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/CodeGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/CodeGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/CompileUnit.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/CompileUnit.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Compiler.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Compiler.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/CompilerConstants.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/CompilerConstants.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/ConstantData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/ConstantData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Emitter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Emitter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Frame.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Frame.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/FunctionSignature.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/FunctionSignature.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Lower.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Lower.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/MethodEmitter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/MethodEmitter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Namespace.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Namespace.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/SharedScopeCall.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/SharedScopeCall.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Splitter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Splitter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/Transform.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/Transform.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/WeighNodes.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/WeighNodes.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/MapCreator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/MapCreator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/ArrayType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/ArrayType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BitwiseType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BitwiseType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BooleanType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BooleanType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,7 @@
  */
 
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/IntType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/IntType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/LongType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/LongType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/NumberType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/NumberType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/NumericType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/NumericType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/ObjectType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/ObjectType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/codegen/types/Type.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/codegen/types/Type.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/AccessNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/AccessNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/Assignment.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/Assignment.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/BaseNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/BaseNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/BinaryNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/BinaryNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/Block.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/Block.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/BreakNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/BreakNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/BreakableNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/BreakableNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/CallNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/CallNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/CaseNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/CaseNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/CatchNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/CatchNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ContinueNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ContinueNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/DoWhileNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/DoWhileNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/EmptyNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/EmptyNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ExecuteNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ExecuteNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ForNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ForNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/FunctionCall.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/FunctionCall.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/FunctionNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/FunctionNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/IdentNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/IdentNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/IfNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/IfNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/IndexNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/IndexNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/LabelNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/LabelNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/LabeledNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/LabeledNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/LineNumberNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/LineNumberNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/LiteralNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/LiteralNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/Location.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/Location.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/Node.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/Node.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ObjectNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ObjectNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/PropertyKey.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/PropertyKey.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/PropertyNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/PropertyNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ReferenceNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ReferenceNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ReturnNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ReturnNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/RuntimeNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/RuntimeNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/SplitNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/SplitNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/SwitchNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/SwitchNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/Symbol.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/Symbol.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/TernaryNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/TernaryNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/ThrowNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/ThrowNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/TryNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/TryNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/TypeOverride.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/TypeOverride.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/UnaryNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/UnaryNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/VarNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/VarNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/WhileNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/WhileNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/WithNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/WithNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/annotations/ChildNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/annotations/ChildNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/annotations/Ignore.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/annotations/Ignore.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/annotations/ParentNode.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/annotations/ParentNode.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/annotations/Reference.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/annotations/Reference.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/debug/ASTWriter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/debug/ASTWriter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/debug/JSONWriter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/debug/JSONWriter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/ArrayBufferView.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/ArrayBufferView.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/DateParser.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/DateParser.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/Global.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/Global.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeArguments.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeArguments.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeArray.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeArray.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeBoolean.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeBoolean.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeDate.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeDate.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeDebug.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeDebug.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeEvalError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeEvalError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeFloat32Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeFloat32Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeFloat64Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeFloat64Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeFunction.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeFunction.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeInt16Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeInt16Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeInt32Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeInt32Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeInt8Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeInt8Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeJSAdapter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeJSAdapter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeJSON.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeJSON.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeJava.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeJava.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeJavaImporter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeJavaImporter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeMath.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeMath.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeNumber.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeNumber.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeRangeError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeRangeError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeReferenceError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeReferenceError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeRegExp.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeRegExp.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeStrictArguments.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeStrictArguments.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeString.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeString.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeSyntaxError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeSyntaxError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeTypeError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeTypeError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeURIError.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeURIError.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeUint16Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeUint16Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeUint32Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeUint32Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeUint8Array.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeUint8Array.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/PrototypeObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/PrototypeObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Attribute.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Attribute.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Constructor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Constructor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Function.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Function.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Getter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Getter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Property.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Property.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Setter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Setter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/annotations/Where.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/annotations/Where.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/objects/package-info.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/objects/package-info.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/AbstractParser.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/AbstractParser.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/JSONParser.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/JSONParser.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/Lexer.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/Lexer.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/Parser.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/Parser.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/RegExp.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/RegExp.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/RegExpScanner.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/RegExpScanner.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/Scanner.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/Scanner.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/Token.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/Token.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/TokenKind.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/TokenKind.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/TokenLookup.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/TokenLookup.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/TokenStream.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/TokenStream.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/parser/TokenType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/parser/TokenType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/AccessorProperty.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/AccessorProperty.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/BitVector.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/BitVector.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/CodeInstaller.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/CodeInstaller.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ConsString.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ConsString.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Context.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Context.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Debug.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Debug.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/DebugLogger.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/DebugLogger.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ECMAErrors.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ECMAErrors.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ECMAException.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ECMAException.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ErrorManager.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ErrorManager.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/FindProperty.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/FindProperty.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/FunctionScope.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/FunctionScope.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/GlobalFunctions.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/GlobalFunctions.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/GlobalObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/GlobalObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/JSErrorType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/JSErrorType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/JSType.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/JSType.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Logging.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Logging.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/NashornLoader.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/NashornLoader.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/NumberToString.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/NumberToString.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ParserException.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ParserException.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Property.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Property.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyAccess.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyAccess.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyListener.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyListener.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyMap.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyMap.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/RegExpMatch.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/RegExpMatch.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Scope.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Scope.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptFunction.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptFunction.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptLoader.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptLoader.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptRuntime.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptRuntime.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Source.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Source.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/SpillProperty.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/SpillProperty.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/StructureLoader.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/StructureLoader.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/URIUtils.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/URIUtils.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Undefined.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Undefined.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/Version.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/Version.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/WithObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/WithObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/Lookup.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/Lookup.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/Mangler.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/Mangler.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/options/Option.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/options/Option.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/options/Options.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/options/Options.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/options/ValueOption.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/options/ValueOption.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/Options.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/Options.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/parser.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/parser.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/runtime/resources/version.properties-template	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/runtime/resources/version.properties-template	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/scripts/JO$.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/scripts/JO$.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/internal/scripts/JS$.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/internal/scripts/JS$.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/tools/Shell.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/tools/Shell.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/tools/resources/Shell.properties	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/tools/resources/Shell.properties	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/jdk/nashorn/tools/resources/shell.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/jdk/nashorn/tools/resources/shell.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/netscape/javascript/JSObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/netscape/javascript/JSObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/src/overview.html	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/src/overview.html	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 <!-- 
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
  This code is free software; you can redistribute it and/or modify it
@@ -110,4 +110,4 @@
 <a href="jdk/nashorn/internal/objects/NativeJSAdapter.html">{@code JSAdapter}</a>,
 <a href="jdk/nashorn/internal/objects/NativeJavaImporter.html">{@code JavaImporter},
 <a href="jdk/nashorn/internal/runtime/NativeJavaPackage.html">{@code Packages}.</a>
-</body>
\ No newline at end of file
+</body>
--- a/nashorn/test/examples/dual-fields-micro.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/examples/dual-fields-micro.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/test/examples/innerbench.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/examples/innerbench.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/test/examples/typechain.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/examples/typechain.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/nashorn/test/lib/benchmark.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/lib/benchmark.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/opt/add.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/opt/add.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/opt/add_constant.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/opt/add_constant.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/opt/add_reuse_callsite.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/opt/add_reuse_callsite.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/opt/add_revert2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/opt/add_revert2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/opt/cascade_specialize.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/opt/cascade_specialize.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/assert.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/assert.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-100.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-100.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-101.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-101.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-102.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-102.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-103.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-103.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-104.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-104.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-105.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-105.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-106.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-106.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-107.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-107.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-108.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-108.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-109.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-109.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-11.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-11.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-111.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-111.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-113.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-113.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-114.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-114.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-115.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-115.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-117.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-117.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-118.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-118.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-119.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-119.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-12.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-12.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-120.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-120.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-122.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-122.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-126.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-126.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-127.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-127.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-130.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-130.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-132.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-132.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-133.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-133.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-135.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-135.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-136.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-136.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-14.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-14.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-148.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-148.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-15.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-15.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-153.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-153.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-156.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-156.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-157.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-157.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-163.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-163.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-164.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-164.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-165.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-165.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-166.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-166.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-168.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-168.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-169.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-169.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-172.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-172.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-173.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-173.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-174.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-174.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-175.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-175.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-176.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-176.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-177.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-177.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-178.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-178.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-179.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-179.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-18.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-18.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-181.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-181.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-182.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-182.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-183.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-183.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-184.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-184.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-185.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-185.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-187.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-187.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-188.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-188.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-19.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-19.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-190.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-190.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-192.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-192.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-194.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-194.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-196.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-196.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-198.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-198.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-20.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-20.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-201.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-201.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-202.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-202.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-203.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-203.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-204.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-204.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-205.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-205.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-206.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-206.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-207.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-207.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-207_2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-207_2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-208.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-208.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-209.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-209.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-21.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-21.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-211.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-211.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-212.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-212.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-213.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-213.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-215.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-215.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-216.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-216.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-217.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-217.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-219.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-219.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-22.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-22.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-221.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-221.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-222.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-222.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-223.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-223.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-225.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-225.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-226.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-226.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-227.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-227.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-228.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-228.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-229.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-229.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-229_subtest.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-229_subtest.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-23.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-23.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-232.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-232.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-234.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-234.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-235.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-235.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-236.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-236.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-237.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-237.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-239.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-239.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-24.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-24.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-241.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-241.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-242.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-242.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-245.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-245.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-247.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-247.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-25.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-25.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-251.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-251.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-252.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-252.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-253.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-253.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-256.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-256.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-258.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-258.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-26.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-26.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-260.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-260.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-261.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-261.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-262.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-262.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-263.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-263.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-264.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-264.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-265.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-265.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-266.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-266.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-269.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-269.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-27.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-27.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-270.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-270.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-271.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-271.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-275.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-275.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-276.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-276.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-277.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-277.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-278.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-278.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-28.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-28.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-281.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-281.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-284.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-284.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-285.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-285.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-288.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-288.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-29.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-29.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-293.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-293.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-294.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-294.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-296.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-296.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-297.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-297.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-30.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-30.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-300.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-300.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-301.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-301.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-304.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-304.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-310.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-310.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-318.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-318.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-32.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-32.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-321.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-321.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-323.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-323.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-324.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-324.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-33.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-33.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-331.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-331.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-337.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-337.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-34.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-34.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-340.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-340.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-349.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-349.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-354.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-354.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-355.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-355.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-36.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-36.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-365.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-365.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-366.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-366.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-368.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-368.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-37.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-37.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-375.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-375.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-376.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-376.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-377.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-377.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-378.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-378.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-38.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-38.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-380.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-380.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-381.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-381.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-382.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-382.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-383.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-383.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-384.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-384.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-385.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-385.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-389.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-389.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-393.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-393.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-394.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-394.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-396.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-396.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-397.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-397.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-398.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-398.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-40.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-40.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-400.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-400.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-401.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-401.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-402.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-402.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-404.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-404.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-405.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-405.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-406.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-406.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-408.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-408.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-415.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-415.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-416.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-416.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-417.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-417.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-418.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-418.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-420.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-420.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-421.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-421.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-423.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-423.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-423a.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-423a.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-424.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-424.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-425.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-425.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-426.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-426.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-427.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-427.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-428.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-428.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-429.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-429.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-432.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-432.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-433.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-433.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-434.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-434.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-435.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-435.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-437.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-437.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-44.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-44.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-441.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-441.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-442.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-442.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-443.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-443.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-444.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-444.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-445.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-445.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-446.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-446.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-447.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-447.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-448.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-448.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-449.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-449.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-45.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-45.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-450.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-450.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-452.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-452.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-459.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-459.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-46.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-46.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-462.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-462.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-463.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-463.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-468.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-468.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-47.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-47.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-473.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-473.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-474.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-474.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-478.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-478.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-48.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-48.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-481.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-481.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-482.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-482.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-484.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-484.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-486.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-486.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-487.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-487.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-488.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-488.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-49.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-49.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-490.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-490.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-494.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-494.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-497.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-497.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-498.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-498.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-499.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-499.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-50.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-50.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-500.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-500.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-503.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-503.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-51.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-51.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-511.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-511.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-515.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-515.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-516.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-516.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-52.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-52.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-534.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-534.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-535.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-535.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-544.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-544.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-55.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-55.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-554.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-554.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-556.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-556.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-56.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-56.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-562.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-562.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-565.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-565.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-575.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-575.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-58.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-58.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-59.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-59.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-592.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-592.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-597.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-597.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-60.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-60.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-609.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-609.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-61.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-61.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-62.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-62.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-620.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-620.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-623.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-623.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-627.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-627.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-63.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-63.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-637.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-637.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-638.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-638.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-639.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-639.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-64.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-64.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-642.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-642.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-646.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-646.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-653.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-653.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-658.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-658.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-659.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-659.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-66.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-66.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-664.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-664.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-665.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-665.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-67.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-67.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-678.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-678.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-68.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-68.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-689.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-689.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-69.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-69.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-691.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-691.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-694.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-694.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-697.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-697.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-703.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-703.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-703a.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-703a.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-705.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-705.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,6 +1,6 @@
 #this-line-is-ignored
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-71.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-71.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-710.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-710.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-711.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-711.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-72.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-72.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-722.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-722.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-73.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-73.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-737.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-737.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-74.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-74.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-740.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-740.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-75.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-75.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-758.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-758.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-759.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-759.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-760.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-760.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-768.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-768.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-778.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-778.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-78.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-78.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-79.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-79.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-792.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-792.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-80.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-80.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-81.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-81.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-833.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-833.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-85.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-85.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-86.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-86.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-87.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-87.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-89.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-89.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-90.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-90.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-91.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-91.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-92.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-92.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-93.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-93.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-95.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-95.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-96.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-96.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-97.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-97.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-98.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-98.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/NASHORN-99.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/NASHORN-99.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/addition.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/addition.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/allgettersetters.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/allgettersetters.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/andor.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/andor.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/anonrecur.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/anonrecur.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/applycall.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/applycall.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/args.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/args.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arity.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arity.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arrayprotoclass.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arrayprotoclass.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arrays.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arrays.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arrays2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arrays2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arraysIntKey.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arraysIntKey.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arrayset.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arrayset.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/arrayundefined.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/arrayundefined.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/assign.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/assign.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/bitwise_and.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/bitwise_and.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/booleangetter.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/booleangetter.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/builtin.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/builtin.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/builtin_assign.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/builtin_assign.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/builtinchain.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/builtinchain.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/calllink.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/calllink.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/closure.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/closure.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/commandargs.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/commandargs.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/compile-octane.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/compile-octane.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/condassign.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/condassign.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/construct.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/construct.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/constructorname.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/constructorname.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/date.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/date.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/dateparse.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/dateparse.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/decinc.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/decinc.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/delete.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/delete.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/delete2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/delete2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/dotpropname.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/dotpropname.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/doublecache.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/doublecache.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/enumeration.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/enumeration.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/errors.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/errors.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/errorstack.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/errorstack.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/eval.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/eval.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/evalreturn.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/evalreturn.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/exprclosure.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/exprclosure.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/extensibility.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/extensibility.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/fileline.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/fileline.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/finally-catchalls.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/finally-catchalls.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/finallyreturn.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/finallyreturn.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/forin.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/forin.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/forin2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/forin2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/funcarray.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/funcarray.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/funcbind.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/funcbind.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/funcconstructor.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/funcconstructor.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/getclassname.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/getclassname.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/getenv.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/getenv.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/getter_callsite.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/getter_callsite.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/gettercalls.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/gettercalls.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/getterfunc.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/getterfunc.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/gettersetter.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/gettersetter.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/globalaccess.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/globalaccess.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/globals.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/globals.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/globalscope.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/globalscope.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/hello.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/hello.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/herestr_operator.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/herestr_operator.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/illegaljavaname.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/illegaljavaname.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/incheck.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/incheck.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/indexedcall.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/indexedcall.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/info.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/info.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/inherited_nonwritable.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/inherited_nonwritable.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/instanceof.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/instanceof.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/instanceof2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/instanceof2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/interfaces.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/interfaces.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/iterator.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/iterator.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/java.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/java.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javaarray.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javaarray.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javaarrayconversion.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javaarrayconversion.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javaexceptions.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javaexceptions.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javaimporter.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javaimporter.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javainnerclasses.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javainnerclasses.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/javasigcall.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/javasigcall.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/jquery.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/jquery.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/jsadapter.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/jsadapter.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/jsadapterlink.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/jsadapterlink.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/json.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/json.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/list.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/list.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/literal.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/literal.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/load.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/load.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/loadedfile.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/loadedfile.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/localundef.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/localundef.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/map.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/map.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/math.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/math.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/minuszero.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/minuszero.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/module.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/module.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/moduleload.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/moduleload.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/nashorn2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/nashorn2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/natives.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/natives.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/new.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/new.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/newexpr.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/newexpr.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/newnew.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/newnew.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/nonconstructors.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/nonconstructors.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/nosuchmethod.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/nosuchmethod.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/nosuchproperty.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/nosuchproperty.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/number.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/number.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/numberstring.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/numberstring.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/objectprops.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/objectprops.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/objects.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/objects.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/options.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/options.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/propchange.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/propchange.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/propertycheck.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/propertycheck.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/prototype.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/prototype.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/pushpull.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/pushpull.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/regex.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/regex.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/regexp_flags.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/regexp_flags.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/run-octane.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/run-octane.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/runsunspider.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/runsunspider.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/samfunc.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/samfunc.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/scripting.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/scripting.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/scripting.js.EXPECTED	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/scripting.js.EXPECTED	Fri Jan 04 09:58:33 2013 -0400
@@ -20,7 +20,7 @@
 8
 No we don't
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/sealfreeze.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/sealfreeze.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/setlength.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/setlength.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/stdin.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/stdin.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/strings.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/strings.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/throws.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/throws.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/tosource.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/tosource.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/tostring.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/tostring.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/try.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/try.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/trybreakcont.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/trybreakcont.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/trycatch.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/trycatch.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/trycatchfor.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/trycatchfor.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/tryfinallyreturn.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/tryfinallyreturn.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/tryforbreak.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/tryforbreak.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/typechange.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/typechange.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/typeof.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/typeof.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/typeof2.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/typeof2.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/undefined.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/undefined.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/underscore.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/underscore.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/varargs.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/varargs.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/void.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/void.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/with.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/with.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/withprimitive.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/withprimitive.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/writable_relink.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/writable_relink.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/xorassign.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/xorassign.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/basic/yui.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/basic/yui.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/function_mult_params_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/function_mult_params_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/improper_return_break_continue.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/improper_return_break_continue.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/invalid_lvalue.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/invalid_lvalue.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/literal_data_and_accessor.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/literal_data_and_accessor.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/literal_mult_getters.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/literal_mult_getters.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/literal_mult_prop_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/literal_mult_prop_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-154/with_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-154/with_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-214.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-214.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-35.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-35.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-39.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-39.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-568.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-568.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-57.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-57.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/NASHORN-668.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/NASHORN-668.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/quotemissing.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/quotemissing.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/error/strictmode.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/error/strictmode.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/representations/NASHORN-592a.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/representations/NASHORN-592a.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/NASHORN-525.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/NASHORN-525.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/classloader.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/classloader.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/doprivileged.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/doprivileged.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/exit.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/exit.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/file.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/file.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/javaextend.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/javaextend.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/loadLibrary.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/loadLibrary.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/net.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/net.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/property.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/property.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/reflection.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/reflection.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/runnable.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/runnable.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/sandbox/unsafe.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/sandbox/unsafe.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/test262.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/test262.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/script/test262_single.js	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/script/test262_single.js	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  * 
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/UnnamedPackageTestCallback.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/UnnamedPackageTestCallback.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/api/scripting/Window.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/api/scripting/Window.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/api/scripting/WindowEventHandler.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/api/scripting/WindowEventHandler.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/BooleanAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/BooleanAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/MethodAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/MethodAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/NumberAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/NumberAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/NumberBoxingTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/NumberBoxingTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/ObjectAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/ObjectAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/Person.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/Person.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/SharedObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/SharedObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/access/StringAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/access/StringAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/codegen/CompilerTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/codegen/CompilerTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/parser/ParserTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/parser/ParserTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/performance/AuroraWrapper.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/performance/AuroraWrapper.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/performance/OctaneTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/performance/OctaneTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/performance/SplayTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/performance/SplayTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/runtime/ContextTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/runtime/ContextTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/runtime/JSTypeTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/runtime/JSTypeTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptTest.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/ScriptTest.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/TestConfig.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/TestConfig.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/TestFinder.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/TestFinder.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/TestHelper.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/TestHelper.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/FinalClass.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/FinalClass.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/NonPublicClass.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/NonPublicClass.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/OuterClass.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/OuterClass.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/OverloadedSam.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/OverloadedSam.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/nashorn/test/src/jdk/nashorn/internal/test/models/OverrideObject.java	Fri Jan 04 09:58:30 2013 -0400
+++ b/nashorn/test/src/jdk/nashorn/internal/test/models/OverrideObject.java	Fri Jan 04 09:58:33 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it