8005663: Update copyright year to 2013

Fri, 04 Jan 2013 09:58:33 -0400

author
jlaskey
date
Fri, 04 Jan 2013 09:58:33 -0400
changeset 7
5a1b0714df0e
parent 6
c6e194450af7
child 8
1e3f411f47bf

8005663: Update copyright year to 2013
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com

bin/checkintest.sh file | annotate | diff | comparison | revisions
bin/fixorphantests.sh file | annotate | diff | comparison | revisions
bin/fixwhitespace.sh file | annotate | diff | comparison | revisions
bin/jjs file | annotate | diff | comparison | revisions
bin/jjs.bat file | annotate | diff | comparison | revisions
bin/jjssecure file | annotate | diff | comparison | revisions
bin/jjssecure.bat file | annotate | diff | comparison | revisions
bin/nashorn file | annotate | diff | comparison | revisions
bin/nashorn.bat file | annotate | diff | comparison | revisions
bin/rm-non-tracked.sh file | annotate | diff | comparison | revisions
bin/verbose_octane.bat file | annotate | diff | comparison | revisions
bin/verbose_octane.sh file | annotate | diff | comparison | revisions
buildtools/nasgen/build.xml file | annotate | diff | comparison | revisions
buildtools/nasgen/nasgen.iml file | annotate | diff | comparison | revisions
buildtools/nasgen/project.properties file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java file | annotate | diff | comparison | revisions
buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java file | annotate | diff | comparison | revisions
docs/genshelldoc.js file | annotate | diff | comparison | revisions
make/Makefile file | annotate | diff | comparison | revisions
make/build-benchmark.xml file | annotate | diff | comparison | revisions
make/build-nasgen.xml file | annotate | diff | comparison | revisions
make/build.xml file | annotate | diff | comparison | revisions
make/nbproject/ide-file-targets.xml file | annotate | diff | comparison | revisions
make/nbproject/ide-targets.xml file | annotate | diff | comparison | revisions
make/nbproject/jdk.xml file | annotate | diff | comparison | revisions
make/nbproject/nbjdk.properties file | annotate | diff | comparison | revisions
make/nbproject/nbjdk.xml file | annotate | diff | comparison | revisions
make/nbproject/project.xml file | annotate | diff | comparison | revisions
make/project.properties file | annotate | diff | comparison | revisions
samples/counters.js file | annotate | diff | comparison | revisions
samples/letter.js file | annotate | diff | comparison | revisions
samples/parser.js file | annotate | diff | comparison | revisions
samples/shell.js file | annotate | diff | comparison | revisions
samples/test.js file | annotate | diff | comparison | revisions
samples/uniq.js file | annotate | diff | comparison | revisions
src/META-INF/services/javax.script.ScriptEngineFactory file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/NashornException.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/NashornScriptEngine.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/ScriptObjectMirror.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/package-info.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/api/scripting/resources/engine.js file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/AccessSpecializer.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/BranchOptimizer.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/ClassEmitter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/CodeGenerator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/CompileUnit.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Compiler.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/CompilerConstants.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/ConstantData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Emitter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Frame.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/FunctionSignature.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Lower.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/MethodEmitter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Namespace.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/RuntimeCallSite.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/SharedScopeCall.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Splitter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/Transform.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/WeighNodes.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/MapCreator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/ArrayType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BitwiseType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BooleanType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/BytecodeOps.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/IntType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/LongType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/NumberType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/NumericType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/ObjectType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/codegen/types/Type.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/AccessNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/Assignment.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/BaseNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/BinaryNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/Block.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/BreakNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/BreakableNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/CallNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/CaseNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/CatchNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ContinueNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/DoWhileNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/EmptyNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ExecuteNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ForNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/FunctionCall.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/FunctionNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/IdentNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/IfNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/IndexNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/LabelNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/LabeledNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/LineNumberNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/LiteralNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/Location.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/Node.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ObjectNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/PropertyKey.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/PropertyNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ReferenceNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ReturnNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/RuntimeNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/SplitNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/SwitchNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/Symbol.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/TernaryNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/ThrowNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/TryNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/TypeOverride.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/UnaryNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/VarNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/WhileNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/WithNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/annotations/ChildNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/annotations/Ignore.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/annotations/ParentNode.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/annotations/Reference.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/debug/ASTWriter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/debug/JSONWriter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/debug/PrintVisitor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/ArrayBufferView.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/DateParser.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/Global.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeArguments.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeArray.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeArrayBuffer.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeBoolean.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeDate.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeDebug.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeEvalError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeFloat32Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeFloat64Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeFunction.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeInt16Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeInt32Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeInt8Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeJSAdapter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeJSON.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeJava.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeJavaImporter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeMath.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeNumber.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeObject.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeRangeError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeReferenceError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeRegExp.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeStrictArguments.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeString.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeSyntaxError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeTypeError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeURIError.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeUint16Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeUint32Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeUint8Array.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/PrototypeObject.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Attribute.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Constructor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Function.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Getter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Property.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/ScriptClass.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Setter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/annotations/Where.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/objects/package-info.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/AbstractParser.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/JSONParser.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/Lexer.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/Parser.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/RegExp.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/RegExpScanner.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/Scanner.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/Token.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/TokenKind.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/TokenLookup.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/TokenStream.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/parser/TokenType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/AccessorProperty.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/BitVector.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/CodeInstaller.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ConsString.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Context.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Debug.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/DebugLogger.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ECMAErrors.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ECMAException.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ErrorManager.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/FindProperty.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/FunctionScope.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/GlobalFunctions.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/GlobalObject.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/JSErrorType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/JSType.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Logging.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/NashornLoader.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/NativeJavaPackage.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/NumberToString.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ParserException.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Property.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyAccess.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyDescriptor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyHashMap.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyListener.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyListenerManager.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/PropertyMap.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/RegExpMatch.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Scope.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ScriptFunction.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ScriptLoader.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ScriptObject.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ScriptRuntime.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/ScriptingFunctions.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Source.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/SpillProperty.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/StructureLoader.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/URIUtils.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Undefined.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/UserAccessorProperty.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/Version.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/WithObject.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/MapIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/Bootstrap.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/InvokeByName.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/Lookup.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/Mangler.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornGuards.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornLinker.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/options/KeyValueOption.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/options/Option.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/options/OptionTemplate.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/options/Options.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/options/ValueOption.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/resources/Messages.properties file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/resources/Options.properties file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/resources/parser.js file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/runtime/resources/version.properties-template file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/scripts/JO$.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/internal/scripts/JS$.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/tools/Shell.java file | annotate | diff | comparison | revisions
src/jdk/nashorn/tools/resources/Shell.properties file | annotate | diff | comparison | revisions
src/jdk/nashorn/tools/resources/shell.js file | annotate | diff | comparison | revisions
src/netscape/javascript/JSObject.java file | annotate | diff | comparison | revisions
src/overview.html file | annotate | diff | comparison | revisions
test/examples/dual-fields-micro.js file | annotate | diff | comparison | revisions
test/examples/innerbench.js file | annotate | diff | comparison | revisions
test/examples/typechain.js file | annotate | diff | comparison | revisions
test/lib/benchmark.js file | annotate | diff | comparison | revisions
test/opt/add.js file | annotate | diff | comparison | revisions
test/opt/add_constant.js file | annotate | diff | comparison | revisions
test/opt/add_reuse_callsite.js file | annotate | diff | comparison | revisions
test/opt/add_revert2.js file | annotate | diff | comparison | revisions
test/opt/cascade_specialize.js file | annotate | diff | comparison | revisions
test/script/assert.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-100.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-101.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-102.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-103.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-104.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-105.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-106.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-107.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-108.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-109.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-11.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-111.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-113.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-114.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-115.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-117.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-118.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-119.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-12.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-120.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-122.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-126.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-127.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-130.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-132.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-133.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-135.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-136.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-14.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-148.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-15.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-153.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-156.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-157.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-163.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-164.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-165.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-166.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-168.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-169.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-172.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-173.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-174.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-175.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-176.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-177.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-178.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-179.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-18.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-181.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-182.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-183.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-184.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-185.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-187.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-188.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-19.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-190.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-192.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-194.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-196.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-198.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-20.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-201.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-202.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-203.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-204.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-205.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-206.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-207.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-207_2.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-208.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-209.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-21.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-211.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-212.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-213.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-215.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-216.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-217.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-219.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-22.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-221.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-222.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-223.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-225.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-226.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-227.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-228.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-229.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-229_subtest.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-23.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-232.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-234.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-235.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-236.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-237.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-239.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-24.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-241.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-242.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-245.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-247.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-25.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-251.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-252.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-253.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-256.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-258.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-26.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-260.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-261.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-262.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-263.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-264.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-265.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-266.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-269.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-27.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-270.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-271.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-275.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-276.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-277.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-278.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-28.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-281.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-284.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-285.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-288.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-29.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-293.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-294.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-296.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-297.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-30.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-300.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-301.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-304.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-310.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-318.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-32.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-321.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-323.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-324.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-33.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-331.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-337.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-34.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-340.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-349.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-354.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-355.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-36.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-365.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-366.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-368.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-37.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-375.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-376.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-377.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-378.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-38.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-380.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-381.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-382.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-383.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-384.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-385.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-389.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-393.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-394.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-396.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-397.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-398.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-40.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-400.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-401.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-402.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-404.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-405.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-406.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-408.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-415.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-416.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-417.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-418.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-420.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-421.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-423.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-423a.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-424.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-425.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-426.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-427.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-428.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-429.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-432.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-433.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-434.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-435.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-437.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-44.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-441.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-442.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-443.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-444.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-445.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-446.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-447.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-448.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-449.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-45.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-450.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-452.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-459.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-46.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-462.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-463.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-468.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-47.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-473.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-474.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-478.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-48.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-481.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-482.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-484.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-486.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-487.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-488.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-49.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-490.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-494.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-497.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-498.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-499.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-50.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-500.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-503.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-51.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-511.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-515.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-516.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-52.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-534.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-535.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-544.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-55.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-554.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-556.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-56.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-562.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-565.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-575.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-58.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-59.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-592.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-597.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-60.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-609.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-61.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-62.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-620.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-623.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-627.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-63.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-637.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-638.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-639.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-64.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-642.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-646.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-653.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-658.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-659.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-66.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-664.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-665.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-67.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-678.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-68.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-689.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-69.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-691.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-694.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-697.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-703.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-703a.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-705.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-71.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-710.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-711.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-72.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-722.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-73.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-737.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-74.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-740.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-75.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-758.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-759.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-760.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-768.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-778.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-78.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-79.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-792.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-80.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-81.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-833.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-85.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-86.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-87.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-89.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-90.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-91.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-92.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-93.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-95.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-96.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-97.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-98.js file | annotate | diff | comparison | revisions
test/script/basic/NASHORN-99.js file | annotate | diff | comparison | revisions
test/script/basic/addition.js file | annotate | diff | comparison | revisions
test/script/basic/allgettersetters.js file | annotate | diff | comparison | revisions
test/script/basic/andor.js file | annotate | diff | comparison | revisions
test/script/basic/anonrecur.js file | annotate | diff | comparison | revisions
test/script/basic/applycall.js file | annotate | diff | comparison | revisions
test/script/basic/args.js file | annotate | diff | comparison | revisions
test/script/basic/arity.js file | annotate | diff | comparison | revisions
test/script/basic/arrayprotoclass.js file | annotate | diff | comparison | revisions
test/script/basic/arrays.js file | annotate | diff | comparison | revisions
test/script/basic/arrays2.js file | annotate | diff | comparison | revisions
test/script/basic/arraysIntKey.js file | annotate | diff | comparison | revisions
test/script/basic/arrayset.js file | annotate | diff | comparison | revisions
test/script/basic/arrayundefined.js file | annotate | diff | comparison | revisions
test/script/basic/assign.js file | annotate | diff | comparison | revisions
test/script/basic/bitwise_and.js file | annotate | diff | comparison | revisions
test/script/basic/booleangetter.js file | annotate | diff | comparison | revisions
test/script/basic/builtin.js file | annotate | diff | comparison | revisions
test/script/basic/builtin_assign.js file | annotate | diff | comparison | revisions
test/script/basic/builtinchain.js file | annotate | diff | comparison | revisions
test/script/basic/calllink.js file | annotate | diff | comparison | revisions
test/script/basic/closure.js file | annotate | diff | comparison | revisions
test/script/basic/commandargs.js file | annotate | diff | comparison | revisions
test/script/basic/compile-octane.js file | annotate | diff | comparison | revisions
test/script/basic/condassign.js file | annotate | diff | comparison | revisions
test/script/basic/construct.js file | annotate | diff | comparison | revisions
test/script/basic/constructorname.js file | annotate | diff | comparison | revisions
test/script/basic/date.js file | annotate | diff | comparison | revisions
test/script/basic/dateparse.js file | annotate | diff | comparison | revisions
test/script/basic/decinc.js file | annotate | diff | comparison | revisions
test/script/basic/delete.js file | annotate | diff | comparison | revisions
test/script/basic/delete2.js file | annotate | diff | comparison | revisions
test/script/basic/dotpropname.js file | annotate | diff | comparison | revisions
test/script/basic/doublecache.js file | annotate | diff | comparison | revisions
test/script/basic/enumeration.js file | annotate | diff | comparison | revisions
test/script/basic/errors.js file | annotate | diff | comparison | revisions
test/script/basic/errorstack.js file | annotate | diff | comparison | revisions
test/script/basic/eval.js file | annotate | diff | comparison | revisions
test/script/basic/evalreturn.js file | annotate | diff | comparison | revisions
test/script/basic/exprclosure.js file | annotate | diff | comparison | revisions
test/script/basic/extensibility.js file | annotate | diff | comparison | revisions
test/script/basic/fileline.js file | annotate | diff | comparison | revisions
test/script/basic/finally-catchalls.js file | annotate | diff | comparison | revisions
test/script/basic/finallyreturn.js file | annotate | diff | comparison | revisions
test/script/basic/forin.js file | annotate | diff | comparison | revisions
test/script/basic/forin2.js file | annotate | diff | comparison | revisions
test/script/basic/funcarray.js file | annotate | diff | comparison | revisions
test/script/basic/funcbind.js file | annotate | diff | comparison | revisions
test/script/basic/funcconstructor.js file | annotate | diff | comparison | revisions
test/script/basic/getclassname.js file | annotate | diff | comparison | revisions
test/script/basic/getenv.js file | annotate | diff | comparison | revisions
test/script/basic/getter_callsite.js file | annotate | diff | comparison | revisions
test/script/basic/gettercalls.js file | annotate | diff | comparison | revisions
test/script/basic/getterfunc.js file | annotate | diff | comparison | revisions
test/script/basic/gettersetter.js file | annotate | diff | comparison | revisions
test/script/basic/globalaccess.js file | annotate | diff | comparison | revisions
test/script/basic/globals.js file | annotate | diff | comparison | revisions
test/script/basic/globalscope.js file | annotate | diff | comparison | revisions
test/script/basic/hello.js file | annotate | diff | comparison | revisions
test/script/basic/herestr_operator.js file | annotate | diff | comparison | revisions
test/script/basic/illegaljavaname.js file | annotate | diff | comparison | revisions
test/script/basic/incheck.js file | annotate | diff | comparison | revisions
test/script/basic/indexedcall.js file | annotate | diff | comparison | revisions
test/script/basic/info.js file | annotate | diff | comparison | revisions
test/script/basic/inherited_nonwritable.js file | annotate | diff | comparison | revisions
test/script/basic/instanceof.js file | annotate | diff | comparison | revisions
test/script/basic/instanceof2.js file | annotate | diff | comparison | revisions
test/script/basic/interfaces.js file | annotate | diff | comparison | revisions
test/script/basic/iterator.js file | annotate | diff | comparison | revisions
test/script/basic/java.js file | annotate | diff | comparison | revisions
test/script/basic/javaarray.js file | annotate | diff | comparison | revisions
test/script/basic/javaarrayconversion.js file | annotate | diff | comparison | revisions
test/script/basic/javaexceptions.js file | annotate | diff | comparison | revisions
test/script/basic/javaimporter.js file | annotate | diff | comparison | revisions
test/script/basic/javainnerclasses.js file | annotate | diff | comparison | revisions
test/script/basic/javasigcall.js file | annotate | diff | comparison | revisions
test/script/basic/jquery.js file | annotate | diff | comparison | revisions
test/script/basic/jsadapter.js file | annotate | diff | comparison | revisions
test/script/basic/jsadapterlink.js file | annotate | diff | comparison | revisions
test/script/basic/json.js file | annotate | diff | comparison | revisions
test/script/basic/list.js file | annotate | diff | comparison | revisions
test/script/basic/literal.js file | annotate | diff | comparison | revisions
test/script/basic/load.js file | annotate | diff | comparison | revisions
test/script/basic/loadedfile.js file | annotate | diff | comparison | revisions
test/script/basic/localundef.js file | annotate | diff | comparison | revisions
test/script/basic/map.js file | annotate | diff | comparison | revisions
test/script/basic/math.js file | annotate | diff | comparison | revisions
test/script/basic/minuszero.js file | annotate | diff | comparison | revisions
test/script/basic/module.js file | annotate | diff | comparison | revisions
test/script/basic/moduleload.js file | annotate | diff | comparison | revisions
test/script/basic/nashorn2.js file | annotate | diff | comparison | revisions
test/script/basic/natives.js file | annotate | diff | comparison | revisions
test/script/basic/new.js file | annotate | diff | comparison | revisions
test/script/basic/newexpr.js file | annotate | diff | comparison | revisions
test/script/basic/newnew.js file | annotate | diff | comparison | revisions
test/script/basic/nonconstructors.js file | annotate | diff | comparison | revisions
test/script/basic/nosuchmethod.js file | annotate | diff | comparison | revisions
test/script/basic/nosuchproperty.js file | annotate | diff | comparison | revisions
test/script/basic/number.js file | annotate | diff | comparison | revisions
test/script/basic/numberstring.js file | annotate | diff | comparison | revisions
test/script/basic/objectprops.js file | annotate | diff | comparison | revisions
test/script/basic/objects.js file | annotate | diff | comparison | revisions
test/script/basic/options.js file | annotate | diff | comparison | revisions
test/script/basic/propchange.js file | annotate | diff | comparison | revisions
test/script/basic/propertycheck.js file | annotate | diff | comparison | revisions
test/script/basic/prototype.js file | annotate | diff | comparison | revisions
test/script/basic/pushpull.js file | annotate | diff | comparison | revisions
test/script/basic/regex.js file | annotate | diff | comparison | revisions
test/script/basic/regexp_flags.js file | annotate | diff | comparison | revisions
test/script/basic/run-octane.js file | annotate | diff | comparison | revisions
test/script/basic/runsunspider.js file | annotate | diff | comparison | revisions
test/script/basic/samfunc.js file | annotate | diff | comparison | revisions
test/script/basic/scripting.js file | annotate | diff | comparison | revisions
test/script/basic/scripting.js.EXPECTED file | annotate | diff | comparison | revisions
test/script/basic/sealfreeze.js file | annotate | diff | comparison | revisions
test/script/basic/setlength.js file | annotate | diff | comparison | revisions
test/script/basic/stdin.js file | annotate | diff | comparison | revisions
test/script/basic/strings.js file | annotate | diff | comparison | revisions
test/script/basic/throws.js file | annotate | diff | comparison | revisions
test/script/basic/tosource.js file | annotate | diff | comparison | revisions
test/script/basic/tostring.js file | annotate | diff | comparison | revisions
test/script/basic/try.js file | annotate | diff | comparison | revisions
test/script/basic/trybreakcont.js file | annotate | diff | comparison | revisions
test/script/basic/trycatch.js file | annotate | diff | comparison | revisions
test/script/basic/trycatchfor.js file | annotate | diff | comparison | revisions
test/script/basic/tryfinallyreturn.js file | annotate | diff | comparison | revisions
test/script/basic/tryforbreak.js file | annotate | diff | comparison | revisions
test/script/basic/typechange.js file | annotate | diff | comparison | revisions
test/script/basic/typeof.js file | annotate | diff | comparison | revisions
test/script/basic/typeof2.js file | annotate | diff | comparison | revisions
test/script/basic/undefined.js file | annotate | diff | comparison | revisions
test/script/basic/underscore.js file | annotate | diff | comparison | revisions
test/script/basic/varargs.js file | annotate | diff | comparison | revisions
test/script/basic/void.js file | annotate | diff | comparison | revisions
test/script/basic/with.js file | annotate | diff | comparison | revisions
test/script/basic/withprimitive.js file | annotate | diff | comparison | revisions
test/script/basic/writable_relink.js file | annotate | diff | comparison | revisions
test/script/basic/xorassign.js file | annotate | diff | comparison | revisions
test/script/basic/yui.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/function_mult_params_in_strict.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/improper_return_break_continue.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/invalid_lvalue.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/literal_data_and_accessor.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/literal_mult_getters.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/literal_mult_prop_in_strict.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-154/with_in_strict.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-214.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-35.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-39.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-568.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-57.js file | annotate | diff | comparison | revisions
test/script/error/NASHORN-668.js file | annotate | diff | comparison | revisions
test/script/error/quotemissing.js file | annotate | diff | comparison | revisions
test/script/error/strictmode.js file | annotate | diff | comparison | revisions
test/script/representations/NASHORN-592a.js file | annotate | diff | comparison | revisions
test/script/sandbox/NASHORN-525.js file | annotate | diff | comparison | revisions
test/script/sandbox/classloader.js file | annotate | diff | comparison | revisions
test/script/sandbox/doprivileged.js file | annotate | diff | comparison | revisions
test/script/sandbox/exit.js file | annotate | diff | comparison | revisions
test/script/sandbox/file.js file | annotate | diff | comparison | revisions
test/script/sandbox/javaextend.js file | annotate | diff | comparison | revisions
test/script/sandbox/loadLibrary.js file | annotate | diff | comparison | revisions
test/script/sandbox/net.js file | annotate | diff | comparison | revisions
test/script/sandbox/property.js file | annotate | diff | comparison | revisions
test/script/sandbox/reflection.js file | annotate | diff | comparison | revisions
test/script/sandbox/runnable.js file | annotate | diff | comparison | revisions
test/script/sandbox/unsafe.js file | annotate | diff | comparison | revisions
test/script/test262.js file | annotate | diff | comparison | revisions
test/script/test262_single.js file | annotate | diff | comparison | revisions
test/src/UnnamedPackageTestCallback.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/api/scripting/Window.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/api/scripting/WindowEventHandler.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/BooleanAccessTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/MethodAccessTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/NumberAccessTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/NumberBoxingTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/ObjectAccessTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/Person.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/SharedObject.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/access/StringAccessTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/codegen/CompilerTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/parser/ParserTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/performance/AuroraWrapper.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/performance/OctaneTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/performance/SplayTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/runtime/ContextTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/runtime/JSTypeTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/ScriptTest.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/TestConfig.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/TestFinder.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/TestHelper.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/FinalClass.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/NonPublicClass.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/OuterClass.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/OverloadedSam.java file | annotate | diff | comparison | revisions
test/src/jdk/nashorn/internal/test/models/OverrideObject.java file | annotate | diff | comparison | revisions
     1.1 --- a/bin/checkintest.sh	Fri Jan 04 09:58:30 2013 -0400
     1.2 +++ b/bin/checkintest.sh	Fri Jan 04 09:58:33 2013 -0400
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/bash
     1.5  #
     1.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  # 
    1.10  # This code is free software; you can redistribute it and/or modify it
     2.1 --- a/bin/fixorphantests.sh	Fri Jan 04 09:58:30 2013 -0400
     2.2 +++ b/bin/fixorphantests.sh	Fri Jan 04 09:58:33 2013 -0400
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     2.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.9  # 
    2.10  # This code is free software; you can redistribute it and/or modify it
     3.1 --- a/bin/fixwhitespace.sh	Fri Jan 04 09:58:30 2013 -0400
     3.2 +++ b/bin/fixwhitespace.sh	Fri Jan 04 09:58:33 2013 -0400
     3.3 @@ -1,6 +1,6 @@
     3.4  #!/bin/bash
     3.5  #
     3.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     3.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     3.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.9  # 
    3.10  # This code is free software; you can redistribute it and/or modify it
     4.1 --- a/bin/jjs	Fri Jan 04 09:58:30 2013 -0400
     4.2 +++ b/bin/jjs	Fri Jan 04 09:58:33 2013 -0400
     4.3 @@ -1,6 +1,6 @@
     4.4  #!/bin/bash
     4.5  #
     4.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     4.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     4.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.9  #
    4.10  # This code is free software; you can redistribute it and/or modify it
     5.1 --- a/bin/jjs.bat	Fri Jan 04 09:58:30 2013 -0400
     5.2 +++ b/bin/jjs.bat	Fri Jan 04 09:58:33 2013 -0400
     5.3 @@ -1,5 +1,5 @@
     5.4  rem
     5.5 -rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     5.6 +rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     5.7  rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8  rem
     5.9  rem This code is free software; you can redistribute it and/or modify it
     6.1 --- a/bin/jjssecure	Fri Jan 04 09:58:30 2013 -0400
     6.2 +++ b/bin/jjssecure	Fri Jan 04 09:58:33 2013 -0400
     6.3 @@ -1,6 +1,6 @@
     6.4  #!/bin/bash
     6.5  #
     6.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     6.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     6.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.9  #
    6.10  # This code is free software; you can redistribute it and/or modify it
     7.1 --- a/bin/jjssecure.bat	Fri Jan 04 09:58:30 2013 -0400
     7.2 +++ b/bin/jjssecure.bat	Fri Jan 04 09:58:33 2013 -0400
     7.3 @@ -1,5 +1,5 @@
     7.4  rem
     7.5 -rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     7.6 +rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     7.7  rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8  rem
     7.9  rem This code is free software; you can redistribute it and/or modify it
     8.1 --- a/bin/nashorn	Fri Jan 04 09:58:30 2013 -0400
     8.2 +++ b/bin/nashorn	Fri Jan 04 09:58:33 2013 -0400
     8.3 @@ -1,6 +1,6 @@
     8.4  #!/bin/bash
     8.5  #
     8.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     8.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     8.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.9  #
    8.10  # This code is free software; you can redistribute it and/or modify it
     9.1 --- a/bin/nashorn.bat	Fri Jan 04 09:58:30 2013 -0400
     9.2 +++ b/bin/nashorn.bat	Fri Jan 04 09:58:33 2013 -0400
     9.3 @@ -1,5 +1,5 @@
     9.4  rem
     9.5 -rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     9.6 +rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     9.7  rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8  rem
     9.9  rem This code is free software; you can redistribute it and/or modify it
    10.1 --- a/bin/rm-non-tracked.sh	Fri Jan 04 09:58:30 2013 -0400
    10.2 +++ b/bin/rm-non-tracked.sh	Fri Jan 04 09:58:33 2013 -0400
    10.3 @@ -1,6 +1,6 @@
    10.4  #!/bin/bash
    10.5  #
    10.6 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    10.7 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    10.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.9  # 
   10.10  # This code is free software; you can redistribute it and/or modify it
    11.1 --- a/bin/verbose_octane.bat	Fri Jan 04 09:58:30 2013 -0400
    11.2 +++ b/bin/verbose_octane.bat	Fri Jan 04 09:58:33 2013 -0400
    11.3 @@ -1,5 +1,5 @@
    11.4  rem
    11.5 -rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    11.6 +rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    11.7  rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8  rem 
    11.9  rem This code is free software; you can redistribute it and/or modify it
    12.1 --- a/bin/verbose_octane.sh	Fri Jan 04 09:58:30 2013 -0400
    12.2 +++ b/bin/verbose_octane.sh	Fri Jan 04 09:58:33 2013 -0400
    12.3 @@ -1,5 +1,5 @@
    12.4  #!/bin/bash
    12.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    12.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    12.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8  # 
    12.9  # This code is free software; you can redistribute it and/or modify it
    13.1 --- a/buildtools/nasgen/build.xml	Fri Jan 04 09:58:30 2013 -0400
    13.2 +++ b/buildtools/nasgen/build.xml	Fri Jan 04 09:58:33 2013 -0400
    13.3 @@ -1,6 +1,6 @@
    13.4  <?xml version="1.0" encoding="UTF-8"?>
    13.5  <!--
    13.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    13.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    13.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.9   
   13.10   This code is free software; you can redistribute it and/or modify it
    14.1 --- a/buildtools/nasgen/nasgen.iml	Fri Jan 04 09:58:30 2013 -0400
    14.2 +++ b/buildtools/nasgen/nasgen.iml	Fri Jan 04 09:58:33 2013 -0400
    14.3 @@ -1,6 +1,6 @@
    14.4  <?xml version="1.0" encoding="UTF-8"?>
    14.5  <!--
    14.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    14.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    14.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.9   
   14.10   This code is free software; you can redistribute it and/or modify it
    15.1 --- a/buildtools/nasgen/project.properties	Fri Jan 04 09:58:30 2013 -0400
    15.2 +++ b/buildtools/nasgen/project.properties	Fri Jan 04 09:58:33 2013 -0400
    15.3 @@ -1,5 +1,5 @@
    15.4  #
    15.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    15.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    15.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8  # 
    15.9  # This code is free software; you can redistribute it and/or modify it
    16.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    16.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    17.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    17.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8   *
    17.9   * This code is free software; you can redistribute it and/or modify it
    18.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java	Fri Jan 04 09:58:30 2013 -0400
    18.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java	Fri Jan 04 09:58:33 2013 -0400
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    18.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8   *
    18.9   * This code is free software; you can redistribute it and/or modify it
    19.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java	Fri Jan 04 09:58:30 2013 -0400
    19.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java	Fri Jan 04 09:58:33 2013 -0400
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    19.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8   *
    19.9   * This code is free software; you can redistribute it and/or modify it
    20.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    20.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8   *
    20.9   * This code is free software; you can redistribute it and/or modify it
    21.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java	Fri Jan 04 09:58:30 2013 -0400
    21.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java	Fri Jan 04 09:58:33 2013 -0400
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it
    22.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    22.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    22.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8   *
    22.9   * This code is free software; you can redistribute it and/or modify it
    23.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java	Fri Jan 04 09:58:30 2013 -0400
    23.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java	Fri Jan 04 09:58:33 2013 -0400
    23.3 @@ -1,5 +1,5 @@
    23.4  /*
    23.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    23.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8   *
    23.9   * This code is free software; you can redistribute it and/or modify it
    24.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java	Fri Jan 04 09:58:30 2013 -0400
    24.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java	Fri Jan 04 09:58:33 2013 -0400
    24.3 @@ -1,5 +1,5 @@
    24.4  /*
    24.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    24.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8   *
    24.9   * This code is free software; you can redistribute it and/or modify it
    25.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java	Fri Jan 04 09:58:30 2013 -0400
    25.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java	Fri Jan 04 09:58:33 2013 -0400
    25.3 @@ -1,5 +1,5 @@
    25.4  /*
    25.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    25.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    25.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8   *
    25.9   * This code is free software; you can redistribute it and/or modify it
    26.1 --- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java	Fri Jan 04 09:58:30 2013 -0400
    26.2 +++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java	Fri Jan 04 09:58:33 2013 -0400
    26.3 @@ -1,5 +1,5 @@
    26.4  /*
    26.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    26.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    26.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    26.8   *
    26.9   * This code is free software; you can redistribute it and/or modify it
    27.1 --- a/docs/genshelldoc.js	Fri Jan 04 09:58:30 2013 -0400
    27.2 +++ b/docs/genshelldoc.js	Fri Jan 04 09:58:33 2013 -0400
    27.3 @@ -1,5 +1,5 @@
    27.4  /*
    27.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    27.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    27.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8   * 
    27.9   * This code is free software; you can redistribute it and/or modify it
    28.1 --- a/make/Makefile	Fri Jan 04 09:58:30 2013 -0400
    28.2 +++ b/make/Makefile	Fri Jan 04 09:58:33 2013 -0400
    28.3 @@ -1,5 +1,5 @@
    28.4  #
    28.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    28.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    28.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8  #
    28.9  # This code is free software; you can redistribute it and/or modify it
    29.1 --- a/make/build-benchmark.xml	Fri Jan 04 09:58:30 2013 -0400
    29.2 +++ b/make/build-benchmark.xml	Fri Jan 04 09:58:33 2013 -0400
    29.3 @@ -1,6 +1,6 @@
    29.4  <?xml version="1.0" encoding="UTF-8"?>
    29.5  <!--
    29.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    29.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    29.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.9   
   29.10   This code is free software; you can redistribute it and/or modify it
    30.1 --- a/make/build-nasgen.xml	Fri Jan 04 09:58:30 2013 -0400
    30.2 +++ b/make/build-nasgen.xml	Fri Jan 04 09:58:33 2013 -0400
    30.3 @@ -1,6 +1,6 @@
    30.4  <?xml version="1.0" encoding="UTF-8"?>
    30.5  <!--
    30.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    30.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    30.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    30.9   
   30.10   This code is free software; you can redistribute it and/or modify it
    31.1 --- a/make/build.xml	Fri Jan 04 09:58:30 2013 -0400
    31.2 +++ b/make/build.xml	Fri Jan 04 09:58:33 2013 -0400
    31.3 @@ -1,6 +1,6 @@
    31.4  <?xml version="1.0" encoding="UTF-8"?>
    31.5  <!--
    31.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    31.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    31.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    31.9  
   31.10   This code is free software; you can redistribute it and/or modify it
    32.1 --- a/make/nbproject/ide-file-targets.xml	Fri Jan 04 09:58:30 2013 -0400
    32.2 +++ b/make/nbproject/ide-file-targets.xml	Fri Jan 04 09:58:33 2013 -0400
    32.3 @@ -1,6 +1,6 @@
    32.4  <?xml version="1.0" encoding="UTF-8"?>
    32.5  <!--
    32.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    32.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    32.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.9   
   32.10   This code is free software; you can redistribute it and/or modify it
    33.1 --- a/make/nbproject/ide-targets.xml	Fri Jan 04 09:58:30 2013 -0400
    33.2 +++ b/make/nbproject/ide-targets.xml	Fri Jan 04 09:58:33 2013 -0400
    33.3 @@ -1,6 +1,6 @@
    33.4  <?xml version="1.0" encoding="UTF-8"?>
    33.5  <!--
    33.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    33.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    33.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    33.9  
   33.10   This code is free software; you can redistribute it and/or modify it
    34.1 --- a/make/nbproject/jdk.xml	Fri Jan 04 09:58:30 2013 -0400
    34.2 +++ b/make/nbproject/jdk.xml	Fri Jan 04 09:58:33 2013 -0400
    34.3 @@ -1,6 +1,6 @@
    34.4  <?xml version="1.0" encoding="UTF-8"?><project name="jdk" basedir=".">
    34.5  <!--
    34.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    34.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    34.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    34.9   
   34.10   This code is free software; you can redistribute it and/or modify it
   34.11 @@ -176,4 +176,4 @@
   34.12  
   34.13      <target name="-jdk-init" depends="-jdk-preinit,-jdk-warn,-jdk-presetdef-basic,-jdk-default"/>
   34.14  
   34.15 -</project>
   34.16 \ No newline at end of file
   34.17 +</project>
    35.1 --- a/make/nbproject/nbjdk.properties	Fri Jan 04 09:58:30 2013 -0400
    35.2 +++ b/make/nbproject/nbjdk.properties	Fri Jan 04 09:58:33 2013 -0400
    35.3 @@ -1,5 +1,5 @@
    35.4  #
    35.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    35.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    35.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    35.8  # 
    35.9  # This code is free software; you can redistribute it and/or modify it
    36.1 --- a/make/nbproject/nbjdk.xml	Fri Jan 04 09:58:30 2013 -0400
    36.2 +++ b/make/nbproject/nbjdk.xml	Fri Jan 04 09:58:33 2013 -0400
    36.3 @@ -1,6 +1,6 @@
    36.4  <?xml version="1.0" encoding="UTF-8"?>
    36.5  <!--
    36.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    36.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    36.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.9   
   36.10   This code is free software; you can redistribute it and/or modify it
    37.1 --- a/make/nbproject/project.xml	Fri Jan 04 09:58:30 2013 -0400
    37.2 +++ b/make/nbproject/project.xml	Fri Jan 04 09:58:33 2013 -0400
    37.3 @@ -1,6 +1,6 @@
    37.4  <?xml version="1.0" encoding="UTF-8"?>
    37.5  <!--
    37.6 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    37.7 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    37.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    37.9   
   37.10   This code is free software; you can redistribute it and/or modify it
    38.1 --- a/make/project.properties	Fri Jan 04 09:58:30 2013 -0400
    38.2 +++ b/make/project.properties	Fri Jan 04 09:58:33 2013 -0400
    38.3 @@ -1,5 +1,5 @@
    38.4  #
    38.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    38.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    38.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    38.8  # 
    38.9  # This code is free software; you can redistribute it and/or modify it
    39.1 --- a/samples/counters.js	Fri Jan 04 09:58:30 2013 -0400
    39.2 +++ b/samples/counters.js	Fri Jan 04 09:58:33 2013 -0400
    39.3 @@ -1,5 +1,5 @@
    39.4  /*
    39.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    39.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    39.7   * 
    39.8   * Redistribution and use in source and binary forms, with or without
    39.9   * modification, are permitted provided that the following conditions
    40.1 --- a/samples/letter.js	Fri Jan 04 09:58:30 2013 -0400
    40.2 +++ b/samples/letter.js	Fri Jan 04 09:58:33 2013 -0400
    40.3 @@ -1,5 +1,5 @@
    40.4  /*
    40.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    40.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    40.7   * 
    40.8   * Redistribution and use in source and binary forms, with or without
    40.9   * modification, are permitted provided that the following conditions
    41.1 --- a/samples/parser.js	Fri Jan 04 09:58:30 2013 -0400
    41.2 +++ b/samples/parser.js	Fri Jan 04 09:58:33 2013 -0400
    41.3 @@ -1,5 +1,5 @@
    41.4  /*
    41.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    41.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    41.7   * 
    41.8   * Redistribution and use in source and binary forms, with or without
    41.9   * modification, are permitted provided that the following conditions
    42.1 --- a/samples/shell.js	Fri Jan 04 09:58:30 2013 -0400
    42.2 +++ b/samples/shell.js	Fri Jan 04 09:58:33 2013 -0400
    42.3 @@ -1,5 +1,5 @@
    42.4  /*
    42.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    42.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    42.7   * 
    42.8   * Redistribution and use in source and binary forms, with or without
    42.9   * modification, are permitted provided that the following conditions
    43.1 --- a/samples/test.js	Fri Jan 04 09:58:30 2013 -0400
    43.2 +++ b/samples/test.js	Fri Jan 04 09:58:33 2013 -0400
    43.3 @@ -1,5 +1,5 @@
    43.4  /*
    43.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    43.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    43.7   * 
    43.8   * Redistribution and use in source and binary forms, with or without
    43.9   * modification, are permitted provided that the following conditions
    44.1 --- a/samples/uniq.js	Fri Jan 04 09:58:30 2013 -0400
    44.2 +++ b/samples/uniq.js	Fri Jan 04 09:58:33 2013 -0400
    44.3 @@ -1,5 +1,5 @@
    44.4  /*
    44.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    44.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    44.7   * 
    44.8   * Redistribution and use in source and binary forms, with or without
    44.9   * modification, are permitted provided that the following conditions
    45.1 --- a/src/META-INF/services/javax.script.ScriptEngineFactory	Fri Jan 04 09:58:30 2013 -0400
    45.2 +++ b/src/META-INF/services/javax.script.ScriptEngineFactory	Fri Jan 04 09:58:33 2013 -0400
    45.3 @@ -1,5 +1,5 @@
    45.4  #
    45.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    45.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    45.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    45.8  #
    45.9  # This code is free software; you can redistribute it and/or modify it
    46.1 --- a/src/jdk/nashorn/api/scripting/NashornException.java	Fri Jan 04 09:58:30 2013 -0400
    46.2 +++ b/src/jdk/nashorn/api/scripting/NashornException.java	Fri Jan 04 09:58:33 2013 -0400
    46.3 @@ -1,5 +1,5 @@
    46.4  /*
    46.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    46.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    46.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    46.8   *
    46.9   * This code is free software; you can redistribute it and/or modify it
    47.1 --- a/src/jdk/nashorn/api/scripting/NashornScriptEngine.java	Fri Jan 04 09:58:30 2013 -0400
    47.2 +++ b/src/jdk/nashorn/api/scripting/NashornScriptEngine.java	Fri Jan 04 09:58:33 2013 -0400
    47.3 @@ -1,5 +1,5 @@
    47.4  /*
    47.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    47.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    47.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    47.8   *
    47.9   * This code is free software; you can redistribute it and/or modify it
    48.1 --- a/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java	Fri Jan 04 09:58:30 2013 -0400
    48.2 +++ b/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java	Fri Jan 04 09:58:33 2013 -0400
    48.3 @@ -1,5 +1,5 @@
    48.4  /*
    48.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    48.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    48.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    48.8   *
    48.9   * This code is free software; you can redistribute it and/or modify it
    49.1 --- a/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java	Fri Jan 04 09:58:30 2013 -0400
    49.2 +++ b/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java	Fri Jan 04 09:58:33 2013 -0400
    49.3 @@ -1,5 +1,5 @@
    49.4  /*
    49.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    49.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    49.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    49.8   *
    49.9   * This code is free software; you can redistribute it and/or modify it
    50.1 --- a/src/jdk/nashorn/api/scripting/package-info.java	Fri Jan 04 09:58:30 2013 -0400
    50.2 +++ b/src/jdk/nashorn/api/scripting/package-info.java	Fri Jan 04 09:58:33 2013 -0400
    50.3 @@ -1,5 +1,5 @@
    50.4  /*
    50.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    50.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    50.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    50.8   *
    50.9   * This code is free software; you can redistribute it and/or modify it
    51.1 --- a/src/jdk/nashorn/api/scripting/resources/engine.js	Fri Jan 04 09:58:30 2013 -0400
    51.2 +++ b/src/jdk/nashorn/api/scripting/resources/engine.js	Fri Jan 04 09:58:33 2013 -0400
    51.3 @@ -1,5 +1,5 @@
    51.4  /*
    51.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    51.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    51.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    51.8   * 
    51.9   * This code is free software; you can redistribute it and/or modify it
    52.1 --- a/src/jdk/nashorn/internal/codegen/AccessSpecializer.java	Fri Jan 04 09:58:30 2013 -0400
    52.2 +++ b/src/jdk/nashorn/internal/codegen/AccessSpecializer.java	Fri Jan 04 09:58:33 2013 -0400
    52.3 @@ -1,5 +1,5 @@
    52.4  /*
    52.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    52.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    52.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    52.8   *
    52.9   * This code is free software; you can redistribute it and/or modify it
    53.1 --- a/src/jdk/nashorn/internal/codegen/BranchOptimizer.java	Fri Jan 04 09:58:30 2013 -0400
    53.2 +++ b/src/jdk/nashorn/internal/codegen/BranchOptimizer.java	Fri Jan 04 09:58:33 2013 -0400
    53.3 @@ -1,5 +1,5 @@
    53.4  /*
    53.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    53.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    53.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    53.8   *
    53.9   * This code is free software; you can redistribute it and/or modify it
    54.1 --- a/src/jdk/nashorn/internal/codegen/ClassEmitter.java	Fri Jan 04 09:58:30 2013 -0400
    54.2 +++ b/src/jdk/nashorn/internal/codegen/ClassEmitter.java	Fri Jan 04 09:58:33 2013 -0400
    54.3 @@ -1,5 +1,5 @@
    54.4  /*
    54.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    54.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    54.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    54.8   *
    54.9   * This code is free software; you can redistribute it and/or modify it
    55.1 --- a/src/jdk/nashorn/internal/codegen/CodeGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    55.2 +++ b/src/jdk/nashorn/internal/codegen/CodeGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    55.3 @@ -1,5 +1,5 @@
    55.4  /*
    55.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    55.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    55.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    55.8   *
    55.9   * This code is free software; you can redistribute it and/or modify it
    56.1 --- a/src/jdk/nashorn/internal/codegen/CompileUnit.java	Fri Jan 04 09:58:30 2013 -0400
    56.2 +++ b/src/jdk/nashorn/internal/codegen/CompileUnit.java	Fri Jan 04 09:58:33 2013 -0400
    56.3 @@ -1,5 +1,5 @@
    56.4  /*
    56.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    56.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    56.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    56.8   *
    56.9   * This code is free software; you can redistribute it and/or modify it
    57.1 --- a/src/jdk/nashorn/internal/codegen/Compiler.java	Fri Jan 04 09:58:30 2013 -0400
    57.2 +++ b/src/jdk/nashorn/internal/codegen/Compiler.java	Fri Jan 04 09:58:33 2013 -0400
    57.3 @@ -1,5 +1,5 @@
    57.4  /*
    57.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    57.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    57.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    57.8   *
    57.9   * This code is free software; you can redistribute it and/or modify it
    58.1 --- a/src/jdk/nashorn/internal/codegen/CompilerConstants.java	Fri Jan 04 09:58:30 2013 -0400
    58.2 +++ b/src/jdk/nashorn/internal/codegen/CompilerConstants.java	Fri Jan 04 09:58:33 2013 -0400
    58.3 @@ -1,5 +1,5 @@
    58.4  /*
    58.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    58.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    58.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    58.8   *
    58.9   * This code is free software; you can redistribute it and/or modify it
    59.1 --- a/src/jdk/nashorn/internal/codegen/ConstantData.java	Fri Jan 04 09:58:30 2013 -0400
    59.2 +++ b/src/jdk/nashorn/internal/codegen/ConstantData.java	Fri Jan 04 09:58:33 2013 -0400
    59.3 @@ -1,5 +1,5 @@
    59.4  /*
    59.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    59.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    59.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    59.8   *
    59.9   * This code is free software; you can redistribute it and/or modify it
    60.1 --- a/src/jdk/nashorn/internal/codegen/Emitter.java	Fri Jan 04 09:58:30 2013 -0400
    60.2 +++ b/src/jdk/nashorn/internal/codegen/Emitter.java	Fri Jan 04 09:58:33 2013 -0400
    60.3 @@ -1,5 +1,5 @@
    60.4  /*
    60.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    60.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    60.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    60.8   *
    60.9   * This code is free software; you can redistribute it and/or modify it
    61.1 --- a/src/jdk/nashorn/internal/codegen/Frame.java	Fri Jan 04 09:58:30 2013 -0400
    61.2 +++ b/src/jdk/nashorn/internal/codegen/Frame.java	Fri Jan 04 09:58:33 2013 -0400
    61.3 @@ -1,5 +1,5 @@
    61.4  /*
    61.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    61.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    61.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    61.8   *
    61.9   * This code is free software; you can redistribute it and/or modify it
    62.1 --- a/src/jdk/nashorn/internal/codegen/FunctionSignature.java	Fri Jan 04 09:58:30 2013 -0400
    62.2 +++ b/src/jdk/nashorn/internal/codegen/FunctionSignature.java	Fri Jan 04 09:58:33 2013 -0400
    62.3 @@ -1,5 +1,5 @@
    62.4  /*
    62.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    62.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    62.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    62.8   *
    62.9   * This code is free software; you can redistribute it and/or modify it
    63.1 --- a/src/jdk/nashorn/internal/codegen/Lower.java	Fri Jan 04 09:58:30 2013 -0400
    63.2 +++ b/src/jdk/nashorn/internal/codegen/Lower.java	Fri Jan 04 09:58:33 2013 -0400
    63.3 @@ -1,5 +1,5 @@
    63.4  /*
    63.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    63.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    63.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    63.8   *
    63.9   * This code is free software; you can redistribute it and/or modify it
    64.1 --- a/src/jdk/nashorn/internal/codegen/MethodEmitter.java	Fri Jan 04 09:58:30 2013 -0400
    64.2 +++ b/src/jdk/nashorn/internal/codegen/MethodEmitter.java	Fri Jan 04 09:58:33 2013 -0400
    64.3 @@ -1,5 +1,5 @@
    64.4  /*
    64.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    64.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    64.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    64.8   *
    64.9   * This code is free software; you can redistribute it and/or modify it
    65.1 --- a/src/jdk/nashorn/internal/codegen/Namespace.java	Fri Jan 04 09:58:30 2013 -0400
    65.2 +++ b/src/jdk/nashorn/internal/codegen/Namespace.java	Fri Jan 04 09:58:33 2013 -0400
    65.3 @@ -1,5 +1,5 @@
    65.4  /*
    65.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    65.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    65.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    65.8   *
    65.9   * This code is free software; you can redistribute it and/or modify it
    66.1 --- a/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java	Fri Jan 04 09:58:30 2013 -0400
    66.2 +++ b/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java	Fri Jan 04 09:58:33 2013 -0400
    66.3 @@ -1,5 +1,5 @@
    66.4  /*
    66.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    66.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    66.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    66.8   *
    66.9   * This code is free software; you can redistribute it and/or modify it
    67.1 --- a/src/jdk/nashorn/internal/codegen/SharedScopeCall.java	Fri Jan 04 09:58:30 2013 -0400
    67.2 +++ b/src/jdk/nashorn/internal/codegen/SharedScopeCall.java	Fri Jan 04 09:58:33 2013 -0400
    67.3 @@ -1,5 +1,5 @@
    67.4  /*
    67.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    67.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    67.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    67.8   *
    67.9   * This code is free software; you can redistribute it and/or modify it
    68.1 --- a/src/jdk/nashorn/internal/codegen/Splitter.java	Fri Jan 04 09:58:30 2013 -0400
    68.2 +++ b/src/jdk/nashorn/internal/codegen/Splitter.java	Fri Jan 04 09:58:33 2013 -0400
    68.3 @@ -1,5 +1,5 @@
    68.4  /*
    68.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    68.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    68.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    68.8   *
    68.9   * This code is free software; you can redistribute it and/or modify it
    69.1 --- a/src/jdk/nashorn/internal/codegen/Transform.java	Fri Jan 04 09:58:30 2013 -0400
    69.2 +++ b/src/jdk/nashorn/internal/codegen/Transform.java	Fri Jan 04 09:58:33 2013 -0400
    69.3 @@ -1,5 +1,5 @@
    69.4  /*
    69.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    69.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    69.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    69.8   *
    69.9   * This code is free software; you can redistribute it and/or modify it
    70.1 --- a/src/jdk/nashorn/internal/codegen/WeighNodes.java	Fri Jan 04 09:58:30 2013 -0400
    70.2 +++ b/src/jdk/nashorn/internal/codegen/WeighNodes.java	Fri Jan 04 09:58:33 2013 -0400
    70.3 @@ -1,5 +1,5 @@
    70.4  /*
    70.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    70.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    70.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    70.8   *
    70.9   * This code is free software; you can redistribute it and/or modify it
    71.1 --- a/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
    71.2 +++ b/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
    71.3 @@ -1,5 +1,5 @@
    71.4  /*
    71.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    71.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    71.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    71.8   *
    71.9   * This code is free software; you can redistribute it and/or modify it
    72.1 --- a/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
    72.2 +++ b/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
    72.3 @@ -1,5 +1,5 @@
    72.4  /*
    72.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    72.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    72.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    72.8   *
    72.9   * This code is free software; you can redistribute it and/or modify it
    73.1 --- a/src/jdk/nashorn/internal/codegen/objects/MapCreator.java	Fri Jan 04 09:58:30 2013 -0400
    73.2 +++ b/src/jdk/nashorn/internal/codegen/objects/MapCreator.java	Fri Jan 04 09:58:33 2013 -0400
    73.3 @@ -1,5 +1,5 @@
    73.4  /*
    73.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    73.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    73.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    73.8   *
    73.9   * This code is free software; you can redistribute it and/or modify it
    74.1 --- a/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java	Fri Jan 04 09:58:30 2013 -0400
    74.2 +++ b/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java	Fri Jan 04 09:58:33 2013 -0400
    74.3 @@ -1,5 +1,5 @@
    74.4  /*
    74.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    74.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    74.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    74.8   *
    74.9   * This code is free software; you can redistribute it and/or modify it
    75.1 --- a/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java	Fri Jan 04 09:58:30 2013 -0400
    75.2 +++ b/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java	Fri Jan 04 09:58:33 2013 -0400
    75.3 @@ -1,5 +1,5 @@
    75.4  /*
    75.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    75.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    75.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    75.8   *
    75.9   * This code is free software; you can redistribute it and/or modify it
    76.1 --- a/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java	Fri Jan 04 09:58:30 2013 -0400
    76.2 +++ b/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java	Fri Jan 04 09:58:33 2013 -0400
    76.3 @@ -1,5 +1,5 @@
    76.4  /*
    76.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    76.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    76.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    76.8   *
    76.9   * This code is free software; you can redistribute it and/or modify it
    77.1 --- a/src/jdk/nashorn/internal/codegen/types/ArrayType.java	Fri Jan 04 09:58:30 2013 -0400
    77.2 +++ b/src/jdk/nashorn/internal/codegen/types/ArrayType.java	Fri Jan 04 09:58:33 2013 -0400
    77.3 @@ -1,5 +1,5 @@
    77.4  /*
    77.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    77.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    77.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    77.8   *
    77.9   * This code is free software; you can redistribute it and/or modify it
    78.1 --- a/src/jdk/nashorn/internal/codegen/types/BitwiseType.java	Fri Jan 04 09:58:30 2013 -0400
    78.2 +++ b/src/jdk/nashorn/internal/codegen/types/BitwiseType.java	Fri Jan 04 09:58:33 2013 -0400
    78.3 @@ -1,5 +1,5 @@
    78.4  /*
    78.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    78.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    78.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    78.8   *
    78.9   * This code is free software; you can redistribute it and/or modify it
    79.1 --- a/src/jdk/nashorn/internal/codegen/types/BooleanType.java	Fri Jan 04 09:58:30 2013 -0400
    79.2 +++ b/src/jdk/nashorn/internal/codegen/types/BooleanType.java	Fri Jan 04 09:58:33 2013 -0400
    79.3 @@ -1,5 +1,5 @@
    79.4  /*
    79.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    79.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    79.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    79.8   *
    79.9   * This code is free software; you can redistribute it and/or modify it
   79.10 @@ -24,7 +24,7 @@
   79.11   */
   79.12  
   79.13  /*
   79.14 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   79.15 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   79.16   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   79.17   *
   79.18   * This code is free software; you can redistribute it and/or modify it
    80.1 --- a/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java	Fri Jan 04 09:58:30 2013 -0400
    80.2 +++ b/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java	Fri Jan 04 09:58:33 2013 -0400
    80.3 @@ -1,5 +1,5 @@
    80.4  /*
    80.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    80.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    80.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    80.8   *
    80.9   * This code is free software; you can redistribute it and/or modify it
    81.1 --- a/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java	Fri Jan 04 09:58:30 2013 -0400
    81.2 +++ b/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java	Fri Jan 04 09:58:33 2013 -0400
    81.3 @@ -1,5 +1,5 @@
    81.4  /*
    81.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    81.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    81.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    81.8   *
    81.9   * This code is free software; you can redistribute it and/or modify it
    82.1 --- a/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java	Fri Jan 04 09:58:30 2013 -0400
    82.2 +++ b/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java	Fri Jan 04 09:58:33 2013 -0400
    82.3 @@ -1,5 +1,5 @@
    82.4  /*
    82.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    82.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    82.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    82.8   *
    82.9   * This code is free software; you can redistribute it and/or modify it
    83.1 --- a/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java	Fri Jan 04 09:58:30 2013 -0400
    83.2 +++ b/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java	Fri Jan 04 09:58:33 2013 -0400
    83.3 @@ -1,5 +1,5 @@
    83.4  /*
    83.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    83.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    83.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    83.8   *
    83.9   * This code is free software; you can redistribute it and/or modify it
    84.1 --- a/src/jdk/nashorn/internal/codegen/types/IntType.java	Fri Jan 04 09:58:30 2013 -0400
    84.2 +++ b/src/jdk/nashorn/internal/codegen/types/IntType.java	Fri Jan 04 09:58:33 2013 -0400
    84.3 @@ -1,5 +1,5 @@
    84.4  /*
    84.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    84.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    84.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    84.8   *
    84.9   * This code is free software; you can redistribute it and/or modify it
    85.1 --- a/src/jdk/nashorn/internal/codegen/types/LongType.java	Fri Jan 04 09:58:30 2013 -0400
    85.2 +++ b/src/jdk/nashorn/internal/codegen/types/LongType.java	Fri Jan 04 09:58:33 2013 -0400
    85.3 @@ -1,5 +1,5 @@
    85.4  /*
    85.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    85.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    85.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    85.8   *
    85.9   * This code is free software; you can redistribute it and/or modify it
    86.1 --- a/src/jdk/nashorn/internal/codegen/types/NumberType.java	Fri Jan 04 09:58:30 2013 -0400
    86.2 +++ b/src/jdk/nashorn/internal/codegen/types/NumberType.java	Fri Jan 04 09:58:33 2013 -0400
    86.3 @@ -1,5 +1,5 @@
    86.4  /*
    86.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    86.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    86.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    86.8   *
    86.9   * This code is free software; you can redistribute it and/or modify it
    87.1 --- a/src/jdk/nashorn/internal/codegen/types/NumericType.java	Fri Jan 04 09:58:30 2013 -0400
    87.2 +++ b/src/jdk/nashorn/internal/codegen/types/NumericType.java	Fri Jan 04 09:58:33 2013 -0400
    87.3 @@ -1,5 +1,5 @@
    87.4  /*
    87.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    87.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    87.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    87.8   *
    87.9   * This code is free software; you can redistribute it and/or modify it
    88.1 --- a/src/jdk/nashorn/internal/codegen/types/ObjectType.java	Fri Jan 04 09:58:30 2013 -0400
    88.2 +++ b/src/jdk/nashorn/internal/codegen/types/ObjectType.java	Fri Jan 04 09:58:33 2013 -0400
    88.3 @@ -1,5 +1,5 @@
    88.4  /*
    88.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    88.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    88.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    88.8   *
    88.9   * This code is free software; you can redistribute it and/or modify it
    89.1 --- a/src/jdk/nashorn/internal/codegen/types/Type.java	Fri Jan 04 09:58:30 2013 -0400
    89.2 +++ b/src/jdk/nashorn/internal/codegen/types/Type.java	Fri Jan 04 09:58:33 2013 -0400
    89.3 @@ -1,5 +1,5 @@
    89.4  /*
    89.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    89.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    89.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    89.8   *
    89.9   * This code is free software; you can redistribute it and/or modify it
    90.1 --- a/src/jdk/nashorn/internal/ir/AccessNode.java	Fri Jan 04 09:58:30 2013 -0400
    90.2 +++ b/src/jdk/nashorn/internal/ir/AccessNode.java	Fri Jan 04 09:58:33 2013 -0400
    90.3 @@ -1,5 +1,5 @@
    90.4  /*
    90.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    90.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    90.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    90.8   *
    90.9   * This code is free software; you can redistribute it and/or modify it
    91.1 --- a/src/jdk/nashorn/internal/ir/Assignment.java	Fri Jan 04 09:58:30 2013 -0400
    91.2 +++ b/src/jdk/nashorn/internal/ir/Assignment.java	Fri Jan 04 09:58:33 2013 -0400
    91.3 @@ -1,5 +1,5 @@
    91.4  /*
    91.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    91.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    91.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    91.8   *
    91.9   * This code is free software; you can redistribute it and/or modify it
    92.1 --- a/src/jdk/nashorn/internal/ir/BaseNode.java	Fri Jan 04 09:58:30 2013 -0400
    92.2 +++ b/src/jdk/nashorn/internal/ir/BaseNode.java	Fri Jan 04 09:58:33 2013 -0400
    92.3 @@ -1,5 +1,5 @@
    92.4  /*
    92.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    92.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    92.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    92.8   *
    92.9   * This code is free software; you can redistribute it and/or modify it
    93.1 --- a/src/jdk/nashorn/internal/ir/BinaryNode.java	Fri Jan 04 09:58:30 2013 -0400
    93.2 +++ b/src/jdk/nashorn/internal/ir/BinaryNode.java	Fri Jan 04 09:58:33 2013 -0400
    93.3 @@ -1,5 +1,5 @@
    93.4  /*
    93.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    93.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    93.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    93.8   *
    93.9   * This code is free software; you can redistribute it and/or modify it
    94.1 --- a/src/jdk/nashorn/internal/ir/Block.java	Fri Jan 04 09:58:30 2013 -0400
    94.2 +++ b/src/jdk/nashorn/internal/ir/Block.java	Fri Jan 04 09:58:33 2013 -0400
    94.3 @@ -1,5 +1,5 @@
    94.4  /*
    94.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    94.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    94.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    94.8   *
    94.9   * This code is free software; you can redistribute it and/or modify it
    95.1 --- a/src/jdk/nashorn/internal/ir/BreakNode.java	Fri Jan 04 09:58:30 2013 -0400
    95.2 +++ b/src/jdk/nashorn/internal/ir/BreakNode.java	Fri Jan 04 09:58:33 2013 -0400
    95.3 @@ -1,5 +1,5 @@
    95.4  /*
    95.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    95.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    95.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    95.8   *
    95.9   * This code is free software; you can redistribute it and/or modify it
    96.1 --- a/src/jdk/nashorn/internal/ir/BreakableNode.java	Fri Jan 04 09:58:30 2013 -0400
    96.2 +++ b/src/jdk/nashorn/internal/ir/BreakableNode.java	Fri Jan 04 09:58:33 2013 -0400
    96.3 @@ -1,5 +1,5 @@
    96.4  /*
    96.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    96.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    96.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    96.8   *
    96.9   * This code is free software; you can redistribute it and/or modify it
    97.1 --- a/src/jdk/nashorn/internal/ir/CallNode.java	Fri Jan 04 09:58:30 2013 -0400
    97.2 +++ b/src/jdk/nashorn/internal/ir/CallNode.java	Fri Jan 04 09:58:33 2013 -0400
    97.3 @@ -1,5 +1,5 @@
    97.4  /*
    97.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    97.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    97.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    97.8   *
    97.9   * This code is free software; you can redistribute it and/or modify it
    98.1 --- a/src/jdk/nashorn/internal/ir/CaseNode.java	Fri Jan 04 09:58:30 2013 -0400
    98.2 +++ b/src/jdk/nashorn/internal/ir/CaseNode.java	Fri Jan 04 09:58:33 2013 -0400
    98.3 @@ -1,5 +1,5 @@
    98.4  /*
    98.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    98.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    98.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    98.8   *
    98.9   * This code is free software; you can redistribute it and/or modify it
    99.1 --- a/src/jdk/nashorn/internal/ir/CatchNode.java	Fri Jan 04 09:58:30 2013 -0400
    99.2 +++ b/src/jdk/nashorn/internal/ir/CatchNode.java	Fri Jan 04 09:58:33 2013 -0400
    99.3 @@ -1,5 +1,5 @@
    99.4  /*
    99.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    99.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    99.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    99.8   *
    99.9   * This code is free software; you can redistribute it and/or modify it
   100.1 --- a/src/jdk/nashorn/internal/ir/ContinueNode.java	Fri Jan 04 09:58:30 2013 -0400
   100.2 +++ b/src/jdk/nashorn/internal/ir/ContinueNode.java	Fri Jan 04 09:58:33 2013 -0400
   100.3 @@ -1,5 +1,5 @@
   100.4  /*
   100.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   100.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   100.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   100.8   *
   100.9   * This code is free software; you can redistribute it and/or modify it
   101.1 --- a/src/jdk/nashorn/internal/ir/DoWhileNode.java	Fri Jan 04 09:58:30 2013 -0400
   101.2 +++ b/src/jdk/nashorn/internal/ir/DoWhileNode.java	Fri Jan 04 09:58:33 2013 -0400
   101.3 @@ -1,5 +1,5 @@
   101.4  /*
   101.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   101.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   101.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   101.8   *
   101.9   * This code is free software; you can redistribute it and/or modify it
   102.1 --- a/src/jdk/nashorn/internal/ir/EmptyNode.java	Fri Jan 04 09:58:30 2013 -0400
   102.2 +++ b/src/jdk/nashorn/internal/ir/EmptyNode.java	Fri Jan 04 09:58:33 2013 -0400
   102.3 @@ -1,5 +1,5 @@
   102.4  /*
   102.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   102.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   102.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   102.8   *
   102.9   * This code is free software; you can redistribute it and/or modify it
   103.1 --- a/src/jdk/nashorn/internal/ir/ExecuteNode.java	Fri Jan 04 09:58:30 2013 -0400
   103.2 +++ b/src/jdk/nashorn/internal/ir/ExecuteNode.java	Fri Jan 04 09:58:33 2013 -0400
   103.3 @@ -1,5 +1,5 @@
   103.4  /*
   103.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   103.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   103.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   103.8   *
   103.9   * This code is free software; you can redistribute it and/or modify it
   104.1 --- a/src/jdk/nashorn/internal/ir/ForNode.java	Fri Jan 04 09:58:30 2013 -0400
   104.2 +++ b/src/jdk/nashorn/internal/ir/ForNode.java	Fri Jan 04 09:58:33 2013 -0400
   104.3 @@ -1,5 +1,5 @@
   104.4  /*
   104.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   104.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   104.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   104.8   *
   104.9   * This code is free software; you can redistribute it and/or modify it
   105.1 --- a/src/jdk/nashorn/internal/ir/FunctionCall.java	Fri Jan 04 09:58:30 2013 -0400
   105.2 +++ b/src/jdk/nashorn/internal/ir/FunctionCall.java	Fri Jan 04 09:58:33 2013 -0400
   105.3 @@ -1,5 +1,5 @@
   105.4  /*
   105.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   105.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   105.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   105.8   *
   105.9   * This code is free software; you can redistribute it and/or modify it
   106.1 --- a/src/jdk/nashorn/internal/ir/FunctionNode.java	Fri Jan 04 09:58:30 2013 -0400
   106.2 +++ b/src/jdk/nashorn/internal/ir/FunctionNode.java	Fri Jan 04 09:58:33 2013 -0400
   106.3 @@ -1,5 +1,5 @@
   106.4  /*
   106.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   106.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   106.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   106.8   *
   106.9   * This code is free software; you can redistribute it and/or modify it
   107.1 --- a/src/jdk/nashorn/internal/ir/IdentNode.java	Fri Jan 04 09:58:30 2013 -0400
   107.2 +++ b/src/jdk/nashorn/internal/ir/IdentNode.java	Fri Jan 04 09:58:33 2013 -0400
   107.3 @@ -1,5 +1,5 @@
   107.4  /*
   107.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   107.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   107.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   107.8   *
   107.9   * This code is free software; you can redistribute it and/or modify it
   108.1 --- a/src/jdk/nashorn/internal/ir/IfNode.java	Fri Jan 04 09:58:30 2013 -0400
   108.2 +++ b/src/jdk/nashorn/internal/ir/IfNode.java	Fri Jan 04 09:58:33 2013 -0400
   108.3 @@ -1,5 +1,5 @@
   108.4  /*
   108.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   108.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   108.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   108.8   *
   108.9   * This code is free software; you can redistribute it and/or modify it
   109.1 --- a/src/jdk/nashorn/internal/ir/IndexNode.java	Fri Jan 04 09:58:30 2013 -0400
   109.2 +++ b/src/jdk/nashorn/internal/ir/IndexNode.java	Fri Jan 04 09:58:33 2013 -0400
   109.3 @@ -1,5 +1,5 @@
   109.4  /*
   109.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   109.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   109.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   109.8   *
   109.9   * This code is free software; you can redistribute it and/or modify it
   110.1 --- a/src/jdk/nashorn/internal/ir/LabelNode.java	Fri Jan 04 09:58:30 2013 -0400
   110.2 +++ b/src/jdk/nashorn/internal/ir/LabelNode.java	Fri Jan 04 09:58:33 2013 -0400
   110.3 @@ -1,5 +1,5 @@
   110.4  /*
   110.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   110.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   110.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   110.8   *
   110.9   * This code is free software; you can redistribute it and/or modify it
   111.1 --- a/src/jdk/nashorn/internal/ir/LabeledNode.java	Fri Jan 04 09:58:30 2013 -0400
   111.2 +++ b/src/jdk/nashorn/internal/ir/LabeledNode.java	Fri Jan 04 09:58:33 2013 -0400
   111.3 @@ -1,5 +1,5 @@
   111.4  /*
   111.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   111.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   111.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   111.8   *
   111.9   * This code is free software; you can redistribute it and/or modify it
   112.1 --- a/src/jdk/nashorn/internal/ir/LineNumberNode.java	Fri Jan 04 09:58:30 2013 -0400
   112.2 +++ b/src/jdk/nashorn/internal/ir/LineNumberNode.java	Fri Jan 04 09:58:33 2013 -0400
   112.3 @@ -1,5 +1,5 @@
   112.4  /*
   112.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   112.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   112.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   112.8   *
   112.9   * This code is free software; you can redistribute it and/or modify it
   113.1 --- a/src/jdk/nashorn/internal/ir/LiteralNode.java	Fri Jan 04 09:58:30 2013 -0400
   113.2 +++ b/src/jdk/nashorn/internal/ir/LiteralNode.java	Fri Jan 04 09:58:33 2013 -0400
   113.3 @@ -1,5 +1,5 @@
   113.4  /*
   113.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   113.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   113.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   113.8   *
   113.9   * This code is free software; you can redistribute it and/or modify it
   114.1 --- a/src/jdk/nashorn/internal/ir/Location.java	Fri Jan 04 09:58:30 2013 -0400
   114.2 +++ b/src/jdk/nashorn/internal/ir/Location.java	Fri Jan 04 09:58:33 2013 -0400
   114.3 @@ -1,5 +1,5 @@
   114.4  /*
   114.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   114.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   114.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   114.8   *
   114.9   * This code is free software; you can redistribute it and/or modify it
   115.1 --- a/src/jdk/nashorn/internal/ir/Node.java	Fri Jan 04 09:58:30 2013 -0400
   115.2 +++ b/src/jdk/nashorn/internal/ir/Node.java	Fri Jan 04 09:58:33 2013 -0400
   115.3 @@ -1,5 +1,5 @@
   115.4  /*
   115.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   115.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   115.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   115.8   *
   115.9   * This code is free software; you can redistribute it and/or modify it
   116.1 --- a/src/jdk/nashorn/internal/ir/ObjectNode.java	Fri Jan 04 09:58:30 2013 -0400
   116.2 +++ b/src/jdk/nashorn/internal/ir/ObjectNode.java	Fri Jan 04 09:58:33 2013 -0400
   116.3 @@ -1,5 +1,5 @@
   116.4  /*
   116.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   116.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   116.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   116.8   *
   116.9   * This code is free software; you can redistribute it and/or modify it
   117.1 --- a/src/jdk/nashorn/internal/ir/PropertyKey.java	Fri Jan 04 09:58:30 2013 -0400
   117.2 +++ b/src/jdk/nashorn/internal/ir/PropertyKey.java	Fri Jan 04 09:58:33 2013 -0400
   117.3 @@ -1,5 +1,5 @@
   117.4  /*
   117.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   117.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   117.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   117.8   *
   117.9   * This code is free software; you can redistribute it and/or modify it
   118.1 --- a/src/jdk/nashorn/internal/ir/PropertyNode.java	Fri Jan 04 09:58:30 2013 -0400
   118.2 +++ b/src/jdk/nashorn/internal/ir/PropertyNode.java	Fri Jan 04 09:58:33 2013 -0400
   118.3 @@ -1,5 +1,5 @@
   118.4  /*
   118.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   118.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   118.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   118.8   *
   118.9   * This code is free software; you can redistribute it and/or modify it
   119.1 --- a/src/jdk/nashorn/internal/ir/ReferenceNode.java	Fri Jan 04 09:58:30 2013 -0400
   119.2 +++ b/src/jdk/nashorn/internal/ir/ReferenceNode.java	Fri Jan 04 09:58:33 2013 -0400
   119.3 @@ -1,5 +1,5 @@
   119.4  /*
   119.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   119.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   119.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   119.8   *
   119.9   * This code is free software; you can redistribute it and/or modify it
   120.1 --- a/src/jdk/nashorn/internal/ir/ReturnNode.java	Fri Jan 04 09:58:30 2013 -0400
   120.2 +++ b/src/jdk/nashorn/internal/ir/ReturnNode.java	Fri Jan 04 09:58:33 2013 -0400
   120.3 @@ -1,5 +1,5 @@
   120.4  /*
   120.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   120.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   120.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   120.8   *
   120.9   * This code is free software; you can redistribute it and/or modify it
   121.1 --- a/src/jdk/nashorn/internal/ir/RuntimeNode.java	Fri Jan 04 09:58:30 2013 -0400
   121.2 +++ b/src/jdk/nashorn/internal/ir/RuntimeNode.java	Fri Jan 04 09:58:33 2013 -0400
   121.3 @@ -1,5 +1,5 @@
   121.4  /*
   121.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   121.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   121.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   121.8   *
   121.9   * This code is free software; you can redistribute it and/or modify it
   122.1 --- a/src/jdk/nashorn/internal/ir/SplitNode.java	Fri Jan 04 09:58:30 2013 -0400
   122.2 +++ b/src/jdk/nashorn/internal/ir/SplitNode.java	Fri Jan 04 09:58:33 2013 -0400
   122.3 @@ -1,5 +1,5 @@
   122.4  /*
   122.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   122.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   122.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   122.8   *
   122.9   * This code is free software; you can redistribute it and/or modify it
   123.1 --- a/src/jdk/nashorn/internal/ir/SwitchNode.java	Fri Jan 04 09:58:30 2013 -0400
   123.2 +++ b/src/jdk/nashorn/internal/ir/SwitchNode.java	Fri Jan 04 09:58:33 2013 -0400
   123.3 @@ -1,5 +1,5 @@
   123.4  /*
   123.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   123.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   123.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   123.8   *
   123.9   * This code is free software; you can redistribute it and/or modify it
   124.1 --- a/src/jdk/nashorn/internal/ir/Symbol.java	Fri Jan 04 09:58:30 2013 -0400
   124.2 +++ b/src/jdk/nashorn/internal/ir/Symbol.java	Fri Jan 04 09:58:33 2013 -0400
   124.3 @@ -1,5 +1,5 @@
   124.4  /*
   124.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   124.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   124.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   124.8   *
   124.9   * This code is free software; you can redistribute it and/or modify it
   125.1 --- a/src/jdk/nashorn/internal/ir/TernaryNode.java	Fri Jan 04 09:58:30 2013 -0400
   125.2 +++ b/src/jdk/nashorn/internal/ir/TernaryNode.java	Fri Jan 04 09:58:33 2013 -0400
   125.3 @@ -1,5 +1,5 @@
   125.4  /*
   125.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   125.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   125.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   125.8   *
   125.9   * This code is free software; you can redistribute it and/or modify it
   126.1 --- a/src/jdk/nashorn/internal/ir/ThrowNode.java	Fri Jan 04 09:58:30 2013 -0400
   126.2 +++ b/src/jdk/nashorn/internal/ir/ThrowNode.java	Fri Jan 04 09:58:33 2013 -0400
   126.3 @@ -1,5 +1,5 @@
   126.4  /*
   126.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   126.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   126.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   126.8   *
   126.9   * This code is free software; you can redistribute it and/or modify it
   127.1 --- a/src/jdk/nashorn/internal/ir/TryNode.java	Fri Jan 04 09:58:30 2013 -0400
   127.2 +++ b/src/jdk/nashorn/internal/ir/TryNode.java	Fri Jan 04 09:58:33 2013 -0400
   127.3 @@ -1,5 +1,5 @@
   127.4  /*
   127.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   127.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   127.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   127.8   *
   127.9   * This code is free software; you can redistribute it and/or modify it
   128.1 --- a/src/jdk/nashorn/internal/ir/TypeOverride.java	Fri Jan 04 09:58:30 2013 -0400
   128.2 +++ b/src/jdk/nashorn/internal/ir/TypeOverride.java	Fri Jan 04 09:58:33 2013 -0400
   128.3 @@ -1,5 +1,5 @@
   128.4  /*
   128.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   128.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   128.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   128.8   *
   128.9   * This code is free software; you can redistribute it and/or modify it
   129.1 --- a/src/jdk/nashorn/internal/ir/UnaryNode.java	Fri Jan 04 09:58:30 2013 -0400
   129.2 +++ b/src/jdk/nashorn/internal/ir/UnaryNode.java	Fri Jan 04 09:58:33 2013 -0400
   129.3 @@ -1,5 +1,5 @@
   129.4  /*
   129.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   129.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   129.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   129.8   *
   129.9   * This code is free software; you can redistribute it and/or modify it
   130.1 --- a/src/jdk/nashorn/internal/ir/VarNode.java	Fri Jan 04 09:58:30 2013 -0400
   130.2 +++ b/src/jdk/nashorn/internal/ir/VarNode.java	Fri Jan 04 09:58:33 2013 -0400
   130.3 @@ -1,5 +1,5 @@
   130.4  /*
   130.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   130.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   130.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   130.8   *
   130.9   * This code is free software; you can redistribute it and/or modify it
   131.1 --- a/src/jdk/nashorn/internal/ir/WhileNode.java	Fri Jan 04 09:58:30 2013 -0400
   131.2 +++ b/src/jdk/nashorn/internal/ir/WhileNode.java	Fri Jan 04 09:58:33 2013 -0400
   131.3 @@ -1,5 +1,5 @@
   131.4  /*
   131.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   131.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   131.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   131.8   *
   131.9   * This code is free software; you can redistribute it and/or modify it
   132.1 --- a/src/jdk/nashorn/internal/ir/WithNode.java	Fri Jan 04 09:58:30 2013 -0400
   132.2 +++ b/src/jdk/nashorn/internal/ir/WithNode.java	Fri Jan 04 09:58:33 2013 -0400
   132.3 @@ -1,5 +1,5 @@
   132.4  /*
   132.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   132.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   132.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   132.8   *
   132.9   * This code is free software; you can redistribute it and/or modify it
   133.1 --- a/src/jdk/nashorn/internal/ir/annotations/ChildNode.java	Fri Jan 04 09:58:30 2013 -0400
   133.2 +++ b/src/jdk/nashorn/internal/ir/annotations/ChildNode.java	Fri Jan 04 09:58:33 2013 -0400
   133.3 @@ -1,5 +1,5 @@
   133.4  /*
   133.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   133.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   133.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   133.8   *
   133.9   * This code is free software; you can redistribute it and/or modify it
   134.1 --- a/src/jdk/nashorn/internal/ir/annotations/Ignore.java	Fri Jan 04 09:58:30 2013 -0400
   134.2 +++ b/src/jdk/nashorn/internal/ir/annotations/Ignore.java	Fri Jan 04 09:58:33 2013 -0400
   134.3 @@ -1,5 +1,5 @@
   134.4  /*
   134.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   134.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   134.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   134.8   *
   134.9   * This code is free software; you can redistribute it and/or modify it
   135.1 --- a/src/jdk/nashorn/internal/ir/annotations/ParentNode.java	Fri Jan 04 09:58:30 2013 -0400
   135.2 +++ b/src/jdk/nashorn/internal/ir/annotations/ParentNode.java	Fri Jan 04 09:58:33 2013 -0400
   135.3 @@ -1,5 +1,5 @@
   135.4  /*
   135.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   135.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   135.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   135.8   *
   135.9   * This code is free software; you can redistribute it and/or modify it
   136.1 --- a/src/jdk/nashorn/internal/ir/annotations/Reference.java	Fri Jan 04 09:58:30 2013 -0400
   136.2 +++ b/src/jdk/nashorn/internal/ir/annotations/Reference.java	Fri Jan 04 09:58:33 2013 -0400
   136.3 @@ -1,5 +1,5 @@
   136.4  /*
   136.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   136.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   136.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   136.8   *
   136.9   * This code is free software; you can redistribute it and/or modify it
   137.1 --- a/src/jdk/nashorn/internal/ir/debug/ASTWriter.java	Fri Jan 04 09:58:30 2013 -0400
   137.2 +++ b/src/jdk/nashorn/internal/ir/debug/ASTWriter.java	Fri Jan 04 09:58:33 2013 -0400
   137.3 @@ -1,5 +1,5 @@
   137.4  /*
   137.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   137.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   137.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   137.8   *
   137.9   * This code is free software; you can redistribute it and/or modify it
   138.1 --- a/src/jdk/nashorn/internal/ir/debug/JSONWriter.java	Fri Jan 04 09:58:30 2013 -0400
   138.2 +++ b/src/jdk/nashorn/internal/ir/debug/JSONWriter.java	Fri Jan 04 09:58:33 2013 -0400
   138.3 @@ -1,5 +1,5 @@
   138.4  /*
   138.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   138.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   138.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   138.8   *
   138.9   * This code is free software; you can redistribute it and/or modify it
   139.1 --- a/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java	Fri Jan 04 09:58:30 2013 -0400
   139.2 +++ b/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java	Fri Jan 04 09:58:33 2013 -0400
   139.3 @@ -1,5 +1,5 @@
   139.4  /*
   139.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   139.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   139.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   139.8   *
   139.9   * This code is free software; you can redistribute it and/or modify it
   140.1 --- a/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java	Fri Jan 04 09:58:30 2013 -0400
   140.2 +++ b/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java	Fri Jan 04 09:58:33 2013 -0400
   140.3 @@ -1,5 +1,5 @@
   140.4  /*
   140.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   140.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   140.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   140.8   *
   140.9   * This code is free software; you can redistribute it and/or modify it
   141.1 --- a/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java	Fri Jan 04 09:58:30 2013 -0400
   141.2 +++ b/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java	Fri Jan 04 09:58:33 2013 -0400
   141.3 @@ -1,5 +1,5 @@
   141.4  /*
   141.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   141.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   141.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   141.8   *
   141.9   * This code is free software; you can redistribute it and/or modify it
   142.1 --- a/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
   142.2 +++ b/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
   142.3 @@ -1,5 +1,5 @@
   142.4  /*
   142.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   142.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   142.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   142.8   *
   142.9   * This code is free software; you can redistribute it and/or modify it
   143.1 --- a/src/jdk/nashorn/internal/objects/ArrayBufferView.java	Fri Jan 04 09:58:30 2013 -0400
   143.2 +++ b/src/jdk/nashorn/internal/objects/ArrayBufferView.java	Fri Jan 04 09:58:33 2013 -0400
   143.3 @@ -1,5 +1,5 @@
   143.4  /*
   143.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   143.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   143.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   143.8   *
   143.9   * This code is free software; you can redistribute it and/or modify it
   144.1 --- a/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
   144.2 +++ b/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
   144.3 @@ -1,5 +1,5 @@
   144.4  /*
   144.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   144.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   144.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   144.8   *
   144.9   * This code is free software; you can redistribute it and/or modify it
   145.1 --- a/src/jdk/nashorn/internal/objects/DateParser.java	Fri Jan 04 09:58:30 2013 -0400
   145.2 +++ b/src/jdk/nashorn/internal/objects/DateParser.java	Fri Jan 04 09:58:33 2013 -0400
   145.3 @@ -1,5 +1,5 @@
   145.4  /*
   145.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   145.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   145.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   145.8   *
   145.9   * This code is free software; you can redistribute it and/or modify it
   146.1 --- a/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
   146.2 +++ b/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
   146.3 @@ -1,5 +1,5 @@
   146.4  /*
   146.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   146.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   146.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   146.8   *
   146.9   * This code is free software; you can redistribute it and/or modify it
   147.1 --- a/src/jdk/nashorn/internal/objects/Global.java	Fri Jan 04 09:58:30 2013 -0400
   147.2 +++ b/src/jdk/nashorn/internal/objects/Global.java	Fri Jan 04 09:58:33 2013 -0400
   147.3 @@ -1,5 +1,5 @@
   147.4  /*
   147.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   147.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   147.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   147.8   *
   147.9   * This code is free software; you can redistribute it and/or modify it
   148.1 --- a/src/jdk/nashorn/internal/objects/NativeArguments.java	Fri Jan 04 09:58:30 2013 -0400
   148.2 +++ b/src/jdk/nashorn/internal/objects/NativeArguments.java	Fri Jan 04 09:58:33 2013 -0400
   148.3 @@ -1,5 +1,5 @@
   148.4  /*
   148.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   148.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   148.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   148.8   *
   148.9   * This code is free software; you can redistribute it and/or modify it
   149.1 --- a/src/jdk/nashorn/internal/objects/NativeArray.java	Fri Jan 04 09:58:30 2013 -0400
   149.2 +++ b/src/jdk/nashorn/internal/objects/NativeArray.java	Fri Jan 04 09:58:33 2013 -0400
   149.3 @@ -1,5 +1,5 @@
   149.4  /*
   149.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   149.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   149.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   149.8   *
   149.9   * This code is free software; you can redistribute it and/or modify it
   150.1 --- a/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java	Fri Jan 04 09:58:30 2013 -0400
   150.2 +++ b/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java	Fri Jan 04 09:58:33 2013 -0400
   150.3 @@ -1,5 +1,5 @@
   150.4  /*
   150.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   150.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   150.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   150.8   *
   150.9   * This code is free software; you can redistribute it and/or modify it
   151.1 --- a/src/jdk/nashorn/internal/objects/NativeBoolean.java	Fri Jan 04 09:58:30 2013 -0400
   151.2 +++ b/src/jdk/nashorn/internal/objects/NativeBoolean.java	Fri Jan 04 09:58:33 2013 -0400
   151.3 @@ -1,5 +1,5 @@
   151.4  /*
   151.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   151.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   151.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   151.8   *
   151.9   * This code is free software; you can redistribute it and/or modify it
   152.1 --- a/src/jdk/nashorn/internal/objects/NativeDate.java	Fri Jan 04 09:58:30 2013 -0400
   152.2 +++ b/src/jdk/nashorn/internal/objects/NativeDate.java	Fri Jan 04 09:58:33 2013 -0400
   152.3 @@ -1,5 +1,5 @@
   152.4  /*
   152.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   152.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   152.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   152.8   *
   152.9   * This code is free software; you can redistribute it and/or modify it
   153.1 --- a/src/jdk/nashorn/internal/objects/NativeDebug.java	Fri Jan 04 09:58:30 2013 -0400
   153.2 +++ b/src/jdk/nashorn/internal/objects/NativeDebug.java	Fri Jan 04 09:58:33 2013 -0400
   153.3 @@ -1,5 +1,5 @@
   153.4  /*
   153.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   153.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   153.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   153.8   *
   153.9   * This code is free software; you can redistribute it and/or modify it
   154.1 --- a/src/jdk/nashorn/internal/objects/NativeError.java	Fri Jan 04 09:58:30 2013 -0400
   154.2 +++ b/src/jdk/nashorn/internal/objects/NativeError.java	Fri Jan 04 09:58:33 2013 -0400
   154.3 @@ -1,5 +1,5 @@
   154.4  /*
   154.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   154.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   154.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   154.8   *
   154.9   * This code is free software; you can redistribute it and/or modify it
   155.1 --- a/src/jdk/nashorn/internal/objects/NativeEvalError.java	Fri Jan 04 09:58:30 2013 -0400
   155.2 +++ b/src/jdk/nashorn/internal/objects/NativeEvalError.java	Fri Jan 04 09:58:33 2013 -0400
   155.3 @@ -1,5 +1,5 @@
   155.4  /*
   155.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   155.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   155.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   155.8   *
   155.9   * This code is free software; you can redistribute it and/or modify it
   156.1 --- a/src/jdk/nashorn/internal/objects/NativeFloat32Array.java	Fri Jan 04 09:58:30 2013 -0400
   156.2 +++ b/src/jdk/nashorn/internal/objects/NativeFloat32Array.java	Fri Jan 04 09:58:33 2013 -0400
   156.3 @@ -1,5 +1,5 @@
   156.4  /*
   156.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   156.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   156.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   156.8   *
   156.9   * This code is free software; you can redistribute it and/or modify it
   157.1 --- a/src/jdk/nashorn/internal/objects/NativeFloat64Array.java	Fri Jan 04 09:58:30 2013 -0400
   157.2 +++ b/src/jdk/nashorn/internal/objects/NativeFloat64Array.java	Fri Jan 04 09:58:33 2013 -0400
   157.3 @@ -1,5 +1,5 @@
   157.4  /*
   157.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   157.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   157.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   157.8   *
   157.9   * This code is free software; you can redistribute it and/or modify it
   158.1 --- a/src/jdk/nashorn/internal/objects/NativeFunction.java	Fri Jan 04 09:58:30 2013 -0400
   158.2 +++ b/src/jdk/nashorn/internal/objects/NativeFunction.java	Fri Jan 04 09:58:33 2013 -0400
   158.3 @@ -1,5 +1,5 @@
   158.4  /*
   158.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   158.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   158.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   158.8   *
   158.9   * This code is free software; you can redistribute it and/or modify it
   159.1 --- a/src/jdk/nashorn/internal/objects/NativeInt16Array.java	Fri Jan 04 09:58:30 2013 -0400
   159.2 +++ b/src/jdk/nashorn/internal/objects/NativeInt16Array.java	Fri Jan 04 09:58:33 2013 -0400
   159.3 @@ -1,5 +1,5 @@
   159.4  /*
   159.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   159.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   159.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   159.8   *
   159.9   * This code is free software; you can redistribute it and/or modify it
   160.1 --- a/src/jdk/nashorn/internal/objects/NativeInt32Array.java	Fri Jan 04 09:58:30 2013 -0400
   160.2 +++ b/src/jdk/nashorn/internal/objects/NativeInt32Array.java	Fri Jan 04 09:58:33 2013 -0400
   160.3 @@ -1,5 +1,5 @@
   160.4  /*
   160.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   160.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   160.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   160.8   *
   160.9   * This code is free software; you can redistribute it and/or modify it
   161.1 --- a/src/jdk/nashorn/internal/objects/NativeInt8Array.java	Fri Jan 04 09:58:30 2013 -0400
   161.2 +++ b/src/jdk/nashorn/internal/objects/NativeInt8Array.java	Fri Jan 04 09:58:33 2013 -0400
   161.3 @@ -1,5 +1,5 @@
   161.4  /*
   161.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   161.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   161.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   161.8   *
   161.9   * This code is free software; you can redistribute it and/or modify it
   162.1 --- a/src/jdk/nashorn/internal/objects/NativeJSAdapter.java	Fri Jan 04 09:58:30 2013 -0400
   162.2 +++ b/src/jdk/nashorn/internal/objects/NativeJSAdapter.java	Fri Jan 04 09:58:33 2013 -0400
   162.3 @@ -1,5 +1,5 @@
   162.4  /*
   162.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   162.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   162.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   162.8   *
   162.9   * This code is free software; you can redistribute it and/or modify it
   163.1 --- a/src/jdk/nashorn/internal/objects/NativeJSON.java	Fri Jan 04 09:58:30 2013 -0400
   163.2 +++ b/src/jdk/nashorn/internal/objects/NativeJSON.java	Fri Jan 04 09:58:33 2013 -0400
   163.3 @@ -1,5 +1,5 @@
   163.4  /*
   163.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   163.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   163.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   163.8   *
   163.9   * This code is free software; you can redistribute it and/or modify it
   164.1 --- a/src/jdk/nashorn/internal/objects/NativeJava.java	Fri Jan 04 09:58:30 2013 -0400
   164.2 +++ b/src/jdk/nashorn/internal/objects/NativeJava.java	Fri Jan 04 09:58:33 2013 -0400
   164.3 @@ -1,5 +1,5 @@
   164.4  /*
   164.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   164.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   164.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   164.8   *
   164.9   * This code is free software; you can redistribute it and/or modify it
   165.1 --- a/src/jdk/nashorn/internal/objects/NativeJavaImporter.java	Fri Jan 04 09:58:30 2013 -0400
   165.2 +++ b/src/jdk/nashorn/internal/objects/NativeJavaImporter.java	Fri Jan 04 09:58:33 2013 -0400
   165.3 @@ -1,5 +1,5 @@
   165.4  /*
   165.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   165.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   165.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   165.8   *
   165.9   * This code is free software; you can redistribute it and/or modify it
   166.1 --- a/src/jdk/nashorn/internal/objects/NativeMath.java	Fri Jan 04 09:58:30 2013 -0400
   166.2 +++ b/src/jdk/nashorn/internal/objects/NativeMath.java	Fri Jan 04 09:58:33 2013 -0400
   166.3 @@ -1,5 +1,5 @@
   166.4  /*
   166.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   166.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   166.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   166.8   *
   166.9   * This code is free software; you can redistribute it and/or modify it
   167.1 --- a/src/jdk/nashorn/internal/objects/NativeNumber.java	Fri Jan 04 09:58:30 2013 -0400
   167.2 +++ b/src/jdk/nashorn/internal/objects/NativeNumber.java	Fri Jan 04 09:58:33 2013 -0400
   167.3 @@ -1,5 +1,5 @@
   167.4  /*
   167.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   167.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   167.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   167.8   *
   167.9   * This code is free software; you can redistribute it and/or modify it
   168.1 --- a/src/jdk/nashorn/internal/objects/NativeObject.java	Fri Jan 04 09:58:30 2013 -0400
   168.2 +++ b/src/jdk/nashorn/internal/objects/NativeObject.java	Fri Jan 04 09:58:33 2013 -0400
   168.3 @@ -1,5 +1,5 @@
   168.4  /*
   168.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   168.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   168.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   168.8   *
   168.9   * This code is free software; you can redistribute it and/or modify it
   169.1 --- a/src/jdk/nashorn/internal/objects/NativeRangeError.java	Fri Jan 04 09:58:30 2013 -0400
   169.2 +++ b/src/jdk/nashorn/internal/objects/NativeRangeError.java	Fri Jan 04 09:58:33 2013 -0400
   169.3 @@ -1,5 +1,5 @@
   169.4  /*
   169.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   169.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   169.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   169.8   *
   169.9   * This code is free software; you can redistribute it and/or modify it
   170.1 --- a/src/jdk/nashorn/internal/objects/NativeReferenceError.java	Fri Jan 04 09:58:30 2013 -0400
   170.2 +++ b/src/jdk/nashorn/internal/objects/NativeReferenceError.java	Fri Jan 04 09:58:33 2013 -0400
   170.3 @@ -1,5 +1,5 @@
   170.4  /*
   170.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   170.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   170.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   170.8   *
   170.9   * This code is free software; you can redistribute it and/or modify it
   171.1 --- a/src/jdk/nashorn/internal/objects/NativeRegExp.java	Fri Jan 04 09:58:30 2013 -0400
   171.2 +++ b/src/jdk/nashorn/internal/objects/NativeRegExp.java	Fri Jan 04 09:58:33 2013 -0400
   171.3 @@ -1,5 +1,5 @@
   171.4  /*
   171.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   171.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   171.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   171.8   *
   171.9   * This code is free software; you can redistribute it and/or modify it
   172.1 --- a/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java	Fri Jan 04 09:58:30 2013 -0400
   172.2 +++ b/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java	Fri Jan 04 09:58:33 2013 -0400
   172.3 @@ -1,5 +1,5 @@
   172.4  /*
   172.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   172.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   172.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   172.8   *
   172.9   * This code is free software; you can redistribute it and/or modify it
   173.1 --- a/src/jdk/nashorn/internal/objects/NativeStrictArguments.java	Fri Jan 04 09:58:30 2013 -0400
   173.2 +++ b/src/jdk/nashorn/internal/objects/NativeStrictArguments.java	Fri Jan 04 09:58:33 2013 -0400
   173.3 @@ -1,5 +1,5 @@
   173.4  /*
   173.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   173.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   173.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   173.8   *
   173.9   * This code is free software; you can redistribute it and/or modify it
   174.1 --- a/src/jdk/nashorn/internal/objects/NativeString.java	Fri Jan 04 09:58:30 2013 -0400
   174.2 +++ b/src/jdk/nashorn/internal/objects/NativeString.java	Fri Jan 04 09:58:33 2013 -0400
   174.3 @@ -1,5 +1,5 @@
   174.4  /*
   174.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   174.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   174.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   174.8   *
   174.9   * This code is free software; you can redistribute it and/or modify it
   175.1 --- a/src/jdk/nashorn/internal/objects/NativeSyntaxError.java	Fri Jan 04 09:58:30 2013 -0400
   175.2 +++ b/src/jdk/nashorn/internal/objects/NativeSyntaxError.java	Fri Jan 04 09:58:33 2013 -0400
   175.3 @@ -1,5 +1,5 @@
   175.4  /*
   175.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   175.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   175.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   175.8   *
   175.9   * This code is free software; you can redistribute it and/or modify it
   176.1 --- a/src/jdk/nashorn/internal/objects/NativeTypeError.java	Fri Jan 04 09:58:30 2013 -0400
   176.2 +++ b/src/jdk/nashorn/internal/objects/NativeTypeError.java	Fri Jan 04 09:58:33 2013 -0400
   176.3 @@ -1,5 +1,5 @@
   176.4  /*
   176.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   176.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   176.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   176.8   *
   176.9   * This code is free software; you can redistribute it and/or modify it
   177.1 --- a/src/jdk/nashorn/internal/objects/NativeURIError.java	Fri Jan 04 09:58:30 2013 -0400
   177.2 +++ b/src/jdk/nashorn/internal/objects/NativeURIError.java	Fri Jan 04 09:58:33 2013 -0400
   177.3 @@ -1,5 +1,5 @@
   177.4  /*
   177.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   177.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   177.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   177.8   *
   177.9   * This code is free software; you can redistribute it and/or modify it
   178.1 --- a/src/jdk/nashorn/internal/objects/NativeUint16Array.java	Fri Jan 04 09:58:30 2013 -0400
   178.2 +++ b/src/jdk/nashorn/internal/objects/NativeUint16Array.java	Fri Jan 04 09:58:33 2013 -0400
   178.3 @@ -1,5 +1,5 @@
   178.4  /*
   178.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   178.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   178.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   178.8   *
   178.9   * This code is free software; you can redistribute it and/or modify it
   179.1 --- a/src/jdk/nashorn/internal/objects/NativeUint32Array.java	Fri Jan 04 09:58:30 2013 -0400
   179.2 +++ b/src/jdk/nashorn/internal/objects/NativeUint32Array.java	Fri Jan 04 09:58:33 2013 -0400
   179.3 @@ -1,5 +1,5 @@
   179.4  /*
   179.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   179.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   179.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   179.8   *
   179.9   * This code is free software; you can redistribute it and/or modify it
   180.1 --- a/src/jdk/nashorn/internal/objects/NativeUint8Array.java	Fri Jan 04 09:58:30 2013 -0400
   180.2 +++ b/src/jdk/nashorn/internal/objects/NativeUint8Array.java	Fri Jan 04 09:58:33 2013 -0400
   180.3 @@ -1,5 +1,5 @@
   180.4  /*
   180.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   180.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   180.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   180.8   *
   180.9   * This code is free software; you can redistribute it and/or modify it
   181.1 --- a/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java	Fri Jan 04 09:58:30 2013 -0400
   181.2 +++ b/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java	Fri Jan 04 09:58:33 2013 -0400
   181.3 @@ -1,5 +1,5 @@
   181.4  /*
   181.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   181.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   181.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   181.8   *
   181.9   * This code is free software; you can redistribute it and/or modify it
   182.1 --- a/src/jdk/nashorn/internal/objects/PrototypeObject.java	Fri Jan 04 09:58:30 2013 -0400
   182.2 +++ b/src/jdk/nashorn/internal/objects/PrototypeObject.java	Fri Jan 04 09:58:33 2013 -0400
   182.3 @@ -1,5 +1,5 @@
   182.4  /*
   182.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   182.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   182.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   182.8   *
   182.9   * This code is free software; you can redistribute it and/or modify it
   183.1 --- a/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java	Fri Jan 04 09:58:30 2013 -0400
   183.2 +++ b/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java	Fri Jan 04 09:58:33 2013 -0400
   183.3 @@ -1,5 +1,5 @@
   183.4  /*
   183.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   183.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   183.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   183.8   *
   183.9   * This code is free software; you can redistribute it and/or modify it
   184.1 --- a/src/jdk/nashorn/internal/objects/annotations/Attribute.java	Fri Jan 04 09:58:30 2013 -0400
   184.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Attribute.java	Fri Jan 04 09:58:33 2013 -0400
   184.3 @@ -1,5 +1,5 @@
   184.4  /*
   184.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   184.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   184.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   184.8   *
   184.9   * This code is free software; you can redistribute it and/or modify it
   185.1 --- a/src/jdk/nashorn/internal/objects/annotations/Constructor.java	Fri Jan 04 09:58:30 2013 -0400
   185.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Constructor.java	Fri Jan 04 09:58:33 2013 -0400
   185.3 @@ -1,5 +1,5 @@
   185.4  /*
   185.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   185.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   185.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   185.8   *
   185.9   * This code is free software; you can redistribute it and/or modify it
   186.1 --- a/src/jdk/nashorn/internal/objects/annotations/Function.java	Fri Jan 04 09:58:30 2013 -0400
   186.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Function.java	Fri Jan 04 09:58:33 2013 -0400
   186.3 @@ -1,5 +1,5 @@
   186.4  /*
   186.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   186.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   186.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   186.8   *
   186.9   * This code is free software; you can redistribute it and/or modify it
   187.1 --- a/src/jdk/nashorn/internal/objects/annotations/Getter.java	Fri Jan 04 09:58:30 2013 -0400
   187.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Getter.java	Fri Jan 04 09:58:33 2013 -0400
   187.3 @@ -1,5 +1,5 @@
   187.4  /*
   187.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   187.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   187.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   187.8   *
   187.9   * This code is free software; you can redistribute it and/or modify it
   188.1 --- a/src/jdk/nashorn/internal/objects/annotations/Property.java	Fri Jan 04 09:58:30 2013 -0400
   188.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Property.java	Fri Jan 04 09:58:33 2013 -0400
   188.3 @@ -1,5 +1,5 @@
   188.4  /*
   188.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   188.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   188.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   188.8   *
   188.9   * This code is free software; you can redistribute it and/or modify it
   189.1 --- a/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java	Fri Jan 04 09:58:30 2013 -0400
   189.2 +++ b/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java	Fri Jan 04 09:58:33 2013 -0400
   189.3 @@ -1,5 +1,5 @@
   189.4  /*
   189.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   189.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   189.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   189.8   *
   189.9   * This code is free software; you can redistribute it and/or modify it
   190.1 --- a/src/jdk/nashorn/internal/objects/annotations/Setter.java	Fri Jan 04 09:58:30 2013 -0400
   190.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Setter.java	Fri Jan 04 09:58:33 2013 -0400
   190.3 @@ -1,5 +1,5 @@
   190.4  /*
   190.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   190.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   190.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   190.8   *
   190.9   * This code is free software; you can redistribute it and/or modify it
   191.1 --- a/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java	Fri Jan 04 09:58:30 2013 -0400
   191.2 +++ b/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java	Fri Jan 04 09:58:33 2013 -0400
   191.3 @@ -1,5 +1,5 @@
   191.4  /*
   191.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   191.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   191.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   191.8   *
   191.9   * This code is free software; you can redistribute it and/or modify it
   192.1 --- a/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java	Fri Jan 04 09:58:30 2013 -0400
   192.2 +++ b/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java	Fri Jan 04 09:58:33 2013 -0400
   192.3 @@ -1,5 +1,5 @@
   192.4  /*
   192.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   192.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   192.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   192.8   *
   192.9   * This code is free software; you can redistribute it and/or modify it
   193.1 --- a/src/jdk/nashorn/internal/objects/annotations/Where.java	Fri Jan 04 09:58:30 2013 -0400
   193.2 +++ b/src/jdk/nashorn/internal/objects/annotations/Where.java	Fri Jan 04 09:58:33 2013 -0400
   193.3 @@ -1,5 +1,5 @@
   193.4  /*
   193.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   193.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   193.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   193.8   *
   193.9   * This code is free software; you can redistribute it and/or modify it
   194.1 --- a/src/jdk/nashorn/internal/objects/package-info.java	Fri Jan 04 09:58:30 2013 -0400
   194.2 +++ b/src/jdk/nashorn/internal/objects/package-info.java	Fri Jan 04 09:58:33 2013 -0400
   194.3 @@ -1,5 +1,5 @@
   194.4  /*
   194.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   194.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   194.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   194.8   *
   194.9   * This code is free software; you can redistribute it and/or modify it
   195.1 --- a/src/jdk/nashorn/internal/parser/AbstractParser.java	Fri Jan 04 09:58:30 2013 -0400
   195.2 +++ b/src/jdk/nashorn/internal/parser/AbstractParser.java	Fri Jan 04 09:58:33 2013 -0400
   195.3 @@ -1,5 +1,5 @@
   195.4  /*
   195.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   195.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   195.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   195.8   *
   195.9   * This code is free software; you can redistribute it and/or modify it
   196.1 --- a/src/jdk/nashorn/internal/parser/JSONParser.java	Fri Jan 04 09:58:30 2013 -0400
   196.2 +++ b/src/jdk/nashorn/internal/parser/JSONParser.java	Fri Jan 04 09:58:33 2013 -0400
   196.3 @@ -1,5 +1,5 @@
   196.4  /*
   196.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   196.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   196.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   196.8   *
   196.9   * This code is free software; you can redistribute it and/or modify it
   197.1 --- a/src/jdk/nashorn/internal/parser/Lexer.java	Fri Jan 04 09:58:30 2013 -0400
   197.2 +++ b/src/jdk/nashorn/internal/parser/Lexer.java	Fri Jan 04 09:58:33 2013 -0400
   197.3 @@ -1,5 +1,5 @@
   197.4  /*
   197.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   197.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   197.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   197.8   *
   197.9   * This code is free software; you can redistribute it and/or modify it
   198.1 --- a/src/jdk/nashorn/internal/parser/Parser.java	Fri Jan 04 09:58:30 2013 -0400
   198.2 +++ b/src/jdk/nashorn/internal/parser/Parser.java	Fri Jan 04 09:58:33 2013 -0400
   198.3 @@ -1,5 +1,5 @@
   198.4  /*
   198.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   198.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   198.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   198.8   *
   198.9   * This code is free software; you can redistribute it and/or modify it
   199.1 --- a/src/jdk/nashorn/internal/parser/RegExp.java	Fri Jan 04 09:58:30 2013 -0400
   199.2 +++ b/src/jdk/nashorn/internal/parser/RegExp.java	Fri Jan 04 09:58:33 2013 -0400
   199.3 @@ -1,5 +1,5 @@
   199.4  /*
   199.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   199.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   199.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   199.8   *
   199.9   * This code is free software; you can redistribute it and/or modify it
   200.1 --- a/src/jdk/nashorn/internal/parser/RegExpScanner.java	Fri Jan 04 09:58:30 2013 -0400
   200.2 +++ b/src/jdk/nashorn/internal/parser/RegExpScanner.java	Fri Jan 04 09:58:33 2013 -0400
   200.3 @@ -1,5 +1,5 @@
   200.4  /*
   200.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   200.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   200.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   200.8   *
   200.9   * This code is free software; you can redistribute it and/or modify it
   201.1 --- a/src/jdk/nashorn/internal/parser/Scanner.java	Fri Jan 04 09:58:30 2013 -0400
   201.2 +++ b/src/jdk/nashorn/internal/parser/Scanner.java	Fri Jan 04 09:58:33 2013 -0400
   201.3 @@ -1,5 +1,5 @@
   201.4  /*
   201.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   201.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   201.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   201.8   *
   201.9   * This code is free software; you can redistribute it and/or modify it
   202.1 --- a/src/jdk/nashorn/internal/parser/Token.java	Fri Jan 04 09:58:30 2013 -0400
   202.2 +++ b/src/jdk/nashorn/internal/parser/Token.java	Fri Jan 04 09:58:33 2013 -0400
   202.3 @@ -1,5 +1,5 @@
   202.4  /*
   202.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   202.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   202.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   202.8   *
   202.9   * This code is free software; you can redistribute it and/or modify it
   203.1 --- a/src/jdk/nashorn/internal/parser/TokenKind.java	Fri Jan 04 09:58:30 2013 -0400
   203.2 +++ b/src/jdk/nashorn/internal/parser/TokenKind.java	Fri Jan 04 09:58:33 2013 -0400
   203.3 @@ -1,5 +1,5 @@
   203.4  /*
   203.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   203.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   203.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   203.8   *
   203.9   * This code is free software; you can redistribute it and/or modify it
   204.1 --- a/src/jdk/nashorn/internal/parser/TokenLookup.java	Fri Jan 04 09:58:30 2013 -0400
   204.2 +++ b/src/jdk/nashorn/internal/parser/TokenLookup.java	Fri Jan 04 09:58:33 2013 -0400
   204.3 @@ -1,5 +1,5 @@
   204.4  /*
   204.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   204.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   204.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   204.8   *
   204.9   * This code is free software; you can redistribute it and/or modify it
   205.1 --- a/src/jdk/nashorn/internal/parser/TokenStream.java	Fri Jan 04 09:58:30 2013 -0400
   205.2 +++ b/src/jdk/nashorn/internal/parser/TokenStream.java	Fri Jan 04 09:58:33 2013 -0400
   205.3 @@ -1,5 +1,5 @@
   205.4  /*
   205.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   205.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   205.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   205.8   *
   205.9   * This code is free software; you can redistribute it and/or modify it
   206.1 --- a/src/jdk/nashorn/internal/parser/TokenType.java	Fri Jan 04 09:58:30 2013 -0400
   206.2 +++ b/src/jdk/nashorn/internal/parser/TokenType.java	Fri Jan 04 09:58:33 2013 -0400
   206.3 @@ -1,5 +1,5 @@
   206.4  /*
   206.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   206.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   206.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   206.8   *
   206.9   * This code is free software; you can redistribute it and/or modify it
   207.1 --- a/src/jdk/nashorn/internal/runtime/AccessorProperty.java	Fri Jan 04 09:58:30 2013 -0400
   207.2 +++ b/src/jdk/nashorn/internal/runtime/AccessorProperty.java	Fri Jan 04 09:58:33 2013 -0400
   207.3 @@ -1,5 +1,5 @@
   207.4  /*
   207.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   207.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   207.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   207.8   *
   207.9   * This code is free software; you can redistribute it and/or modify it
   208.1 --- a/src/jdk/nashorn/internal/runtime/BitVector.java	Fri Jan 04 09:58:30 2013 -0400
   208.2 +++ b/src/jdk/nashorn/internal/runtime/BitVector.java	Fri Jan 04 09:58:33 2013 -0400
   208.3 @@ -1,5 +1,5 @@
   208.4  /*
   208.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   208.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   208.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   208.8   *
   208.9   * This code is free software; you can redistribute it and/or modify it
   209.1 --- a/src/jdk/nashorn/internal/runtime/CodeInstaller.java	Fri Jan 04 09:58:30 2013 -0400
   209.2 +++ b/src/jdk/nashorn/internal/runtime/CodeInstaller.java	Fri Jan 04 09:58:33 2013 -0400
   209.3 @@ -1,5 +1,5 @@
   209.4  /*
   209.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   209.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   209.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   209.8   *
   209.9   * This code is free software; you can redistribute it and/or modify it
   210.1 --- a/src/jdk/nashorn/internal/runtime/ConsString.java	Fri Jan 04 09:58:30 2013 -0400
   210.2 +++ b/src/jdk/nashorn/internal/runtime/ConsString.java	Fri Jan 04 09:58:33 2013 -0400
   210.3 @@ -1,5 +1,5 @@
   210.4  /*
   210.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   210.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   210.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   210.8   *
   210.9   * This code is free software; you can redistribute it and/or modify it
   211.1 --- a/src/jdk/nashorn/internal/runtime/Context.java	Fri Jan 04 09:58:30 2013 -0400
   211.2 +++ b/src/jdk/nashorn/internal/runtime/Context.java	Fri Jan 04 09:58:33 2013 -0400
   211.3 @@ -1,5 +1,5 @@
   211.4  /*
   211.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   211.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   211.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   211.8   *
   211.9   * This code is free software; you can redistribute it and/or modify it
   212.1 --- a/src/jdk/nashorn/internal/runtime/Debug.java	Fri Jan 04 09:58:30 2013 -0400
   212.2 +++ b/src/jdk/nashorn/internal/runtime/Debug.java	Fri Jan 04 09:58:33 2013 -0400
   212.3 @@ -1,5 +1,5 @@
   212.4  /*
   212.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   212.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   212.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   212.8   *
   212.9   * This code is free software; you can redistribute it and/or modify it
   213.1 --- a/src/jdk/nashorn/internal/runtime/DebugLogger.java	Fri Jan 04 09:58:30 2013 -0400
   213.2 +++ b/src/jdk/nashorn/internal/runtime/DebugLogger.java	Fri Jan 04 09:58:33 2013 -0400
   213.3 @@ -1,5 +1,5 @@
   213.4  /*
   213.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   213.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   213.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   213.8   *
   213.9   * This code is free software; you can redistribute it and/or modify it
   214.1 --- a/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java	Fri Jan 04 09:58:30 2013 -0400
   214.2 +++ b/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java	Fri Jan 04 09:58:33 2013 -0400
   214.3 @@ -1,5 +1,5 @@
   214.4  /*
   214.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   214.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   214.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   214.8   *
   214.9   * This code is free software; you can redistribute it and/or modify it
   215.1 --- a/src/jdk/nashorn/internal/runtime/ECMAErrors.java	Fri Jan 04 09:58:30 2013 -0400
   215.2 +++ b/src/jdk/nashorn/internal/runtime/ECMAErrors.java	Fri Jan 04 09:58:33 2013 -0400
   215.3 @@ -1,5 +1,5 @@
   215.4  /*
   215.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   215.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   215.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   215.8   *
   215.9   * This code is free software; you can redistribute it and/or modify it
   216.1 --- a/src/jdk/nashorn/internal/runtime/ECMAException.java	Fri Jan 04 09:58:30 2013 -0400
   216.2 +++ b/src/jdk/nashorn/internal/runtime/ECMAException.java	Fri Jan 04 09:58:33 2013 -0400
   216.3 @@ -1,5 +1,5 @@
   216.4  /*
   216.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   216.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   216.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   216.8   *
   216.9   * This code is free software; you can redistribute it and/or modify it
   217.1 --- a/src/jdk/nashorn/internal/runtime/ErrorManager.java	Fri Jan 04 09:58:30 2013 -0400
   217.2 +++ b/src/jdk/nashorn/internal/runtime/ErrorManager.java	Fri Jan 04 09:58:33 2013 -0400
   217.3 @@ -1,5 +1,5 @@
   217.4  /*
   217.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   217.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   217.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   217.8   *
   217.9   * This code is free software; you can redistribute it and/or modify it
   218.1 --- a/src/jdk/nashorn/internal/runtime/FindProperty.java	Fri Jan 04 09:58:30 2013 -0400
   218.2 +++ b/src/jdk/nashorn/internal/runtime/FindProperty.java	Fri Jan 04 09:58:33 2013 -0400
   218.3 @@ -1,5 +1,5 @@
   218.4  /*
   218.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   218.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   218.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   218.8   *
   218.9   * This code is free software; you can redistribute it and/or modify it
   219.1 --- a/src/jdk/nashorn/internal/runtime/FunctionScope.java	Fri Jan 04 09:58:30 2013 -0400
   219.2 +++ b/src/jdk/nashorn/internal/runtime/FunctionScope.java	Fri Jan 04 09:58:33 2013 -0400
   219.3 @@ -1,5 +1,5 @@
   219.4  /*
   219.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   219.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   219.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   219.8   *
   219.9   * This code is free software; you can redistribute it and/or modify it
   220.1 --- a/src/jdk/nashorn/internal/runtime/GlobalFunctions.java	Fri Jan 04 09:58:30 2013 -0400
   220.2 +++ b/src/jdk/nashorn/internal/runtime/GlobalFunctions.java	Fri Jan 04 09:58:33 2013 -0400
   220.3 @@ -1,5 +1,5 @@
   220.4  /*
   220.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   220.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   220.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   220.8   *
   220.9   * This code is free software; you can redistribute it and/or modify it
   221.1 --- a/src/jdk/nashorn/internal/runtime/GlobalObject.java	Fri Jan 04 09:58:30 2013 -0400
   221.2 +++ b/src/jdk/nashorn/internal/runtime/GlobalObject.java	Fri Jan 04 09:58:33 2013 -0400
   221.3 @@ -1,5 +1,5 @@
   221.4  /*
   221.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   221.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   221.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   221.8   *
   221.9   * This code is free software; you can redistribute it and/or modify it
   222.1 --- a/src/jdk/nashorn/internal/runtime/JSErrorType.java	Fri Jan 04 09:58:30 2013 -0400
   222.2 +++ b/src/jdk/nashorn/internal/runtime/JSErrorType.java	Fri Jan 04 09:58:33 2013 -0400
   222.3 @@ -1,5 +1,5 @@
   222.4  /*
   222.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   222.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   222.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   222.8   *
   222.9   * This code is free software; you can redistribute it and/or modify it
   223.1 --- a/src/jdk/nashorn/internal/runtime/JSType.java	Fri Jan 04 09:58:30 2013 -0400
   223.2 +++ b/src/jdk/nashorn/internal/runtime/JSType.java	Fri Jan 04 09:58:33 2013 -0400
   223.3 @@ -1,5 +1,5 @@
   223.4  /*
   223.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   223.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   223.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   223.8   *
   223.9   * This code is free software; you can redistribute it and/or modify it
   224.1 --- a/src/jdk/nashorn/internal/runtime/Logging.java	Fri Jan 04 09:58:30 2013 -0400
   224.2 +++ b/src/jdk/nashorn/internal/runtime/Logging.java	Fri Jan 04 09:58:33 2013 -0400
   224.3 @@ -1,5 +1,5 @@
   224.4  /*
   224.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   224.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   224.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   224.8   *
   224.9   * This code is free software; you can redistribute it and/or modify it
   225.1 --- a/src/jdk/nashorn/internal/runtime/NashornLoader.java	Fri Jan 04 09:58:30 2013 -0400
   225.2 +++ b/src/jdk/nashorn/internal/runtime/NashornLoader.java	Fri Jan 04 09:58:33 2013 -0400
   225.3 @@ -1,5 +1,5 @@
   225.4  /*
   225.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   225.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   225.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   225.8   *
   225.9   * This code is free software; you can redistribute it and/or modify it
   226.1 --- a/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java	Fri Jan 04 09:58:30 2013 -0400
   226.2 +++ b/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java	Fri Jan 04 09:58:33 2013 -0400
   226.3 @@ -1,5 +1,5 @@
   226.4  /*
   226.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   226.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   226.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   226.8   *
   226.9   * This code is free software; you can redistribute it and/or modify it
   227.1 --- a/src/jdk/nashorn/internal/runtime/NumberToString.java	Fri Jan 04 09:58:30 2013 -0400
   227.2 +++ b/src/jdk/nashorn/internal/runtime/NumberToString.java	Fri Jan 04 09:58:33 2013 -0400
   227.3 @@ -1,5 +1,5 @@
   227.4  /*
   227.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   227.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   227.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   227.8   *
   227.9   * This code is free software; you can redistribute it and/or modify it
   228.1 --- a/src/jdk/nashorn/internal/runtime/ParserException.java	Fri Jan 04 09:58:30 2013 -0400
   228.2 +++ b/src/jdk/nashorn/internal/runtime/ParserException.java	Fri Jan 04 09:58:33 2013 -0400
   228.3 @@ -1,5 +1,5 @@
   228.4  /*
   228.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   228.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   228.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   228.8   *
   228.9   * This code is free software; you can redistribute it and/or modify it
   229.1 --- a/src/jdk/nashorn/internal/runtime/Property.java	Fri Jan 04 09:58:30 2013 -0400
   229.2 +++ b/src/jdk/nashorn/internal/runtime/Property.java	Fri Jan 04 09:58:33 2013 -0400
   229.3 @@ -1,5 +1,5 @@
   229.4  /*
   229.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   229.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   229.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   229.8   *
   229.9   * This code is free software; you can redistribute it and/or modify it
   230.1 --- a/src/jdk/nashorn/internal/runtime/PropertyAccess.java	Fri Jan 04 09:58:30 2013 -0400
   230.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyAccess.java	Fri Jan 04 09:58:33 2013 -0400
   230.3 @@ -1,5 +1,5 @@
   230.4  /*
   230.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   230.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   230.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   230.8   *
   230.9   * This code is free software; you can redistribute it and/or modify it
   231.1 --- a/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
   231.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
   231.3 @@ -1,5 +1,5 @@
   231.4  /*
   231.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   231.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   231.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   231.8   *
   231.9   * This code is free software; you can redistribute it and/or modify it
   232.1 --- a/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Fri Jan 04 09:58:30 2013 -0400
   232.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Fri Jan 04 09:58:33 2013 -0400
   232.3 @@ -1,5 +1,5 @@
   232.4  /*
   232.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   232.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   232.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   232.8   *
   232.9   * This code is free software; you can redistribute it and/or modify it
   233.1 --- a/src/jdk/nashorn/internal/runtime/PropertyListener.java	Fri Jan 04 09:58:30 2013 -0400
   233.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyListener.java	Fri Jan 04 09:58:33 2013 -0400
   233.3 @@ -1,5 +1,5 @@
   233.4  /*
   233.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   233.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   233.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   233.8   *
   233.9   * This code is free software; you can redistribute it and/or modify it
   234.1 --- a/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java	Fri Jan 04 09:58:30 2013 -0400
   234.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java	Fri Jan 04 09:58:33 2013 -0400
   234.3 @@ -1,5 +1,5 @@
   234.4  /*
   234.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   234.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   234.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   234.8   *
   234.9   * This code is free software; you can redistribute it and/or modify it
   235.1 --- a/src/jdk/nashorn/internal/runtime/PropertyMap.java	Fri Jan 04 09:58:30 2013 -0400
   235.2 +++ b/src/jdk/nashorn/internal/runtime/PropertyMap.java	Fri Jan 04 09:58:33 2013 -0400
   235.3 @@ -1,5 +1,5 @@
   235.4  /*
   235.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   235.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   235.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   235.8   *
   235.9   * This code is free software; you can redistribute it and/or modify it
   236.1 --- a/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java	Fri Jan 04 09:58:30 2013 -0400
   236.2 +++ b/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java	Fri Jan 04 09:58:33 2013 -0400
   236.3 @@ -1,5 +1,5 @@
   236.4  /*
   236.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   236.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   236.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   236.8   *
   236.9   * This code is free software; you can redistribute it and/or modify it
   237.1 --- a/src/jdk/nashorn/internal/runtime/RegExpMatch.java	Fri Jan 04 09:58:30 2013 -0400
   237.2 +++ b/src/jdk/nashorn/internal/runtime/RegExpMatch.java	Fri Jan 04 09:58:33 2013 -0400
   237.3 @@ -1,5 +1,5 @@
   237.4  /*
   237.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   237.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   237.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   237.8   *
   237.9   * This code is free software; you can redistribute it and/or modify it
   238.1 --- a/src/jdk/nashorn/internal/runtime/Scope.java	Fri Jan 04 09:58:30 2013 -0400
   238.2 +++ b/src/jdk/nashorn/internal/runtime/Scope.java	Fri Jan 04 09:58:33 2013 -0400
   238.3 @@ -1,5 +1,5 @@
   238.4  /*
   238.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   238.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   238.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   238.8   *
   238.9   * This code is free software; you can redistribute it and/or modify it
   239.1 --- a/src/jdk/nashorn/internal/runtime/ScriptFunction.java	Fri Jan 04 09:58:30 2013 -0400
   239.2 +++ b/src/jdk/nashorn/internal/runtime/ScriptFunction.java	Fri Jan 04 09:58:33 2013 -0400
   239.3 @@ -1,5 +1,5 @@
   239.4  /*
   239.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   239.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   239.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   239.8   *
   239.9   * This code is free software; you can redistribute it and/or modify it
   240.1 --- a/src/jdk/nashorn/internal/runtime/ScriptLoader.java	Fri Jan 04 09:58:30 2013 -0400
   240.2 +++ b/src/jdk/nashorn/internal/runtime/ScriptLoader.java	Fri Jan 04 09:58:33 2013 -0400
   240.3 @@ -1,5 +1,5 @@
   240.4  /*
   240.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   240.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   240.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   240.8   *
   240.9   * This code is free software; you can redistribute it and/or modify it
   241.1 --- a/src/jdk/nashorn/internal/runtime/ScriptObject.java	Fri Jan 04 09:58:30 2013 -0400
   241.2 +++ b/src/jdk/nashorn/internal/runtime/ScriptObject.java	Fri Jan 04 09:58:33 2013 -0400
   241.3 @@ -1,5 +1,5 @@
   241.4  /*
   241.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   241.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   241.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   241.8   *
   241.9   * This code is free software; you can redistribute it and/or modify it
   242.1 --- a/src/jdk/nashorn/internal/runtime/ScriptRuntime.java	Fri Jan 04 09:58:30 2013 -0400
   242.2 +++ b/src/jdk/nashorn/internal/runtime/ScriptRuntime.java	Fri Jan 04 09:58:33 2013 -0400
   242.3 @@ -1,5 +1,5 @@
   242.4  /*
   242.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   242.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   242.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   242.8   *
   242.9   * This code is free software; you can redistribute it and/or modify it
   243.1 --- a/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java	Fri Jan 04 09:58:30 2013 -0400
   243.2 +++ b/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java	Fri Jan 04 09:58:33 2013 -0400
   243.3 @@ -1,5 +1,5 @@
   243.4  /*
   243.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   243.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   243.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   243.8   *
   243.9   * This code is free software; you can redistribute it and/or modify it
   244.1 --- a/src/jdk/nashorn/internal/runtime/Source.java	Fri Jan 04 09:58:30 2013 -0400
   244.2 +++ b/src/jdk/nashorn/internal/runtime/Source.java	Fri Jan 04 09:58:33 2013 -0400
   244.3 @@ -1,5 +1,5 @@
   244.4  /*
   244.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   244.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   244.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   244.8   *
   244.9   * This code is free software; you can redistribute it and/or modify it
   245.1 --- a/src/jdk/nashorn/internal/runtime/SpillProperty.java	Fri Jan 04 09:58:30 2013 -0400
   245.2 +++ b/src/jdk/nashorn/internal/runtime/SpillProperty.java	Fri Jan 04 09:58:33 2013 -0400
   245.3 @@ -1,5 +1,5 @@
   245.4  /*
   245.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   245.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   245.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   245.8   *
   245.9   * This code is free software; you can redistribute it and/or modify it
   246.1 --- a/src/jdk/nashorn/internal/runtime/StructureLoader.java	Fri Jan 04 09:58:30 2013 -0400
   246.2 +++ b/src/jdk/nashorn/internal/runtime/StructureLoader.java	Fri Jan 04 09:58:33 2013 -0400
   246.3 @@ -1,5 +1,5 @@
   246.4  /*
   246.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   246.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   246.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   246.8   *
   246.9   * This code is free software; you can redistribute it and/or modify it
   247.1 --- a/src/jdk/nashorn/internal/runtime/URIUtils.java	Fri Jan 04 09:58:30 2013 -0400
   247.2 +++ b/src/jdk/nashorn/internal/runtime/URIUtils.java	Fri Jan 04 09:58:33 2013 -0400
   247.3 @@ -1,5 +1,5 @@
   247.4  /*
   247.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   247.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   247.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   247.8   *
   247.9   * This code is free software; you can redistribute it and/or modify it
   248.1 --- a/src/jdk/nashorn/internal/runtime/Undefined.java	Fri Jan 04 09:58:30 2013 -0400
   248.2 +++ b/src/jdk/nashorn/internal/runtime/Undefined.java	Fri Jan 04 09:58:33 2013 -0400
   248.3 @@ -1,5 +1,5 @@
   248.4  /*
   248.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   248.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   248.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   248.8   *
   248.9   * This code is free software; you can redistribute it and/or modify it
   249.1 --- a/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java	Fri Jan 04 09:58:30 2013 -0400
   249.2 +++ b/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java	Fri Jan 04 09:58:33 2013 -0400
   249.3 @@ -1,5 +1,5 @@
   249.4  /*
   249.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   249.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   249.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   249.8   *
   249.9   * This code is free software; you can redistribute it and/or modify it
   250.1 --- a/src/jdk/nashorn/internal/runtime/Version.java	Fri Jan 04 09:58:30 2013 -0400
   250.2 +++ b/src/jdk/nashorn/internal/runtime/Version.java	Fri Jan 04 09:58:33 2013 -0400
   250.3 @@ -1,5 +1,5 @@
   250.4  /*
   250.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   250.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   250.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   250.8   *
   250.9   * This code is free software; you can redistribute it and/or modify it
   251.1 --- a/src/jdk/nashorn/internal/runtime/WithObject.java	Fri Jan 04 09:58:30 2013 -0400
   251.2 +++ b/src/jdk/nashorn/internal/runtime/WithObject.java	Fri Jan 04 09:58:33 2013 -0400
   251.3 @@ -1,5 +1,5 @@
   251.4  /*
   251.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   251.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   251.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   251.8   *
   251.9   * This code is free software; you can redistribute it and/or modify it
   252.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   252.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   252.3 @@ -1,5 +1,5 @@
   252.4  /*
   252.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   252.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   252.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   252.8   *
   252.9   * This code is free software; you can redistribute it and/or modify it
   253.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   253.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   253.3 @@ -1,5 +1,5 @@
   253.4  /*
   253.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   253.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   253.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   253.8   *
   253.9   * This code is free software; you can redistribute it and/or modify it
   254.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java	Fri Jan 04 09:58:30 2013 -0400
   254.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java	Fri Jan 04 09:58:33 2013 -0400
   254.3 @@ -1,5 +1,5 @@
   254.4  /*
   254.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   254.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   254.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   254.8   *
   254.9   * This code is free software; you can redistribute it and/or modify it
   255.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java	Fri Jan 04 09:58:30 2013 -0400
   255.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java	Fri Jan 04 09:58:33 2013 -0400
   255.3 @@ -1,5 +1,5 @@
   255.4  /*
   255.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   255.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   255.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   255.8   *
   255.9   * This code is free software; you can redistribute it and/or modify it
   256.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java	Fri Jan 04 09:58:30 2013 -0400
   256.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java	Fri Jan 04 09:58:33 2013 -0400
   256.3 @@ -1,5 +1,5 @@
   256.4  /*
   256.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   256.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   256.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   256.8   *
   256.9   * This code is free software; you can redistribute it and/or modify it
   257.1 --- a/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   257.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   257.3 @@ -1,5 +1,5 @@
   257.4  /*
   257.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   257.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   257.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   257.8   *
   257.9   * This code is free software; you can redistribute it and/or modify it
   258.1 --- a/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   258.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   258.3 @@ -1,5 +1,5 @@
   258.4  /*
   258.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   258.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   258.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   258.8   *
   258.9   * This code is free software; you can redistribute it and/or modify it
   259.1 --- a/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java	Fri Jan 04 09:58:30 2013 -0400
   259.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java	Fri Jan 04 09:58:33 2013 -0400
   259.3 @@ -1,5 +1,5 @@
   259.4  /*
   259.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   259.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   259.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   259.8   *
   259.9   * This code is free software; you can redistribute it and/or modify it
   260.1 --- a/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   260.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   260.3 @@ -1,5 +1,5 @@
   260.4  /*
   260.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   260.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   260.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   260.8   *
   260.9   * This code is free software; you can redistribute it and/or modify it
   261.1 --- a/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   261.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   261.3 @@ -1,5 +1,5 @@
   261.4  /*
   261.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   261.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   261.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   261.8   *
   261.9   * This code is free software; you can redistribute it and/or modify it
   262.1 --- a/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java	Fri Jan 04 09:58:30 2013 -0400
   262.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java	Fri Jan 04 09:58:33 2013 -0400
   262.3 @@ -1,5 +1,5 @@
   262.4  /*
   262.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   262.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   262.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   262.8   *
   262.9   * This code is free software; you can redistribute it and/or modify it
   263.1 --- a/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java	Fri Jan 04 09:58:30 2013 -0400
   263.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java	Fri Jan 04 09:58:33 2013 -0400
   263.3 @@ -1,5 +1,5 @@
   263.4  /*
   263.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   263.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   263.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   263.8   *
   263.9   * This code is free software; you can redistribute it and/or modify it
   264.1 --- a/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   264.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   264.3 @@ -1,5 +1,5 @@
   264.4  /*
   264.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   264.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   264.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   264.8   *
   264.9   * This code is free software; you can redistribute it and/or modify it
   265.1 --- a/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java	Fri Jan 04 09:58:30 2013 -0400
   265.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java	Fri Jan 04 09:58:33 2013 -0400
   265.3 @@ -1,5 +1,5 @@
   265.4  /*
   265.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   265.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   265.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   265.8   *
   265.9   * This code is free software; you can redistribute it and/or modify it
   266.1 --- a/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   266.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   266.3 @@ -1,5 +1,5 @@
   266.4  /*
   266.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   266.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   266.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   266.8   *
   266.9   * This code is free software; you can redistribute it and/or modify it
   267.1 --- a/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   267.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   267.3 @@ -1,5 +1,5 @@
   267.4  /*
   267.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   267.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   267.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   267.8   *
   267.9   * This code is free software; you can redistribute it and/or modify it
   268.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   268.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   268.3 @@ -1,5 +1,5 @@
   268.4  /*
   268.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   268.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   268.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   268.8   *
   268.9   * This code is free software; you can redistribute it and/or modify it
   269.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java	Fri Jan 04 09:58:30 2013 -0400
   269.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java	Fri Jan 04 09:58:33 2013 -0400
   269.3 @@ -1,5 +1,5 @@
   269.4  /*
   269.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   269.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   269.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   269.8   *
   269.9   * This code is free software; you can redistribute it and/or modify it
   270.1 --- a/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java	Fri Jan 04 09:58:30 2013 -0400
   270.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java	Fri Jan 04 09:58:33 2013 -0400
   270.3 @@ -1,5 +1,5 @@
   270.4  /*
   270.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   270.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   270.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   270.8   *
   270.9   * This code is free software; you can redistribute it and/or modify it
   271.1 --- a/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   271.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   271.3 @@ -1,5 +1,5 @@
   271.4  /*
   271.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   271.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   271.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   271.8   *
   271.9   * This code is free software; you can redistribute it and/or modify it
   272.1 --- a/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java	Fri Jan 04 09:58:30 2013 -0400
   272.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java	Fri Jan 04 09:58:33 2013 -0400
   272.3 @@ -1,5 +1,5 @@
   272.4  /*
   272.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   272.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   272.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   272.8   *
   272.9   * This code is free software; you can redistribute it and/or modify it
   273.1 --- a/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java	Fri Jan 04 09:58:30 2013 -0400
   273.2 +++ b/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java	Fri Jan 04 09:58:33 2013 -0400
   273.3 @@ -1,5 +1,5 @@
   273.4  /*
   273.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   273.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   273.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   273.8   *
   273.9   * This code is free software; you can redistribute it and/or modify it
   274.1 --- a/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java	Fri Jan 04 09:58:30 2013 -0400
   274.2 +++ b/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java	Fri Jan 04 09:58:33 2013 -0400
   274.3 @@ -1,5 +1,5 @@
   274.4  /*
   274.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   274.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   274.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   274.8   *
   274.9   * This code is free software; you can redistribute it and/or modify it
   275.1 --- a/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java	Fri Jan 04 09:58:30 2013 -0400
   275.2 +++ b/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java	Fri Jan 04 09:58:33 2013 -0400
   275.3 @@ -1,5 +1,5 @@
   275.4  /*
   275.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   275.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   275.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   275.8   *
   275.9   * This code is free software; you can redistribute it and/or modify it
   276.1 --- a/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java	Fri Jan 04 09:58:30 2013 -0400
   276.2 +++ b/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java	Fri Jan 04 09:58:33 2013 -0400
   276.3 @@ -1,5 +1,5 @@
   276.4  /*
   276.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   276.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   276.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   276.8   *
   276.9   * This code is free software; you can redistribute it and/or modify it
   277.1 --- a/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java	Fri Jan 04 09:58:30 2013 -0400
   277.2 +++ b/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java	Fri Jan 04 09:58:33 2013 -0400
   277.3 @@ -1,5 +1,5 @@
   277.4  /*
   277.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   277.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   277.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   277.8   *
   277.9   * This code is free software; you can redistribute it and/or modify it
   278.1 --- a/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java	Fri Jan 04 09:58:30 2013 -0400
   278.2 +++ b/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java	Fri Jan 04 09:58:33 2013 -0400
   278.3 @@ -1,5 +1,5 @@
   278.4  /*
   278.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   278.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   278.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   278.8   *
   278.9   * This code is free software; you can redistribute it and/or modify it
   279.1 --- a/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java	Fri Jan 04 09:58:30 2013 -0400
   279.2 +++ b/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java	Fri Jan 04 09:58:33 2013 -0400
   279.3 @@ -1,5 +1,5 @@
   279.4  /*
   279.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   279.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   279.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   279.8   *
   279.9   * This code is free software; you can redistribute it and/or modify it
   280.1 --- a/src/jdk/nashorn/internal/runtime/linker/Lookup.java	Fri Jan 04 09:58:30 2013 -0400
   280.2 +++ b/src/jdk/nashorn/internal/runtime/linker/Lookup.java	Fri Jan 04 09:58:33 2013 -0400
   280.3 @@ -1,5 +1,5 @@
   280.4  /*
   280.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   280.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   280.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   280.8   *
   280.9   * This code is free software; you can redistribute it and/or modify it
   281.1 --- a/src/jdk/nashorn/internal/runtime/linker/Mangler.java	Fri Jan 04 09:58:30 2013 -0400
   281.2 +++ b/src/jdk/nashorn/internal/runtime/linker/Mangler.java	Fri Jan 04 09:58:33 2013 -0400
   281.3 @@ -1,5 +1,5 @@
   281.4  /*
   281.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   281.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   281.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   281.8   *
   281.9   * This code is free software; you can redistribute it and/or modify it
   282.1 --- a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java	Fri Jan 04 09:58:30 2013 -0400
   282.2 +++ b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java	Fri Jan 04 09:58:33 2013 -0400
   282.3 @@ -1,5 +1,5 @@
   282.4  /*
   282.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   282.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   282.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   282.8   *
   282.9   * This code is free software; you can redistribute it and/or modify it
   283.1 --- a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java	Fri Jan 04 09:58:30 2013 -0400
   283.2 +++ b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java	Fri Jan 04 09:58:33 2013 -0400
   283.3 @@ -1,5 +1,5 @@
   283.4  /*
   283.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   283.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   283.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   283.8   *
   283.9   * This code is free software; you can redistribute it and/or modify it
   284.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java	Fri Jan 04 09:58:30 2013 -0400
   284.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java	Fri Jan 04 09:58:33 2013 -0400
   284.3 @@ -1,5 +1,5 @@
   284.4  /*
   284.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   284.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   284.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   284.8   *
   284.9   * This code is free software; you can redistribute it and/or modify it
   285.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java	Fri Jan 04 09:58:30 2013 -0400
   285.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java	Fri Jan 04 09:58:33 2013 -0400
   285.3 @@ -1,5 +1,5 @@
   285.4  /*
   285.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   285.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   285.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   285.8   *
   285.9   * This code is free software; you can redistribute it and/or modify it
   286.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java	Fri Jan 04 09:58:30 2013 -0400
   286.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java	Fri Jan 04 09:58:33 2013 -0400
   286.3 @@ -1,5 +1,5 @@
   286.4  /*
   286.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   286.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   286.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   286.8   *
   286.9   * This code is free software; you can redistribute it and/or modify it
   287.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java	Fri Jan 04 09:58:30 2013 -0400
   287.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java	Fri Jan 04 09:58:33 2013 -0400
   287.3 @@ -1,5 +1,5 @@
   287.4  /*
   287.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   287.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   287.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   287.8   *
   287.9   * This code is free software; you can redistribute it and/or modify it
   288.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java	Fri Jan 04 09:58:30 2013 -0400
   288.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java	Fri Jan 04 09:58:33 2013 -0400
   288.3 @@ -1,5 +1,5 @@
   288.4  /*
   288.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   288.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   288.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   288.8   *
   288.9   * This code is free software; you can redistribute it and/or modify it
   289.1 --- a/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java	Fri Jan 04 09:58:30 2013 -0400
   289.2 +++ b/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java	Fri Jan 04 09:58:33 2013 -0400
   289.3 @@ -1,5 +1,5 @@
   289.4  /*
   289.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   289.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   289.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   289.8   *
   289.9   * This code is free software; you can redistribute it and/or modify it
   290.1 --- a/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java	Fri Jan 04 09:58:30 2013 -0400
   290.2 +++ b/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java	Fri Jan 04 09:58:33 2013 -0400
   290.3 @@ -1,5 +1,5 @@
   290.4  /*
   290.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   290.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   290.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   290.8   *
   290.9   * This code is free software; you can redistribute it and/or modify it
   291.1 --- a/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java	Fri Jan 04 09:58:30 2013 -0400
   291.2 +++ b/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java	Fri Jan 04 09:58:33 2013 -0400
   291.3 @@ -1,5 +1,5 @@
   291.4  /*
   291.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   291.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   291.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   291.8   *
   291.9   * This code is free software; you can redistribute it and/or modify it
   292.1 --- a/src/jdk/nashorn/internal/runtime/options/Option.java	Fri Jan 04 09:58:30 2013 -0400
   292.2 +++ b/src/jdk/nashorn/internal/runtime/options/Option.java	Fri Jan 04 09:58:33 2013 -0400
   292.3 @@ -1,5 +1,5 @@
   292.4  /*
   292.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   292.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   292.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   292.8   *
   292.9   * This code is free software; you can redistribute it and/or modify it
   293.1 --- a/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java	Fri Jan 04 09:58:30 2013 -0400
   293.2 +++ b/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java	Fri Jan 04 09:58:33 2013 -0400
   293.3 @@ -1,5 +1,5 @@
   293.4  /*
   293.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   293.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   293.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   293.8   *
   293.9   * This code is free software; you can redistribute it and/or modify it
   294.1 --- a/src/jdk/nashorn/internal/runtime/options/Options.java	Fri Jan 04 09:58:30 2013 -0400
   294.2 +++ b/src/jdk/nashorn/internal/runtime/options/Options.java	Fri Jan 04 09:58:33 2013 -0400
   294.3 @@ -1,5 +1,5 @@
   294.4  /*
   294.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   294.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   294.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   294.8   *
   294.9   * This code is free software; you can redistribute it and/or modify it
   295.1 --- a/src/jdk/nashorn/internal/runtime/options/ValueOption.java	Fri Jan 04 09:58:30 2013 -0400
   295.2 +++ b/src/jdk/nashorn/internal/runtime/options/ValueOption.java	Fri Jan 04 09:58:33 2013 -0400
   295.3 @@ -1,5 +1,5 @@
   295.4  /*
   295.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   295.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   295.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   295.8   *
   295.9   * This code is free software; you can redistribute it and/or modify it
   296.1 --- a/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Fri Jan 04 09:58:30 2013 -0400
   296.2 +++ b/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Fri Jan 04 09:58:33 2013 -0400
   296.3 @@ -1,5 +1,5 @@
   296.4  #
   296.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   296.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   296.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   296.8  #
   296.9  # This code is free software; you can redistribute it and/or modify it
   297.1 --- a/src/jdk/nashorn/internal/runtime/resources/Options.properties	Fri Jan 04 09:58:30 2013 -0400
   297.2 +++ b/src/jdk/nashorn/internal/runtime/resources/Options.properties	Fri Jan 04 09:58:33 2013 -0400
   297.3 @@ -1,5 +1,5 @@
   297.4  #
   297.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   297.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   297.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   297.8  #
   297.9  # This code is free software; you can redistribute it and/or modify it
   298.1 --- a/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js	Fri Jan 04 09:58:30 2013 -0400
   298.2 +++ b/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js	Fri Jan 04 09:58:33 2013 -0400
   298.3 @@ -1,5 +1,5 @@
   298.4  /*
   298.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   298.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   298.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   298.8   * 
   298.9   * This code is free software; you can redistribute it and/or modify it
   299.1 --- a/src/jdk/nashorn/internal/runtime/resources/parser.js	Fri Jan 04 09:58:30 2013 -0400
   299.2 +++ b/src/jdk/nashorn/internal/runtime/resources/parser.js	Fri Jan 04 09:58:33 2013 -0400
   299.3 @@ -1,5 +1,5 @@
   299.4  /*
   299.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   299.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   299.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   299.8   * 
   299.9   * This code is free software; you can redistribute it and/or modify it
   300.1 --- a/src/jdk/nashorn/internal/runtime/resources/version.properties-template	Fri Jan 04 09:58:30 2013 -0400
   300.2 +++ b/src/jdk/nashorn/internal/runtime/resources/version.properties-template	Fri Jan 04 09:58:33 2013 -0400
   300.3 @@ -1,5 +1,5 @@
   300.4  #
   300.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   300.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   300.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   300.8  #
   300.9  # This code is free software; you can redistribute it and/or modify it
   301.1 --- a/src/jdk/nashorn/internal/scripts/JO$.java	Fri Jan 04 09:58:30 2013 -0400
   301.2 +++ b/src/jdk/nashorn/internal/scripts/JO$.java	Fri Jan 04 09:58:33 2013 -0400
   301.3 @@ -1,5 +1,5 @@
   301.4  /*
   301.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   301.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   301.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   301.8   *
   301.9   * This code is free software; you can redistribute it and/or modify it
   302.1 --- a/src/jdk/nashorn/internal/scripts/JS$.java	Fri Jan 04 09:58:30 2013 -0400
   302.2 +++ b/src/jdk/nashorn/internal/scripts/JS$.java	Fri Jan 04 09:58:33 2013 -0400
   302.3 @@ -1,5 +1,5 @@
   302.4  /*
   302.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   302.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   302.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   302.8   *
   302.9   * This code is free software; you can redistribute it and/or modify it
   303.1 --- a/src/jdk/nashorn/tools/Shell.java	Fri Jan 04 09:58:30 2013 -0400
   303.2 +++ b/src/jdk/nashorn/tools/Shell.java	Fri Jan 04 09:58:33 2013 -0400
   303.3 @@ -1,5 +1,5 @@
   303.4  /*
   303.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   303.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   303.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   303.8   *
   303.9   * This code is free software; you can redistribute it and/or modify it
   304.1 --- a/src/jdk/nashorn/tools/resources/Shell.properties	Fri Jan 04 09:58:30 2013 -0400
   304.2 +++ b/src/jdk/nashorn/tools/resources/Shell.properties	Fri Jan 04 09:58:33 2013 -0400
   304.3 @@ -1,5 +1,5 @@
   304.4  #
   304.5 -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   304.6 +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   304.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   304.8  #
   304.9  # This code is free software; you can redistribute it and/or modify it
   305.1 --- a/src/jdk/nashorn/tools/resources/shell.js	Fri Jan 04 09:58:30 2013 -0400
   305.2 +++ b/src/jdk/nashorn/tools/resources/shell.js	Fri Jan 04 09:58:33 2013 -0400
   305.3 @@ -1,5 +1,5 @@
   305.4  /*
   305.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   305.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   305.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   305.8   * 
   305.9   * This code is free software; you can redistribute it and/or modify it
   306.1 --- a/src/netscape/javascript/JSObject.java	Fri Jan 04 09:58:30 2013 -0400
   306.2 +++ b/src/netscape/javascript/JSObject.java	Fri Jan 04 09:58:33 2013 -0400
   306.3 @@ -1,5 +1,5 @@
   306.4  /*
   306.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   306.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   306.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   306.8   *
   306.9   * This code is free software; you can redistribute it and/or modify it
   307.1 --- a/src/overview.html	Fri Jan 04 09:58:30 2013 -0400
   307.2 +++ b/src/overview.html	Fri Jan 04 09:58:33 2013 -0400
   307.3 @@ -1,5 +1,5 @@
   307.4  <!-- 
   307.5 - Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   307.6 + Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   307.7   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   307.8  
   307.9   This code is free software; you can redistribute it and/or modify it
  307.10 @@ -110,4 +110,4 @@
  307.11  <a href="jdk/nashorn/internal/objects/NativeJSAdapter.html">{@code JSAdapter}</a>,
  307.12  <a href="jdk/nashorn/internal/objects/NativeJavaImporter.html">{@code JavaImporter},
  307.13  <a href="jdk/nashorn/internal/runtime/NativeJavaPackage.html">{@code Packages}.</a>
  307.14 -</body>
  307.15 \ No newline at end of file
  307.16 +</body>
   308.1 --- a/test/examples/dual-fields-micro.js	Fri Jan 04 09:58:30 2013 -0400
   308.2 +++ b/test/examples/dual-fields-micro.js	Fri Jan 04 09:58:33 2013 -0400
   308.3 @@ -1,5 +1,5 @@
   308.4  /*
   308.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   308.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   308.7   * 
   308.8   * Redistribution and use in source and binary forms, with or without
   308.9   * modification, are permitted provided that the following conditions
   309.1 --- a/test/examples/innerbench.js	Fri Jan 04 09:58:30 2013 -0400
   309.2 +++ b/test/examples/innerbench.js	Fri Jan 04 09:58:33 2013 -0400
   309.3 @@ -1,5 +1,5 @@
   309.4  /*
   309.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   309.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   309.7   * 
   309.8   * Redistribution and use in source and binary forms, with or without
   309.9   * modification, are permitted provided that the following conditions
   310.1 --- a/test/examples/typechain.js	Fri Jan 04 09:58:30 2013 -0400
   310.2 +++ b/test/examples/typechain.js	Fri Jan 04 09:58:33 2013 -0400
   310.3 @@ -1,5 +1,5 @@
   310.4  /*
   310.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   310.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   310.7   * 
   310.8   * Redistribution and use in source and binary forms, with or without
   310.9   * modification, are permitted provided that the following conditions
   311.1 --- a/test/lib/benchmark.js	Fri Jan 04 09:58:30 2013 -0400
   311.2 +++ b/test/lib/benchmark.js	Fri Jan 04 09:58:33 2013 -0400
   311.3 @@ -1,5 +1,5 @@
   311.4  /*
   311.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   311.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   311.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   311.8   * 
   311.9   * This code is free software; you can redistribute it and/or modify it
   312.1 --- a/test/opt/add.js	Fri Jan 04 09:58:30 2013 -0400
   312.2 +++ b/test/opt/add.js	Fri Jan 04 09:58:33 2013 -0400
   312.3 @@ -1,5 +1,5 @@
   312.4  /*
   312.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   312.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   312.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   312.8   * 
   312.9   * This code is free software; you can redistribute it and/or modify it
   313.1 --- a/test/opt/add_constant.js	Fri Jan 04 09:58:30 2013 -0400
   313.2 +++ b/test/opt/add_constant.js	Fri Jan 04 09:58:33 2013 -0400
   313.3 @@ -1,5 +1,5 @@
   313.4  /*
   313.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   313.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   313.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   313.8   * 
   313.9   * This code is free software; you can redistribute it and/or modify it
   314.1 --- a/test/opt/add_reuse_callsite.js	Fri Jan 04 09:58:30 2013 -0400
   314.2 +++ b/test/opt/add_reuse_callsite.js	Fri Jan 04 09:58:33 2013 -0400
   314.3 @@ -1,5 +1,5 @@
   314.4  /*
   314.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   314.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   314.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   314.8   * 
   314.9   * This code is free software; you can redistribute it and/or modify it
   315.1 --- a/test/opt/add_revert2.js	Fri Jan 04 09:58:30 2013 -0400
   315.2 +++ b/test/opt/add_revert2.js	Fri Jan 04 09:58:33 2013 -0400
   315.3 @@ -1,5 +1,5 @@
   315.4  /*
   315.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   315.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   315.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   315.8   * 
   315.9   * This code is free software; you can redistribute it and/or modify it
   316.1 --- a/test/opt/cascade_specialize.js	Fri Jan 04 09:58:30 2013 -0400
   316.2 +++ b/test/opt/cascade_specialize.js	Fri Jan 04 09:58:33 2013 -0400
   316.3 @@ -1,5 +1,5 @@
   316.4  /*
   316.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   316.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   316.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   316.8   * 
   316.9   * This code is free software; you can redistribute it and/or modify it
   317.1 --- a/test/script/assert.js	Fri Jan 04 09:58:30 2013 -0400
   317.2 +++ b/test/script/assert.js	Fri Jan 04 09:58:33 2013 -0400
   317.3 @@ -1,5 +1,5 @@
   317.4  /*
   317.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   317.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   317.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   317.8   * 
   317.9   * This code is free software; you can redistribute it and/or modify it
   318.1 --- a/test/script/basic/NASHORN-100.js	Fri Jan 04 09:58:30 2013 -0400
   318.2 +++ b/test/script/basic/NASHORN-100.js	Fri Jan 04 09:58:33 2013 -0400
   318.3 @@ -1,5 +1,5 @@
   318.4  /*
   318.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   318.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   318.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   318.8   * 
   318.9   * This code is free software; you can redistribute it and/or modify it
   319.1 --- a/test/script/basic/NASHORN-101.js	Fri Jan 04 09:58:30 2013 -0400
   319.2 +++ b/test/script/basic/NASHORN-101.js	Fri Jan 04 09:58:33 2013 -0400
   319.3 @@ -1,5 +1,5 @@
   319.4  /*
   319.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   319.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   319.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   319.8   * 
   319.9   * This code is free software; you can redistribute it and/or modify it
   320.1 --- a/test/script/basic/NASHORN-102.js	Fri Jan 04 09:58:30 2013 -0400
   320.2 +++ b/test/script/basic/NASHORN-102.js	Fri Jan 04 09:58:33 2013 -0400
   320.3 @@ -1,5 +1,5 @@
   320.4  /*
   320.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   320.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   320.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   320.8   * 
   320.9   * This code is free software; you can redistribute it and/or modify it
   321.1 --- a/test/script/basic/NASHORN-103.js	Fri Jan 04 09:58:30 2013 -0400
   321.2 +++ b/test/script/basic/NASHORN-103.js	Fri Jan 04 09:58:33 2013 -0400
   321.3 @@ -1,5 +1,5 @@
   321.4  /*
   321.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   321.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   321.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   321.8   * 
   321.9   * This code is free software; you can redistribute it and/or modify it
   322.1 --- a/test/script/basic/NASHORN-104.js	Fri Jan 04 09:58:30 2013 -0400
   322.2 +++ b/test/script/basic/NASHORN-104.js	Fri Jan 04 09:58:33 2013 -0400
   322.3 @@ -1,5 +1,5 @@
   322.4  /*
   322.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   322.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   322.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   322.8   * 
   322.9   * This code is free software; you can redistribute it and/or modify it
   323.1 --- a/test/script/basic/NASHORN-105.js	Fri Jan 04 09:58:30 2013 -0400
   323.2 +++ b/test/script/basic/NASHORN-105.js	Fri Jan 04 09:58:33 2013 -0400
   323.3 @@ -1,5 +1,5 @@
   323.4  /*
   323.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   323.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   323.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   323.8   * 
   323.9   * This code is free software; you can redistribute it and/or modify it
   324.1 --- a/test/script/basic/NASHORN-106.js	Fri Jan 04 09:58:30 2013 -0400
   324.2 +++ b/test/script/basic/NASHORN-106.js	Fri Jan 04 09:58:33 2013 -0400
   324.3 @@ -1,5 +1,5 @@
   324.4  /*
   324.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   324.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   324.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   324.8   * 
   324.9   * This code is free software; you can redistribute it and/or modify it
   325.1 --- a/test/script/basic/NASHORN-107.js	Fri Jan 04 09:58:30 2013 -0400
   325.2 +++ b/test/script/basic/NASHORN-107.js	Fri Jan 04 09:58:33 2013 -0400
   325.3 @@ -1,5 +1,5 @@
   325.4  /*
   325.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   325.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   325.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   325.8   * 
   325.9   * This code is free software; you can redistribute it and/or modify it
   326.1 --- a/test/script/basic/NASHORN-108.js	Fri Jan 04 09:58:30 2013 -0400
   326.2 +++ b/test/script/basic/NASHORN-108.js	Fri Jan 04 09:58:33 2013 -0400
   326.3 @@ -1,5 +1,5 @@
   326.4  /*
   326.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   326.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   326.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   326.8   * 
   326.9   * This code is free software; you can redistribute it and/or modify it
   327.1 --- a/test/script/basic/NASHORN-109.js	Fri Jan 04 09:58:30 2013 -0400
   327.2 +++ b/test/script/basic/NASHORN-109.js	Fri Jan 04 09:58:33 2013 -0400
   327.3 @@ -1,5 +1,5 @@
   327.4  /*
   327.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   327.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   327.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   327.8   * 
   327.9   * This code is free software; you can redistribute it and/or modify it
   328.1 --- a/test/script/basic/NASHORN-11.js	Fri Jan 04 09:58:30 2013 -0400
   328.2 +++ b/test/script/basic/NASHORN-11.js	Fri Jan 04 09:58:33 2013 -0400
   328.3 @@ -1,5 +1,5 @@
   328.4  /*
   328.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   328.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   328.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   328.8   * 
   328.9   * This code is free software; you can redistribute it and/or modify it
   329.1 --- a/test/script/basic/NASHORN-111.js	Fri Jan 04 09:58:30 2013 -0400
   329.2 +++ b/test/script/basic/NASHORN-111.js	Fri Jan 04 09:58:33 2013 -0400
   329.3 @@ -1,5 +1,5 @@
   329.4  /*
   329.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   329.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   329.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   329.8   * 
   329.9   * This code is free software; you can redistribute it and/or modify it
   330.1 --- a/test/script/basic/NASHORN-113.js	Fri Jan 04 09:58:30 2013 -0400
   330.2 +++ b/test/script/basic/NASHORN-113.js	Fri Jan 04 09:58:33 2013 -0400
   330.3 @@ -1,5 +1,5 @@
   330.4  /*
   330.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   330.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   330.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   330.8   * 
   330.9   * This code is free software; you can redistribute it and/or modify it
   331.1 --- a/test/script/basic/NASHORN-114.js	Fri Jan 04 09:58:30 2013 -0400
   331.2 +++ b/test/script/basic/NASHORN-114.js	Fri Jan 04 09:58:33 2013 -0400
   331.3 @@ -1,5 +1,5 @@
   331.4  /*
   331.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   331.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   331.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   331.8   * 
   331.9   * This code is free software; you can redistribute it and/or modify it
   332.1 --- a/test/script/basic/NASHORN-115.js	Fri Jan 04 09:58:30 2013 -0400
   332.2 +++ b/test/script/basic/NASHORN-115.js	Fri Jan 04 09:58:33 2013 -0400
   332.3 @@ -1,5 +1,5 @@
   332.4  /*
   332.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   332.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   332.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   332.8   * 
   332.9   * This code is free software; you can redistribute it and/or modify it
   333.1 --- a/test/script/basic/NASHORN-117.js	Fri Jan 04 09:58:30 2013 -0400
   333.2 +++ b/test/script/basic/NASHORN-117.js	Fri Jan 04 09:58:33 2013 -0400
   333.3 @@ -1,5 +1,5 @@
   333.4  /*
   333.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   333.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   333.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   333.8   * 
   333.9   * This code is free software; you can redistribute it and/or modify it
   334.1 --- a/test/script/basic/NASHORN-118.js	Fri Jan 04 09:58:30 2013 -0400
   334.2 +++ b/test/script/basic/NASHORN-118.js	Fri Jan 04 09:58:33 2013 -0400
   334.3 @@ -1,5 +1,5 @@
   334.4  /*
   334.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   334.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   334.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   334.8   * 
   334.9   * This code is free software; you can redistribute it and/or modify it
   335.1 --- a/test/script/basic/NASHORN-119.js	Fri Jan 04 09:58:30 2013 -0400
   335.2 +++ b/test/script/basic/NASHORN-119.js	Fri Jan 04 09:58:33 2013 -0400
   335.3 @@ -1,5 +1,5 @@
   335.4  /*
   335.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   335.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   335.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   335.8   * 
   335.9   * This code is free software; you can redistribute it and/or modify it
   336.1 --- a/test/script/basic/NASHORN-12.js	Fri Jan 04 09:58:30 2013 -0400
   336.2 +++ b/test/script/basic/NASHORN-12.js	Fri Jan 04 09:58:33 2013 -0400
   336.3 @@ -1,5 +1,5 @@
   336.4  /*
   336.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   336.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   336.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   336.8   * 
   336.9   * This code is free software; you can redistribute it and/or modify it
   337.1 --- a/test/script/basic/NASHORN-120.js	Fri Jan 04 09:58:30 2013 -0400
   337.2 +++ b/test/script/basic/NASHORN-120.js	Fri Jan 04 09:58:33 2013 -0400
   337.3 @@ -1,5 +1,5 @@
   337.4  /*
   337.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   337.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   337.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   337.8   * 
   337.9   * This code is free software; you can redistribute it and/or modify it
   338.1 --- a/test/script/basic/NASHORN-122.js	Fri Jan 04 09:58:30 2013 -0400
   338.2 +++ b/test/script/basic/NASHORN-122.js	Fri Jan 04 09:58:33 2013 -0400
   338.3 @@ -1,5 +1,5 @@
   338.4  /*
   338.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   338.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   338.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   338.8   * 
   338.9   * This code is free software; you can redistribute it and/or modify it
   339.1 --- a/test/script/basic/NASHORN-126.js	Fri Jan 04 09:58:30 2013 -0400
   339.2 +++ b/test/script/basic/NASHORN-126.js	Fri Jan 04 09:58:33 2013 -0400
   339.3 @@ -1,5 +1,5 @@
   339.4  /*
   339.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   339.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   339.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   339.8   * 
   339.9   * This code is free software; you can redistribute it and/or modify it
   340.1 --- a/test/script/basic/NASHORN-127.js	Fri Jan 04 09:58:30 2013 -0400
   340.2 +++ b/test/script/basic/NASHORN-127.js	Fri Jan 04 09:58:33 2013 -0400
   340.3 @@ -1,5 +1,5 @@
   340.4  /*
   340.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   340.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   340.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   340.8   * 
   340.9   * This code is free software; you can redistribute it and/or modify it
   341.1 --- a/test/script/basic/NASHORN-130.js	Fri Jan 04 09:58:30 2013 -0400
   341.2 +++ b/test/script/basic/NASHORN-130.js	Fri Jan 04 09:58:33 2013 -0400
   341.3 @@ -1,5 +1,5 @@
   341.4  /*
   341.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   341.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   341.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   341.8   * 
   341.9   * This code is free software; you can redistribute it and/or modify it
   342.1 --- a/test/script/basic/NASHORN-132.js	Fri Jan 04 09:58:30 2013 -0400
   342.2 +++ b/test/script/basic/NASHORN-132.js	Fri Jan 04 09:58:33 2013 -0400
   342.3 @@ -1,5 +1,5 @@
   342.4  /*
   342.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   342.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   342.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   342.8   * 
   342.9   * This code is free software; you can redistribute it and/or modify it
   343.1 --- a/test/script/basic/NASHORN-133.js	Fri Jan 04 09:58:30 2013 -0400
   343.2 +++ b/test/script/basic/NASHORN-133.js	Fri Jan 04 09:58:33 2013 -0400
   343.3 @@ -1,5 +1,5 @@
   343.4  /*
   343.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   343.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   343.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   343.8   * 
   343.9   * This code is free software; you can redistribute it and/or modify it
   344.1 --- a/test/script/basic/NASHORN-135.js	Fri Jan 04 09:58:30 2013 -0400
   344.2 +++ b/test/script/basic/NASHORN-135.js	Fri Jan 04 09:58:33 2013 -0400
   344.3 @@ -1,5 +1,5 @@
   344.4  /*
   344.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   344.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   344.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   344.8   * 
   344.9   * This code is free software; you can redistribute it and/or modify it
   345.1 --- a/test/script/basic/NASHORN-136.js	Fri Jan 04 09:58:30 2013 -0400
   345.2 +++ b/test/script/basic/NASHORN-136.js	Fri Jan 04 09:58:33 2013 -0400
   345.3 @@ -1,5 +1,5 @@
   345.4  /*
   345.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   345.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   345.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   345.8   * 
   345.9   * This code is free software; you can redistribute it and/or modify it
   346.1 --- a/test/script/basic/NASHORN-14.js	Fri Jan 04 09:58:30 2013 -0400
   346.2 +++ b/test/script/basic/NASHORN-14.js	Fri Jan 04 09:58:33 2013 -0400
   346.3 @@ -1,5 +1,5 @@
   346.4  /*
   346.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   346.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   346.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   346.8   * 
   346.9   * This code is free software; you can redistribute it and/or modify it
   347.1 --- a/test/script/basic/NASHORN-148.js	Fri Jan 04 09:58:30 2013 -0400
   347.2 +++ b/test/script/basic/NASHORN-148.js	Fri Jan 04 09:58:33 2013 -0400
   347.3 @@ -1,5 +1,5 @@
   347.4  /*
   347.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   347.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   347.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   347.8   * 
   347.9   * This code is free software; you can redistribute it and/or modify it
   348.1 --- a/test/script/basic/NASHORN-15.js	Fri Jan 04 09:58:30 2013 -0400
   348.2 +++ b/test/script/basic/NASHORN-15.js	Fri Jan 04 09:58:33 2013 -0400
   348.3 @@ -1,5 +1,5 @@
   348.4  /*
   348.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   348.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   348.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   348.8   * 
   348.9   * This code is free software; you can redistribute it and/or modify it
   349.1 --- a/test/script/basic/NASHORN-153.js	Fri Jan 04 09:58:30 2013 -0400
   349.2 +++ b/test/script/basic/NASHORN-153.js	Fri Jan 04 09:58:33 2013 -0400
   349.3 @@ -1,5 +1,5 @@
   349.4  /*
   349.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   349.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   349.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   349.8   * 
   349.9   * This code is free software; you can redistribute it and/or modify it
   350.1 --- a/test/script/basic/NASHORN-156.js	Fri Jan 04 09:58:30 2013 -0400
   350.2 +++ b/test/script/basic/NASHORN-156.js	Fri Jan 04 09:58:33 2013 -0400
   350.3 @@ -1,5 +1,5 @@
   350.4  /*
   350.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   350.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   350.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   350.8   * 
   350.9   * This code is free software; you can redistribute it and/or modify it
   351.1 --- a/test/script/basic/NASHORN-157.js	Fri Jan 04 09:58:30 2013 -0400
   351.2 +++ b/test/script/basic/NASHORN-157.js	Fri Jan 04 09:58:33 2013 -0400
   351.3 @@ -1,5 +1,5 @@
   351.4  /*
   351.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   351.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   351.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   351.8   * 
   351.9   * This code is free software; you can redistribute it and/or modify it
   352.1 --- a/test/script/basic/NASHORN-163.js	Fri Jan 04 09:58:30 2013 -0400
   352.2 +++ b/test/script/basic/NASHORN-163.js	Fri Jan 04 09:58:33 2013 -0400
   352.3 @@ -1,5 +1,5 @@
   352.4  /*
   352.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   352.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   352.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   352.8   * 
   352.9   * This code is free software; you can redistribute it and/or modify it
   353.1 --- a/test/script/basic/NASHORN-164.js	Fri Jan 04 09:58:30 2013 -0400
   353.2 +++ b/test/script/basic/NASHORN-164.js	Fri Jan 04 09:58:33 2013 -0400
   353.3 @@ -1,5 +1,5 @@
   353.4  /*
   353.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   353.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   353.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   353.8   * 
   353.9   * This code is free software; you can redistribute it and/or modify it
   354.1 --- a/test/script/basic/NASHORN-165.js	Fri Jan 04 09:58:30 2013 -0400
   354.2 +++ b/test/script/basic/NASHORN-165.js	Fri Jan 04 09:58:33 2013 -0400
   354.3 @@ -1,5 +1,5 @@
   354.4  /*
   354.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   354.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   354.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   354.8   * 
   354.9   * This code is free software; you can redistribute it and/or modify it
   355.1 --- a/test/script/basic/NASHORN-166.js	Fri Jan 04 09:58:30 2013 -0400
   355.2 +++ b/test/script/basic/NASHORN-166.js	Fri Jan 04 09:58:33 2013 -0400
   355.3 @@ -1,5 +1,5 @@
   355.4  /*
   355.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   355.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   355.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   355.8   * 
   355.9   * This code is free software; you can redistribute it and/or modify it
   356.1 --- a/test/script/basic/NASHORN-168.js	Fri Jan 04 09:58:30 2013 -0400
   356.2 +++ b/test/script/basic/NASHORN-168.js	Fri Jan 04 09:58:33 2013 -0400
   356.3 @@ -1,5 +1,5 @@
   356.4  /*
   356.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   356.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   356.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   356.8   * 
   356.9   * This code is free software; you can redistribute it and/or modify it
   357.1 --- a/test/script/basic/NASHORN-169.js	Fri Jan 04 09:58:30 2013 -0400
   357.2 +++ b/test/script/basic/NASHORN-169.js	Fri Jan 04 09:58:33 2013 -0400
   357.3 @@ -1,5 +1,5 @@
   357.4  /*
   357.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   357.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   357.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   357.8   * 
   357.9   * This code is free software; you can redistribute it and/or modify it
   358.1 --- a/test/script/basic/NASHORN-172.js	Fri Jan 04 09:58:30 2013 -0400
   358.2 +++ b/test/script/basic/NASHORN-172.js	Fri Jan 04 09:58:33 2013 -0400
   358.3 @@ -1,5 +1,5 @@
   358.4  /*
   358.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   358.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   358.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   358.8   * 
   358.9   * This code is free software; you can redistribute it and/or modify it
   359.1 --- a/test/script/basic/NASHORN-173.js	Fri Jan 04 09:58:30 2013 -0400
   359.2 +++ b/test/script/basic/NASHORN-173.js	Fri Jan 04 09:58:33 2013 -0400
   359.3 @@ -1,5 +1,5 @@
   359.4  /*
   359.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   359.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   359.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   359.8   * 
   359.9   * This code is free software; you can redistribute it and/or modify it
   360.1 --- a/test/script/basic/NASHORN-174.js	Fri Jan 04 09:58:30 2013 -0400
   360.2 +++ b/test/script/basic/NASHORN-174.js	Fri Jan 04 09:58:33 2013 -0400
   360.3 @@ -1,5 +1,5 @@
   360.4  /*
   360.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   360.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   360.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   360.8   * 
   360.9   * This code is free software; you can redistribute it and/or modify it
   361.1 --- a/test/script/basic/NASHORN-175.js	Fri Jan 04 09:58:30 2013 -0400
   361.2 +++ b/test/script/basic/NASHORN-175.js	Fri Jan 04 09:58:33 2013 -0400
   361.3 @@ -1,5 +1,5 @@
   361.4  /*
   361.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   361.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   361.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   361.8   * 
   361.9   * This code is free software; you can redistribute it and/or modify it
   362.1 --- a/test/script/basic/NASHORN-176.js	Fri Jan 04 09:58:30 2013 -0400
   362.2 +++ b/test/script/basic/NASHORN-176.js	Fri Jan 04 09:58:33 2013 -0400
   362.3 @@ -1,5 +1,5 @@
   362.4  /*
   362.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   362.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   362.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   362.8   * 
   362.9   * This code is free software; you can redistribute it and/or modify it
   363.1 --- a/test/script/basic/NASHORN-177.js	Fri Jan 04 09:58:30 2013 -0400
   363.2 +++ b/test/script/basic/NASHORN-177.js	Fri Jan 04 09:58:33 2013 -0400
   363.3 @@ -1,5 +1,5 @@
   363.4  /*
   363.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   363.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   363.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   363.8   * 
   363.9   * This code is free software; you can redistribute it and/or modify it
   364.1 --- a/test/script/basic/NASHORN-178.js	Fri Jan 04 09:58:30 2013 -0400
   364.2 +++ b/test/script/basic/NASHORN-178.js	Fri Jan 04 09:58:33 2013 -0400
   364.3 @@ -1,5 +1,5 @@
   364.4  /*
   364.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   364.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   364.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   364.8   * 
   364.9   * This code is free software; you can redistribute it and/or modify it
   365.1 --- a/test/script/basic/NASHORN-179.js	Fri Jan 04 09:58:30 2013 -0400
   365.2 +++ b/test/script/basic/NASHORN-179.js	Fri Jan 04 09:58:33 2013 -0400
   365.3 @@ -1,5 +1,5 @@
   365.4  /*
   365.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   365.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   365.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   365.8   * 
   365.9   * This code is free software; you can redistribute it and/or modify it
   366.1 --- a/test/script/basic/NASHORN-18.js	Fri Jan 04 09:58:30 2013 -0400
   366.2 +++ b/test/script/basic/NASHORN-18.js	Fri Jan 04 09:58:33 2013 -0400
   366.3 @@ -1,5 +1,5 @@
   366.4  /*
   366.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   366.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   366.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   366.8   * 
   366.9   * This code is free software; you can redistribute it and/or modify it
   367.1 --- a/test/script/basic/NASHORN-181.js	Fri Jan 04 09:58:30 2013 -0400
   367.2 +++ b/test/script/basic/NASHORN-181.js	Fri Jan 04 09:58:33 2013 -0400
   367.3 @@ -1,5 +1,5 @@
   367.4  /*
   367.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   367.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   367.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   367.8   * 
   367.9   * This code is free software; you can redistribute it and/or modify it
   368.1 --- a/test/script/basic/NASHORN-182.js	Fri Jan 04 09:58:30 2013 -0400
   368.2 +++ b/test/script/basic/NASHORN-182.js	Fri Jan 04 09:58:33 2013 -0400
   368.3 @@ -1,5 +1,5 @@
   368.4  /*
   368.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   368.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   368.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   368.8   * 
   368.9   * This code is free software; you can redistribute it and/or modify it
   369.1 --- a/test/script/basic/NASHORN-183.js	Fri Jan 04 09:58:30 2013 -0400
   369.2 +++ b/test/script/basic/NASHORN-183.js	Fri Jan 04 09:58:33 2013 -0400
   369.3 @@ -1,5 +1,5 @@
   369.4  /*
   369.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   369.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   369.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   369.8   * 
   369.9   * This code is free software; you can redistribute it and/or modify it
   370.1 --- a/test/script/basic/NASHORN-184.js	Fri Jan 04 09:58:30 2013 -0400
   370.2 +++ b/test/script/basic/NASHORN-184.js	Fri Jan 04 09:58:33 2013 -0400
   370.3 @@ -1,5 +1,5 @@
   370.4  /*
   370.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   370.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   370.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   370.8   * 
   370.9   * This code is free software; you can redistribute it and/or modify it
   371.1 --- a/test/script/basic/NASHORN-185.js	Fri Jan 04 09:58:30 2013 -0400
   371.2 +++ b/test/script/basic/NASHORN-185.js	Fri Jan 04 09:58:33 2013 -0400
   371.3 @@ -1,5 +1,5 @@
   371.4  /*
   371.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   371.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   371.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   371.8   * 
   371.9   * This code is free software; you can redistribute it and/or modify it
   372.1 --- a/test/script/basic/NASHORN-187.js	Fri Jan 04 09:58:30 2013 -0400
   372.2 +++ b/test/script/basic/NASHORN-187.js	Fri Jan 04 09:58:33 2013 -0400
   372.3 @@ -1,5 +1,5 @@
   372.4  /*
   372.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   372.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   372.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   372.8   * 
   372.9   * This code is free software; you can redistribute it and/or modify it
   373.1 --- a/test/script/basic/NASHORN-188.js	Fri Jan 04 09:58:30 2013 -0400
   373.2 +++ b/test/script/basic/NASHORN-188.js	Fri Jan 04 09:58:33 2013 -0400
   373.3 @@ -1,5 +1,5 @@
   373.4  /*
   373.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   373.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   373.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   373.8   * 
   373.9   * This code is free software; you can redistribute it and/or modify it
   374.1 --- a/test/script/basic/NASHORN-19.js	Fri Jan 04 09:58:30 2013 -0400
   374.2 +++ b/test/script/basic/NASHORN-19.js	Fri Jan 04 09:58:33 2013 -0400
   374.3 @@ -1,5 +1,5 @@
   374.4  /*
   374.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   374.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   374.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   374.8   * 
   374.9   * This code is free software; you can redistribute it and/or modify it
   375.1 --- a/test/script/basic/NASHORN-190.js	Fri Jan 04 09:58:30 2013 -0400
   375.2 +++ b/test/script/basic/NASHORN-190.js	Fri Jan 04 09:58:33 2013 -0400
   375.3 @@ -1,5 +1,5 @@
   375.4  /*
   375.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   375.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   375.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   375.8   * 
   375.9   * This code is free software; you can redistribute it and/or modify it
   376.1 --- a/test/script/basic/NASHORN-192.js	Fri Jan 04 09:58:30 2013 -0400
   376.2 +++ b/test/script/basic/NASHORN-192.js	Fri Jan 04 09:58:33 2013 -0400
   376.3 @@ -1,5 +1,5 @@
   376.4  /*
   376.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   376.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   376.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   376.8   * 
   376.9   * This code is free software; you can redistribute it and/or modify it
   377.1 --- a/test/script/basic/NASHORN-194.js	Fri Jan 04 09:58:30 2013 -0400
   377.2 +++ b/test/script/basic/NASHORN-194.js	Fri Jan 04 09:58:33 2013 -0400
   377.3 @@ -1,5 +1,5 @@
   377.4  /*
   377.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   377.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   377.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   377.8   * 
   377.9   * This code is free software; you can redistribute it and/or modify it
   378.1 --- a/test/script/basic/NASHORN-196.js	Fri Jan 04 09:58:30 2013 -0400
   378.2 +++ b/test/script/basic/NASHORN-196.js	Fri Jan 04 09:58:33 2013 -0400
   378.3 @@ -1,5 +1,5 @@
   378.4  /*
   378.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   378.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   378.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   378.8   * 
   378.9   * This code is free software; you can redistribute it and/or modify it
   379.1 --- a/test/script/basic/NASHORN-198.js	Fri Jan 04 09:58:30 2013 -0400
   379.2 +++ b/test/script/basic/NASHORN-198.js	Fri Jan 04 09:58:33 2013 -0400
   379.3 @@ -1,5 +1,5 @@
   379.4  /*
   379.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   379.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   379.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   379.8   * 
   379.9   * This code is free software; you can redistribute it and/or modify it
   380.1 --- a/test/script/basic/NASHORN-20.js	Fri Jan 04 09:58:30 2013 -0400
   380.2 +++ b/test/script/basic/NASHORN-20.js	Fri Jan 04 09:58:33 2013 -0400
   380.3 @@ -1,5 +1,5 @@
   380.4  /*
   380.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   380.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   380.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   380.8   * 
   380.9   * This code is free software; you can redistribute it and/or modify it
   381.1 --- a/test/script/basic/NASHORN-201.js	Fri Jan 04 09:58:30 2013 -0400
   381.2 +++ b/test/script/basic/NASHORN-201.js	Fri Jan 04 09:58:33 2013 -0400
   381.3 @@ -1,5 +1,5 @@
   381.4  /*
   381.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   381.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   381.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   381.8   * 
   381.9   * This code is free software; you can redistribute it and/or modify it
   382.1 --- a/test/script/basic/NASHORN-202.js	Fri Jan 04 09:58:30 2013 -0400
   382.2 +++ b/test/script/basic/NASHORN-202.js	Fri Jan 04 09:58:33 2013 -0400
   382.3 @@ -1,5 +1,5 @@
   382.4  /*
   382.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   382.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   382.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   382.8   * 
   382.9   * This code is free software; you can redistribute it and/or modify it
   383.1 --- a/test/script/basic/NASHORN-203.js	Fri Jan 04 09:58:30 2013 -0400
   383.2 +++ b/test/script/basic/NASHORN-203.js	Fri Jan 04 09:58:33 2013 -0400
   383.3 @@ -1,5 +1,5 @@
   383.4  /*
   383.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   383.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   383.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   383.8   * 
   383.9   * This code is free software; you can redistribute it and/or modify it
   384.1 --- a/test/script/basic/NASHORN-204.js	Fri Jan 04 09:58:30 2013 -0400
   384.2 +++ b/test/script/basic/NASHORN-204.js	Fri Jan 04 09:58:33 2013 -0400
   384.3 @@ -1,5 +1,5 @@
   384.4  /*
   384.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   384.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   384.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   384.8   * 
   384.9   * This code is free software; you can redistribute it and/or modify it
   385.1 --- a/test/script/basic/NASHORN-205.js	Fri Jan 04 09:58:30 2013 -0400
   385.2 +++ b/test/script/basic/NASHORN-205.js	Fri Jan 04 09:58:33 2013 -0400
   385.3 @@ -1,5 +1,5 @@
   385.4  /*
   385.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   385.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   385.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   385.8   * 
   385.9   * This code is free software; you can redistribute it and/or modify it
   386.1 --- a/test/script/basic/NASHORN-206.js	Fri Jan 04 09:58:30 2013 -0400
   386.2 +++ b/test/script/basic/NASHORN-206.js	Fri Jan 04 09:58:33 2013 -0400
   386.3 @@ -1,5 +1,5 @@
   386.4  /*
   386.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   386.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   386.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   386.8   * 
   386.9   * This code is free software; you can redistribute it and/or modify it
   387.1 --- a/test/script/basic/NASHORN-207.js	Fri Jan 04 09:58:30 2013 -0400
   387.2 +++ b/test/script/basic/NASHORN-207.js	Fri Jan 04 09:58:33 2013 -0400
   387.3 @@ -1,5 +1,5 @@
   387.4  /*
   387.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   387.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   387.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   387.8   * 
   387.9   * This code is free software; you can redistribute it and/or modify it
   388.1 --- a/test/script/basic/NASHORN-207_2.js	Fri Jan 04 09:58:30 2013 -0400
   388.2 +++ b/test/script/basic/NASHORN-207_2.js	Fri Jan 04 09:58:33 2013 -0400
   388.3 @@ -1,5 +1,5 @@
   388.4  /*
   388.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   388.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   388.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   388.8   * 
   388.9   * This code is free software; you can redistribute it and/or modify it
   389.1 --- a/test/script/basic/NASHORN-208.js	Fri Jan 04 09:58:30 2013 -0400
   389.2 +++ b/test/script/basic/NASHORN-208.js	Fri Jan 04 09:58:33 2013 -0400
   389.3 @@ -1,5 +1,5 @@
   389.4  /*
   389.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   389.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   389.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   389.8   * 
   389.9   * This code is free software; you can redistribute it and/or modify it
   390.1 --- a/test/script/basic/NASHORN-209.js	Fri Jan 04 09:58:30 2013 -0400
   390.2 +++ b/test/script/basic/NASHORN-209.js	Fri Jan 04 09:58:33 2013 -0400
   390.3 @@ -1,5 +1,5 @@
   390.4  /*
   390.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   390.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   390.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   390.8   * 
   390.9   * This code is free software; you can redistribute it and/or modify it
   391.1 --- a/test/script/basic/NASHORN-21.js	Fri Jan 04 09:58:30 2013 -0400
   391.2 +++ b/test/script/basic/NASHORN-21.js	Fri Jan 04 09:58:33 2013 -0400
   391.3 @@ -1,5 +1,5 @@
   391.4  /*
   391.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   391.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   391.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   391.8   * 
   391.9   * This code is free software; you can redistribute it and/or modify it
   392.1 --- a/test/script/basic/NASHORN-211.js	Fri Jan 04 09:58:30 2013 -0400
   392.2 +++ b/test/script/basic/NASHORN-211.js	Fri Jan 04 09:58:33 2013 -0400
   392.3 @@ -1,5 +1,5 @@
   392.4  /*
   392.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   392.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   392.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   392.8   * 
   392.9   * This code is free software; you can redistribute it and/or modify it
   393.1 --- a/test/script/basic/NASHORN-212.js	Fri Jan 04 09:58:30 2013 -0400
   393.2 +++ b/test/script/basic/NASHORN-212.js	Fri Jan 04 09:58:33 2013 -0400
   393.3 @@ -1,5 +1,5 @@
   393.4  /*
   393.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   393.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   393.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   393.8   * 
   393.9   * This code is free software; you can redistribute it and/or modify it
   394.1 --- a/test/script/basic/NASHORN-213.js	Fri Jan 04 09:58:30 2013 -0400
   394.2 +++ b/test/script/basic/NASHORN-213.js	Fri Jan 04 09:58:33 2013 -0400
   394.3 @@ -1,5 +1,5 @@
   394.4  /*
   394.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   394.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   394.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   394.8   * 
   394.9   * This code is free software; you can redistribute it and/or modify it
   395.1 --- a/test/script/basic/NASHORN-215.js	Fri Jan 04 09:58:30 2013 -0400
   395.2 +++ b/test/script/basic/NASHORN-215.js	Fri Jan 04 09:58:33 2013 -0400
   395.3 @@ -1,5 +1,5 @@
   395.4  /*
   395.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   395.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   395.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   395.8   * 
   395.9   * This code is free software; you can redistribute it and/or modify it
   396.1 --- a/test/script/basic/NASHORN-216.js	Fri Jan 04 09:58:30 2013 -0400
   396.2 +++ b/test/script/basic/NASHORN-216.js	Fri Jan 04 09:58:33 2013 -0400
   396.3 @@ -1,5 +1,5 @@
   396.4  /*
   396.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   396.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   396.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   396.8   * 
   396.9   * This code is free software; you can redistribute it and/or modify it
   397.1 --- a/test/script/basic/NASHORN-217.js	Fri Jan 04 09:58:30 2013 -0400
   397.2 +++ b/test/script/basic/NASHORN-217.js	Fri Jan 04 09:58:33 2013 -0400
   397.3 @@ -1,5 +1,5 @@
   397.4  /*
   397.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   397.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   397.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   397.8   * 
   397.9   * This code is free software; you can redistribute it and/or modify it
   398.1 --- a/test/script/basic/NASHORN-219.js	Fri Jan 04 09:58:30 2013 -0400
   398.2 +++ b/test/script/basic/NASHORN-219.js	Fri Jan 04 09:58:33 2013 -0400
   398.3 @@ -1,5 +1,5 @@
   398.4  /*
   398.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   398.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   398.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   398.8   * 
   398.9   * This code is free software; you can redistribute it and/or modify it
   399.1 --- a/test/script/basic/NASHORN-22.js	Fri Jan 04 09:58:30 2013 -0400
   399.2 +++ b/test/script/basic/NASHORN-22.js	Fri Jan 04 09:58:33 2013 -0400
   399.3 @@ -1,5 +1,5 @@
   399.4  /*
   399.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   399.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   399.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   399.8   * 
   399.9   * This code is free software; you can redistribute it and/or modify it
   400.1 --- a/test/script/basic/NASHORN-221.js	Fri Jan 04 09:58:30 2013 -0400
   400.2 +++ b/test/script/basic/NASHORN-221.js	Fri Jan 04 09:58:33 2013 -0400
   400.3 @@ -1,5 +1,5 @@
   400.4  /*
   400.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   400.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   400.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   400.8   * 
   400.9   * This code is free software; you can redistribute it and/or modify it
   401.1 --- a/test/script/basic/NASHORN-222.js	Fri Jan 04 09:58:30 2013 -0400
   401.2 +++ b/test/script/basic/NASHORN-222.js	Fri Jan 04 09:58:33 2013 -0400
   401.3 @@ -1,5 +1,5 @@
   401.4  /*
   401.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   401.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   401.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   401.8   * 
   401.9   * This code is free software; you can redistribute it and/or modify it
   402.1 --- a/test/script/basic/NASHORN-223.js	Fri Jan 04 09:58:30 2013 -0400
   402.2 +++ b/test/script/basic/NASHORN-223.js	Fri Jan 04 09:58:33 2013 -0400
   402.3 @@ -1,5 +1,5 @@
   402.4  /*
   402.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   402.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   402.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   402.8   * 
   402.9   * This code is free software; you can redistribute it and/or modify it
   403.1 --- a/test/script/basic/NASHORN-225.js	Fri Jan 04 09:58:30 2013 -0400
   403.2 +++ b/test/script/basic/NASHORN-225.js	Fri Jan 04 09:58:33 2013 -0400
   403.3 @@ -1,5 +1,5 @@
   403.4  /*
   403.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   403.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   403.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   403.8   * 
   403.9   * This code is free software; you can redistribute it and/or modify it
   404.1 --- a/test/script/basic/NASHORN-226.js	Fri Jan 04 09:58:30 2013 -0400
   404.2 +++ b/test/script/basic/NASHORN-226.js	Fri Jan 04 09:58:33 2013 -0400
   404.3 @@ -1,5 +1,5 @@
   404.4  /*
   404.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   404.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   404.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   404.8   * 
   404.9   * This code is free software; you can redistribute it and/or modify it
   405.1 --- a/test/script/basic/NASHORN-227.js	Fri Jan 04 09:58:30 2013 -0400
   405.2 +++ b/test/script/basic/NASHORN-227.js	Fri Jan 04 09:58:33 2013 -0400
   405.3 @@ -1,5 +1,5 @@
   405.4  /*
   405.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   405.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   405.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   405.8   * 
   405.9   * This code is free software; you can redistribute it and/or modify it
   406.1 --- a/test/script/basic/NASHORN-228.js	Fri Jan 04 09:58:30 2013 -0400
   406.2 +++ b/test/script/basic/NASHORN-228.js	Fri Jan 04 09:58:33 2013 -0400
   406.3 @@ -1,5 +1,5 @@
   406.4  /*
   406.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   406.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   406.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   406.8   * 
   406.9   * This code is free software; you can redistribute it and/or modify it
   407.1 --- a/test/script/basic/NASHORN-229.js	Fri Jan 04 09:58:30 2013 -0400
   407.2 +++ b/test/script/basic/NASHORN-229.js	Fri Jan 04 09:58:33 2013 -0400
   407.3 @@ -1,5 +1,5 @@
   407.4  /*
   407.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   407.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   407.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   407.8   * 
   407.9   * This code is free software; you can redistribute it and/or modify it
   408.1 --- a/test/script/basic/NASHORN-229_subtest.js	Fri Jan 04 09:58:30 2013 -0400
   408.2 +++ b/test/script/basic/NASHORN-229_subtest.js	Fri Jan 04 09:58:33 2013 -0400
   408.3 @@ -1,5 +1,5 @@
   408.4  /*
   408.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   408.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   408.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   408.8   * 
   408.9   * This code is free software; you can redistribute it and/or modify it
   409.1 --- a/test/script/basic/NASHORN-23.js	Fri Jan 04 09:58:30 2013 -0400
   409.2 +++ b/test/script/basic/NASHORN-23.js	Fri Jan 04 09:58:33 2013 -0400
   409.3 @@ -1,5 +1,5 @@
   409.4  /*
   409.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   409.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   409.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   409.8   * 
   409.9   * This code is free software; you can redistribute it and/or modify it
   410.1 --- a/test/script/basic/NASHORN-232.js	Fri Jan 04 09:58:30 2013 -0400
   410.2 +++ b/test/script/basic/NASHORN-232.js	Fri Jan 04 09:58:33 2013 -0400
   410.3 @@ -1,5 +1,5 @@
   410.4  /*
   410.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   410.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   410.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   410.8   * 
   410.9   * This code is free software; you can redistribute it and/or modify it
   411.1 --- a/test/script/basic/NASHORN-234.js	Fri Jan 04 09:58:30 2013 -0400
   411.2 +++ b/test/script/basic/NASHORN-234.js	Fri Jan 04 09:58:33 2013 -0400
   411.3 @@ -1,5 +1,5 @@
   411.4  /*
   411.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   411.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   411.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   411.8   * 
   411.9   * This code is free software; you can redistribute it and/or modify it
   412.1 --- a/test/script/basic/NASHORN-235.js	Fri Jan 04 09:58:30 2013 -0400
   412.2 +++ b/test/script/basic/NASHORN-235.js	Fri Jan 04 09:58:33 2013 -0400
   412.3 @@ -1,5 +1,5 @@
   412.4  /*
   412.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   412.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   412.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   412.8   * 
   412.9   * This code is free software; you can redistribute it and/or modify it
   413.1 --- a/test/script/basic/NASHORN-236.js	Fri Jan 04 09:58:30 2013 -0400
   413.2 +++ b/test/script/basic/NASHORN-236.js	Fri Jan 04 09:58:33 2013 -0400
   413.3 @@ -1,5 +1,5 @@
   413.4  /*
   413.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   413.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   413.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   413.8   * 
   413.9   * This code is free software; you can redistribute it and/or modify it
   414.1 --- a/test/script/basic/NASHORN-237.js	Fri Jan 04 09:58:30 2013 -0400
   414.2 +++ b/test/script/basic/NASHORN-237.js	Fri Jan 04 09:58:33 2013 -0400
   414.3 @@ -1,5 +1,5 @@
   414.4  /*
   414.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   414.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   414.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   414.8   * 
   414.9   * This code is free software; you can redistribute it and/or modify it
   415.1 --- a/test/script/basic/NASHORN-239.js	Fri Jan 04 09:58:30 2013 -0400
   415.2 +++ b/test/script/basic/NASHORN-239.js	Fri Jan 04 09:58:33 2013 -0400
   415.3 @@ -1,5 +1,5 @@
   415.4  /*
   415.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   415.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   415.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   415.8   * 
   415.9   * This code is free software; you can redistribute it and/or modify it
   416.1 --- a/test/script/basic/NASHORN-24.js	Fri Jan 04 09:58:30 2013 -0400
   416.2 +++ b/test/script/basic/NASHORN-24.js	Fri Jan 04 09:58:33 2013 -0400
   416.3 @@ -1,5 +1,5 @@
   416.4  /*
   416.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   416.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   416.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   416.8   * 
   416.9   * This code is free software; you can redistribute it and/or modify it
   417.1 --- a/test/script/basic/NASHORN-241.js	Fri Jan 04 09:58:30 2013 -0400
   417.2 +++ b/test/script/basic/NASHORN-241.js	Fri Jan 04 09:58:33 2013 -0400
   417.3 @@ -1,5 +1,5 @@
   417.4  /*
   417.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   417.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   417.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   417.8   * 
   417.9   * This code is free software; you can redistribute it and/or modify it
   418.1 --- a/test/script/basic/NASHORN-242.js	Fri Jan 04 09:58:30 2013 -0400
   418.2 +++ b/test/script/basic/NASHORN-242.js	Fri Jan 04 09:58:33 2013 -0400
   418.3 @@ -1,5 +1,5 @@
   418.4  /*
   418.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   418.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   418.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   418.8   * 
   418.9   * This code is free software; you can redistribute it and/or modify it
   419.1 --- a/test/script/basic/NASHORN-245.js	Fri Jan 04 09:58:30 2013 -0400
   419.2 +++ b/test/script/basic/NASHORN-245.js	Fri Jan 04 09:58:33 2013 -0400
   419.3 @@ -1,5 +1,5 @@
   419.4  /*
   419.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   419.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   419.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   419.8   * 
   419.9   * This code is free software; you can redistribute it and/or modify it
   420.1 --- a/test/script/basic/NASHORN-247.js	Fri Jan 04 09:58:30 2013 -0400
   420.2 +++ b/test/script/basic/NASHORN-247.js	Fri Jan 04 09:58:33 2013 -0400
   420.3 @@ -1,5 +1,5 @@
   420.4  /*
   420.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   420.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   420.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   420.8   * 
   420.9   * This code is free software; you can redistribute it and/or modify it
   421.1 --- a/test/script/basic/NASHORN-25.js	Fri Jan 04 09:58:30 2013 -0400
   421.2 +++ b/test/script/basic/NASHORN-25.js	Fri Jan 04 09:58:33 2013 -0400
   421.3 @@ -1,5 +1,5 @@
   421.4  /*
   421.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   421.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   421.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   421.8   * 
   421.9   * This code is free software; you can redistribute it and/or modify it
   422.1 --- a/test/script/basic/NASHORN-251.js	Fri Jan 04 09:58:30 2013 -0400
   422.2 +++ b/test/script/basic/NASHORN-251.js	Fri Jan 04 09:58:33 2013 -0400
   422.3 @@ -1,5 +1,5 @@
   422.4  /*
   422.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   422.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   422.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   422.8   * 
   422.9   * This code is free software; you can redistribute it and/or modify it
   423.1 --- a/test/script/basic/NASHORN-252.js	Fri Jan 04 09:58:30 2013 -0400
   423.2 +++ b/test/script/basic/NASHORN-252.js	Fri Jan 04 09:58:33 2013 -0400
   423.3 @@ -1,5 +1,5 @@
   423.4  /*
   423.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   423.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   423.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   423.8   * 
   423.9   * This code is free software; you can redistribute it and/or modify it
   424.1 --- a/test/script/basic/NASHORN-253.js	Fri Jan 04 09:58:30 2013 -0400
   424.2 +++ b/test/script/basic/NASHORN-253.js	Fri Jan 04 09:58:33 2013 -0400
   424.3 @@ -1,5 +1,5 @@
   424.4  /*
   424.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   424.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   424.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   424.8   * 
   424.9   * This code is free software; you can redistribute it and/or modify it
   425.1 --- a/test/script/basic/NASHORN-256.js	Fri Jan 04 09:58:30 2013 -0400
   425.2 +++ b/test/script/basic/NASHORN-256.js	Fri Jan 04 09:58:33 2013 -0400
   425.3 @@ -1,5 +1,5 @@
   425.4  /*
   425.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   425.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   425.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   425.8   * 
   425.9   * This code is free software; you can redistribute it and/or modify it
   426.1 --- a/test/script/basic/NASHORN-258.js	Fri Jan 04 09:58:30 2013 -0400
   426.2 +++ b/test/script/basic/NASHORN-258.js	Fri Jan 04 09:58:33 2013 -0400
   426.3 @@ -1,5 +1,5 @@
   426.4  /*
   426.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   426.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   426.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   426.8   * 
   426.9   * This code is free software; you can redistribute it and/or modify it
   427.1 --- a/test/script/basic/NASHORN-26.js	Fri Jan 04 09:58:30 2013 -0400
   427.2 +++ b/test/script/basic/NASHORN-26.js	Fri Jan 04 09:58:33 2013 -0400
   427.3 @@ -1,5 +1,5 @@
   427.4  /*
   427.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   427.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   427.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   427.8   * 
   427.9   * This code is free software; you can redistribute it and/or modify it
   428.1 --- a/test/script/basic/NASHORN-260.js	Fri Jan 04 09:58:30 2013 -0400
   428.2 +++ b/test/script/basic/NASHORN-260.js	Fri Jan 04 09:58:33 2013 -0400
   428.3 @@ -1,5 +1,5 @@
   428.4  /*
   428.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   428.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   428.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   428.8   * 
   428.9   * This code is free software; you can redistribute it and/or modify it
   429.1 --- a/test/script/basic/NASHORN-261.js	Fri Jan 04 09:58:30 2013 -0400
   429.2 +++ b/test/script/basic/NASHORN-261.js	Fri Jan 04 09:58:33 2013 -0400
   429.3 @@ -1,5 +1,5 @@
   429.4  /*
   429.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   429.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   429.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   429.8   * 
   429.9   * This code is free software; you can redistribute it and/or modify it
   430.1 --- a/test/script/basic/NASHORN-262.js	Fri Jan 04 09:58:30 2013 -0400
   430.2 +++ b/test/script/basic/NASHORN-262.js	Fri Jan 04 09:58:33 2013 -0400
   430.3 @@ -1,5 +1,5 @@
   430.4  /*
   430.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   430.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   430.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   430.8   * 
   430.9   * This code is free software; you can redistribute it and/or modify it
   431.1 --- a/test/script/basic/NASHORN-263.js	Fri Jan 04 09:58:30 2013 -0400
   431.2 +++ b/test/script/basic/NASHORN-263.js	Fri Jan 04 09:58:33 2013 -0400
   431.3 @@ -1,5 +1,5 @@
   431.4  /*
   431.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   431.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   431.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   431.8   * 
   431.9   * This code is free software; you can redistribute it and/or modify it
   432.1 --- a/test/script/basic/NASHORN-264.js	Fri Jan 04 09:58:30 2013 -0400
   432.2 +++ b/test/script/basic/NASHORN-264.js	Fri Jan 04 09:58:33 2013 -0400
   432.3 @@ -1,5 +1,5 @@
   432.4  /*
   432.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   432.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   432.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   432.8   * 
   432.9   * This code is free software; you can redistribute it and/or modify it
   433.1 --- a/test/script/basic/NASHORN-265.js	Fri Jan 04 09:58:30 2013 -0400
   433.2 +++ b/test/script/basic/NASHORN-265.js	Fri Jan 04 09:58:33 2013 -0400
   433.3 @@ -1,5 +1,5 @@
   433.4  /*
   433.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   433.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   433.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   433.8   * 
   433.9   * This code is free software; you can redistribute it and/or modify it
   434.1 --- a/test/script/basic/NASHORN-266.js	Fri Jan 04 09:58:30 2013 -0400
   434.2 +++ b/test/script/basic/NASHORN-266.js	Fri Jan 04 09:58:33 2013 -0400
   434.3 @@ -1,5 +1,5 @@
   434.4  /*
   434.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   434.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   434.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   434.8   * 
   434.9   * This code is free software; you can redistribute it and/or modify it
   435.1 --- a/test/script/basic/NASHORN-269.js	Fri Jan 04 09:58:30 2013 -0400
   435.2 +++ b/test/script/basic/NASHORN-269.js	Fri Jan 04 09:58:33 2013 -0400
   435.3 @@ -1,5 +1,5 @@
   435.4  /*
   435.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   435.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   435.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   435.8   * 
   435.9   * This code is free software; you can redistribute it and/or modify it
   436.1 --- a/test/script/basic/NASHORN-27.js	Fri Jan 04 09:58:30 2013 -0400
   436.2 +++ b/test/script/basic/NASHORN-27.js	Fri Jan 04 09:58:33 2013 -0400
   436.3 @@ -1,5 +1,5 @@
   436.4  /*
   436.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   436.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   436.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   436.8   * 
   436.9   * This code is free software; you can redistribute it and/or modify it
   437.1 --- a/test/script/basic/NASHORN-270.js	Fri Jan 04 09:58:30 2013 -0400
   437.2 +++ b/test/script/basic/NASHORN-270.js	Fri Jan 04 09:58:33 2013 -0400
   437.3 @@ -1,5 +1,5 @@
   437.4  /*
   437.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   437.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   437.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   437.8   * 
   437.9   * This code is free software; you can redistribute it and/or modify it
   438.1 --- a/test/script/basic/NASHORN-271.js	Fri Jan 04 09:58:30 2013 -0400
   438.2 +++ b/test/script/basic/NASHORN-271.js	Fri Jan 04 09:58:33 2013 -0400
   438.3 @@ -1,5 +1,5 @@
   438.4  /*
   438.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   438.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   438.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   438.8   * 
   438.9   * This code is free software; you can redistribute it and/or modify it
   439.1 --- a/test/script/basic/NASHORN-275.js	Fri Jan 04 09:58:30 2013 -0400
   439.2 +++ b/test/script/basic/NASHORN-275.js	Fri Jan 04 09:58:33 2013 -0400
   439.3 @@ -1,5 +1,5 @@
   439.4  /*
   439.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   439.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   439.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   439.8   * 
   439.9   * This code is free software; you can redistribute it and/or modify it
   440.1 --- a/test/script/basic/NASHORN-276.js	Fri Jan 04 09:58:30 2013 -0400
   440.2 +++ b/test/script/basic/NASHORN-276.js	Fri Jan 04 09:58:33 2013 -0400
   440.3 @@ -1,5 +1,5 @@
   440.4  /*
   440.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   440.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   440.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   440.8   * 
   440.9   * This code is free software; you can redistribute it and/or modify it
   441.1 --- a/test/script/basic/NASHORN-277.js	Fri Jan 04 09:58:30 2013 -0400
   441.2 +++ b/test/script/basic/NASHORN-277.js	Fri Jan 04 09:58:33 2013 -0400
   441.3 @@ -1,5 +1,5 @@
   441.4  /*
   441.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   441.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   441.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   441.8   * 
   441.9   * This code is free software; you can redistribute it and/or modify it
   442.1 --- a/test/script/basic/NASHORN-278.js	Fri Jan 04 09:58:30 2013 -0400
   442.2 +++ b/test/script/basic/NASHORN-278.js	Fri Jan 04 09:58:33 2013 -0400
   442.3 @@ -1,5 +1,5 @@
   442.4  /*
   442.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   442.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   442.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   442.8   * 
   442.9   * This code is free software; you can redistribute it and/or modify it
   443.1 --- a/test/script/basic/NASHORN-28.js	Fri Jan 04 09:58:30 2013 -0400
   443.2 +++ b/test/script/basic/NASHORN-28.js	Fri Jan 04 09:58:33 2013 -0400
   443.3 @@ -1,5 +1,5 @@
   443.4  /*
   443.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   443.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   443.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   443.8   * 
   443.9   * This code is free software; you can redistribute it and/or modify it
   444.1 --- a/test/script/basic/NASHORN-281.js	Fri Jan 04 09:58:30 2013 -0400
   444.2 +++ b/test/script/basic/NASHORN-281.js	Fri Jan 04 09:58:33 2013 -0400
   444.3 @@ -1,5 +1,5 @@
   444.4  /*
   444.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   444.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   444.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   444.8   * 
   444.9   * This code is free software; you can redistribute it and/or modify it
   445.1 --- a/test/script/basic/NASHORN-284.js	Fri Jan 04 09:58:30 2013 -0400
   445.2 +++ b/test/script/basic/NASHORN-284.js	Fri Jan 04 09:58:33 2013 -0400
   445.3 @@ -1,5 +1,5 @@
   445.4  /*
   445.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   445.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   445.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   445.8   * 
   445.9   * This code is free software; you can redistribute it and/or modify it
   446.1 --- a/test/script/basic/NASHORN-285.js	Fri Jan 04 09:58:30 2013 -0400
   446.2 +++ b/test/script/basic/NASHORN-285.js	Fri Jan 04 09:58:33 2013 -0400
   446.3 @@ -1,5 +1,5 @@
   446.4  /*
   446.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   446.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   446.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   446.8   * 
   446.9   * This code is free software; you can redistribute it and/or modify it
   447.1 --- a/test/script/basic/NASHORN-288.js	Fri Jan 04 09:58:30 2013 -0400
   447.2 +++ b/test/script/basic/NASHORN-288.js	Fri Jan 04 09:58:33 2013 -0400
   447.3 @@ -1,5 +1,5 @@
   447.4  /*
   447.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   447.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   447.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   447.8   * 
   447.9   * This code is free software; you can redistribute it and/or modify it
   448.1 --- a/test/script/basic/NASHORN-29.js	Fri Jan 04 09:58:30 2013 -0400
   448.2 +++ b/test/script/basic/NASHORN-29.js	Fri Jan 04 09:58:33 2013 -0400
   448.3 @@ -1,5 +1,5 @@
   448.4  /*
   448.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   448.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   448.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   448.8   * 
   448.9   * This code is free software; you can redistribute it and/or modify it
   449.1 --- a/test/script/basic/NASHORN-293.js	Fri Jan 04 09:58:30 2013 -0400
   449.2 +++ b/test/script/basic/NASHORN-293.js	Fri Jan 04 09:58:33 2013 -0400
   449.3 @@ -1,5 +1,5 @@
   449.4  /*
   449.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   449.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   449.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   449.8   * 
   449.9   * This code is free software; you can redistribute it and/or modify it
   450.1 --- a/test/script/basic/NASHORN-294.js	Fri Jan 04 09:58:30 2013 -0400
   450.2 +++ b/test/script/basic/NASHORN-294.js	Fri Jan 04 09:58:33 2013 -0400
   450.3 @@ -1,5 +1,5 @@
   450.4  /*
   450.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   450.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   450.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   450.8   * 
   450.9   * This code is free software; you can redistribute it and/or modify it
   451.1 --- a/test/script/basic/NASHORN-296.js	Fri Jan 04 09:58:30 2013 -0400
   451.2 +++ b/test/script/basic/NASHORN-296.js	Fri Jan 04 09:58:33 2013 -0400
   451.3 @@ -1,5 +1,5 @@
   451.4  /*
   451.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   451.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   451.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   451.8   * 
   451.9   * This code is free software; you can redistribute it and/or modify it
   452.1 --- a/test/script/basic/NASHORN-297.js	Fri Jan 04 09:58:30 2013 -0400
   452.2 +++ b/test/script/basic/NASHORN-297.js	Fri Jan 04 09:58:33 2013 -0400
   452.3 @@ -1,5 +1,5 @@
   452.4  /*
   452.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   452.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   452.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   452.8   * 
   452.9   * This code is free software; you can redistribute it and/or modify it
   453.1 --- a/test/script/basic/NASHORN-30.js	Fri Jan 04 09:58:30 2013 -0400
   453.2 +++ b/test/script/basic/NASHORN-30.js	Fri Jan 04 09:58:33 2013 -0400
   453.3 @@ -1,5 +1,5 @@
   453.4  /*
   453.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   453.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   453.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   453.8   * 
   453.9   * This code is free software; you can redistribute it and/or modify it
   454.1 --- a/test/script/basic/NASHORN-300.js	Fri Jan 04 09:58:30 2013 -0400
   454.2 +++ b/test/script/basic/NASHORN-300.js	Fri Jan 04 09:58:33 2013 -0400
   454.3 @@ -1,5 +1,5 @@
   454.4  /*
   454.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   454.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   454.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   454.8   * 
   454.9   * This code is free software; you can redistribute it and/or modify it
   455.1 --- a/test/script/basic/NASHORN-301.js	Fri Jan 04 09:58:30 2013 -0400
   455.2 +++ b/test/script/basic/NASHORN-301.js	Fri Jan 04 09:58:33 2013 -0400
   455.3 @@ -1,5 +1,5 @@
   455.4  /*
   455.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   455.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   455.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   455.8   * 
   455.9   * This code is free software; you can redistribute it and/or modify it
   456.1 --- a/test/script/basic/NASHORN-304.js	Fri Jan 04 09:58:30 2013 -0400
   456.2 +++ b/test/script/basic/NASHORN-304.js	Fri Jan 04 09:58:33 2013 -0400
   456.3 @@ -1,5 +1,5 @@
   456.4  /*
   456.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   456.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   456.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   456.8   * 
   456.9   * This code is free software; you can redistribute it and/or modify it
   457.1 --- a/test/script/basic/NASHORN-310.js	Fri Jan 04 09:58:30 2013 -0400
   457.2 +++ b/test/script/basic/NASHORN-310.js	Fri Jan 04 09:58:33 2013 -0400
   457.3 @@ -1,5 +1,5 @@
   457.4  /*
   457.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   457.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   457.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   457.8   * 
   457.9   * This code is free software; you can redistribute it and/or modify it
   458.1 --- a/test/script/basic/NASHORN-318.js	Fri Jan 04 09:58:30 2013 -0400
   458.2 +++ b/test/script/basic/NASHORN-318.js	Fri Jan 04 09:58:33 2013 -0400
   458.3 @@ -1,5 +1,5 @@
   458.4  /*
   458.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   458.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   458.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   458.8   * 
   458.9   * This code is free software; you can redistribute it and/or modify it
   459.1 --- a/test/script/basic/NASHORN-32.js	Fri Jan 04 09:58:30 2013 -0400
   459.2 +++ b/test/script/basic/NASHORN-32.js	Fri Jan 04 09:58:33 2013 -0400
   459.3 @@ -1,5 +1,5 @@
   459.4  /*
   459.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   459.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   459.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   459.8   * 
   459.9   * This code is free software; you can redistribute it and/or modify it
   460.1 --- a/test/script/basic/NASHORN-321.js	Fri Jan 04 09:58:30 2013 -0400
   460.2 +++ b/test/script/basic/NASHORN-321.js	Fri Jan 04 09:58:33 2013 -0400
   460.3 @@ -1,5 +1,5 @@
   460.4  /*
   460.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   460.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   460.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   460.8   * 
   460.9   * This code is free software; you can redistribute it and/or modify it
   461.1 --- a/test/script/basic/NASHORN-323.js	Fri Jan 04 09:58:30 2013 -0400
   461.2 +++ b/test/script/basic/NASHORN-323.js	Fri Jan 04 09:58:33 2013 -0400
   461.3 @@ -1,5 +1,5 @@
   461.4  /*
   461.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   461.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   461.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   461.8   * 
   461.9   * This code is free software; you can redistribute it and/or modify it
   462.1 --- a/test/script/basic/NASHORN-324.js	Fri Jan 04 09:58:30 2013 -0400
   462.2 +++ b/test/script/basic/NASHORN-324.js	Fri Jan 04 09:58:33 2013 -0400
   462.3 @@ -1,5 +1,5 @@
   462.4  /*
   462.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   462.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   462.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   462.8   * 
   462.9   * This code is free software; you can redistribute it and/or modify it
   463.1 --- a/test/script/basic/NASHORN-33.js	Fri Jan 04 09:58:30 2013 -0400
   463.2 +++ b/test/script/basic/NASHORN-33.js	Fri Jan 04 09:58:33 2013 -0400
   463.3 @@ -1,5 +1,5 @@
   463.4  /*
   463.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   463.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   463.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   463.8   * 
   463.9   * This code is free software; you can redistribute it and/or modify it
   464.1 --- a/test/script/basic/NASHORN-331.js	Fri Jan 04 09:58:30 2013 -0400
   464.2 +++ b/test/script/basic/NASHORN-331.js	Fri Jan 04 09:58:33 2013 -0400
   464.3 @@ -1,5 +1,5 @@
   464.4  /*
   464.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   464.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   464.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   464.8   * 
   464.9   * This code is free software; you can redistribute it and/or modify it
   465.1 --- a/test/script/basic/NASHORN-337.js	Fri Jan 04 09:58:30 2013 -0400
   465.2 +++ b/test/script/basic/NASHORN-337.js	Fri Jan 04 09:58:33 2013 -0400
   465.3 @@ -1,5 +1,5 @@
   465.4  /*
   465.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   465.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   465.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   465.8   * 
   465.9   * This code is free software; you can redistribute it and/or modify it
   466.1 --- a/test/script/basic/NASHORN-34.js	Fri Jan 04 09:58:30 2013 -0400
   466.2 +++ b/test/script/basic/NASHORN-34.js	Fri Jan 04 09:58:33 2013 -0400
   466.3 @@ -1,5 +1,5 @@
   466.4  /*
   466.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   466.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   466.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   466.8   * 
   466.9   * This code is free software; you can redistribute it and/or modify it
   467.1 --- a/test/script/basic/NASHORN-340.js	Fri Jan 04 09:58:30 2013 -0400
   467.2 +++ b/test/script/basic/NASHORN-340.js	Fri Jan 04 09:58:33 2013 -0400
   467.3 @@ -1,5 +1,5 @@
   467.4  /*
   467.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   467.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   467.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   467.8   * 
   467.9   * This code is free software; you can redistribute it and/or modify it
   468.1 --- a/test/script/basic/NASHORN-349.js	Fri Jan 04 09:58:30 2013 -0400
   468.2 +++ b/test/script/basic/NASHORN-349.js	Fri Jan 04 09:58:33 2013 -0400
   468.3 @@ -1,5 +1,5 @@
   468.4  /*
   468.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   468.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   468.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   468.8   * 
   468.9   * This code is free software; you can redistribute it and/or modify it
   469.1 --- a/test/script/basic/NASHORN-354.js	Fri Jan 04 09:58:30 2013 -0400
   469.2 +++ b/test/script/basic/NASHORN-354.js	Fri Jan 04 09:58:33 2013 -0400
   469.3 @@ -1,5 +1,5 @@
   469.4  /*
   469.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   469.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   469.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   469.8   * 
   469.9   * This code is free software; you can redistribute it and/or modify it
   470.1 --- a/test/script/basic/NASHORN-355.js	Fri Jan 04 09:58:30 2013 -0400
   470.2 +++ b/test/script/basic/NASHORN-355.js	Fri Jan 04 09:58:33 2013 -0400
   470.3 @@ -1,5 +1,5 @@
   470.4  /*
   470.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   470.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   470.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   470.8   * 
   470.9   * This code is free software; you can redistribute it and/or modify it
   471.1 --- a/test/script/basic/NASHORN-36.js	Fri Jan 04 09:58:30 2013 -0400
   471.2 +++ b/test/script/basic/NASHORN-36.js	Fri Jan 04 09:58:33 2013 -0400
   471.3 @@ -1,5 +1,5 @@
   471.4  /*
   471.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   471.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   471.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   471.8   * 
   471.9   * This code is free software; you can redistribute it and/or modify it
   472.1 --- a/test/script/basic/NASHORN-365.js	Fri Jan 04 09:58:30 2013 -0400
   472.2 +++ b/test/script/basic/NASHORN-365.js	Fri Jan 04 09:58:33 2013 -0400
   472.3 @@ -1,5 +1,5 @@
   472.4  /*
   472.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   472.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   472.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   472.8   * 
   472.9   * This code is free software; you can redistribute it and/or modify it
   473.1 --- a/test/script/basic/NASHORN-366.js	Fri Jan 04 09:58:30 2013 -0400
   473.2 +++ b/test/script/basic/NASHORN-366.js	Fri Jan 04 09:58:33 2013 -0400
   473.3 @@ -1,5 +1,5 @@
   473.4  /*
   473.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   473.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   473.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   473.8   * 
   473.9   * This code is free software; you can redistribute it and/or modify it
   474.1 --- a/test/script/basic/NASHORN-368.js	Fri Jan 04 09:58:30 2013 -0400
   474.2 +++ b/test/script/basic/NASHORN-368.js	Fri Jan 04 09:58:33 2013 -0400
   474.3 @@ -1,5 +1,5 @@
   474.4  /*
   474.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   474.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   474.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   474.8   * 
   474.9   * This code is free software; you can redistribute it and/or modify it
   475.1 --- a/test/script/basic/NASHORN-37.js	Fri Jan 04 09:58:30 2013 -0400
   475.2 +++ b/test/script/basic/NASHORN-37.js	Fri Jan 04 09:58:33 2013 -0400
   475.3 @@ -1,5 +1,5 @@
   475.4  /*
   475.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   475.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   475.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   475.8   * 
   475.9   * This code is free software; you can redistribute it and/or modify it
   476.1 --- a/test/script/basic/NASHORN-375.js	Fri Jan 04 09:58:30 2013 -0400
   476.2 +++ b/test/script/basic/NASHORN-375.js	Fri Jan 04 09:58:33 2013 -0400
   476.3 @@ -1,5 +1,5 @@
   476.4  /*
   476.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   476.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   476.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   476.8   * 
   476.9   * This code is free software; you can redistribute it and/or modify it
   477.1 --- a/test/script/basic/NASHORN-376.js	Fri Jan 04 09:58:30 2013 -0400
   477.2 +++ b/test/script/basic/NASHORN-376.js	Fri Jan 04 09:58:33 2013 -0400
   477.3 @@ -1,5 +1,5 @@
   477.4  /*
   477.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   477.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   477.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   477.8   * 
   477.9   * This code is free software; you can redistribute it and/or modify it
   478.1 --- a/test/script/basic/NASHORN-377.js	Fri Jan 04 09:58:30 2013 -0400
   478.2 +++ b/test/script/basic/NASHORN-377.js	Fri Jan 04 09:58:33 2013 -0400
   478.3 @@ -1,5 +1,5 @@
   478.4  /*
   478.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   478.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   478.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   478.8   * 
   478.9   * This code is free software; you can redistribute it and/or modify it
   479.1 --- a/test/script/basic/NASHORN-378.js	Fri Jan 04 09:58:30 2013 -0400
   479.2 +++ b/test/script/basic/NASHORN-378.js	Fri Jan 04 09:58:33 2013 -0400
   479.3 @@ -1,5 +1,5 @@
   479.4  /*
   479.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   479.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   479.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   479.8   * 
   479.9   * This code is free software; you can redistribute it and/or modify it
   480.1 --- a/test/script/basic/NASHORN-38.js	Fri Jan 04 09:58:30 2013 -0400
   480.2 +++ b/test/script/basic/NASHORN-38.js	Fri Jan 04 09:58:33 2013 -0400
   480.3 @@ -1,5 +1,5 @@
   480.4  /*
   480.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   480.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   480.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   480.8   * 
   480.9   * This code is free software; you can redistribute it and/or modify it
   481.1 --- a/test/script/basic/NASHORN-380.js	Fri Jan 04 09:58:30 2013 -0400
   481.2 +++ b/test/script/basic/NASHORN-380.js	Fri Jan 04 09:58:33 2013 -0400
   481.3 @@ -1,5 +1,5 @@
   481.4  /*
   481.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   481.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   481.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   481.8   * 
   481.9   * This code is free software; you can redistribute it and/or modify it
   482.1 --- a/test/script/basic/NASHORN-381.js	Fri Jan 04 09:58:30 2013 -0400
   482.2 +++ b/test/script/basic/NASHORN-381.js	Fri Jan 04 09:58:33 2013 -0400
   482.3 @@ -1,5 +1,5 @@
   482.4  /*
   482.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   482.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   482.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   482.8   * 
   482.9   * This code is free software; you can redistribute it and/or modify it
   483.1 --- a/test/script/basic/NASHORN-382.js	Fri Jan 04 09:58:30 2013 -0400
   483.2 +++ b/test/script/basic/NASHORN-382.js	Fri Jan 04 09:58:33 2013 -0400
   483.3 @@ -1,5 +1,5 @@
   483.4  /*
   483.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   483.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   483.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   483.8   * 
   483.9   * This code is free software; you can redistribute it and/or modify it
   484.1 --- a/test/script/basic/NASHORN-383.js	Fri Jan 04 09:58:30 2013 -0400
   484.2 +++ b/test/script/basic/NASHORN-383.js	Fri Jan 04 09:58:33 2013 -0400
   484.3 @@ -1,5 +1,5 @@
   484.4  /*
   484.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   484.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   484.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   484.8   * 
   484.9   * This code is free software; you can redistribute it and/or modify it
   485.1 --- a/test/script/basic/NASHORN-384.js	Fri Jan 04 09:58:30 2013 -0400
   485.2 +++ b/test/script/basic/NASHORN-384.js	Fri Jan 04 09:58:33 2013 -0400
   485.3 @@ -1,5 +1,5 @@
   485.4  /*
   485.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   485.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   485.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   485.8   * 
   485.9   * This code is free software; you can redistribute it and/or modify it
   486.1 --- a/test/script/basic/NASHORN-385.js	Fri Jan 04 09:58:30 2013 -0400
   486.2 +++ b/test/script/basic/NASHORN-385.js	Fri Jan 04 09:58:33 2013 -0400
   486.3 @@ -1,5 +1,5 @@
   486.4  /*
   486.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   486.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   486.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   486.8   * 
   486.9   * This code is free software; you can redistribute it and/or modify it
   487.1 --- a/test/script/basic/NASHORN-389.js	Fri Jan 04 09:58:30 2013 -0400
   487.2 +++ b/test/script/basic/NASHORN-389.js	Fri Jan 04 09:58:33 2013 -0400
   487.3 @@ -1,5 +1,5 @@
   487.4  /*
   487.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   487.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   487.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   487.8   * 
   487.9   * This code is free software; you can redistribute it and/or modify it
   488.1 --- a/test/script/basic/NASHORN-393.js	Fri Jan 04 09:58:30 2013 -0400
   488.2 +++ b/test/script/basic/NASHORN-393.js	Fri Jan 04 09:58:33 2013 -0400
   488.3 @@ -1,5 +1,5 @@
   488.4  /*
   488.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   488.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   488.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   488.8   * 
   488.9   * This code is free software; you can redistribute it and/or modify it
   489.1 --- a/test/script/basic/NASHORN-394.js	Fri Jan 04 09:58:30 2013 -0400
   489.2 +++ b/test/script/basic/NASHORN-394.js	Fri Jan 04 09:58:33 2013 -0400
   489.3 @@ -1,5 +1,5 @@
   489.4  /*
   489.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   489.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   489.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   489.8   * 
   489.9   * This code is free software; you can redistribute it and/or modify it
   490.1 --- a/test/script/basic/NASHORN-396.js	Fri Jan 04 09:58:30 2013 -0400
   490.2 +++ b/test/script/basic/NASHORN-396.js	Fri Jan 04 09:58:33 2013 -0400
   490.3 @@ -1,5 +1,5 @@
   490.4  /*
   490.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   490.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   490.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   490.8   * 
   490.9   * This code is free software; you can redistribute it and/or modify it
   491.1 --- a/test/script/basic/NASHORN-397.js	Fri Jan 04 09:58:30 2013 -0400
   491.2 +++ b/test/script/basic/NASHORN-397.js	Fri Jan 04 09:58:33 2013 -0400
   491.3 @@ -1,5 +1,5 @@
   491.4  /*
   491.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   491.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   491.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   491.8   * 
   491.9   * This code is free software; you can redistribute it and/or modify it
   492.1 --- a/test/script/basic/NASHORN-398.js	Fri Jan 04 09:58:30 2013 -0400
   492.2 +++ b/test/script/basic/NASHORN-398.js	Fri Jan 04 09:58:33 2013 -0400
   492.3 @@ -1,5 +1,5 @@
   492.4  /*
   492.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   492.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   492.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   492.8   * 
   492.9   * This code is free software; you can redistribute it and/or modify it
   493.1 --- a/test/script/basic/NASHORN-40.js	Fri Jan 04 09:58:30 2013 -0400
   493.2 +++ b/test/script/basic/NASHORN-40.js	Fri Jan 04 09:58:33 2013 -0400
   493.3 @@ -1,5 +1,5 @@
   493.4  /*
   493.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   493.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   493.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   493.8   * 
   493.9   * This code is free software; you can redistribute it and/or modify it
   494.1 --- a/test/script/basic/NASHORN-400.js	Fri Jan 04 09:58:30 2013 -0400
   494.2 +++ b/test/script/basic/NASHORN-400.js	Fri Jan 04 09:58:33 2013 -0400
   494.3 @@ -1,5 +1,5 @@
   494.4  /*
   494.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   494.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   494.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   494.8   * 
   494.9   * This code is free software; you can redistribute it and/or modify it
   495.1 --- a/test/script/basic/NASHORN-401.js	Fri Jan 04 09:58:30 2013 -0400
   495.2 +++ b/test/script/basic/NASHORN-401.js	Fri Jan 04 09:58:33 2013 -0400
   495.3 @@ -1,5 +1,5 @@
   495.4  /*
   495.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   495.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   495.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   495.8   * 
   495.9   * This code is free software; you can redistribute it and/or modify it
   496.1 --- a/test/script/basic/NASHORN-402.js	Fri Jan 04 09:58:30 2013 -0400
   496.2 +++ b/test/script/basic/NASHORN-402.js	Fri Jan 04 09:58:33 2013 -0400
   496.3 @@ -1,5 +1,5 @@
   496.4  /*
   496.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   496.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   496.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   496.8   * 
   496.9   * This code is free software; you can redistribute it and/or modify it
   497.1 --- a/test/script/basic/NASHORN-404.js	Fri Jan 04 09:58:30 2013 -0400
   497.2 +++ b/test/script/basic/NASHORN-404.js	Fri Jan 04 09:58:33 2013 -0400
   497.3 @@ -1,5 +1,5 @@
   497.4  /*
   497.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   497.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   497.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   497.8   * 
   497.9   * This code is free software; you can redistribute it and/or modify it
   498.1 --- a/test/script/basic/NASHORN-405.js	Fri Jan 04 09:58:30 2013 -0400
   498.2 +++ b/test/script/basic/NASHORN-405.js	Fri Jan 04 09:58:33 2013 -0400
   498.3 @@ -1,5 +1,5 @@
   498.4  /*
   498.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   498.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   498.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   498.8   * 
   498.9   * This code is free software; you can redistribute it and/or modify it
   499.1 --- a/test/script/basic/NASHORN-406.js	Fri Jan 04 09:58:30 2013 -0400
   499.2 +++ b/test/script/basic/NASHORN-406.js	Fri Jan 04 09:58:33 2013 -0400
   499.3 @@ -1,5 +1,5 @@
   499.4  /*
   499.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   499.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   499.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   499.8   * 
   499.9   * This code is free software; you can redistribute it and/or modify it
   500.1 --- a/test/script/basic/NASHORN-408.js	Fri Jan 04 09:58:30 2013 -0400
   500.2 +++ b/test/script/basic/NASHORN-408.js	Fri Jan 04 09:58:33 2013 -0400
   500.3 @@ -1,5 +1,5 @@
   500.4  /*
   500.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   500.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   500.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   500.8   * 
   500.9   * This code is free software; you can redistribute it and/or modify it
   501.1 --- a/test/script/basic/NASHORN-415.js	Fri Jan 04 09:58:30 2013 -0400
   501.2 +++ b/test/script/basic/NASHORN-415.js	Fri Jan 04 09:58:33 2013 -0400
   501.3 @@ -1,5 +1,5 @@
   501.4  /*
   501.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   501.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   501.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   501.8   * 
   501.9   * This code is free software; you can redistribute it and/or modify it
   502.1 --- a/test/script/basic/NASHORN-416.js	Fri Jan 04 09:58:30 2013 -0400
   502.2 +++ b/test/script/basic/NASHORN-416.js	Fri Jan 04 09:58:33 2013 -0400
   502.3 @@ -1,5 +1,5 @@
   502.4  /*
   502.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   502.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   502.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   502.8   * 
   502.9   * This code is free software; you can redistribute it and/or modify it
   503.1 --- a/test/script/basic/NASHORN-417.js	Fri Jan 04 09:58:30 2013 -0400
   503.2 +++ b/test/script/basic/NASHORN-417.js	Fri Jan 04 09:58:33 2013 -0400
   503.3 @@ -1,5 +1,5 @@
   503.4  /*
   503.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   503.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   503.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   503.8   * 
   503.9   * This code is free software; you can redistribute it and/or modify it
   504.1 --- a/test/script/basic/NASHORN-418.js	Fri Jan 04 09:58:30 2013 -0400
   504.2 +++ b/test/script/basic/NASHORN-418.js	Fri Jan 04 09:58:33 2013 -0400
   504.3 @@ -1,5 +1,5 @@
   504.4  /*
   504.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   504.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   504.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   504.8   * 
   504.9   * This code is free software; you can redistribute it and/or modify it
   505.1 --- a/test/script/basic/NASHORN-420.js	Fri Jan 04 09:58:30 2013 -0400
   505.2 +++ b/test/script/basic/NASHORN-420.js	Fri Jan 04 09:58:33 2013 -0400
   505.3 @@ -1,5 +1,5 @@
   505.4  /*
   505.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   505.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   505.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   505.8   * 
   505.9   * This code is free software; you can redistribute it and/or modify it
   506.1 --- a/test/script/basic/NASHORN-421.js	Fri Jan 04 09:58:30 2013 -0400
   506.2 +++ b/test/script/basic/NASHORN-421.js	Fri Jan 04 09:58:33 2013 -0400
   506.3 @@ -1,5 +1,5 @@
   506.4  /*
   506.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   506.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   506.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   506.8   * 
   506.9   * This code is free software; you can redistribute it and/or modify it
   507.1 --- a/test/script/basic/NASHORN-423.js	Fri Jan 04 09:58:30 2013 -0400
   507.2 +++ b/test/script/basic/NASHORN-423.js	Fri Jan 04 09:58:33 2013 -0400
   507.3 @@ -1,5 +1,5 @@
   507.4  /*
   507.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   507.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   507.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   507.8   * 
   507.9   * This code is free software; you can redistribute it and/or modify it
   508.1 --- a/test/script/basic/NASHORN-423a.js	Fri Jan 04 09:58:30 2013 -0400
   508.2 +++ b/test/script/basic/NASHORN-423a.js	Fri Jan 04 09:58:33 2013 -0400
   508.3 @@ -1,5 +1,5 @@
   508.4  /*
   508.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   508.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   508.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   508.8   * 
   508.9   * This code is free software; you can redistribute it and/or modify it
   509.1 --- a/test/script/basic/NASHORN-424.js	Fri Jan 04 09:58:30 2013 -0400
   509.2 +++ b/test/script/basic/NASHORN-424.js	Fri Jan 04 09:58:33 2013 -0400
   509.3 @@ -1,5 +1,5 @@
   509.4  /*
   509.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   509.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   509.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   509.8   * 
   509.9   * This code is free software; you can redistribute it and/or modify it
   510.1 --- a/test/script/basic/NASHORN-425.js	Fri Jan 04 09:58:30 2013 -0400
   510.2 +++ b/test/script/basic/NASHORN-425.js	Fri Jan 04 09:58:33 2013 -0400
   510.3 @@ -1,5 +1,5 @@
   510.4  /*
   510.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   510.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   510.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   510.8   * 
   510.9   * This code is free software; you can redistribute it and/or modify it
   511.1 --- a/test/script/basic/NASHORN-426.js	Fri Jan 04 09:58:30 2013 -0400
   511.2 +++ b/test/script/basic/NASHORN-426.js	Fri Jan 04 09:58:33 2013 -0400
   511.3 @@ -1,5 +1,5 @@
   511.4  /*
   511.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   511.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   511.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   511.8   * 
   511.9   * This code is free software; you can redistribute it and/or modify it
   512.1 --- a/test/script/basic/NASHORN-427.js	Fri Jan 04 09:58:30 2013 -0400
   512.2 +++ b/test/script/basic/NASHORN-427.js	Fri Jan 04 09:58:33 2013 -0400
   512.3 @@ -1,5 +1,5 @@
   512.4  /*
   512.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   512.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   512.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   512.8   * 
   512.9   * This code is free software; you can redistribute it and/or modify it
   513.1 --- a/test/script/basic/NASHORN-428.js	Fri Jan 04 09:58:30 2013 -0400
   513.2 +++ b/test/script/basic/NASHORN-428.js	Fri Jan 04 09:58:33 2013 -0400
   513.3 @@ -1,5 +1,5 @@
   513.4  /*
   513.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   513.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   513.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   513.8   * 
   513.9   * This code is free software; you can redistribute it and/or modify it
   514.1 --- a/test/script/basic/NASHORN-429.js	Fri Jan 04 09:58:30 2013 -0400
   514.2 +++ b/test/script/basic/NASHORN-429.js	Fri Jan 04 09:58:33 2013 -0400
   514.3 @@ -1,5 +1,5 @@
   514.4  /*
   514.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   514.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   514.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   514.8   * 
   514.9   * This code is free software; you can redistribute it and/or modify it
   515.1 --- a/test/script/basic/NASHORN-432.js	Fri Jan 04 09:58:30 2013 -0400
   515.2 +++ b/test/script/basic/NASHORN-432.js	Fri Jan 04 09:58:33 2013 -0400
   515.3 @@ -1,5 +1,5 @@
   515.4  /*
   515.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   515.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   515.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   515.8   * 
   515.9   * This code is free software; you can redistribute it and/or modify it
   516.1 --- a/test/script/basic/NASHORN-433.js	Fri Jan 04 09:58:30 2013 -0400
   516.2 +++ b/test/script/basic/NASHORN-433.js	Fri Jan 04 09:58:33 2013 -0400
   516.3 @@ -1,5 +1,5 @@
   516.4  /*
   516.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   516.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   516.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   516.8   * 
   516.9   * This code is free software; you can redistribute it and/or modify it
   517.1 --- a/test/script/basic/NASHORN-434.js	Fri Jan 04 09:58:30 2013 -0400
   517.2 +++ b/test/script/basic/NASHORN-434.js	Fri Jan 04 09:58:33 2013 -0400
   517.3 @@ -1,5 +1,5 @@
   517.4  /*
   517.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   517.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   517.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   517.8   * 
   517.9   * This code is free software; you can redistribute it and/or modify it
   518.1 --- a/test/script/basic/NASHORN-435.js	Fri Jan 04 09:58:30 2013 -0400
   518.2 +++ b/test/script/basic/NASHORN-435.js	Fri Jan 04 09:58:33 2013 -0400
   518.3 @@ -1,5 +1,5 @@
   518.4  /*
   518.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   518.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   518.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   518.8   * 
   518.9   * This code is free software; you can redistribute it and/or modify it
   519.1 --- a/test/script/basic/NASHORN-437.js	Fri Jan 04 09:58:30 2013 -0400
   519.2 +++ b/test/script/basic/NASHORN-437.js	Fri Jan 04 09:58:33 2013 -0400
   519.3 @@ -1,5 +1,5 @@
   519.4  /*
   519.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   519.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   519.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   519.8   * 
   519.9   * This code is free software; you can redistribute it and/or modify it
   520.1 --- a/test/script/basic/NASHORN-44.js	Fri Jan 04 09:58:30 2013 -0400
   520.2 +++ b/test/script/basic/NASHORN-44.js	Fri Jan 04 09:58:33 2013 -0400
   520.3 @@ -1,5 +1,5 @@
   520.4  /*
   520.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   520.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   520.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   520.8   * 
   520.9   * This code is free software; you can redistribute it and/or modify it
   521.1 --- a/test/script/basic/NASHORN-441.js	Fri Jan 04 09:58:30 2013 -0400
   521.2 +++ b/test/script/basic/NASHORN-441.js	Fri Jan 04 09:58:33 2013 -0400
   521.3 @@ -1,5 +1,5 @@
   521.4  /*
   521.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   521.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   521.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   521.8   * 
   521.9   * This code is free software; you can redistribute it and/or modify it
   522.1 --- a/test/script/basic/NASHORN-442.js	Fri Jan 04 09:58:30 2013 -0400
   522.2 +++ b/test/script/basic/NASHORN-442.js	Fri Jan 04 09:58:33 2013 -0400
   522.3 @@ -1,5 +1,5 @@
   522.4  /*
   522.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   522.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   522.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   522.8   * 
   522.9   * This code is free software; you can redistribute it and/or modify it
   523.1 --- a/test/script/basic/NASHORN-443.js	Fri Jan 04 09:58:30 2013 -0400
   523.2 +++ b/test/script/basic/NASHORN-443.js	Fri Jan 04 09:58:33 2013 -0400
   523.3 @@ -1,5 +1,5 @@
   523.4  /*
   523.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   523.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   523.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   523.8   * 
   523.9   * This code is free software; you can redistribute it and/or modify it
   524.1 --- a/test/script/basic/NASHORN-444.js	Fri Jan 04 09:58:30 2013 -0400
   524.2 +++ b/test/script/basic/NASHORN-444.js	Fri Jan 04 09:58:33 2013 -0400
   524.3 @@ -1,5 +1,5 @@
   524.4  /*
   524.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   524.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   524.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   524.8   * 
   524.9   * This code is free software; you can redistribute it and/or modify it
   525.1 --- a/test/script/basic/NASHORN-445.js	Fri Jan 04 09:58:30 2013 -0400
   525.2 +++ b/test/script/basic/NASHORN-445.js	Fri Jan 04 09:58:33 2013 -0400
   525.3 @@ -1,5 +1,5 @@
   525.4  /*
   525.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   525.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   525.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   525.8   * 
   525.9   * This code is free software; you can redistribute it and/or modify it
   526.1 --- a/test/script/basic/NASHORN-446.js	Fri Jan 04 09:58:30 2013 -0400
   526.2 +++ b/test/script/basic/NASHORN-446.js	Fri Jan 04 09:58:33 2013 -0400
   526.3 @@ -1,5 +1,5 @@
   526.4  /*
   526.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   526.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   526.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   526.8   * 
   526.9   * This code is free software; you can redistribute it and/or modify it
   527.1 --- a/test/script/basic/NASHORN-447.js	Fri Jan 04 09:58:30 2013 -0400
   527.2 +++ b/test/script/basic/NASHORN-447.js	Fri Jan 04 09:58:33 2013 -0400
   527.3 @@ -1,5 +1,5 @@
   527.4  /*
   527.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   527.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   527.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   527.8   * 
   527.9   * This code is free software; you can redistribute it and/or modify it
   528.1 --- a/test/script/basic/NASHORN-448.js	Fri Jan 04 09:58:30 2013 -0400
   528.2 +++ b/test/script/basic/NASHORN-448.js	Fri Jan 04 09:58:33 2013 -0400
   528.3 @@ -1,5 +1,5 @@
   528.4  /*
   528.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   528.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   528.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   528.8   * 
   528.9   * This code is free software; you can redistribute it and/or modify it
   529.1 --- a/test/script/basic/NASHORN-449.js	Fri Jan 04 09:58:30 2013 -0400
   529.2 +++ b/test/script/basic/NASHORN-449.js	Fri Jan 04 09:58:33 2013 -0400
   529.3 @@ -1,5 +1,5 @@
   529.4  /*
   529.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   529.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   529.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   529.8   * 
   529.9   * This code is free software; you can redistribute it and/or modify it
   530.1 --- a/test/script/basic/NASHORN-45.js	Fri Jan 04 09:58:30 2013 -0400
   530.2 +++ b/test/script/basic/NASHORN-45.js	Fri Jan 04 09:58:33 2013 -0400
   530.3 @@ -1,5 +1,5 @@
   530.4  /*
   530.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   530.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   530.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   530.8   * 
   530.9   * This code is free software; you can redistribute it and/or modify it
   531.1 --- a/test/script/basic/NASHORN-450.js	Fri Jan 04 09:58:30 2013 -0400
   531.2 +++ b/test/script/basic/NASHORN-450.js	Fri Jan 04 09:58:33 2013 -0400
   531.3 @@ -1,5 +1,5 @@
   531.4  /*
   531.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   531.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   531.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   531.8   * 
   531.9   * This code is free software; you can redistribute it and/or modify it
   532.1 --- a/test/script/basic/NASHORN-452.js	Fri Jan 04 09:58:30 2013 -0400
   532.2 +++ b/test/script/basic/NASHORN-452.js	Fri Jan 04 09:58:33 2013 -0400
   532.3 @@ -1,5 +1,5 @@
   532.4  /*
   532.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   532.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   532.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   532.8   * 
   532.9   * This code is free software; you can redistribute it and/or modify it
   533.1 --- a/test/script/basic/NASHORN-459.js	Fri Jan 04 09:58:30 2013 -0400
   533.2 +++ b/test/script/basic/NASHORN-459.js	Fri Jan 04 09:58:33 2013 -0400
   533.3 @@ -1,5 +1,5 @@
   533.4  /*
   533.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   533.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   533.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   533.8   * 
   533.9   * This code is free software; you can redistribute it and/or modify it
   534.1 --- a/test/script/basic/NASHORN-46.js	Fri Jan 04 09:58:30 2013 -0400
   534.2 +++ b/test/script/basic/NASHORN-46.js	Fri Jan 04 09:58:33 2013 -0400
   534.3 @@ -1,5 +1,5 @@
   534.4  /*
   534.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   534.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   534.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   534.8   * 
   534.9   * This code is free software; you can redistribute it and/or modify it
   535.1 --- a/test/script/basic/NASHORN-462.js	Fri Jan 04 09:58:30 2013 -0400
   535.2 +++ b/test/script/basic/NASHORN-462.js	Fri Jan 04 09:58:33 2013 -0400
   535.3 @@ -1,5 +1,5 @@
   535.4  /*
   535.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   535.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   535.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   535.8   * 
   535.9   * This code is free software; you can redistribute it and/or modify it
   536.1 --- a/test/script/basic/NASHORN-463.js	Fri Jan 04 09:58:30 2013 -0400
   536.2 +++ b/test/script/basic/NASHORN-463.js	Fri Jan 04 09:58:33 2013 -0400
   536.3 @@ -1,5 +1,5 @@
   536.4  /*
   536.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   536.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   536.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   536.8   * 
   536.9   * This code is free software; you can redistribute it and/or modify it
   537.1 --- a/test/script/basic/NASHORN-468.js	Fri Jan 04 09:58:30 2013 -0400
   537.2 +++ b/test/script/basic/NASHORN-468.js	Fri Jan 04 09:58:33 2013 -0400
   537.3 @@ -1,5 +1,5 @@
   537.4  /*
   537.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   537.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   537.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   537.8   * 
   537.9   * This code is free software; you can redistribute it and/or modify it
   538.1 --- a/test/script/basic/NASHORN-47.js	Fri Jan 04 09:58:30 2013 -0400
   538.2 +++ b/test/script/basic/NASHORN-47.js	Fri Jan 04 09:58:33 2013 -0400
   538.3 @@ -1,5 +1,5 @@
   538.4  /*
   538.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   538.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   538.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   538.8   * 
   538.9   * This code is free software; you can redistribute it and/or modify it
   539.1 --- a/test/script/basic/NASHORN-473.js	Fri Jan 04 09:58:30 2013 -0400
   539.2 +++ b/test/script/basic/NASHORN-473.js	Fri Jan 04 09:58:33 2013 -0400
   539.3 @@ -1,5 +1,5 @@
   539.4  /*
   539.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   539.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   539.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   539.8   * 
   539.9   * This code is free software; you can redistribute it and/or modify it
   540.1 --- a/test/script/basic/NASHORN-474.js	Fri Jan 04 09:58:30 2013 -0400
   540.2 +++ b/test/script/basic/NASHORN-474.js	Fri Jan 04 09:58:33 2013 -0400
   540.3 @@ -1,5 +1,5 @@
   540.4  /*
   540.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   540.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   540.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   540.8   * 
   540.9   * This code is free software; you can redistribute it and/or modify it
   541.1 --- a/test/script/basic/NASHORN-478.js	Fri Jan 04 09:58:30 2013 -0400
   541.2 +++ b/test/script/basic/NASHORN-478.js	Fri Jan 04 09:58:33 2013 -0400
   541.3 @@ -1,5 +1,5 @@
   541.4  /*
   541.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   541.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   541.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   541.8   * 
   541.9   * This code is free software; you can redistribute it and/or modify it
   542.1 --- a/test/script/basic/NASHORN-48.js	Fri Jan 04 09:58:30 2013 -0400
   542.2 +++ b/test/script/basic/NASHORN-48.js	Fri Jan 04 09:58:33 2013 -0400
   542.3 @@ -1,5 +1,5 @@
   542.4  /*
   542.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   542.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   542.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   542.8   * 
   542.9   * This code is free software; you can redistribute it and/or modify it
   543.1 --- a/test/script/basic/NASHORN-481.js	Fri Jan 04 09:58:30 2013 -0400
   543.2 +++ b/test/script/basic/NASHORN-481.js	Fri Jan 04 09:58:33 2013 -0400
   543.3 @@ -1,5 +1,5 @@
   543.4  /*
   543.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   543.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   543.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   543.8   * 
   543.9   * This code is free software; you can redistribute it and/or modify it
   544.1 --- a/test/script/basic/NASHORN-482.js	Fri Jan 04 09:58:30 2013 -0400
   544.2 +++ b/test/script/basic/NASHORN-482.js	Fri Jan 04 09:58:33 2013 -0400
   544.3 @@ -1,5 +1,5 @@
   544.4  /*
   544.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   544.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   544.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   544.8   * 
   544.9   * This code is free software; you can redistribute it and/or modify it
   545.1 --- a/test/script/basic/NASHORN-484.js	Fri Jan 04 09:58:30 2013 -0400
   545.2 +++ b/test/script/basic/NASHORN-484.js	Fri Jan 04 09:58:33 2013 -0400
   545.3 @@ -1,5 +1,5 @@
   545.4  /*
   545.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   545.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   545.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   545.8   * 
   545.9   * This code is free software; you can redistribute it and/or modify it
   546.1 --- a/test/script/basic/NASHORN-486.js	Fri Jan 04 09:58:30 2013 -0400
   546.2 +++ b/test/script/basic/NASHORN-486.js	Fri Jan 04 09:58:33 2013 -0400
   546.3 @@ -1,5 +1,5 @@
   546.4  /*
   546.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   546.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   546.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   546.8   * 
   546.9   * This code is free software; you can redistribute it and/or modify it
   547.1 --- a/test/script/basic/NASHORN-487.js	Fri Jan 04 09:58:30 2013 -0400
   547.2 +++ b/test/script/basic/NASHORN-487.js	Fri Jan 04 09:58:33 2013 -0400
   547.3 @@ -1,5 +1,5 @@
   547.4  /*
   547.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   547.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   547.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   547.8   * 
   547.9   * This code is free software; you can redistribute it and/or modify it
   548.1 --- a/test/script/basic/NASHORN-488.js	Fri Jan 04 09:58:30 2013 -0400
   548.2 +++ b/test/script/basic/NASHORN-488.js	Fri Jan 04 09:58:33 2013 -0400
   548.3 @@ -1,5 +1,5 @@
   548.4  /*
   548.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   548.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   548.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   548.8   * 
   548.9   * This code is free software; you can redistribute it and/or modify it
   549.1 --- a/test/script/basic/NASHORN-49.js	Fri Jan 04 09:58:30 2013 -0400
   549.2 +++ b/test/script/basic/NASHORN-49.js	Fri Jan 04 09:58:33 2013 -0400
   549.3 @@ -1,5 +1,5 @@
   549.4  /*
   549.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   549.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   549.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   549.8   * 
   549.9   * This code is free software; you can redistribute it and/or modify it
   550.1 --- a/test/script/basic/NASHORN-490.js	Fri Jan 04 09:58:30 2013 -0400
   550.2 +++ b/test/script/basic/NASHORN-490.js	Fri Jan 04 09:58:33 2013 -0400
   550.3 @@ -1,5 +1,5 @@
   550.4  /*
   550.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   550.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   550.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   550.8   * 
   550.9   * This code is free software; you can redistribute it and/or modify it
   551.1 --- a/test/script/basic/NASHORN-494.js	Fri Jan 04 09:58:30 2013 -0400
   551.2 +++ b/test/script/basic/NASHORN-494.js	Fri Jan 04 09:58:33 2013 -0400
   551.3 @@ -1,5 +1,5 @@
   551.4  /*
   551.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   551.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   551.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   551.8   * 
   551.9   * This code is free software; you can redistribute it and/or modify it
   552.1 --- a/test/script/basic/NASHORN-497.js	Fri Jan 04 09:58:30 2013 -0400
   552.2 +++ b/test/script/basic/NASHORN-497.js	Fri Jan 04 09:58:33 2013 -0400
   552.3 @@ -1,5 +1,5 @@
   552.4  /*
   552.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   552.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   552.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   552.8   * 
   552.9   * This code is free software; you can redistribute it and/or modify it
   553.1 --- a/test/script/basic/NASHORN-498.js	Fri Jan 04 09:58:30 2013 -0400
   553.2 +++ b/test/script/basic/NASHORN-498.js	Fri Jan 04 09:58:33 2013 -0400
   553.3 @@ -1,5 +1,5 @@
   553.4  /*
   553.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   553.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   553.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   553.8   * 
   553.9   * This code is free software; you can redistribute it and/or modify it
   554.1 --- a/test/script/basic/NASHORN-499.js	Fri Jan 04 09:58:30 2013 -0400
   554.2 +++ b/test/script/basic/NASHORN-499.js	Fri Jan 04 09:58:33 2013 -0400
   554.3 @@ -1,5 +1,5 @@
   554.4  /*
   554.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   554.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   554.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   554.8   * 
   554.9   * This code is free software; you can redistribute it and/or modify it
   555.1 --- a/test/script/basic/NASHORN-50.js	Fri Jan 04 09:58:30 2013 -0400
   555.2 +++ b/test/script/basic/NASHORN-50.js	Fri Jan 04 09:58:33 2013 -0400
   555.3 @@ -1,5 +1,5 @@
   555.4  /*
   555.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   555.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   555.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   555.8   * 
   555.9   * This code is free software; you can redistribute it and/or modify it
   556.1 --- a/test/script/basic/NASHORN-500.js	Fri Jan 04 09:58:30 2013 -0400
   556.2 +++ b/test/script/basic/NASHORN-500.js	Fri Jan 04 09:58:33 2013 -0400
   556.3 @@ -1,5 +1,5 @@
   556.4  /*
   556.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   556.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   556.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   556.8   * 
   556.9   * This code is free software; you can redistribute it and/or modify it
   557.1 --- a/test/script/basic/NASHORN-503.js	Fri Jan 04 09:58:30 2013 -0400
   557.2 +++ b/test/script/basic/NASHORN-503.js	Fri Jan 04 09:58:33 2013 -0400
   557.3 @@ -1,5 +1,5 @@
   557.4  /*
   557.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   557.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   557.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   557.8   * 
   557.9   * This code is free software; you can redistribute it and/or modify it
   558.1 --- a/test/script/basic/NASHORN-51.js	Fri Jan 04 09:58:30 2013 -0400
   558.2 +++ b/test/script/basic/NASHORN-51.js	Fri Jan 04 09:58:33 2013 -0400
   558.3 @@ -1,5 +1,5 @@
   558.4  /*
   558.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   558.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   558.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   558.8   * 
   558.9   * This code is free software; you can redistribute it and/or modify it
   559.1 --- a/test/script/basic/NASHORN-511.js	Fri Jan 04 09:58:30 2013 -0400
   559.2 +++ b/test/script/basic/NASHORN-511.js	Fri Jan 04 09:58:33 2013 -0400
   559.3 @@ -1,5 +1,5 @@
   559.4  /*
   559.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   559.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   559.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   559.8   * 
   559.9   * This code is free software; you can redistribute it and/or modify it
   560.1 --- a/test/script/basic/NASHORN-515.js	Fri Jan 04 09:58:30 2013 -0400
   560.2 +++ b/test/script/basic/NASHORN-515.js	Fri Jan 04 09:58:33 2013 -0400
   560.3 @@ -1,5 +1,5 @@
   560.4  /*
   560.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   560.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   560.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   560.8   * 
   560.9   * This code is free software; you can redistribute it and/or modify it
   561.1 --- a/test/script/basic/NASHORN-516.js	Fri Jan 04 09:58:30 2013 -0400
   561.2 +++ b/test/script/basic/NASHORN-516.js	Fri Jan 04 09:58:33 2013 -0400
   561.3 @@ -1,5 +1,5 @@
   561.4  /*
   561.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   561.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   561.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   561.8   * 
   561.9   * This code is free software; you can redistribute it and/or modify it
   562.1 --- a/test/script/basic/NASHORN-52.js	Fri Jan 04 09:58:30 2013 -0400
   562.2 +++ b/test/script/basic/NASHORN-52.js	Fri Jan 04 09:58:33 2013 -0400
   562.3 @@ -1,5 +1,5 @@
   562.4  /*
   562.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   562.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   562.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   562.8   * 
   562.9   * This code is free software; you can redistribute it and/or modify it
   563.1 --- a/test/script/basic/NASHORN-534.js	Fri Jan 04 09:58:30 2013 -0400
   563.2 +++ b/test/script/basic/NASHORN-534.js	Fri Jan 04 09:58:33 2013 -0400
   563.3 @@ -1,5 +1,5 @@
   563.4  /*
   563.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   563.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   563.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   563.8   * 
   563.9   * This code is free software; you can redistribute it and/or modify it
   564.1 --- a/test/script/basic/NASHORN-535.js	Fri Jan 04 09:58:30 2013 -0400
   564.2 +++ b/test/script/basic/NASHORN-535.js	Fri Jan 04 09:58:33 2013 -0400
   564.3 @@ -1,5 +1,5 @@
   564.4  /*
   564.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   564.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   564.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   564.8   * 
   564.9   * This code is free software; you can redistribute it and/or modify it
   565.1 --- a/test/script/basic/NASHORN-544.js	Fri Jan 04 09:58:30 2013 -0400
   565.2 +++ b/test/script/basic/NASHORN-544.js	Fri Jan 04 09:58:33 2013 -0400
   565.3 @@ -1,5 +1,5 @@
   565.4  /*
   565.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   565.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   565.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   565.8   * 
   565.9   * This code is free software; you can redistribute it and/or modify it
   566.1 --- a/test/script/basic/NASHORN-55.js	Fri Jan 04 09:58:30 2013 -0400
   566.2 +++ b/test/script/basic/NASHORN-55.js	Fri Jan 04 09:58:33 2013 -0400
   566.3 @@ -1,5 +1,5 @@
   566.4  /*
   566.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   566.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   566.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   566.8   * 
   566.9   * This code is free software; you can redistribute it and/or modify it
   567.1 --- a/test/script/basic/NASHORN-554.js	Fri Jan 04 09:58:30 2013 -0400
   567.2 +++ b/test/script/basic/NASHORN-554.js	Fri Jan 04 09:58:33 2013 -0400
   567.3 @@ -1,5 +1,5 @@
   567.4  /*
   567.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   567.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   567.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   567.8   * 
   567.9   * This code is free software; you can redistribute it and/or modify it
   568.1 --- a/test/script/basic/NASHORN-556.js	Fri Jan 04 09:58:30 2013 -0400
   568.2 +++ b/test/script/basic/NASHORN-556.js	Fri Jan 04 09:58:33 2013 -0400
   568.3 @@ -1,5 +1,5 @@
   568.4  /*
   568.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   568.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   568.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   568.8   * 
   568.9   * This code is free software; you can redistribute it and/or modify it
   569.1 --- a/test/script/basic/NASHORN-56.js	Fri Jan 04 09:58:30 2013 -0400
   569.2 +++ b/test/script/basic/NASHORN-56.js	Fri Jan 04 09:58:33 2013 -0400
   569.3 @@ -1,5 +1,5 @@
   569.4  /*
   569.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   569.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   569.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   569.8   * 
   569.9   * This code is free software; you can redistribute it and/or modify it
   570.1 --- a/test/script/basic/NASHORN-562.js	Fri Jan 04 09:58:30 2013 -0400
   570.2 +++ b/test/script/basic/NASHORN-562.js	Fri Jan 04 09:58:33 2013 -0400
   570.3 @@ -1,5 +1,5 @@
   570.4  /*
   570.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   570.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   570.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   570.8   * 
   570.9   * This code is free software; you can redistribute it and/or modify it
   571.1 --- a/test/script/basic/NASHORN-565.js	Fri Jan 04 09:58:30 2013 -0400
   571.2 +++ b/test/script/basic/NASHORN-565.js	Fri Jan 04 09:58:33 2013 -0400
   571.3 @@ -1,5 +1,5 @@
   571.4  /*
   571.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   571.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   571.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   571.8   * 
   571.9   * This code is free software; you can redistribute it and/or modify it
   572.1 --- a/test/script/basic/NASHORN-575.js	Fri Jan 04 09:58:30 2013 -0400
   572.2 +++ b/test/script/basic/NASHORN-575.js	Fri Jan 04 09:58:33 2013 -0400
   572.3 @@ -1,5 +1,5 @@
   572.4  /*
   572.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   572.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   572.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   572.8   * 
   572.9   * This code is free software; you can redistribute it and/or modify it
   573.1 --- a/test/script/basic/NASHORN-58.js	Fri Jan 04 09:58:30 2013 -0400
   573.2 +++ b/test/script/basic/NASHORN-58.js	Fri Jan 04 09:58:33 2013 -0400
   573.3 @@ -1,5 +1,5 @@
   573.4  /*
   573.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   573.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   573.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   573.8   * 
   573.9   * This code is free software; you can redistribute it and/or modify it
   574.1 --- a/test/script/basic/NASHORN-59.js	Fri Jan 04 09:58:30 2013 -0400
   574.2 +++ b/test/script/basic/NASHORN-59.js	Fri Jan 04 09:58:33 2013 -0400
   574.3 @@ -1,5 +1,5 @@
   574.4  /*
   574.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   574.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   574.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   574.8   * 
   574.9   * This code is free software; you can redistribute it and/or modify it
   575.1 --- a/test/script/basic/NASHORN-592.js	Fri Jan 04 09:58:30 2013 -0400
   575.2 +++ b/test/script/basic/NASHORN-592.js	Fri Jan 04 09:58:33 2013 -0400
   575.3 @@ -1,5 +1,5 @@
   575.4  /*
   575.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   575.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   575.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   575.8   * 
   575.9   * This code is free software; you can redistribute it and/or modify it
   576.1 --- a/test/script/basic/NASHORN-597.js	Fri Jan 04 09:58:30 2013 -0400
   576.2 +++ b/test/script/basic/NASHORN-597.js	Fri Jan 04 09:58:33 2013 -0400
   576.3 @@ -1,5 +1,5 @@
   576.4  /*
   576.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   576.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   576.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   576.8   * 
   576.9   * This code is free software; you can redistribute it and/or modify it
   577.1 --- a/test/script/basic/NASHORN-60.js	Fri Jan 04 09:58:30 2013 -0400
   577.2 +++ b/test/script/basic/NASHORN-60.js	Fri Jan 04 09:58:33 2013 -0400
   577.3 @@ -1,5 +1,5 @@
   577.4  /*
   577.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   577.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   577.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   577.8   * 
   577.9   * This code is free software; you can redistribute it and/or modify it
   578.1 --- a/test/script/basic/NASHORN-609.js	Fri Jan 04 09:58:30 2013 -0400
   578.2 +++ b/test/script/basic/NASHORN-609.js	Fri Jan 04 09:58:33 2013 -0400
   578.3 @@ -1,5 +1,5 @@
   578.4  /*
   578.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   578.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   578.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   578.8   * 
   578.9   * This code is free software; you can redistribute it and/or modify it
   579.1 --- a/test/script/basic/NASHORN-61.js	Fri Jan 04 09:58:30 2013 -0400
   579.2 +++ b/test/script/basic/NASHORN-61.js	Fri Jan 04 09:58:33 2013 -0400
   579.3 @@ -1,5 +1,5 @@
   579.4  /*
   579.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   579.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   579.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   579.8   * 
   579.9   * This code is free software; you can redistribute it and/or modify it
   580.1 --- a/test/script/basic/NASHORN-62.js	Fri Jan 04 09:58:30 2013 -0400
   580.2 +++ b/test/script/basic/NASHORN-62.js	Fri Jan 04 09:58:33 2013 -0400
   580.3 @@ -1,5 +1,5 @@
   580.4  /*
   580.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   580.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   580.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   580.8   * 
   580.9   * This code is free software; you can redistribute it and/or modify it
   581.1 --- a/test/script/basic/NASHORN-620.js	Fri Jan 04 09:58:30 2013 -0400
   581.2 +++ b/test/script/basic/NASHORN-620.js	Fri Jan 04 09:58:33 2013 -0400
   581.3 @@ -1,5 +1,5 @@
   581.4  /*
   581.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   581.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   581.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   581.8   * 
   581.9   * This code is free software; you can redistribute it and/or modify it
   582.1 --- a/test/script/basic/NASHORN-623.js	Fri Jan 04 09:58:30 2013 -0400
   582.2 +++ b/test/script/basic/NASHORN-623.js	Fri Jan 04 09:58:33 2013 -0400
   582.3 @@ -1,5 +1,5 @@
   582.4  /*
   582.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   582.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   582.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   582.8   * 
   582.9   * This code is free software; you can redistribute it and/or modify it
   583.1 --- a/test/script/basic/NASHORN-627.js	Fri Jan 04 09:58:30 2013 -0400
   583.2 +++ b/test/script/basic/NASHORN-627.js	Fri Jan 04 09:58:33 2013 -0400
   583.3 @@ -1,5 +1,5 @@
   583.4  /*
   583.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   583.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   583.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   583.8   * 
   583.9   * This code is free software; you can redistribute it and/or modify it
   584.1 --- a/test/script/basic/NASHORN-63.js	Fri Jan 04 09:58:30 2013 -0400
   584.2 +++ b/test/script/basic/NASHORN-63.js	Fri Jan 04 09:58:33 2013 -0400
   584.3 @@ -1,5 +1,5 @@
   584.4  /*
   584.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   584.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   584.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   584.8   * 
   584.9   * This code is free software; you can redistribute it and/or modify it
   585.1 --- a/test/script/basic/NASHORN-637.js	Fri Jan 04 09:58:30 2013 -0400
   585.2 +++ b/test/script/basic/NASHORN-637.js	Fri Jan 04 09:58:33 2013 -0400
   585.3 @@ -1,5 +1,5 @@
   585.4  /*
   585.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   585.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   585.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   585.8   * 
   585.9   * This code is free software; you can redistribute it and/or modify it
   586.1 --- a/test/script/basic/NASHORN-638.js	Fri Jan 04 09:58:30 2013 -0400
   586.2 +++ b/test/script/basic/NASHORN-638.js	Fri Jan 04 09:58:33 2013 -0400
   586.3 @@ -1,5 +1,5 @@
   586.4  /*
   586.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   586.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   586.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   586.8   * 
   586.9   * This code is free software; you can redistribute it and/or modify it
   587.1 --- a/test/script/basic/NASHORN-639.js	Fri Jan 04 09:58:30 2013 -0400
   587.2 +++ b/test/script/basic/NASHORN-639.js	Fri Jan 04 09:58:33 2013 -0400
   587.3 @@ -1,5 +1,5 @@
   587.4  /*
   587.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   587.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   587.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   587.8   * 
   587.9   * This code is free software; you can redistribute it and/or modify it
   588.1 --- a/test/script/basic/NASHORN-64.js	Fri Jan 04 09:58:30 2013 -0400
   588.2 +++ b/test/script/basic/NASHORN-64.js	Fri Jan 04 09:58:33 2013 -0400
   588.3 @@ -1,5 +1,5 @@
   588.4  /*
   588.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   588.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   588.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   588.8   * 
   588.9   * This code is free software; you can redistribute it and/or modify it
   589.1 --- a/test/script/basic/NASHORN-642.js	Fri Jan 04 09:58:30 2013 -0400
   589.2 +++ b/test/script/basic/NASHORN-642.js	Fri Jan 04 09:58:33 2013 -0400
   589.3 @@ -1,5 +1,5 @@
   589.4  /*
   589.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   589.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   589.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   589.8   * 
   589.9   * This code is free software; you can redistribute it and/or modify it
   590.1 --- a/test/script/basic/NASHORN-646.js	Fri Jan 04 09:58:30 2013 -0400
   590.2 +++ b/test/script/basic/NASHORN-646.js	Fri Jan 04 09:58:33 2013 -0400
   590.3 @@ -1,5 +1,5 @@
   590.4  /*
   590.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   590.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   590.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   590.8   * 
   590.9   * This code is free software; you can redistribute it and/or modify it
   591.1 --- a/test/script/basic/NASHORN-653.js	Fri Jan 04 09:58:30 2013 -0400
   591.2 +++ b/test/script/basic/NASHORN-653.js	Fri Jan 04 09:58:33 2013 -0400
   591.3 @@ -1,5 +1,5 @@
   591.4  /*
   591.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   591.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   591.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   591.8   * 
   591.9   * This code is free software; you can redistribute it and/or modify it
   592.1 --- a/test/script/basic/NASHORN-658.js	Fri Jan 04 09:58:30 2013 -0400
   592.2 +++ b/test/script/basic/NASHORN-658.js	Fri Jan 04 09:58:33 2013 -0400
   592.3 @@ -1,5 +1,5 @@
   592.4  /*
   592.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   592.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   592.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   592.8   * 
   592.9   * This code is free software; you can redistribute it and/or modify it
   593.1 --- a/test/script/basic/NASHORN-659.js	Fri Jan 04 09:58:30 2013 -0400
   593.2 +++ b/test/script/basic/NASHORN-659.js	Fri Jan 04 09:58:33 2013 -0400
   593.3 @@ -1,5 +1,5 @@
   593.4  /*
   593.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   593.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   593.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   593.8   * 
   593.9   * This code is free software; you can redistribute it and/or modify it
   594.1 --- a/test/script/basic/NASHORN-66.js	Fri Jan 04 09:58:30 2013 -0400
   594.2 +++ b/test/script/basic/NASHORN-66.js	Fri Jan 04 09:58:33 2013 -0400
   594.3 @@ -1,5 +1,5 @@
   594.4  /*
   594.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   594.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   594.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   594.8   * 
   594.9   * This code is free software; you can redistribute it and/or modify it
   595.1 --- a/test/script/basic/NASHORN-664.js	Fri Jan 04 09:58:30 2013 -0400
   595.2 +++ b/test/script/basic/NASHORN-664.js	Fri Jan 04 09:58:33 2013 -0400
   595.3 @@ -1,5 +1,5 @@
   595.4  /*
   595.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   595.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   595.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   595.8   * 
   595.9   * This code is free software; you can redistribute it and/or modify it
   596.1 --- a/test/script/basic/NASHORN-665.js	Fri Jan 04 09:58:30 2013 -0400
   596.2 +++ b/test/script/basic/NASHORN-665.js	Fri Jan 04 09:58:33 2013 -0400
   596.3 @@ -1,5 +1,5 @@
   596.4  /*
   596.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   596.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   596.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   596.8   * 
   596.9   * This code is free software; you can redistribute it and/or modify it
   597.1 --- a/test/script/basic/NASHORN-67.js	Fri Jan 04 09:58:30 2013 -0400
   597.2 +++ b/test/script/basic/NASHORN-67.js	Fri Jan 04 09:58:33 2013 -0400
   597.3 @@ -1,5 +1,5 @@
   597.4  /*
   597.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   597.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   597.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   597.8   * 
   597.9   * This code is free software; you can redistribute it and/or modify it
   598.1 --- a/test/script/basic/NASHORN-678.js	Fri Jan 04 09:58:30 2013 -0400
   598.2 +++ b/test/script/basic/NASHORN-678.js	Fri Jan 04 09:58:33 2013 -0400
   598.3 @@ -1,5 +1,5 @@
   598.4  /*
   598.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   598.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   598.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   598.8   * 
   598.9   * This code is free software; you can redistribute it and/or modify it
   599.1 --- a/test/script/basic/NASHORN-68.js	Fri Jan 04 09:58:30 2013 -0400
   599.2 +++ b/test/script/basic/NASHORN-68.js	Fri Jan 04 09:58:33 2013 -0400
   599.3 @@ -1,5 +1,5 @@
   599.4  /*
   599.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   599.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   599.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   599.8   * 
   599.9   * This code is free software; you can redistribute it and/or modify it
   600.1 --- a/test/script/basic/NASHORN-689.js	Fri Jan 04 09:58:30 2013 -0400
   600.2 +++ b/test/script/basic/NASHORN-689.js	Fri Jan 04 09:58:33 2013 -0400
   600.3 @@ -1,5 +1,5 @@
   600.4  /*
   600.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   600.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   600.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   600.8   * 
   600.9   * This code is free software; you can redistribute it and/or modify it
   601.1 --- a/test/script/basic/NASHORN-69.js	Fri Jan 04 09:58:30 2013 -0400
   601.2 +++ b/test/script/basic/NASHORN-69.js	Fri Jan 04 09:58:33 2013 -0400
   601.3 @@ -1,5 +1,5 @@
   601.4  /*
   601.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   601.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   601.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   601.8   * 
   601.9   * This code is free software; you can redistribute it and/or modify it
   602.1 --- a/test/script/basic/NASHORN-691.js	Fri Jan 04 09:58:30 2013 -0400
   602.2 +++ b/test/script/basic/NASHORN-691.js	Fri Jan 04 09:58:33 2013 -0400
   602.3 @@ -1,5 +1,5 @@
   602.4  /*
   602.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   602.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   602.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   602.8   * 
   602.9   * This code is free software; you can redistribute it and/or modify it
   603.1 --- a/test/script/basic/NASHORN-694.js	Fri Jan 04 09:58:30 2013 -0400
   603.2 +++ b/test/script/basic/NASHORN-694.js	Fri Jan 04 09:58:33 2013 -0400
   603.3 @@ -1,5 +1,5 @@
   603.4  /*
   603.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   603.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   603.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   603.8   * 
   603.9   * This code is free software; you can redistribute it and/or modify it
   604.1 --- a/test/script/basic/NASHORN-697.js	Fri Jan 04 09:58:30 2013 -0400
   604.2 +++ b/test/script/basic/NASHORN-697.js	Fri Jan 04 09:58:33 2013 -0400
   604.3 @@ -1,5 +1,5 @@
   604.4  /*
   604.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   604.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   604.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   604.8   * 
   604.9   * This code is free software; you can redistribute it and/or modify it
   605.1 --- a/test/script/basic/NASHORN-703.js	Fri Jan 04 09:58:30 2013 -0400
   605.2 +++ b/test/script/basic/NASHORN-703.js	Fri Jan 04 09:58:33 2013 -0400
   605.3 @@ -1,5 +1,5 @@
   605.4  /*
   605.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   605.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   605.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   605.8   * 
   605.9   * This code is free software; you can redistribute it and/or modify it
   606.1 --- a/test/script/basic/NASHORN-703a.js	Fri Jan 04 09:58:30 2013 -0400
   606.2 +++ b/test/script/basic/NASHORN-703a.js	Fri Jan 04 09:58:33 2013 -0400
   606.3 @@ -1,5 +1,5 @@
   606.4  /*
   606.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   606.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   606.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   606.8   * 
   606.9   * This code is free software; you can redistribute it and/or modify it
   607.1 --- a/test/script/basic/NASHORN-705.js	Fri Jan 04 09:58:30 2013 -0400
   607.2 +++ b/test/script/basic/NASHORN-705.js	Fri Jan 04 09:58:33 2013 -0400
   607.3 @@ -1,6 +1,6 @@
   607.4  #this-line-is-ignored
   607.5  /*
   607.6 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   607.7 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   607.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   607.9   * 
  607.10   * This code is free software; you can redistribute it and/or modify it
   608.1 --- a/test/script/basic/NASHORN-71.js	Fri Jan 04 09:58:30 2013 -0400
   608.2 +++ b/test/script/basic/NASHORN-71.js	Fri Jan 04 09:58:33 2013 -0400
   608.3 @@ -1,5 +1,5 @@
   608.4  /*
   608.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   608.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   608.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   608.8   * 
   608.9   * This code is free software; you can redistribute it and/or modify it
   609.1 --- a/test/script/basic/NASHORN-710.js	Fri Jan 04 09:58:30 2013 -0400
   609.2 +++ b/test/script/basic/NASHORN-710.js	Fri Jan 04 09:58:33 2013 -0400
   609.3 @@ -1,5 +1,5 @@
   609.4  /*
   609.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   609.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   609.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   609.8   * 
   609.9   * This code is free software; you can redistribute it and/or modify it
   610.1 --- a/test/script/basic/NASHORN-711.js	Fri Jan 04 09:58:30 2013 -0400
   610.2 +++ b/test/script/basic/NASHORN-711.js	Fri Jan 04 09:58:33 2013 -0400
   610.3 @@ -1,5 +1,5 @@
   610.4  /*
   610.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   610.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   610.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   610.8   * 
   610.9   * This code is free software; you can redistribute it and/or modify it
   611.1 --- a/test/script/basic/NASHORN-72.js	Fri Jan 04 09:58:30 2013 -0400
   611.2 +++ b/test/script/basic/NASHORN-72.js	Fri Jan 04 09:58:33 2013 -0400
   611.3 @@ -1,5 +1,5 @@
   611.4  /*
   611.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   611.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   611.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   611.8   * 
   611.9   * This code is free software; you can redistribute it and/or modify it
   612.1 --- a/test/script/basic/NASHORN-722.js	Fri Jan 04 09:58:30 2013 -0400
   612.2 +++ b/test/script/basic/NASHORN-722.js	Fri Jan 04 09:58:33 2013 -0400
   612.3 @@ -1,5 +1,5 @@
   612.4  /*
   612.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   612.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   612.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   612.8   * 
   612.9   * This code is free software; you can redistribute it and/or modify it
   613.1 --- a/test/script/basic/NASHORN-73.js	Fri Jan 04 09:58:30 2013 -0400
   613.2 +++ b/test/script/basic/NASHORN-73.js	Fri Jan 04 09:58:33 2013 -0400
   613.3 @@ -1,5 +1,5 @@
   613.4  /*
   613.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   613.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   613.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   613.8   * 
   613.9   * This code is free software; you can redistribute it and/or modify it
   614.1 --- a/test/script/basic/NASHORN-737.js	Fri Jan 04 09:58:30 2013 -0400
   614.2 +++ b/test/script/basic/NASHORN-737.js	Fri Jan 04 09:58:33 2013 -0400
   614.3 @@ -1,5 +1,5 @@
   614.4  /*
   614.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   614.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   614.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   614.8   * 
   614.9   * This code is free software; you can redistribute it and/or modify it
   615.1 --- a/test/script/basic/NASHORN-74.js	Fri Jan 04 09:58:30 2013 -0400
   615.2 +++ b/test/script/basic/NASHORN-74.js	Fri Jan 04 09:58:33 2013 -0400
   615.3 @@ -1,5 +1,5 @@
   615.4  /*
   615.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   615.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   615.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   615.8   * 
   615.9   * This code is free software; you can redistribute it and/or modify it
   616.1 --- a/test/script/basic/NASHORN-740.js	Fri Jan 04 09:58:30 2013 -0400
   616.2 +++ b/test/script/basic/NASHORN-740.js	Fri Jan 04 09:58:33 2013 -0400
   616.3 @@ -1,5 +1,5 @@
   616.4  /*
   616.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   616.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   616.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   616.8   * 
   616.9   * This code is free software; you can redistribute it and/or modify it
   617.1 --- a/test/script/basic/NASHORN-75.js	Fri Jan 04 09:58:30 2013 -0400
   617.2 +++ b/test/script/basic/NASHORN-75.js	Fri Jan 04 09:58:33 2013 -0400
   617.3 @@ -1,5 +1,5 @@
   617.4  /*
   617.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   617.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   617.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   617.8   * 
   617.9   * This code is free software; you can redistribute it and/or modify it
   618.1 --- a/test/script/basic/NASHORN-758.js	Fri Jan 04 09:58:30 2013 -0400
   618.2 +++ b/test/script/basic/NASHORN-758.js	Fri Jan 04 09:58:33 2013 -0400
   618.3 @@ -1,5 +1,5 @@
   618.4  /*
   618.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   618.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   618.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   618.8   * 
   618.9   * This code is free software; you can redistribute it and/or modify it
   619.1 --- a/test/script/basic/NASHORN-759.js	Fri Jan 04 09:58:30 2013 -0400
   619.2 +++ b/test/script/basic/NASHORN-759.js	Fri Jan 04 09:58:33 2013 -0400
   619.3 @@ -1,5 +1,5 @@
   619.4  /*
   619.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   619.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   619.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   619.8   * 
   619.9   * This code is free software; you can redistribute it and/or modify it
   620.1 --- a/test/script/basic/NASHORN-760.js	Fri Jan 04 09:58:30 2013 -0400
   620.2 +++ b/test/script/basic/NASHORN-760.js	Fri Jan 04 09:58:33 2013 -0400
   620.3 @@ -1,5 +1,5 @@
   620.4  /*
   620.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   620.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   620.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   620.8   * 
   620.9   * This code is free software; you can redistribute it and/or modify it
   621.1 --- a/test/script/basic/NASHORN-768.js	Fri Jan 04 09:58:30 2013 -0400
   621.2 +++ b/test/script/basic/NASHORN-768.js	Fri Jan 04 09:58:33 2013 -0400
   621.3 @@ -1,5 +1,5 @@
   621.4  /*
   621.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   621.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   621.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   621.8   * 
   621.9   * This code is free software; you can redistribute it and/or modify it
   622.1 --- a/test/script/basic/NASHORN-778.js	Fri Jan 04 09:58:30 2013 -0400
   622.2 +++ b/test/script/basic/NASHORN-778.js	Fri Jan 04 09:58:33 2013 -0400
   622.3 @@ -1,5 +1,5 @@
   622.4  /*
   622.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   622.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   622.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   622.8   * 
   622.9   * This code is free software; you can redistribute it and/or modify it
   623.1 --- a/test/script/basic/NASHORN-78.js	Fri Jan 04 09:58:30 2013 -0400
   623.2 +++ b/test/script/basic/NASHORN-78.js	Fri Jan 04 09:58:33 2013 -0400
   623.3 @@ -1,5 +1,5 @@
   623.4  /*
   623.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   623.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   623.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   623.8   * 
   623.9   * This code is free software; you can redistribute it and/or modify it
   624.1 --- a/test/script/basic/NASHORN-79.js	Fri Jan 04 09:58:30 2013 -0400
   624.2 +++ b/test/script/basic/NASHORN-79.js	Fri Jan 04 09:58:33 2013 -0400
   624.3 @@ -1,5 +1,5 @@
   624.4  /*
   624.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   624.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   624.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   624.8   * 
   624.9   * This code is free software; you can redistribute it and/or modify it
   625.1 --- a/test/script/basic/NASHORN-792.js	Fri Jan 04 09:58:30 2013 -0400
   625.2 +++ b/test/script/basic/NASHORN-792.js	Fri Jan 04 09:58:33 2013 -0400
   625.3 @@ -1,5 +1,5 @@
   625.4  /*
   625.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   625.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   625.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   625.8   * 
   625.9   * This code is free software; you can redistribute it and/or modify it
   626.1 --- a/test/script/basic/NASHORN-80.js	Fri Jan 04 09:58:30 2013 -0400
   626.2 +++ b/test/script/basic/NASHORN-80.js	Fri Jan 04 09:58:33 2013 -0400
   626.3 @@ -1,5 +1,5 @@
   626.4  /*
   626.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   626.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   626.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   626.8   * 
   626.9   * This code is free software; you can redistribute it and/or modify it
   627.1 --- a/test/script/basic/NASHORN-81.js	Fri Jan 04 09:58:30 2013 -0400
   627.2 +++ b/test/script/basic/NASHORN-81.js	Fri Jan 04 09:58:33 2013 -0400
   627.3 @@ -1,5 +1,5 @@
   627.4  /*
   627.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   627.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   627.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   627.8   * 
   627.9   * This code is free software; you can redistribute it and/or modify it
   628.1 --- a/test/script/basic/NASHORN-833.js	Fri Jan 04 09:58:30 2013 -0400
   628.2 +++ b/test/script/basic/NASHORN-833.js	Fri Jan 04 09:58:33 2013 -0400
   628.3 @@ -1,5 +1,5 @@
   628.4  /*
   628.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   628.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   628.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   628.8   * 
   628.9   * This code is free software; you can redistribute it and/or modify it
   629.1 --- a/test/script/basic/NASHORN-85.js	Fri Jan 04 09:58:30 2013 -0400
   629.2 +++ b/test/script/basic/NASHORN-85.js	Fri Jan 04 09:58:33 2013 -0400
   629.3 @@ -1,5 +1,5 @@
   629.4  /*
   629.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   629.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   629.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   629.8   * 
   629.9   * This code is free software; you can redistribute it and/or modify it
   630.1 --- a/test/script/basic/NASHORN-86.js	Fri Jan 04 09:58:30 2013 -0400
   630.2 +++ b/test/script/basic/NASHORN-86.js	Fri Jan 04 09:58:33 2013 -0400
   630.3 @@ -1,5 +1,5 @@
   630.4  /*
   630.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   630.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   630.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   630.8   * 
   630.9   * This code is free software; you can redistribute it and/or modify it
   631.1 --- a/test/script/basic/NASHORN-87.js	Fri Jan 04 09:58:30 2013 -0400
   631.2 +++ b/test/script/basic/NASHORN-87.js	Fri Jan 04 09:58:33 2013 -0400
   631.3 @@ -1,5 +1,5 @@
   631.4  /*
   631.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   631.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   631.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   631.8   * 
   631.9   * This code is free software; you can redistribute it and/or modify it
   632.1 --- a/test/script/basic/NASHORN-89.js	Fri Jan 04 09:58:30 2013 -0400
   632.2 +++ b/test/script/basic/NASHORN-89.js	Fri Jan 04 09:58:33 2013 -0400
   632.3 @@ -1,5 +1,5 @@
   632.4  /*
   632.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   632.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   632.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   632.8   * 
   632.9   * This code is free software; you can redistribute it and/or modify it
   633.1 --- a/test/script/basic/NASHORN-90.js	Fri Jan 04 09:58:30 2013 -0400
   633.2 +++ b/test/script/basic/NASHORN-90.js	Fri Jan 04 09:58:33 2013 -0400
   633.3 @@ -1,5 +1,5 @@
   633.4  /*
   633.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   633.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   633.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   633.8   * 
   633.9   * This code is free software; you can redistribute it and/or modify it
   634.1 --- a/test/script/basic/NASHORN-91.js	Fri Jan 04 09:58:30 2013 -0400
   634.2 +++ b/test/script/basic/NASHORN-91.js	Fri Jan 04 09:58:33 2013 -0400
   634.3 @@ -1,5 +1,5 @@
   634.4  /*
   634.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   634.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   634.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   634.8   * 
   634.9   * This code is free software; you can redistribute it and/or modify it
   635.1 --- a/test/script/basic/NASHORN-92.js	Fri Jan 04 09:58:30 2013 -0400
   635.2 +++ b/test/script/basic/NASHORN-92.js	Fri Jan 04 09:58:33 2013 -0400
   635.3 @@ -1,5 +1,5 @@
   635.4  /*
   635.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   635.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   635.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   635.8   * 
   635.9   * This code is free software; you can redistribute it and/or modify it
   636.1 --- a/test/script/basic/NASHORN-93.js	Fri Jan 04 09:58:30 2013 -0400
   636.2 +++ b/test/script/basic/NASHORN-93.js	Fri Jan 04 09:58:33 2013 -0400
   636.3 @@ -1,5 +1,5 @@
   636.4  /*
   636.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   636.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   636.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   636.8   * 
   636.9   * This code is free software; you can redistribute it and/or modify it
   637.1 --- a/test/script/basic/NASHORN-95.js	Fri Jan 04 09:58:30 2013 -0400
   637.2 +++ b/test/script/basic/NASHORN-95.js	Fri Jan 04 09:58:33 2013 -0400
   637.3 @@ -1,5 +1,5 @@
   637.4  /*
   637.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   637.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   637.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   637.8   * 
   637.9   * This code is free software; you can redistribute it and/or modify it
   638.1 --- a/test/script/basic/NASHORN-96.js	Fri Jan 04 09:58:30 2013 -0400
   638.2 +++ b/test/script/basic/NASHORN-96.js	Fri Jan 04 09:58:33 2013 -0400
   638.3 @@ -1,5 +1,5 @@
   638.4  /*
   638.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   638.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   638.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   638.8   * 
   638.9   * This code is free software; you can redistribute it and/or modify it
   639.1 --- a/test/script/basic/NASHORN-97.js	Fri Jan 04 09:58:30 2013 -0400
   639.2 +++ b/test/script/basic/NASHORN-97.js	Fri Jan 04 09:58:33 2013 -0400
   639.3 @@ -1,5 +1,5 @@
   639.4  /*
   639.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   639.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   639.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   639.8   * 
   639.9   * This code is free software; you can redistribute it and/or modify it
   640.1 --- a/test/script/basic/NASHORN-98.js	Fri Jan 04 09:58:30 2013 -0400
   640.2 +++ b/test/script/basic/NASHORN-98.js	Fri Jan 04 09:58:33 2013 -0400
   640.3 @@ -1,5 +1,5 @@
   640.4  /*
   640.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   640.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   640.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   640.8   * 
   640.9   * This code is free software; you can redistribute it and/or modify it
   641.1 --- a/test/script/basic/NASHORN-99.js	Fri Jan 04 09:58:30 2013 -0400
   641.2 +++ b/test/script/basic/NASHORN-99.js	Fri Jan 04 09:58:33 2013 -0400
   641.3 @@ -1,5 +1,5 @@
   641.4  /*
   641.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   641.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   641.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   641.8   * 
   641.9   * This code is free software; you can redistribute it and/or modify it
   642.1 --- a/test/script/basic/addition.js	Fri Jan 04 09:58:30 2013 -0400
   642.2 +++ b/test/script/basic/addition.js	Fri Jan 04 09:58:33 2013 -0400
   642.3 @@ -1,5 +1,5 @@
   642.4  /*
   642.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   642.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   642.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   642.8   * 
   642.9   * This code is free software; you can redistribute it and/or modify it
   643.1 --- a/test/script/basic/allgettersetters.js	Fri Jan 04 09:58:30 2013 -0400
   643.2 +++ b/test/script/basic/allgettersetters.js	Fri Jan 04 09:58:33 2013 -0400
   643.3 @@ -1,5 +1,5 @@
   643.4  /*
   643.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   643.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   643.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   643.8   * 
   643.9   * This code is free software; you can redistribute it and/or modify it
   644.1 --- a/test/script/basic/andor.js	Fri Jan 04 09:58:30 2013 -0400
   644.2 +++ b/test/script/basic/andor.js	Fri Jan 04 09:58:33 2013 -0400
   644.3 @@ -1,5 +1,5 @@
   644.4  /*
   644.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   644.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   644.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   644.8   * 
   644.9   * This code is free software; you can redistribute it and/or modify it
   645.1 --- a/test/script/basic/anonrecur.js	Fri Jan 04 09:58:30 2013 -0400
   645.2 +++ b/test/script/basic/anonrecur.js	Fri Jan 04 09:58:33 2013 -0400
   645.3 @@ -1,5 +1,5 @@
   645.4  /*
   645.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   645.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   645.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   645.8   * 
   645.9   * This code is free software; you can redistribute it and/or modify it
   646.1 --- a/test/script/basic/applycall.js	Fri Jan 04 09:58:30 2013 -0400
   646.2 +++ b/test/script/basic/applycall.js	Fri Jan 04 09:58:33 2013 -0400
   646.3 @@ -1,5 +1,5 @@
   646.4  /*
   646.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   646.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   646.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   646.8   * 
   646.9   * This code is free software; you can redistribute it and/or modify it
   647.1 --- a/test/script/basic/args.js	Fri Jan 04 09:58:30 2013 -0400
   647.2 +++ b/test/script/basic/args.js	Fri Jan 04 09:58:33 2013 -0400
   647.3 @@ -1,5 +1,5 @@
   647.4  /*
   647.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   647.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   647.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   647.8   * 
   647.9   * This code is free software; you can redistribute it and/or modify it
   648.1 --- a/test/script/basic/arity.js	Fri Jan 04 09:58:30 2013 -0400
   648.2 +++ b/test/script/basic/arity.js	Fri Jan 04 09:58:33 2013 -0400
   648.3 @@ -1,5 +1,5 @@
   648.4  /*
   648.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   648.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   648.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   648.8   * 
   648.9   * This code is free software; you can redistribute it and/or modify it
   649.1 --- a/test/script/basic/arrayprotoclass.js	Fri Jan 04 09:58:30 2013 -0400
   649.2 +++ b/test/script/basic/arrayprotoclass.js	Fri Jan 04 09:58:33 2013 -0400
   649.3 @@ -1,5 +1,5 @@
   649.4  /*
   649.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   649.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   649.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   649.8   * 
   649.9   * This code is free software; you can redistribute it and/or modify it
   650.1 --- a/test/script/basic/arrays.js	Fri Jan 04 09:58:30 2013 -0400
   650.2 +++ b/test/script/basic/arrays.js	Fri Jan 04 09:58:33 2013 -0400
   650.3 @@ -1,5 +1,5 @@
   650.4  /*
   650.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   650.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   650.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   650.8   * 
   650.9   * This code is free software; you can redistribute it and/or modify it
   651.1 --- a/test/script/basic/arrays2.js	Fri Jan 04 09:58:30 2013 -0400
   651.2 +++ b/test/script/basic/arrays2.js	Fri Jan 04 09:58:33 2013 -0400
   651.3 @@ -1,5 +1,5 @@
   651.4  /*
   651.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   651.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   651.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   651.8   * 
   651.9   * This code is free software; you can redistribute it and/or modify it
   652.1 --- a/test/script/basic/arraysIntKey.js	Fri Jan 04 09:58:30 2013 -0400
   652.2 +++ b/test/script/basic/arraysIntKey.js	Fri Jan 04 09:58:33 2013 -0400
   652.3 @@ -1,5 +1,5 @@
   652.4  /*
   652.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   652.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   652.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   652.8   * 
   652.9   * This code is free software; you can redistribute it and/or modify it
   653.1 --- a/test/script/basic/arrayset.js	Fri Jan 04 09:58:30 2013 -0400
   653.2 +++ b/test/script/basic/arrayset.js	Fri Jan 04 09:58:33 2013 -0400
   653.3 @@ -1,5 +1,5 @@
   653.4  /*
   653.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   653.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   653.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   653.8   * 
   653.9   * This code is free software; you can redistribute it and/or modify it
   654.1 --- a/test/script/basic/arrayundefined.js	Fri Jan 04 09:58:30 2013 -0400
   654.2 +++ b/test/script/basic/arrayundefined.js	Fri Jan 04 09:58:33 2013 -0400
   654.3 @@ -1,5 +1,5 @@
   654.4  /*
   654.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   654.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   654.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   654.8   * 
   654.9   * This code is free software; you can redistribute it and/or modify it
   655.1 --- a/test/script/basic/assign.js	Fri Jan 04 09:58:30 2013 -0400
   655.2 +++ b/test/script/basic/assign.js	Fri Jan 04 09:58:33 2013 -0400
   655.3 @@ -1,5 +1,5 @@
   655.4  /*
   655.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   655.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   655.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   655.8   * 
   655.9   * This code is free software; you can redistribute it and/or modify it
   656.1 --- a/test/script/basic/bitwise_and.js	Fri Jan 04 09:58:30 2013 -0400
   656.2 +++ b/test/script/basic/bitwise_and.js	Fri Jan 04 09:58:33 2013 -0400
   656.3 @@ -1,5 +1,5 @@
   656.4  /*
   656.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   656.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   656.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   656.8   * 
   656.9   * This code is free software; you can redistribute it and/or modify it
   657.1 --- a/test/script/basic/booleangetter.js	Fri Jan 04 09:58:30 2013 -0400
   657.2 +++ b/test/script/basic/booleangetter.js	Fri Jan 04 09:58:33 2013 -0400
   657.3 @@ -1,5 +1,5 @@
   657.4  /*
   657.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   657.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   657.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   657.8   * 
   657.9   * This code is free software; you can redistribute it and/or modify it
   658.1 --- a/test/script/basic/builtin.js	Fri Jan 04 09:58:30 2013 -0400
   658.2 +++ b/test/script/basic/builtin.js	Fri Jan 04 09:58:33 2013 -0400
   658.3 @@ -1,5 +1,5 @@
   658.4  /*
   658.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   658.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   658.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   658.8   * 
   658.9   * This code is free software; you can redistribute it and/or modify it
   659.1 --- a/test/script/basic/builtin_assign.js	Fri Jan 04 09:58:30 2013 -0400
   659.2 +++ b/test/script/basic/builtin_assign.js	Fri Jan 04 09:58:33 2013 -0400
   659.3 @@ -1,5 +1,5 @@
   659.4  /*
   659.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   659.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   659.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   659.8   * 
   659.9   * This code is free software; you can redistribute it and/or modify it
   660.1 --- a/test/script/basic/builtinchain.js	Fri Jan 04 09:58:30 2013 -0400
   660.2 +++ b/test/script/basic/builtinchain.js	Fri Jan 04 09:58:33 2013 -0400
   660.3 @@ -1,5 +1,5 @@
   660.4  /*
   660.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   660.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   660.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   660.8   * 
   660.9   * This code is free software; you can redistribute it and/or modify it
   661.1 --- a/test/script/basic/calllink.js	Fri Jan 04 09:58:30 2013 -0400
   661.2 +++ b/test/script/basic/calllink.js	Fri Jan 04 09:58:33 2013 -0400
   661.3 @@ -1,5 +1,5 @@
   661.4  /*
   661.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   661.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   661.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   661.8   * 
   661.9   * This code is free software; you can redistribute it and/or modify it
   662.1 --- a/test/script/basic/closure.js	Fri Jan 04 09:58:30 2013 -0400
   662.2 +++ b/test/script/basic/closure.js	Fri Jan 04 09:58:33 2013 -0400
   662.3 @@ -1,5 +1,5 @@
   662.4  /*
   662.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   662.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   662.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   662.8   * 
   662.9   * This code is free software; you can redistribute it and/or modify it
   663.1 --- a/test/script/basic/commandargs.js	Fri Jan 04 09:58:30 2013 -0400
   663.2 +++ b/test/script/basic/commandargs.js	Fri Jan 04 09:58:33 2013 -0400
   663.3 @@ -1,5 +1,5 @@
   663.4  /*
   663.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   663.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   663.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   663.8   * 
   663.9   * This code is free software; you can redistribute it and/or modify it
   664.1 --- a/test/script/basic/compile-octane.js	Fri Jan 04 09:58:30 2013 -0400
   664.2 +++ b/test/script/basic/compile-octane.js	Fri Jan 04 09:58:33 2013 -0400
   664.3 @@ -1,5 +1,5 @@
   664.4  /*
   664.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   664.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   664.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   664.8   * 
   664.9   * This code is free software; you can redistribute it and/or modify it
   665.1 --- a/test/script/basic/condassign.js	Fri Jan 04 09:58:30 2013 -0400
   665.2 +++ b/test/script/basic/condassign.js	Fri Jan 04 09:58:33 2013 -0400
   665.3 @@ -1,5 +1,5 @@
   665.4  /*
   665.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   665.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   665.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   665.8   * 
   665.9   * This code is free software; you can redistribute it and/or modify it
   666.1 --- a/test/script/basic/construct.js	Fri Jan 04 09:58:30 2013 -0400
   666.2 +++ b/test/script/basic/construct.js	Fri Jan 04 09:58:33 2013 -0400
   666.3 @@ -1,5 +1,5 @@
   666.4  /*
   666.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   666.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   666.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   666.8   * 
   666.9   * This code is free software; you can redistribute it and/or modify it
   667.1 --- a/test/script/basic/constructorname.js	Fri Jan 04 09:58:30 2013 -0400
   667.2 +++ b/test/script/basic/constructorname.js	Fri Jan 04 09:58:33 2013 -0400
   667.3 @@ -1,5 +1,5 @@
   667.4  /*
   667.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   667.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   667.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   667.8   * 
   667.9   * This code is free software; you can redistribute it and/or modify it
   668.1 --- a/test/script/basic/date.js	Fri Jan 04 09:58:30 2013 -0400
   668.2 +++ b/test/script/basic/date.js	Fri Jan 04 09:58:33 2013 -0400
   668.3 @@ -1,5 +1,5 @@
   668.4  /*
   668.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   668.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   668.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   668.8   * 
   668.9   * This code is free software; you can redistribute it and/or modify it
   669.1 --- a/test/script/basic/dateparse.js	Fri Jan 04 09:58:30 2013 -0400
   669.2 +++ b/test/script/basic/dateparse.js	Fri Jan 04 09:58:33 2013 -0400
   669.3 @@ -1,5 +1,5 @@
   669.4  /*
   669.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   669.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   669.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   669.8   * 
   669.9   * This code is free software; you can redistribute it and/or modify it
   670.1 --- a/test/script/basic/decinc.js	Fri Jan 04 09:58:30 2013 -0400
   670.2 +++ b/test/script/basic/decinc.js	Fri Jan 04 09:58:33 2013 -0400
   670.3 @@ -1,5 +1,5 @@
   670.4  /*
   670.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   670.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   670.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   670.8   * 
   670.9   * This code is free software; you can redistribute it and/or modify it
   671.1 --- a/test/script/basic/delete.js	Fri Jan 04 09:58:30 2013 -0400
   671.2 +++ b/test/script/basic/delete.js	Fri Jan 04 09:58:33 2013 -0400
   671.3 @@ -1,5 +1,5 @@
   671.4  /*
   671.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   671.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   671.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   671.8   * 
   671.9   * This code is free software; you can redistribute it and/or modify it
   672.1 --- a/test/script/basic/delete2.js	Fri Jan 04 09:58:30 2013 -0400
   672.2 +++ b/test/script/basic/delete2.js	Fri Jan 04 09:58:33 2013 -0400
   672.3 @@ -1,5 +1,5 @@
   672.4  /*
   672.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   672.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   672.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   672.8   * 
   672.9   * This code is free software; you can redistribute it and/or modify it
   673.1 --- a/test/script/basic/dotpropname.js	Fri Jan 04 09:58:30 2013 -0400
   673.2 +++ b/test/script/basic/dotpropname.js	Fri Jan 04 09:58:33 2013 -0400
   673.3 @@ -1,5 +1,5 @@
   673.4  /*
   673.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   673.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   673.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   673.8   * 
   673.9   * This code is free software; you can redistribute it and/or modify it
   674.1 --- a/test/script/basic/doublecache.js	Fri Jan 04 09:58:30 2013 -0400
   674.2 +++ b/test/script/basic/doublecache.js	Fri Jan 04 09:58:33 2013 -0400
   674.3 @@ -1,5 +1,5 @@
   674.4  /*
   674.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   674.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   674.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   674.8   * 
   674.9   * This code is free software; you can redistribute it and/or modify it
   675.1 --- a/test/script/basic/enumeration.js	Fri Jan 04 09:58:30 2013 -0400
   675.2 +++ b/test/script/basic/enumeration.js	Fri Jan 04 09:58:33 2013 -0400
   675.3 @@ -1,5 +1,5 @@
   675.4  /*
   675.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   675.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   675.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   675.8   * 
   675.9   * This code is free software; you can redistribute it and/or modify it
   676.1 --- a/test/script/basic/errors.js	Fri Jan 04 09:58:30 2013 -0400
   676.2 +++ b/test/script/basic/errors.js	Fri Jan 04 09:58:33 2013 -0400
   676.3 @@ -1,5 +1,5 @@
   676.4  /*
   676.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   676.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   676.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   676.8   * 
   676.9   * This code is free software; you can redistribute it and/or modify it
   677.1 --- a/test/script/basic/errorstack.js	Fri Jan 04 09:58:30 2013 -0400
   677.2 +++ b/test/script/basic/errorstack.js	Fri Jan 04 09:58:33 2013 -0400
   677.3 @@ -1,5 +1,5 @@
   677.4  /*
   677.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   677.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   677.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   677.8   * 
   677.9   * This code is free software; you can redistribute it and/or modify it
   678.1 --- a/test/script/basic/eval.js	Fri Jan 04 09:58:30 2013 -0400
   678.2 +++ b/test/script/basic/eval.js	Fri Jan 04 09:58:33 2013 -0400
   678.3 @@ -1,5 +1,5 @@
   678.4  /*
   678.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   678.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   678.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   678.8   * 
   678.9   * This code is free software; you can redistribute it and/or modify it
   679.1 --- a/test/script/basic/evalreturn.js	Fri Jan 04 09:58:30 2013 -0400
   679.2 +++ b/test/script/basic/evalreturn.js	Fri Jan 04 09:58:33 2013 -0400
   679.3 @@ -1,5 +1,5 @@
   679.4  /*
   679.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   679.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   679.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   679.8   * 
   679.9   * This code is free software; you can redistribute it and/or modify it
   680.1 --- a/test/script/basic/exprclosure.js	Fri Jan 04 09:58:30 2013 -0400
   680.2 +++ b/test/script/basic/exprclosure.js	Fri Jan 04 09:58:33 2013 -0400
   680.3 @@ -1,5 +1,5 @@
   680.4  /*
   680.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   680.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   680.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   680.8   * 
   680.9   * This code is free software; you can redistribute it and/or modify it
   681.1 --- a/test/script/basic/extensibility.js	Fri Jan 04 09:58:30 2013 -0400
   681.2 +++ b/test/script/basic/extensibility.js	Fri Jan 04 09:58:33 2013 -0400
   681.3 @@ -1,5 +1,5 @@
   681.4  /*
   681.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   681.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   681.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   681.8   * 
   681.9   * This code is free software; you can redistribute it and/or modify it
   682.1 --- a/test/script/basic/fileline.js	Fri Jan 04 09:58:30 2013 -0400
   682.2 +++ b/test/script/basic/fileline.js	Fri Jan 04 09:58:33 2013 -0400
   682.3 @@ -1,5 +1,5 @@
   682.4  /*
   682.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   682.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   682.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   682.8   * 
   682.9   * This code is free software; you can redistribute it and/or modify it
   683.1 --- a/test/script/basic/finally-catchalls.js	Fri Jan 04 09:58:30 2013 -0400
   683.2 +++ b/test/script/basic/finally-catchalls.js	Fri Jan 04 09:58:33 2013 -0400
   683.3 @@ -1,5 +1,5 @@
   683.4  /*
   683.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   683.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   683.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   683.8   * 
   683.9   * This code is free software; you can redistribute it and/or modify it
   684.1 --- a/test/script/basic/finallyreturn.js	Fri Jan 04 09:58:30 2013 -0400
   684.2 +++ b/test/script/basic/finallyreturn.js	Fri Jan 04 09:58:33 2013 -0400
   684.3 @@ -1,5 +1,5 @@
   684.4  /*
   684.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   684.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   684.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   684.8   * 
   684.9   * This code is free software; you can redistribute it and/or modify it
   685.1 --- a/test/script/basic/forin.js	Fri Jan 04 09:58:30 2013 -0400
   685.2 +++ b/test/script/basic/forin.js	Fri Jan 04 09:58:33 2013 -0400
   685.3 @@ -1,5 +1,5 @@
   685.4  /*
   685.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   685.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   685.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   685.8   * 
   685.9   * This code is free software; you can redistribute it and/or modify it
   686.1 --- a/test/script/basic/forin2.js	Fri Jan 04 09:58:30 2013 -0400
   686.2 +++ b/test/script/basic/forin2.js	Fri Jan 04 09:58:33 2013 -0400
   686.3 @@ -1,5 +1,5 @@
   686.4  /*
   686.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   686.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   686.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   686.8   * 
   686.9   * This code is free software; you can redistribute it and/or modify it
   687.1 --- a/test/script/basic/funcarray.js	Fri Jan 04 09:58:30 2013 -0400
   687.2 +++ b/test/script/basic/funcarray.js	Fri Jan 04 09:58:33 2013 -0400
   687.3 @@ -1,5 +1,5 @@
   687.4  /*
   687.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   687.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   687.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   687.8   * 
   687.9   * This code is free software; you can redistribute it and/or modify it
   688.1 --- a/test/script/basic/funcbind.js	Fri Jan 04 09:58:30 2013 -0400
   688.2 +++ b/test/script/basic/funcbind.js	Fri Jan 04 09:58:33 2013 -0400
   688.3 @@ -1,5 +1,5 @@
   688.4  /*
   688.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   688.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   688.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   688.8   * 
   688.9   * This code is free software; you can redistribute it and/or modify it
   689.1 --- a/test/script/basic/funcconstructor.js	Fri Jan 04 09:58:30 2013 -0400
   689.2 +++ b/test/script/basic/funcconstructor.js	Fri Jan 04 09:58:33 2013 -0400
   689.3 @@ -1,5 +1,5 @@
   689.4  /*
   689.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   689.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   689.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   689.8   * 
   689.9   * This code is free software; you can redistribute it and/or modify it
   690.1 --- a/test/script/basic/getclassname.js	Fri Jan 04 09:58:30 2013 -0400
   690.2 +++ b/test/script/basic/getclassname.js	Fri Jan 04 09:58:33 2013 -0400
   690.3 @@ -1,5 +1,5 @@
   690.4  /*
   690.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   690.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   690.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   690.8   * 
   690.9   * This code is free software; you can redistribute it and/or modify it
   691.1 --- a/test/script/basic/getenv.js	Fri Jan 04 09:58:30 2013 -0400
   691.2 +++ b/test/script/basic/getenv.js	Fri Jan 04 09:58:33 2013 -0400
   691.3 @@ -1,5 +1,5 @@
   691.4  /*
   691.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   691.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   691.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   691.8   * 
   691.9   * This code is free software; you can redistribute it and/or modify it
   692.1 --- a/test/script/basic/getter_callsite.js	Fri Jan 04 09:58:30 2013 -0400
   692.2 +++ b/test/script/basic/getter_callsite.js	Fri Jan 04 09:58:33 2013 -0400
   692.3 @@ -1,5 +1,5 @@
   692.4  /*
   692.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   692.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   692.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   692.8   * 
   692.9   * This code is free software; you can redistribute it and/or modify it
   693.1 --- a/test/script/basic/gettercalls.js	Fri Jan 04 09:58:30 2013 -0400
   693.2 +++ b/test/script/basic/gettercalls.js	Fri Jan 04 09:58:33 2013 -0400
   693.3 @@ -1,5 +1,5 @@
   693.4  /*
   693.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   693.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   693.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   693.8   * 
   693.9   * This code is free software; you can redistribute it and/or modify it
   694.1 --- a/test/script/basic/getterfunc.js	Fri Jan 04 09:58:30 2013 -0400
   694.2 +++ b/test/script/basic/getterfunc.js	Fri Jan 04 09:58:33 2013 -0400
   694.3 @@ -1,5 +1,5 @@
   694.4  /*
   694.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   694.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   694.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   694.8   * 
   694.9   * This code is free software; you can redistribute it and/or modify it
   695.1 --- a/test/script/basic/gettersetter.js	Fri Jan 04 09:58:30 2013 -0400
   695.2 +++ b/test/script/basic/gettersetter.js	Fri Jan 04 09:58:33 2013 -0400
   695.3 @@ -1,5 +1,5 @@
   695.4  /*
   695.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   695.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   695.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   695.8   * 
   695.9   * This code is free software; you can redistribute it and/or modify it
   696.1 --- a/test/script/basic/globalaccess.js	Fri Jan 04 09:58:30 2013 -0400
   696.2 +++ b/test/script/basic/globalaccess.js	Fri Jan 04 09:58:33 2013 -0400
   696.3 @@ -1,5 +1,5 @@
   696.4  /*
   696.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   696.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   696.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   696.8   * 
   696.9   * This code is free software; you can redistribute it and/or modify it
   697.1 --- a/test/script/basic/globals.js	Fri Jan 04 09:58:30 2013 -0400
   697.2 +++ b/test/script/basic/globals.js	Fri Jan 04 09:58:33 2013 -0400
   697.3 @@ -1,5 +1,5 @@
   697.4  /*
   697.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   697.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   697.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   697.8   * 
   697.9   * This code is free software; you can redistribute it and/or modify it
   698.1 --- a/test/script/basic/globalscope.js	Fri Jan 04 09:58:30 2013 -0400
   698.2 +++ b/test/script/basic/globalscope.js	Fri Jan 04 09:58:33 2013 -0400
   698.3 @@ -1,5 +1,5 @@
   698.4  /*
   698.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   698.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   698.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   698.8   * 
   698.9   * This code is free software; you can redistribute it and/or modify it
   699.1 --- a/test/script/basic/hello.js	Fri Jan 04 09:58:30 2013 -0400
   699.2 +++ b/test/script/basic/hello.js	Fri Jan 04 09:58:33 2013 -0400
   699.3 @@ -1,5 +1,5 @@
   699.4  /*
   699.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   699.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   699.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   699.8   * 
   699.9   * This code is free software; you can redistribute it and/or modify it
   700.1 --- a/test/script/basic/herestr_operator.js	Fri Jan 04 09:58:30 2013 -0400
   700.2 +++ b/test/script/basic/herestr_operator.js	Fri Jan 04 09:58:33 2013 -0400
   700.3 @@ -1,5 +1,5 @@
   700.4  /*
   700.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   700.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   700.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   700.8   * 
   700.9   * This code is free software; you can redistribute it and/or modify it
   701.1 --- a/test/script/basic/illegaljavaname.js	Fri Jan 04 09:58:30 2013 -0400
   701.2 +++ b/test/script/basic/illegaljavaname.js	Fri Jan 04 09:58:33 2013 -0400
   701.3 @@ -1,5 +1,5 @@
   701.4  /*
   701.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   701.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   701.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   701.8   * 
   701.9   * This code is free software; you can redistribute it and/or modify it
   702.1 --- a/test/script/basic/incheck.js	Fri Jan 04 09:58:30 2013 -0400
   702.2 +++ b/test/script/basic/incheck.js	Fri Jan 04 09:58:33 2013 -0400
   702.3 @@ -1,5 +1,5 @@
   702.4  /*
   702.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   702.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   702.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   702.8   * 
   702.9   * This code is free software; you can redistribute it and/or modify it
   703.1 --- a/test/script/basic/indexedcall.js	Fri Jan 04 09:58:30 2013 -0400
   703.2 +++ b/test/script/basic/indexedcall.js	Fri Jan 04 09:58:33 2013 -0400
   703.3 @@ -1,5 +1,5 @@
   703.4  /*
   703.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   703.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   703.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   703.8   * 
   703.9   * This code is free software; you can redistribute it and/or modify it
   704.1 --- a/test/script/basic/info.js	Fri Jan 04 09:58:30 2013 -0400
   704.2 +++ b/test/script/basic/info.js	Fri Jan 04 09:58:33 2013 -0400
   704.3 @@ -1,5 +1,5 @@
   704.4  /*
   704.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   704.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   704.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   704.8   * 
   704.9   * This code is free software; you can redistribute it and/or modify it
   705.1 --- a/test/script/basic/inherited_nonwritable.js	Fri Jan 04 09:58:30 2013 -0400
   705.2 +++ b/test/script/basic/inherited_nonwritable.js	Fri Jan 04 09:58:33 2013 -0400
   705.3 @@ -1,5 +1,5 @@
   705.4  /*
   705.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   705.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   705.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   705.8   * 
   705.9   * This code is free software; you can redistribute it and/or modify it
   706.1 --- a/test/script/basic/instanceof.js	Fri Jan 04 09:58:30 2013 -0400
   706.2 +++ b/test/script/basic/instanceof.js	Fri Jan 04 09:58:33 2013 -0400
   706.3 @@ -1,5 +1,5 @@
   706.4  /*
   706.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   706.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   706.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   706.8   * 
   706.9   * This code is free software; you can redistribute it and/or modify it
   707.1 --- a/test/script/basic/instanceof2.js	Fri Jan 04 09:58:30 2013 -0400
   707.2 +++ b/test/script/basic/instanceof2.js	Fri Jan 04 09:58:33 2013 -0400
   707.3 @@ -1,5 +1,5 @@
   707.4  /*
   707.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   707.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   707.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   707.8   * 
   707.9   * This code is free software; you can redistribute it and/or modify it
   708.1 --- a/test/script/basic/interfaces.js	Fri Jan 04 09:58:30 2013 -0400
   708.2 +++ b/test/script/basic/interfaces.js	Fri Jan 04 09:58:33 2013 -0400
   708.3 @@ -1,5 +1,5 @@
   708.4  /*
   708.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   708.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   708.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   708.8   * 
   708.9   * This code is free software; you can redistribute it and/or modify it
   709.1 --- a/test/script/basic/iterator.js	Fri Jan 04 09:58:30 2013 -0400
   709.2 +++ b/test/script/basic/iterator.js	Fri Jan 04 09:58:33 2013 -0400
   709.3 @@ -1,5 +1,5 @@
   709.4  /*
   709.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   709.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   709.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   709.8   * 
   709.9   * This code is free software; you can redistribute it and/or modify it
   710.1 --- a/test/script/basic/java.js	Fri Jan 04 09:58:30 2013 -0400
   710.2 +++ b/test/script/basic/java.js	Fri Jan 04 09:58:33 2013 -0400
   710.3 @@ -1,5 +1,5 @@
   710.4  /*
   710.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   710.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   710.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   710.8   * 
   710.9   * This code is free software; you can redistribute it and/or modify it
   711.1 --- a/test/script/basic/javaarray.js	Fri Jan 04 09:58:30 2013 -0400
   711.2 +++ b/test/script/basic/javaarray.js	Fri Jan 04 09:58:33 2013 -0400
   711.3 @@ -1,5 +1,5 @@
   711.4  /*
   711.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   711.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   711.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   711.8   * 
   711.9   * This code is free software; you can redistribute it and/or modify it
   712.1 --- a/test/script/basic/javaarrayconversion.js	Fri Jan 04 09:58:30 2013 -0400
   712.2 +++ b/test/script/basic/javaarrayconversion.js	Fri Jan 04 09:58:33 2013 -0400
   712.3 @@ -1,5 +1,5 @@
   712.4  /*
   712.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   712.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   712.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   712.8   * 
   712.9   * This code is free software; you can redistribute it and/or modify it
   713.1 --- a/test/script/basic/javaexceptions.js	Fri Jan 04 09:58:30 2013 -0400
   713.2 +++ b/test/script/basic/javaexceptions.js	Fri Jan 04 09:58:33 2013 -0400
   713.3 @@ -1,5 +1,5 @@
   713.4  /*
   713.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   713.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   713.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   713.8   * 
   713.9   * This code is free software; you can redistribute it and/or modify it
   714.1 --- a/test/script/basic/javaimporter.js	Fri Jan 04 09:58:30 2013 -0400
   714.2 +++ b/test/script/basic/javaimporter.js	Fri Jan 04 09:58:33 2013 -0400
   714.3 @@ -1,5 +1,5 @@
   714.4  /*
   714.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   714.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   714.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   714.8   * 
   714.9   * This code is free software; you can redistribute it and/or modify it
   715.1 --- a/test/script/basic/javainnerclasses.js	Fri Jan 04 09:58:30 2013 -0400
   715.2 +++ b/test/script/basic/javainnerclasses.js	Fri Jan 04 09:58:33 2013 -0400
   715.3 @@ -1,5 +1,5 @@
   715.4  /*
   715.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   715.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   715.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   715.8   * 
   715.9   * This code is free software; you can redistribute it and/or modify it
   716.1 --- a/test/script/basic/javasigcall.js	Fri Jan 04 09:58:30 2013 -0400
   716.2 +++ b/test/script/basic/javasigcall.js	Fri Jan 04 09:58:33 2013 -0400
   716.3 @@ -1,5 +1,5 @@
   716.4  /*
   716.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   716.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   716.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   716.8   * 
   716.9   * This code is free software; you can redistribute it and/or modify it
   717.1 --- a/test/script/basic/jquery.js	Fri Jan 04 09:58:30 2013 -0400
   717.2 +++ b/test/script/basic/jquery.js	Fri Jan 04 09:58:33 2013 -0400
   717.3 @@ -1,5 +1,5 @@
   717.4  /*
   717.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   717.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   717.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   717.8   * 
   717.9   * This code is free software; you can redistribute it and/or modify it
   718.1 --- a/test/script/basic/jsadapter.js	Fri Jan 04 09:58:30 2013 -0400
   718.2 +++ b/test/script/basic/jsadapter.js	Fri Jan 04 09:58:33 2013 -0400
   718.3 @@ -1,5 +1,5 @@
   718.4  /*
   718.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   718.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   718.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   718.8   * 
   718.9   * This code is free software; you can redistribute it and/or modify it
   719.1 --- a/test/script/basic/jsadapterlink.js	Fri Jan 04 09:58:30 2013 -0400
   719.2 +++ b/test/script/basic/jsadapterlink.js	Fri Jan 04 09:58:33 2013 -0400
   719.3 @@ -1,5 +1,5 @@
   719.4  /*
   719.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   719.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   719.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   719.8   * 
   719.9   * This code is free software; you can redistribute it and/or modify it
   720.1 --- a/test/script/basic/json.js	Fri Jan 04 09:58:30 2013 -0400
   720.2 +++ b/test/script/basic/json.js	Fri Jan 04 09:58:33 2013 -0400
   720.3 @@ -1,5 +1,5 @@
   720.4  /*
   720.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   720.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   720.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   720.8   * 
   720.9   * This code is free software; you can redistribute it and/or modify it
   721.1 --- a/test/script/basic/list.js	Fri Jan 04 09:58:30 2013 -0400
   721.2 +++ b/test/script/basic/list.js	Fri Jan 04 09:58:33 2013 -0400
   721.3 @@ -1,5 +1,5 @@
   721.4  /*
   721.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   721.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   721.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   721.8   * 
   721.9   * This code is free software; you can redistribute it and/or modify it
   722.1 --- a/test/script/basic/literal.js	Fri Jan 04 09:58:30 2013 -0400
   722.2 +++ b/test/script/basic/literal.js	Fri Jan 04 09:58:33 2013 -0400
   722.3 @@ -1,5 +1,5 @@
   722.4  /*
   722.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   722.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   722.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   722.8   * 
   722.9   * This code is free software; you can redistribute it and/or modify it
   723.1 --- a/test/script/basic/load.js	Fri Jan 04 09:58:30 2013 -0400
   723.2 +++ b/test/script/basic/load.js	Fri Jan 04 09:58:33 2013 -0400
   723.3 @@ -1,5 +1,5 @@
   723.4  /*
   723.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   723.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   723.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   723.8   * 
   723.9   * This code is free software; you can redistribute it and/or modify it
   724.1 --- a/test/script/basic/loadedfile.js	Fri Jan 04 09:58:30 2013 -0400
   724.2 +++ b/test/script/basic/loadedfile.js	Fri Jan 04 09:58:33 2013 -0400
   724.3 @@ -1,5 +1,5 @@
   724.4  /*
   724.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   724.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   724.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   724.8   * 
   724.9   * This code is free software; you can redistribute it and/or modify it
   725.1 --- a/test/script/basic/localundef.js	Fri Jan 04 09:58:30 2013 -0400
   725.2 +++ b/test/script/basic/localundef.js	Fri Jan 04 09:58:33 2013 -0400
   725.3 @@ -1,5 +1,5 @@
   725.4  /*
   725.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   725.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   725.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   725.8   * 
   725.9   * This code is free software; you can redistribute it and/or modify it
   726.1 --- a/test/script/basic/map.js	Fri Jan 04 09:58:30 2013 -0400
   726.2 +++ b/test/script/basic/map.js	Fri Jan 04 09:58:33 2013 -0400
   726.3 @@ -1,5 +1,5 @@
   726.4  /*
   726.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   726.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   726.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   726.8   * 
   726.9   * This code is free software; you can redistribute it and/or modify it
   727.1 --- a/test/script/basic/math.js	Fri Jan 04 09:58:30 2013 -0400
   727.2 +++ b/test/script/basic/math.js	Fri Jan 04 09:58:33 2013 -0400
   727.3 @@ -1,5 +1,5 @@
   727.4  /*
   727.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   727.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   727.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   727.8   * 
   727.9   * This code is free software; you can redistribute it and/or modify it
   728.1 --- a/test/script/basic/minuszero.js	Fri Jan 04 09:58:30 2013 -0400
   728.2 +++ b/test/script/basic/minuszero.js	Fri Jan 04 09:58:33 2013 -0400
   728.3 @@ -1,5 +1,5 @@
   728.4  /*
   728.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   728.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   728.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   728.8   * 
   728.9   * This code is free software; you can redistribute it and/or modify it
   729.1 --- a/test/script/basic/module.js	Fri Jan 04 09:58:30 2013 -0400
   729.2 +++ b/test/script/basic/module.js	Fri Jan 04 09:58:33 2013 -0400
   729.3 @@ -1,5 +1,5 @@
   729.4  /*
   729.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   729.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   729.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   729.8   * 
   729.9   * This code is free software; you can redistribute it and/or modify it
   730.1 --- a/test/script/basic/moduleload.js	Fri Jan 04 09:58:30 2013 -0400
   730.2 +++ b/test/script/basic/moduleload.js	Fri Jan 04 09:58:33 2013 -0400
   730.3 @@ -1,5 +1,5 @@
   730.4  /*
   730.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   730.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   730.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   730.8   * 
   730.9   * This code is free software; you can redistribute it and/or modify it
   731.1 --- a/test/script/basic/nashorn2.js	Fri Jan 04 09:58:30 2013 -0400
   731.2 +++ b/test/script/basic/nashorn2.js	Fri Jan 04 09:58:33 2013 -0400
   731.3 @@ -1,5 +1,5 @@
   731.4  /*
   731.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   731.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   731.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   731.8   * 
   731.9   * This code is free software; you can redistribute it and/or modify it
   732.1 --- a/test/script/basic/natives.js	Fri Jan 04 09:58:30 2013 -0400
   732.2 +++ b/test/script/basic/natives.js	Fri Jan 04 09:58:33 2013 -0400
   732.3 @@ -1,5 +1,5 @@
   732.4  /*
   732.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   732.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   732.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   732.8   * 
   732.9   * This code is free software; you can redistribute it and/or modify it
   733.1 --- a/test/script/basic/new.js	Fri Jan 04 09:58:30 2013 -0400
   733.2 +++ b/test/script/basic/new.js	Fri Jan 04 09:58:33 2013 -0400
   733.3 @@ -1,5 +1,5 @@
   733.4  /*
   733.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   733.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   733.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   733.8   * 
   733.9   * This code is free software; you can redistribute it and/or modify it
   734.1 --- a/test/script/basic/newexpr.js	Fri Jan 04 09:58:30 2013 -0400
   734.2 +++ b/test/script/basic/newexpr.js	Fri Jan 04 09:58:33 2013 -0400
   734.3 @@ -1,5 +1,5 @@
   734.4  /*
   734.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   734.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   734.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   734.8   * 
   734.9   * This code is free software; you can redistribute it and/or modify it
   735.1 --- a/test/script/basic/newnew.js	Fri Jan 04 09:58:30 2013 -0400
   735.2 +++ b/test/script/basic/newnew.js	Fri Jan 04 09:58:33 2013 -0400
   735.3 @@ -1,5 +1,5 @@
   735.4  /*
   735.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   735.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   735.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   735.8   * 
   735.9   * This code is free software; you can redistribute it and/or modify it
   736.1 --- a/test/script/basic/nonconstructors.js	Fri Jan 04 09:58:30 2013 -0400
   736.2 +++ b/test/script/basic/nonconstructors.js	Fri Jan 04 09:58:33 2013 -0400
   736.3 @@ -1,5 +1,5 @@
   736.4  /*
   736.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   736.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   736.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   736.8   * 
   736.9   * This code is free software; you can redistribute it and/or modify it
   737.1 --- a/test/script/basic/nosuchmethod.js	Fri Jan 04 09:58:30 2013 -0400
   737.2 +++ b/test/script/basic/nosuchmethod.js	Fri Jan 04 09:58:33 2013 -0400
   737.3 @@ -1,5 +1,5 @@
   737.4  /*
   737.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   737.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   737.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   737.8   * 
   737.9   * This code is free software; you can redistribute it and/or modify it
   738.1 --- a/test/script/basic/nosuchproperty.js	Fri Jan 04 09:58:30 2013 -0400
   738.2 +++ b/test/script/basic/nosuchproperty.js	Fri Jan 04 09:58:33 2013 -0400
   738.3 @@ -1,5 +1,5 @@
   738.4  /*
   738.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   738.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   738.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   738.8   * 
   738.9   * This code is free software; you can redistribute it and/or modify it
   739.1 --- a/test/script/basic/number.js	Fri Jan 04 09:58:30 2013 -0400
   739.2 +++ b/test/script/basic/number.js	Fri Jan 04 09:58:33 2013 -0400
   739.3 @@ -1,5 +1,5 @@
   739.4  /*
   739.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   739.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   739.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   739.8   * 
   739.9   * This code is free software; you can redistribute it and/or modify it
   740.1 --- a/test/script/basic/numberstring.js	Fri Jan 04 09:58:30 2013 -0400
   740.2 +++ b/test/script/basic/numberstring.js	Fri Jan 04 09:58:33 2013 -0400
   740.3 @@ -1,5 +1,5 @@
   740.4  /*
   740.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   740.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   740.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   740.8   * 
   740.9   * This code is free software; you can redistribute it and/or modify it
   741.1 --- a/test/script/basic/objectprops.js	Fri Jan 04 09:58:30 2013 -0400
   741.2 +++ b/test/script/basic/objectprops.js	Fri Jan 04 09:58:33 2013 -0400
   741.3 @@ -1,5 +1,5 @@
   741.4  /*
   741.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   741.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   741.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   741.8   * 
   741.9   * This code is free software; you can redistribute it and/or modify it
   742.1 --- a/test/script/basic/objects.js	Fri Jan 04 09:58:30 2013 -0400
   742.2 +++ b/test/script/basic/objects.js	Fri Jan 04 09:58:33 2013 -0400
   742.3 @@ -1,5 +1,5 @@
   742.4  /*
   742.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   742.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   742.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   742.8   * 
   742.9   * This code is free software; you can redistribute it and/or modify it
   743.1 --- a/test/script/basic/options.js	Fri Jan 04 09:58:30 2013 -0400
   743.2 +++ b/test/script/basic/options.js	Fri Jan 04 09:58:33 2013 -0400
   743.3 @@ -1,5 +1,5 @@
   743.4  /*
   743.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   743.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   743.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   743.8   * 
   743.9   * This code is free software; you can redistribute it and/or modify it
   744.1 --- a/test/script/basic/propchange.js	Fri Jan 04 09:58:30 2013 -0400
   744.2 +++ b/test/script/basic/propchange.js	Fri Jan 04 09:58:33 2013 -0400
   744.3 @@ -1,5 +1,5 @@
   744.4  /*
   744.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   744.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   744.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   744.8   * 
   744.9   * This code is free software; you can redistribute it and/or modify it
   745.1 --- a/test/script/basic/propertycheck.js	Fri Jan 04 09:58:30 2013 -0400
   745.2 +++ b/test/script/basic/propertycheck.js	Fri Jan 04 09:58:33 2013 -0400
   745.3 @@ -1,5 +1,5 @@
   745.4  /*
   745.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   745.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   745.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   745.8   * 
   745.9   * This code is free software; you can redistribute it and/or modify it
   746.1 --- a/test/script/basic/prototype.js	Fri Jan 04 09:58:30 2013 -0400
   746.2 +++ b/test/script/basic/prototype.js	Fri Jan 04 09:58:33 2013 -0400
   746.3 @@ -1,5 +1,5 @@
   746.4  /*
   746.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   746.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   746.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   746.8   * 
   746.9   * This code is free software; you can redistribute it and/or modify it
   747.1 --- a/test/script/basic/pushpull.js	Fri Jan 04 09:58:30 2013 -0400
   747.2 +++ b/test/script/basic/pushpull.js	Fri Jan 04 09:58:33 2013 -0400
   747.3 @@ -1,5 +1,5 @@
   747.4  /*
   747.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   747.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   747.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   747.8   * 
   747.9   * This code is free software; you can redistribute it and/or modify it
   748.1 --- a/test/script/basic/regex.js	Fri Jan 04 09:58:30 2013 -0400
   748.2 +++ b/test/script/basic/regex.js	Fri Jan 04 09:58:33 2013 -0400
   748.3 @@ -1,5 +1,5 @@
   748.4  /*
   748.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   748.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   748.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   748.8   * 
   748.9   * This code is free software; you can redistribute it and/or modify it
   749.1 --- a/test/script/basic/regexp_flags.js	Fri Jan 04 09:58:30 2013 -0400
   749.2 +++ b/test/script/basic/regexp_flags.js	Fri Jan 04 09:58:33 2013 -0400
   749.3 @@ -1,5 +1,5 @@
   749.4  /*
   749.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   749.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   749.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   749.8   * 
   749.9   * This code is free software; you can redistribute it and/or modify it
   750.1 --- a/test/script/basic/run-octane.js	Fri Jan 04 09:58:30 2013 -0400
   750.2 +++ b/test/script/basic/run-octane.js	Fri Jan 04 09:58:33 2013 -0400
   750.3 @@ -1,5 +1,5 @@
   750.4  /*
   750.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   750.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   750.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   750.8   * 
   750.9   * This code is free software; you can redistribute it and/or modify it
   751.1 --- a/test/script/basic/runsunspider.js	Fri Jan 04 09:58:30 2013 -0400
   751.2 +++ b/test/script/basic/runsunspider.js	Fri Jan 04 09:58:33 2013 -0400
   751.3 @@ -1,5 +1,5 @@
   751.4  /*
   751.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   751.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   751.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   751.8   * 
   751.9   * This code is free software; you can redistribute it and/or modify it
   752.1 --- a/test/script/basic/samfunc.js	Fri Jan 04 09:58:30 2013 -0400
   752.2 +++ b/test/script/basic/samfunc.js	Fri Jan 04 09:58:33 2013 -0400
   752.3 @@ -1,5 +1,5 @@
   752.4  /*
   752.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   752.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   752.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   752.8   * 
   752.9   * This code is free software; you can redistribute it and/or modify it
   753.1 --- a/test/script/basic/scripting.js	Fri Jan 04 09:58:30 2013 -0400
   753.2 +++ b/test/script/basic/scripting.js	Fri Jan 04 09:58:33 2013 -0400
   753.3 @@ -1,5 +1,5 @@
   753.4  /*
   753.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   753.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   753.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   753.8   * 
   753.9   * This code is free software; you can redistribute it and/or modify it
   754.1 --- a/test/script/basic/scripting.js.EXPECTED	Fri Jan 04 09:58:30 2013 -0400
   754.2 +++ b/test/script/basic/scripting.js.EXPECTED	Fri Jan 04 09:58:33 2013 -0400
   754.3 @@ -20,7 +20,7 @@
   754.4  8
   754.5  No we don't
   754.6  /*
   754.7 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   754.8 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   754.9   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  754.10   * 
  754.11   * This code is free software; you can redistribute it and/or modify it
   755.1 --- a/test/script/basic/sealfreeze.js	Fri Jan 04 09:58:30 2013 -0400
   755.2 +++ b/test/script/basic/sealfreeze.js	Fri Jan 04 09:58:33 2013 -0400
   755.3 @@ -1,5 +1,5 @@
   755.4  /*
   755.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   755.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   755.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   755.8   * 
   755.9   * This code is free software; you can redistribute it and/or modify it
   756.1 --- a/test/script/basic/setlength.js	Fri Jan 04 09:58:30 2013 -0400
   756.2 +++ b/test/script/basic/setlength.js	Fri Jan 04 09:58:33 2013 -0400
   756.3 @@ -1,5 +1,5 @@
   756.4  /*
   756.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   756.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   756.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   756.8   * 
   756.9   * This code is free software; you can redistribute it and/or modify it
   757.1 --- a/test/script/basic/stdin.js	Fri Jan 04 09:58:30 2013 -0400
   757.2 +++ b/test/script/basic/stdin.js	Fri Jan 04 09:58:33 2013 -0400
   757.3 @@ -1,5 +1,5 @@
   757.4  /*
   757.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   757.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   757.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   757.8   * 
   757.9   * This code is free software; you can redistribute it and/or modify it
   758.1 --- a/test/script/basic/strings.js	Fri Jan 04 09:58:30 2013 -0400
   758.2 +++ b/test/script/basic/strings.js	Fri Jan 04 09:58:33 2013 -0400
   758.3 @@ -1,5 +1,5 @@
   758.4  /*
   758.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   758.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   758.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   758.8   * 
   758.9   * This code is free software; you can redistribute it and/or modify it
   759.1 --- a/test/script/basic/throws.js	Fri Jan 04 09:58:30 2013 -0400
   759.2 +++ b/test/script/basic/throws.js	Fri Jan 04 09:58:33 2013 -0400
   759.3 @@ -1,5 +1,5 @@
   759.4  /*
   759.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   759.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   759.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   759.8   * 
   759.9   * This code is free software; you can redistribute it and/or modify it
   760.1 --- a/test/script/basic/tosource.js	Fri Jan 04 09:58:30 2013 -0400
   760.2 +++ b/test/script/basic/tosource.js	Fri Jan 04 09:58:33 2013 -0400
   760.3 @@ -1,5 +1,5 @@
   760.4  /*
   760.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   760.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   760.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   760.8   * 
   760.9   * This code is free software; you can redistribute it and/or modify it
   761.1 --- a/test/script/basic/tostring.js	Fri Jan 04 09:58:30 2013 -0400
   761.2 +++ b/test/script/basic/tostring.js	Fri Jan 04 09:58:33 2013 -0400
   761.3 @@ -1,5 +1,5 @@
   761.4  /*
   761.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   761.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   761.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   761.8   * 
   761.9   * This code is free software; you can redistribute it and/or modify it
   762.1 --- a/test/script/basic/try.js	Fri Jan 04 09:58:30 2013 -0400
   762.2 +++ b/test/script/basic/try.js	Fri Jan 04 09:58:33 2013 -0400
   762.3 @@ -1,5 +1,5 @@
   762.4  /*
   762.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   762.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   762.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   762.8   * 
   762.9   * This code is free software; you can redistribute it and/or modify it
   763.1 --- a/test/script/basic/trybreakcont.js	Fri Jan 04 09:58:30 2013 -0400
   763.2 +++ b/test/script/basic/trybreakcont.js	Fri Jan 04 09:58:33 2013 -0400
   763.3 @@ -1,5 +1,5 @@
   763.4  /*
   763.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   763.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   763.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   763.8   * 
   763.9   * This code is free software; you can redistribute it and/or modify it
   764.1 --- a/test/script/basic/trycatch.js	Fri Jan 04 09:58:30 2013 -0400
   764.2 +++ b/test/script/basic/trycatch.js	Fri Jan 04 09:58:33 2013 -0400
   764.3 @@ -1,5 +1,5 @@
   764.4  /*
   764.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   764.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   764.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   764.8   * 
   764.9   * This code is free software; you can redistribute it and/or modify it
   765.1 --- a/test/script/basic/trycatchfor.js	Fri Jan 04 09:58:30 2013 -0400
   765.2 +++ b/test/script/basic/trycatchfor.js	Fri Jan 04 09:58:33 2013 -0400
   765.3 @@ -1,5 +1,5 @@
   765.4  /*
   765.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   765.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   765.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   765.8   * 
   765.9   * This code is free software; you can redistribute it and/or modify it
   766.1 --- a/test/script/basic/tryfinallyreturn.js	Fri Jan 04 09:58:30 2013 -0400
   766.2 +++ b/test/script/basic/tryfinallyreturn.js	Fri Jan 04 09:58:33 2013 -0400
   766.3 @@ -1,5 +1,5 @@
   766.4  /*
   766.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   766.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   766.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   766.8   * 
   766.9   * This code is free software; you can redistribute it and/or modify it
   767.1 --- a/test/script/basic/tryforbreak.js	Fri Jan 04 09:58:30 2013 -0400
   767.2 +++ b/test/script/basic/tryforbreak.js	Fri Jan 04 09:58:33 2013 -0400
   767.3 @@ -1,5 +1,5 @@
   767.4  /*
   767.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   767.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   767.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   767.8   * 
   767.9   * This code is free software; you can redistribute it and/or modify it
   768.1 --- a/test/script/basic/typechange.js	Fri Jan 04 09:58:30 2013 -0400
   768.2 +++ b/test/script/basic/typechange.js	Fri Jan 04 09:58:33 2013 -0400
   768.3 @@ -1,5 +1,5 @@
   768.4  /*
   768.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   768.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   768.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   768.8   * 
   768.9   * This code is free software; you can redistribute it and/or modify it
   769.1 --- a/test/script/basic/typeof.js	Fri Jan 04 09:58:30 2013 -0400
   769.2 +++ b/test/script/basic/typeof.js	Fri Jan 04 09:58:33 2013 -0400
   769.3 @@ -1,5 +1,5 @@
   769.4  /*
   769.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   769.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   769.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   769.8   * 
   769.9   * This code is free software; you can redistribute it and/or modify it
   770.1 --- a/test/script/basic/typeof2.js	Fri Jan 04 09:58:30 2013 -0400
   770.2 +++ b/test/script/basic/typeof2.js	Fri Jan 04 09:58:33 2013 -0400
   770.3 @@ -1,5 +1,5 @@
   770.4  /*
   770.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   770.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   770.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   770.8   * 
   770.9   * This code is free software; you can redistribute it and/or modify it
   771.1 --- a/test/script/basic/undefined.js	Fri Jan 04 09:58:30 2013 -0400
   771.2 +++ b/test/script/basic/undefined.js	Fri Jan 04 09:58:33 2013 -0400
   771.3 @@ -1,5 +1,5 @@
   771.4  /*
   771.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   771.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   771.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   771.8   * 
   771.9   * This code is free software; you can redistribute it and/or modify it
   772.1 --- a/test/script/basic/underscore.js	Fri Jan 04 09:58:30 2013 -0400
   772.2 +++ b/test/script/basic/underscore.js	Fri Jan 04 09:58:33 2013 -0400
   772.3 @@ -1,5 +1,5 @@
   772.4  /*
   772.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   772.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   772.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   772.8   * 
   772.9   * This code is free software; you can redistribute it and/or modify it
   773.1 --- a/test/script/basic/varargs.js	Fri Jan 04 09:58:30 2013 -0400
   773.2 +++ b/test/script/basic/varargs.js	Fri Jan 04 09:58:33 2013 -0400
   773.3 @@ -1,5 +1,5 @@
   773.4  /*
   773.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   773.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   773.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   773.8   * 
   773.9   * This code is free software; you can redistribute it and/or modify it
   774.1 --- a/test/script/basic/void.js	Fri Jan 04 09:58:30 2013 -0400
   774.2 +++ b/test/script/basic/void.js	Fri Jan 04 09:58:33 2013 -0400
   774.3 @@ -1,5 +1,5 @@
   774.4  /*
   774.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   774.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   774.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   774.8   * 
   774.9   * This code is free software; you can redistribute it and/or modify it
   775.1 --- a/test/script/basic/with.js	Fri Jan 04 09:58:30 2013 -0400
   775.2 +++ b/test/script/basic/with.js	Fri Jan 04 09:58:33 2013 -0400
   775.3 @@ -1,5 +1,5 @@
   775.4  /*
   775.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   775.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   775.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   775.8   * 
   775.9   * This code is free software; you can redistribute it and/or modify it
   776.1 --- a/test/script/basic/withprimitive.js	Fri Jan 04 09:58:30 2013 -0400
   776.2 +++ b/test/script/basic/withprimitive.js	Fri Jan 04 09:58:33 2013 -0400
   776.3 @@ -1,5 +1,5 @@
   776.4  /*
   776.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   776.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   776.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   776.8   * 
   776.9   * This code is free software; you can redistribute it and/or modify it
   777.1 --- a/test/script/basic/writable_relink.js	Fri Jan 04 09:58:30 2013 -0400
   777.2 +++ b/test/script/basic/writable_relink.js	Fri Jan 04 09:58:33 2013 -0400
   777.3 @@ -1,5 +1,5 @@
   777.4  /*
   777.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   777.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   777.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   777.8   * 
   777.9   * This code is free software; you can redistribute it and/or modify it
   778.1 --- a/test/script/basic/xorassign.js	Fri Jan 04 09:58:30 2013 -0400
   778.2 +++ b/test/script/basic/xorassign.js	Fri Jan 04 09:58:33 2013 -0400
   778.3 @@ -1,5 +1,5 @@
   778.4  /*
   778.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   778.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   778.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   778.8   * 
   778.9   * This code is free software; you can redistribute it and/or modify it
   779.1 --- a/test/script/basic/yui.js	Fri Jan 04 09:58:30 2013 -0400
   779.2 +++ b/test/script/basic/yui.js	Fri Jan 04 09:58:33 2013 -0400
   779.3 @@ -1,5 +1,5 @@
   779.4  /*
   779.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   779.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   779.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   779.8   * 
   779.9   * This code is free software; you can redistribute it and/or modify it
   780.1 --- a/test/script/error/NASHORN-154/function_mult_params_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
   780.2 +++ b/test/script/error/NASHORN-154/function_mult_params_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
   780.3 @@ -1,5 +1,5 @@
   780.4  /*
   780.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   780.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   780.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   780.8   * 
   780.9   * This code is free software; you can redistribute it and/or modify it
   781.1 --- a/test/script/error/NASHORN-154/improper_return_break_continue.js	Fri Jan 04 09:58:30 2013 -0400
   781.2 +++ b/test/script/error/NASHORN-154/improper_return_break_continue.js	Fri Jan 04 09:58:33 2013 -0400
   781.3 @@ -1,5 +1,5 @@
   781.4  /*
   781.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   781.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   781.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   781.8   * 
   781.9   * This code is free software; you can redistribute it and/or modify it
   782.1 --- a/test/script/error/NASHORN-154/invalid_lvalue.js	Fri Jan 04 09:58:30 2013 -0400
   782.2 +++ b/test/script/error/NASHORN-154/invalid_lvalue.js	Fri Jan 04 09:58:33 2013 -0400
   782.3 @@ -1,5 +1,5 @@
   782.4  /*
   782.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   782.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   782.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   782.8   * 
   782.9   * This code is free software; you can redistribute it and/or modify it
   783.1 --- a/test/script/error/NASHORN-154/literal_data_and_accessor.js	Fri Jan 04 09:58:30 2013 -0400
   783.2 +++ b/test/script/error/NASHORN-154/literal_data_and_accessor.js	Fri Jan 04 09:58:33 2013 -0400
   783.3 @@ -1,5 +1,5 @@
   783.4  /*
   783.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   783.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   783.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   783.8   * 
   783.9   * This code is free software; you can redistribute it and/or modify it
   784.1 --- a/test/script/error/NASHORN-154/literal_mult_getters.js	Fri Jan 04 09:58:30 2013 -0400
   784.2 +++ b/test/script/error/NASHORN-154/literal_mult_getters.js	Fri Jan 04 09:58:33 2013 -0400
   784.3 @@ -1,5 +1,5 @@
   784.4  /*
   784.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   784.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   784.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   784.8   * 
   784.9   * This code is free software; you can redistribute it and/or modify it
   785.1 --- a/test/script/error/NASHORN-154/literal_mult_prop_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
   785.2 +++ b/test/script/error/NASHORN-154/literal_mult_prop_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
   785.3 @@ -1,5 +1,5 @@
   785.4  /*
   785.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   785.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   785.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   785.8   * 
   785.9   * This code is free software; you can redistribute it and/or modify it
   786.1 --- a/test/script/error/NASHORN-154/with_in_strict.js	Fri Jan 04 09:58:30 2013 -0400
   786.2 +++ b/test/script/error/NASHORN-154/with_in_strict.js	Fri Jan 04 09:58:33 2013 -0400
   786.3 @@ -1,5 +1,5 @@
   786.4  /*
   786.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   786.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   786.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   786.8   * 
   786.9   * This code is free software; you can redistribute it and/or modify it
   787.1 --- a/test/script/error/NASHORN-214.js	Fri Jan 04 09:58:30 2013 -0400
   787.2 +++ b/test/script/error/NASHORN-214.js	Fri Jan 04 09:58:33 2013 -0400
   787.3 @@ -1,5 +1,5 @@
   787.4  /*
   787.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   787.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   787.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   787.8   * 
   787.9   * This code is free software; you can redistribute it and/or modify it
   788.1 --- a/test/script/error/NASHORN-35.js	Fri Jan 04 09:58:30 2013 -0400
   788.2 +++ b/test/script/error/NASHORN-35.js	Fri Jan 04 09:58:33 2013 -0400
   788.3 @@ -1,5 +1,5 @@
   788.4  /*
   788.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   788.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   788.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   788.8   * 
   788.9   * This code is free software; you can redistribute it and/or modify it
   789.1 --- a/test/script/error/NASHORN-39.js	Fri Jan 04 09:58:30 2013 -0400
   789.2 +++ b/test/script/error/NASHORN-39.js	Fri Jan 04 09:58:33 2013 -0400
   789.3 @@ -1,5 +1,5 @@
   789.4  /*
   789.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   789.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   789.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   789.8   * 
   789.9   * This code is free software; you can redistribute it and/or modify it
   790.1 --- a/test/script/error/NASHORN-568.js	Fri Jan 04 09:58:30 2013 -0400
   790.2 +++ b/test/script/error/NASHORN-568.js	Fri Jan 04 09:58:33 2013 -0400
   790.3 @@ -1,5 +1,5 @@
   790.4  /*
   790.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   790.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   790.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   790.8   * 
   790.9   * This code is free software; you can redistribute it and/or modify it
   791.1 --- a/test/script/error/NASHORN-57.js	Fri Jan 04 09:58:30 2013 -0400
   791.2 +++ b/test/script/error/NASHORN-57.js	Fri Jan 04 09:58:33 2013 -0400
   791.3 @@ -1,5 +1,5 @@
   791.4  /*
   791.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   791.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   791.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   791.8   * 
   791.9   * This code is free software; you can redistribute it and/or modify it
   792.1 --- a/test/script/error/NASHORN-668.js	Fri Jan 04 09:58:30 2013 -0400
   792.2 +++ b/test/script/error/NASHORN-668.js	Fri Jan 04 09:58:33 2013 -0400
   792.3 @@ -1,5 +1,5 @@
   792.4  /*
   792.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   792.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   792.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   792.8   * 
   792.9   * This code is free software; you can redistribute it and/or modify it
   793.1 --- a/test/script/error/quotemissing.js	Fri Jan 04 09:58:30 2013 -0400
   793.2 +++ b/test/script/error/quotemissing.js	Fri Jan 04 09:58:33 2013 -0400
   793.3 @@ -1,5 +1,5 @@
   793.4  /*
   793.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   793.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   793.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   793.8   * 
   793.9   * This code is free software; you can redistribute it and/or modify it
   794.1 --- a/test/script/error/strictmode.js	Fri Jan 04 09:58:30 2013 -0400
   794.2 +++ b/test/script/error/strictmode.js	Fri Jan 04 09:58:33 2013 -0400
   794.3 @@ -1,5 +1,5 @@
   794.4  /*
   794.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   794.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   794.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   794.8   * 
   794.9   * This code is free software; you can redistribute it and/or modify it
   795.1 --- a/test/script/representations/NASHORN-592a.js	Fri Jan 04 09:58:30 2013 -0400
   795.2 +++ b/test/script/representations/NASHORN-592a.js	Fri Jan 04 09:58:33 2013 -0400
   795.3 @@ -1,5 +1,5 @@
   795.4  /*
   795.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   795.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   795.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   795.8   * 
   795.9   * This code is free software; you can redistribute it and/or modify it
   796.1 --- a/test/script/sandbox/NASHORN-525.js	Fri Jan 04 09:58:30 2013 -0400
   796.2 +++ b/test/script/sandbox/NASHORN-525.js	Fri Jan 04 09:58:33 2013 -0400
   796.3 @@ -1,5 +1,5 @@
   796.4  /*
   796.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   796.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   796.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   796.8   * 
   796.9   * This code is free software; you can redistribute it and/or modify it
   797.1 --- a/test/script/sandbox/classloader.js	Fri Jan 04 09:58:30 2013 -0400
   797.2 +++ b/test/script/sandbox/classloader.js	Fri Jan 04 09:58:33 2013 -0400
   797.3 @@ -1,5 +1,5 @@
   797.4  /*
   797.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   797.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   797.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   797.8   * 
   797.9   * This code is free software; you can redistribute it and/or modify it
   798.1 --- a/test/script/sandbox/doprivileged.js	Fri Jan 04 09:58:30 2013 -0400
   798.2 +++ b/test/script/sandbox/doprivileged.js	Fri Jan 04 09:58:33 2013 -0400
   798.3 @@ -1,5 +1,5 @@
   798.4  /*
   798.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   798.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   798.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   798.8   * 
   798.9   * This code is free software; you can redistribute it and/or modify it
   799.1 --- a/test/script/sandbox/exit.js	Fri Jan 04 09:58:30 2013 -0400
   799.2 +++ b/test/script/sandbox/exit.js	Fri Jan 04 09:58:33 2013 -0400
   799.3 @@ -1,5 +1,5 @@
   799.4  /*
   799.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   799.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   799.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   799.8   * 
   799.9   * This code is free software; you can redistribute it and/or modify it
   800.1 --- a/test/script/sandbox/file.js	Fri Jan 04 09:58:30 2013 -0400
   800.2 +++ b/test/script/sandbox/file.js	Fri Jan 04 09:58:33 2013 -0400
   800.3 @@ -1,5 +1,5 @@
   800.4  /*
   800.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   800.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   800.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   800.8   * 
   800.9   * This code is free software; you can redistribute it and/or modify it
   801.1 --- a/test/script/sandbox/javaextend.js	Fri Jan 04 09:58:30 2013 -0400
   801.2 +++ b/test/script/sandbox/javaextend.js	Fri Jan 04 09:58:33 2013 -0400
   801.3 @@ -1,5 +1,5 @@
   801.4  /*
   801.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   801.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   801.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   801.8   * 
   801.9   * This code is free software; you can redistribute it and/or modify it
   802.1 --- a/test/script/sandbox/loadLibrary.js	Fri Jan 04 09:58:30 2013 -0400
   802.2 +++ b/test/script/sandbox/loadLibrary.js	Fri Jan 04 09:58:33 2013 -0400
   802.3 @@ -1,5 +1,5 @@
   802.4  /*
   802.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   802.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   802.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   802.8   * 
   802.9   * This code is free software; you can redistribute it and/or modify it
   803.1 --- a/test/script/sandbox/net.js	Fri Jan 04 09:58:30 2013 -0400
   803.2 +++ b/test/script/sandbox/net.js	Fri Jan 04 09:58:33 2013 -0400
   803.3 @@ -1,5 +1,5 @@
   803.4  /*
   803.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   803.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   803.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   803.8   * 
   803.9   * This code is free software; you can redistribute it and/or modify it
   804.1 --- a/test/script/sandbox/property.js	Fri Jan 04 09:58:30 2013 -0400
   804.2 +++ b/test/script/sandbox/property.js	Fri Jan 04 09:58:33 2013 -0400
   804.3 @@ -1,5 +1,5 @@
   804.4  /*
   804.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   804.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   804.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   804.8   * 
   804.9   * This code is free software; you can redistribute it and/or modify it
   805.1 --- a/test/script/sandbox/reflection.js	Fri Jan 04 09:58:30 2013 -0400
   805.2 +++ b/test/script/sandbox/reflection.js	Fri Jan 04 09:58:33 2013 -0400
   805.3 @@ -1,5 +1,5 @@
   805.4  /*
   805.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   805.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   805.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   805.8   * 
   805.9   * This code is free software; you can redistribute it and/or modify it
   806.1 --- a/test/script/sandbox/runnable.js	Fri Jan 04 09:58:30 2013 -0400
   806.2 +++ b/test/script/sandbox/runnable.js	Fri Jan 04 09:58:33 2013 -0400
   806.3 @@ -1,5 +1,5 @@
   806.4  /*
   806.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   806.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   806.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   806.8   * 
   806.9   * This code is free software; you can redistribute it and/or modify it
   807.1 --- a/test/script/sandbox/unsafe.js	Fri Jan 04 09:58:30 2013 -0400
   807.2 +++ b/test/script/sandbox/unsafe.js	Fri Jan 04 09:58:33 2013 -0400
   807.3 @@ -1,5 +1,5 @@
   807.4  /*
   807.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   807.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   807.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   807.8   * 
   807.9   * This code is free software; you can redistribute it and/or modify it
   808.1 --- a/test/script/test262.js	Fri Jan 04 09:58:30 2013 -0400
   808.2 +++ b/test/script/test262.js	Fri Jan 04 09:58:33 2013 -0400
   808.3 @@ -1,5 +1,5 @@
   808.4  /*
   808.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   808.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   808.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   808.8   * 
   808.9   * This code is free software; you can redistribute it and/or modify it
   809.1 --- a/test/script/test262_single.js	Fri Jan 04 09:58:30 2013 -0400
   809.2 +++ b/test/script/test262_single.js	Fri Jan 04 09:58:33 2013 -0400
   809.3 @@ -1,5 +1,5 @@
   809.4  /*
   809.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   809.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   809.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   809.8   * 
   809.9   * This code is free software; you can redistribute it and/or modify it
   810.1 --- a/test/src/UnnamedPackageTestCallback.java	Fri Jan 04 09:58:30 2013 -0400
   810.2 +++ b/test/src/UnnamedPackageTestCallback.java	Fri Jan 04 09:58:33 2013 -0400
   810.3 @@ -1,5 +1,5 @@
   810.4  /*
   810.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   810.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   810.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   810.8   *
   810.9   * This code is free software; you can redistribute it and/or modify it
   811.1 --- a/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Fri Jan 04 09:58:30 2013 -0400
   811.2 +++ b/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Fri Jan 04 09:58:33 2013 -0400
   811.3 @@ -1,5 +1,5 @@
   811.4  /*
   811.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   811.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   811.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   811.8   *
   811.9   * This code is free software; you can redistribute it and/or modify it
   812.1 --- a/test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java	Fri Jan 04 09:58:30 2013 -0400
   812.2 +++ b/test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java	Fri Jan 04 09:58:33 2013 -0400
   812.3 @@ -1,5 +1,5 @@
   812.4  /*
   812.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   812.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   812.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   812.8   *
   812.9   * This code is free software; you can redistribute it and/or modify it
   813.1 --- a/test/src/jdk/nashorn/api/scripting/Window.java	Fri Jan 04 09:58:30 2013 -0400
   813.2 +++ b/test/src/jdk/nashorn/api/scripting/Window.java	Fri Jan 04 09:58:33 2013 -0400
   813.3 @@ -1,5 +1,5 @@
   813.4  /*
   813.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   813.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   813.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   813.8   *
   813.9   * This code is free software; you can redistribute it and/or modify it
   814.1 --- a/test/src/jdk/nashorn/api/scripting/WindowEventHandler.java	Fri Jan 04 09:58:30 2013 -0400
   814.2 +++ b/test/src/jdk/nashorn/api/scripting/WindowEventHandler.java	Fri Jan 04 09:58:33 2013 -0400
   814.3 @@ -1,5 +1,5 @@
   814.4  /*
   814.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   814.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   814.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   814.8   *
   814.9   * This code is free software; you can redistribute it and/or modify it
   815.1 --- a/test/src/jdk/nashorn/internal/access/BooleanAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
   815.2 +++ b/test/src/jdk/nashorn/internal/access/BooleanAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
   815.3 @@ -1,5 +1,5 @@
   815.4  /*
   815.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   815.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   815.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   815.8   *
   815.9   * This code is free software; you can redistribute it and/or modify it
   816.1 --- a/test/src/jdk/nashorn/internal/access/MethodAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
   816.2 +++ b/test/src/jdk/nashorn/internal/access/MethodAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
   816.3 @@ -1,5 +1,5 @@
   816.4  /*
   816.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   816.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   816.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   816.8   *
   816.9   * This code is free software; you can redistribute it and/or modify it
   817.1 --- a/test/src/jdk/nashorn/internal/access/NumberAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
   817.2 +++ b/test/src/jdk/nashorn/internal/access/NumberAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
   817.3 @@ -1,5 +1,5 @@
   817.4  /*
   817.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   817.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   817.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   817.8   *
   817.9   * This code is free software; you can redistribute it and/or modify it
   818.1 --- a/test/src/jdk/nashorn/internal/access/NumberBoxingTest.java	Fri Jan 04 09:58:30 2013 -0400
   818.2 +++ b/test/src/jdk/nashorn/internal/access/NumberBoxingTest.java	Fri Jan 04 09:58:33 2013 -0400
   818.3 @@ -1,5 +1,5 @@
   818.4  /*
   818.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   818.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   818.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   818.8   *
   818.9   * This code is free software; you can redistribute it and/or modify it
   819.1 --- a/test/src/jdk/nashorn/internal/access/ObjectAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
   819.2 +++ b/test/src/jdk/nashorn/internal/access/ObjectAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
   819.3 @@ -1,5 +1,5 @@
   819.4  /*
   819.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   819.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   819.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   819.8   *
   819.9   * This code is free software; you can redistribute it and/or modify it
   820.1 --- a/test/src/jdk/nashorn/internal/access/Person.java	Fri Jan 04 09:58:30 2013 -0400
   820.2 +++ b/test/src/jdk/nashorn/internal/access/Person.java	Fri Jan 04 09:58:33 2013 -0400
   820.3 @@ -1,5 +1,5 @@
   820.4  /*
   820.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   820.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   820.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   820.8   *
   820.9   * This code is free software; you can redistribute it and/or modify it
   821.1 --- a/test/src/jdk/nashorn/internal/access/SharedObject.java	Fri Jan 04 09:58:30 2013 -0400
   821.2 +++ b/test/src/jdk/nashorn/internal/access/SharedObject.java	Fri Jan 04 09:58:33 2013 -0400
   821.3 @@ -1,5 +1,5 @@
   821.4  /*
   821.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   821.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   821.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   821.8   *
   821.9   * This code is free software; you can redistribute it and/or modify it
   822.1 --- a/test/src/jdk/nashorn/internal/access/StringAccessTest.java	Fri Jan 04 09:58:30 2013 -0400
   822.2 +++ b/test/src/jdk/nashorn/internal/access/StringAccessTest.java	Fri Jan 04 09:58:33 2013 -0400
   822.3 @@ -1,5 +1,5 @@
   822.4  /*
   822.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   822.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   822.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   822.8   *
   822.9   * This code is free software; you can redistribute it and/or modify it
   823.1 --- a/test/src/jdk/nashorn/internal/codegen/CompilerTest.java	Fri Jan 04 09:58:30 2013 -0400
   823.2 +++ b/test/src/jdk/nashorn/internal/codegen/CompilerTest.java	Fri Jan 04 09:58:33 2013 -0400
   823.3 @@ -1,5 +1,5 @@
   823.4  /*
   823.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   823.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   823.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   823.8   *
   823.9   * This code is free software; you can redistribute it and/or modify it
   824.1 --- a/test/src/jdk/nashorn/internal/parser/ParserTest.java	Fri Jan 04 09:58:30 2013 -0400
   824.2 +++ b/test/src/jdk/nashorn/internal/parser/ParserTest.java	Fri Jan 04 09:58:33 2013 -0400
   824.3 @@ -1,5 +1,5 @@
   824.4  /*
   824.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   824.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   824.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   824.8   *
   824.9   * This code is free software; you can redistribute it and/or modify it
   825.1 --- a/test/src/jdk/nashorn/internal/performance/AuroraWrapper.java	Fri Jan 04 09:58:30 2013 -0400
   825.2 +++ b/test/src/jdk/nashorn/internal/performance/AuroraWrapper.java	Fri Jan 04 09:58:33 2013 -0400
   825.3 @@ -1,5 +1,5 @@
   825.4  /*
   825.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   825.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   825.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   825.8   *
   825.9   * This code is free software; you can redistribute it and/or modify it
   826.1 --- a/test/src/jdk/nashorn/internal/performance/OctaneTest.java	Fri Jan 04 09:58:30 2013 -0400
   826.2 +++ b/test/src/jdk/nashorn/internal/performance/OctaneTest.java	Fri Jan 04 09:58:33 2013 -0400
   826.3 @@ -1,5 +1,5 @@
   826.4  /*
   826.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   826.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   826.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   826.8   *
   826.9   * This code is free software; you can redistribute it and/or modify it
   827.1 --- a/test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java	Fri Jan 04 09:58:30 2013 -0400
   827.2 +++ b/test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java	Fri Jan 04 09:58:33 2013 -0400
   827.3 @@ -1,5 +1,5 @@
   827.4  /*
   827.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   827.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   827.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   827.8   *
   827.9   * This code is free software; you can redistribute it and/or modify it
   828.1 --- a/test/src/jdk/nashorn/internal/performance/SplayTest.java	Fri Jan 04 09:58:30 2013 -0400
   828.2 +++ b/test/src/jdk/nashorn/internal/performance/SplayTest.java	Fri Jan 04 09:58:33 2013 -0400
   828.3 @@ -1,5 +1,5 @@
   828.4  /*
   828.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   828.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   828.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   828.8   *
   828.9   * This code is free software; you can redistribute it and/or modify it
   829.1 --- a/test/src/jdk/nashorn/internal/runtime/ContextTest.java	Fri Jan 04 09:58:30 2013 -0400
   829.2 +++ b/test/src/jdk/nashorn/internal/runtime/ContextTest.java	Fri Jan 04 09:58:33 2013 -0400
   829.3 @@ -1,5 +1,5 @@
   829.4  /*
   829.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   829.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   829.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   829.8   *
   829.9   * This code is free software; you can redistribute it and/or modify it
   830.1 --- a/test/src/jdk/nashorn/internal/runtime/JSTypeTest.java	Fri Jan 04 09:58:30 2013 -0400
   830.2 +++ b/test/src/jdk/nashorn/internal/runtime/JSTypeTest.java	Fri Jan 04 09:58:33 2013 -0400
   830.3 @@ -1,5 +1,5 @@
   830.4  /*
   830.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   830.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   830.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   830.8   *
   830.9   * This code is free software; you can redistribute it and/or modify it
   831.1 --- a/test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java	Fri Jan 04 09:58:30 2013 -0400
   831.2 +++ b/test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java	Fri Jan 04 09:58:33 2013 -0400
   831.3 @@ -1,5 +1,5 @@
   831.4  /*
   831.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   831.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   831.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   831.8   *
   831.9   * This code is free software; you can redistribute it and/or modify it
   832.1 --- a/test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java	Fri Jan 04 09:58:30 2013 -0400
   832.2 +++ b/test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java	Fri Jan 04 09:58:33 2013 -0400
   832.3 @@ -1,5 +1,5 @@
   832.4  /*
   832.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   832.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   832.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   832.8   *
   832.9   * This code is free software; you can redistribute it and/or modify it
   833.1 --- a/test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java	Fri Jan 04 09:58:30 2013 -0400
   833.2 +++ b/test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java	Fri Jan 04 09:58:33 2013 -0400
   833.3 @@ -1,5 +1,5 @@
   833.4  /*
   833.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   833.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   833.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   833.8   *
   833.9   * This code is free software; you can redistribute it and/or modify it
   834.1 --- a/test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java	Fri Jan 04 09:58:30 2013 -0400
   834.2 +++ b/test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java	Fri Jan 04 09:58:33 2013 -0400
   834.3 @@ -1,5 +1,5 @@
   834.4  /*
   834.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   834.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   834.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   834.8   *
   834.9   * This code is free software; you can redistribute it and/or modify it
   835.1 --- a/test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java	Fri Jan 04 09:58:30 2013 -0400
   835.2 +++ b/test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java	Fri Jan 04 09:58:33 2013 -0400
   835.3 @@ -1,5 +1,5 @@
   835.4  /*
   835.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   835.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   835.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   835.8   *
   835.9   * This code is free software; you can redistribute it and/or modify it
   836.1 --- a/test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
   836.2 +++ b/test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
   836.3 @@ -1,5 +1,5 @@
   836.4  /*
   836.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   836.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   836.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   836.8   *
   836.9   * This code is free software; you can redistribute it and/or modify it
   837.1 --- a/test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java	Fri Jan 04 09:58:30 2013 -0400
   837.2 +++ b/test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java	Fri Jan 04 09:58:33 2013 -0400
   837.3 @@ -1,5 +1,5 @@
   837.4  /*
   837.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   837.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   837.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   837.8   *
   837.9   * This code is free software; you can redistribute it and/or modify it
   838.1 --- a/test/src/jdk/nashorn/internal/test/framework/ScriptTest.java	Fri Jan 04 09:58:30 2013 -0400
   838.2 +++ b/test/src/jdk/nashorn/internal/test/framework/ScriptTest.java	Fri Jan 04 09:58:33 2013 -0400
   838.3 @@ -1,5 +1,5 @@
   838.4  /*
   838.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   838.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   838.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   838.8   *
   838.9   * This code is free software; you can redistribute it and/or modify it
   839.1 --- a/test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
   839.2 +++ b/test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
   839.3 @@ -1,5 +1,5 @@
   839.4  /*
   839.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   839.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   839.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   839.8   *
   839.9   * This code is free software; you can redistribute it and/or modify it
   840.1 --- a/test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java	Fri Jan 04 09:58:30 2013 -0400
   840.2 +++ b/test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java	Fri Jan 04 09:58:33 2013 -0400
   840.3 @@ -1,5 +1,5 @@
   840.4  /*
   840.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   840.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   840.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   840.8   *
   840.9   * This code is free software; you can redistribute it and/or modify it
   841.1 --- a/test/src/jdk/nashorn/internal/test/framework/TestConfig.java	Fri Jan 04 09:58:30 2013 -0400
   841.2 +++ b/test/src/jdk/nashorn/internal/test/framework/TestConfig.java	Fri Jan 04 09:58:33 2013 -0400
   841.3 @@ -1,5 +1,5 @@
   841.4  /*
   841.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   841.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   841.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   841.8   *
   841.9   * This code is free software; you can redistribute it and/or modify it
   842.1 --- a/test/src/jdk/nashorn/internal/test/framework/TestFinder.java	Fri Jan 04 09:58:30 2013 -0400
   842.2 +++ b/test/src/jdk/nashorn/internal/test/framework/TestFinder.java	Fri Jan 04 09:58:33 2013 -0400
   842.3 @@ -1,5 +1,5 @@
   842.4  /*
   842.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   842.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   842.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   842.8   *
   842.9   * This code is free software; you can redistribute it and/or modify it
   843.1 --- a/test/src/jdk/nashorn/internal/test/framework/TestHelper.java	Fri Jan 04 09:58:30 2013 -0400
   843.2 +++ b/test/src/jdk/nashorn/internal/test/framework/TestHelper.java	Fri Jan 04 09:58:33 2013 -0400
   843.3 @@ -1,5 +1,5 @@
   843.4  /*
   843.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   843.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   843.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   843.8   *
   843.9   * This code is free software; you can redistribute it and/or modify it
   844.1 --- a/test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java	Fri Jan 04 09:58:30 2013 -0400
   844.2 +++ b/test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java	Fri Jan 04 09:58:33 2013 -0400
   844.3 @@ -1,5 +1,5 @@
   844.4  /*
   844.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   844.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   844.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   844.8   *
   844.9   * This code is free software; you can redistribute it and/or modify it
   845.1 --- a/test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java	Fri Jan 04 09:58:30 2013 -0400
   845.2 +++ b/test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java	Fri Jan 04 09:58:33 2013 -0400
   845.3 @@ -1,5 +1,5 @@
   845.4  /*
   845.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   845.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   845.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   845.8   *
   845.9   * This code is free software; you can redistribute it and/or modify it
   846.1 --- a/test/src/jdk/nashorn/internal/test/models/FinalClass.java	Fri Jan 04 09:58:30 2013 -0400
   846.2 +++ b/test/src/jdk/nashorn/internal/test/models/FinalClass.java	Fri Jan 04 09:58:33 2013 -0400
   846.3 @@ -1,5 +1,5 @@
   846.4  /*
   846.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   846.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   846.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   846.8   *
   846.9   * This code is free software; you can redistribute it and/or modify it
   847.1 --- a/test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java	Fri Jan 04 09:58:30 2013 -0400
   847.2 +++ b/test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java	Fri Jan 04 09:58:33 2013 -0400
   847.3 @@ -1,5 +1,5 @@
   847.4  /*
   847.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   847.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   847.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   847.8   *
   847.9   * This code is free software; you can redistribute it and/or modify it
   848.1 --- a/test/src/jdk/nashorn/internal/test/models/NonPublicClass.java	Fri Jan 04 09:58:30 2013 -0400
   848.2 +++ b/test/src/jdk/nashorn/internal/test/models/NonPublicClass.java	Fri Jan 04 09:58:33 2013 -0400
   848.3 @@ -1,5 +1,5 @@
   848.4  /*
   848.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   848.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   848.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   848.8   *
   848.9   * This code is free software; you can redistribute it and/or modify it
   849.1 --- a/test/src/jdk/nashorn/internal/test/models/OuterClass.java	Fri Jan 04 09:58:30 2013 -0400
   849.2 +++ b/test/src/jdk/nashorn/internal/test/models/OuterClass.java	Fri Jan 04 09:58:33 2013 -0400
   849.3 @@ -1,5 +1,5 @@
   849.4  /*
   849.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   849.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   849.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   849.8   *
   849.9   * This code is free software; you can redistribute it and/or modify it
   850.1 --- a/test/src/jdk/nashorn/internal/test/models/OverloadedSam.java	Fri Jan 04 09:58:30 2013 -0400
   850.2 +++ b/test/src/jdk/nashorn/internal/test/models/OverloadedSam.java	Fri Jan 04 09:58:33 2013 -0400
   850.3 @@ -1,5 +1,5 @@
   850.4  /*
   850.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   850.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   850.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   850.8   *
   850.9   * This code is free software; you can redistribute it and/or modify it
   851.1 --- a/test/src/jdk/nashorn/internal/test/models/OverrideObject.java	Fri Jan 04 09:58:30 2013 -0400
   851.2 +++ b/test/src/jdk/nashorn/internal/test/models/OverrideObject.java	Fri Jan 04 09:58:33 2013 -0400
   851.3 @@ -1,5 +1,5 @@
   851.4  /*
   851.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
   851.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
   851.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   851.8   *
   851.9   * This code is free software; you can redistribute it and/or modify it

mercurial