aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlaskey <none@none>2013-01-04 09:58:33 -0400
committerjlaskey <none@none>2013-01-04 09:58:33 -0400
commitfc6f8e7fe3c15e9a73670b6f7d1fe746d6715e50 (patch)
tree7925774242bbc8d66a6e9299d8a19caca16bbf38
parentdb4b664c415d923e36a8ef3823938711362fbcae (diff)
downloadnashorn-fc6f8e7fe3c15e9a73670b6f7d1fe746d6715e50.tar.gz
8005663: Update copyright year to 2013
Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
-rw-r--r--bin/checkintest.sh2
-rw-r--r--bin/fixorphantests.sh2
-rw-r--r--bin/fixwhitespace.sh2
-rw-r--r--bin/jjs2
-rw-r--r--bin/jjs.bat2
-rw-r--r--bin/jjssecure2
-rw-r--r--bin/jjssecure.bat2
-rw-r--r--bin/nashorn2
-rw-r--r--bin/nashorn.bat2
-rw-r--r--bin/rm-non-tracked.sh2
-rw-r--r--bin/verbose_octane.bat2
-rw-r--r--bin/verbose_octane.sh2
-rw-r--r--buildtools/nasgen/build.xml2
-rw-r--r--buildtools/nasgen/nasgen.iml2
-rw-r--r--buildtools/nasgen/project.properties2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java2
-rw-r--r--buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java2
-rw-r--r--docs/genshelldoc.js2
-rw-r--r--make/Makefile2
-rw-r--r--make/build-benchmark.xml2
-rw-r--r--make/build-nasgen.xml2
-rw-r--r--make/build.xml2
-rw-r--r--make/nbproject/ide-file-targets.xml2
-rw-r--r--make/nbproject/ide-targets.xml2
-rw-r--r--make/nbproject/jdk.xml4
-rw-r--r--make/nbproject/nbjdk.properties2
-rw-r--r--make/nbproject/nbjdk.xml2
-rw-r--r--make/nbproject/project.xml2
-rw-r--r--make/project.properties2
-rw-r--r--samples/counters.js2
-rw-r--r--samples/letter.js2
-rw-r--r--samples/parser.js2
-rw-r--r--samples/shell.js2
-rw-r--r--samples/test.js2
-rw-r--r--samples/uniq.js2
-rw-r--r--src/META-INF/services/javax.script.ScriptEngineFactory2
-rw-r--r--src/jdk/nashorn/api/scripting/NashornException.java2
-rw-r--r--src/jdk/nashorn/api/scripting/NashornScriptEngine.java2
-rw-r--r--src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java2
-rw-r--r--src/jdk/nashorn/api/scripting/ScriptObjectMirror.java2
-rw-r--r--src/jdk/nashorn/api/scripting/package-info.java2
-rw-r--r--src/jdk/nashorn/api/scripting/resources/engine.js2
-rw-r--r--src/jdk/nashorn/internal/codegen/AccessSpecializer.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/BranchOptimizer.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/ClassEmitter.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/CodeGenerator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/CompileUnit.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Compiler.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/CompilerConstants.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/ConstantData.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Emitter.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Frame.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/FunctionSignature.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Lower.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/MethodEmitter.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Namespace.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/RuntimeCallSite.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/SharedScopeCall.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Splitter.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/Transform.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/WeighNodes.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/MapCreator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/ArrayType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BitwiseType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BooleanType.java4
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/BytecodeOps.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/IntType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/LongType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/NumberType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/NumericType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/ObjectType.java2
-rw-r--r--src/jdk/nashorn/internal/codegen/types/Type.java2
-rw-r--r--src/jdk/nashorn/internal/ir/AccessNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/Assignment.java2
-rw-r--r--src/jdk/nashorn/internal/ir/BaseNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/BinaryNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/Block.java2
-rw-r--r--src/jdk/nashorn/internal/ir/BreakNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/BreakableNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/CallNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/CaseNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/CatchNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ContinueNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/DoWhileNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/EmptyNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ExecuteNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ForNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/FunctionCall.java2
-rw-r--r--src/jdk/nashorn/internal/ir/FunctionNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/IdentNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/IfNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/IndexNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/LabelNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/LabeledNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/LineNumberNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/LiteralNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/Location.java2
-rw-r--r--src/jdk/nashorn/internal/ir/Node.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ObjectNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/PropertyKey.java2
-rw-r--r--src/jdk/nashorn/internal/ir/PropertyNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ReferenceNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ReturnNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/RuntimeNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/SplitNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/SwitchNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/Symbol.java2
-rw-r--r--src/jdk/nashorn/internal/ir/TernaryNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/ThrowNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/TryNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/TypeOverride.java2
-rw-r--r--src/jdk/nashorn/internal/ir/UnaryNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/VarNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/WhileNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/WithNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/annotations/ChildNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/annotations/Ignore.java2
-rw-r--r--src/jdk/nashorn/internal/ir/annotations/ParentNode.java2
-rw-r--r--src/jdk/nashorn/internal/ir/annotations/Reference.java2
-rw-r--r--src/jdk/nashorn/internal/ir/debug/ASTWriter.java2
-rw-r--r--src/jdk/nashorn/internal/ir/debug/JSONWriter.java2
-rw-r--r--src/jdk/nashorn/internal/ir/debug/PrintVisitor.java2
-rw-r--r--src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java2
-rw-r--r--src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/ArrayBufferView.java2
-rw-r--r--src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/DateParser.java2
-rw-r--r--src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/Global.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeArguments.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeArray.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeArrayBuffer.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeBoolean.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeDate.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeDebug.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeEvalError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeFloat32Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeFloat64Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeFunction.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeInt16Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeInt32Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeInt8Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeJSAdapter.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeJSON.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeJava.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeJavaImporter.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeMath.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeNumber.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeObject.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeRangeError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeReferenceError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeRegExp.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeStrictArguments.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeString.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeSyntaxError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeTypeError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeURIError.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeUint16Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeUint32Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeUint8Array.java2
-rw-r--r--src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java2
-rw-r--r--src/jdk/nashorn/internal/objects/PrototypeObject.java2
-rw-r--r--src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Attribute.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Constructor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Function.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Getter.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Property.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/ScriptClass.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Setter.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java2
-rw-r--r--src/jdk/nashorn/internal/objects/annotations/Where.java2
-rw-r--r--src/jdk/nashorn/internal/objects/package-info.java2
-rw-r--r--src/jdk/nashorn/internal/parser/AbstractParser.java2
-rw-r--r--src/jdk/nashorn/internal/parser/JSONParser.java2
-rw-r--r--src/jdk/nashorn/internal/parser/Lexer.java2
-rw-r--r--src/jdk/nashorn/internal/parser/Parser.java2
-rw-r--r--src/jdk/nashorn/internal/parser/RegExp.java2
-rw-r--r--src/jdk/nashorn/internal/parser/RegExpScanner.java2
-rw-r--r--src/jdk/nashorn/internal/parser/Scanner.java2
-rw-r--r--src/jdk/nashorn/internal/parser/Token.java2
-rw-r--r--src/jdk/nashorn/internal/parser/TokenKind.java2
-rw-r--r--src/jdk/nashorn/internal/parser/TokenLookup.java2
-rw-r--r--src/jdk/nashorn/internal/parser/TokenStream.java2
-rw-r--r--src/jdk/nashorn/internal/parser/TokenType.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/AccessorProperty.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/BitVector.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/CodeInstaller.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ConsString.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Context.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Debug.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/DebugLogger.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ECMAErrors.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ECMAException.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ErrorManager.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/FindProperty.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/FunctionScope.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/GlobalFunctions.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/GlobalObject.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/JSErrorType.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/JSType.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Logging.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/NashornLoader.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/NativeJavaPackage.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/NumberToString.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ParserException.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Property.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyAccess.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyDescriptor.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyHashMap.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyListener.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyListenerManager.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/PropertyMap.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/RegExpMatch.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Scope.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ScriptFunction.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ScriptLoader.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ScriptObject.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ScriptRuntime.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/ScriptingFunctions.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Source.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/SpillProperty.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/StructureLoader.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/URIUtils.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Undefined.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/UserAccessorProperty.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/Version.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/WithObject.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/MapIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/Bootstrap.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/InvokeByName.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/Lookup.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/Mangler.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornGuards.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornLinker.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/options/KeyValueOption.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/options/Option.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/options/OptionTemplate.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/options/Options.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/options/ValueOption.java2
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/Messages.properties2
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/Options.properties2
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js2
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/parser.js2
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/version.properties-template2
-rw-r--r--src/jdk/nashorn/internal/scripts/JO$.java2
-rw-r--r--src/jdk/nashorn/internal/scripts/JS$.java2
-rw-r--r--src/jdk/nashorn/tools/Shell.java2
-rw-r--r--src/jdk/nashorn/tools/resources/Shell.properties2
-rw-r--r--src/jdk/nashorn/tools/resources/shell.js2
-rw-r--r--src/netscape/javascript/JSObject.java2
-rw-r--r--src/overview.html4
-rw-r--r--test/examples/dual-fields-micro.js2
-rw-r--r--test/examples/innerbench.js2
-rw-r--r--test/examples/typechain.js2
-rw-r--r--test/lib/benchmark.js2
-rw-r--r--test/opt/add.js2
-rw-r--r--test/opt/add_constant.js2
-rw-r--r--test/opt/add_reuse_callsite.js2
-rw-r--r--test/opt/add_revert2.js2
-rw-r--r--test/opt/cascade_specialize.js2
-rw-r--r--test/script/assert.js2
-rw-r--r--test/script/basic/NASHORN-100.js2
-rw-r--r--test/script/basic/NASHORN-101.js2
-rw-r--r--test/script/basic/NASHORN-102.js2
-rw-r--r--test/script/basic/NASHORN-103.js2
-rw-r--r--test/script/basic/NASHORN-104.js2
-rw-r--r--test/script/basic/NASHORN-105.js2
-rw-r--r--test/script/basic/NASHORN-106.js2
-rw-r--r--test/script/basic/NASHORN-107.js2
-rw-r--r--test/script/basic/NASHORN-108.js2
-rw-r--r--test/script/basic/NASHORN-109.js2
-rw-r--r--test/script/basic/NASHORN-11.js2
-rw-r--r--test/script/basic/NASHORN-111.js2
-rw-r--r--test/script/basic/NASHORN-113.js2
-rw-r--r--test/script/basic/NASHORN-114.js2
-rw-r--r--test/script/basic/NASHORN-115.js2
-rw-r--r--test/script/basic/NASHORN-117.js2
-rw-r--r--test/script/basic/NASHORN-118.js2
-rw-r--r--test/script/basic/NASHORN-119.js2
-rw-r--r--test/script/basic/NASHORN-12.js2
-rw-r--r--test/script/basic/NASHORN-120.js2
-rw-r--r--test/script/basic/NASHORN-122.js2
-rw-r--r--test/script/basic/NASHORN-126.js2
-rw-r--r--test/script/basic/NASHORN-127.js2
-rw-r--r--test/script/basic/NASHORN-130.js2
-rw-r--r--test/script/basic/NASHORN-132.js2
-rw-r--r--test/script/basic/NASHORN-133.js2
-rw-r--r--test/script/basic/NASHORN-135.js2
-rw-r--r--test/script/basic/NASHORN-136.js2
-rw-r--r--test/script/basic/NASHORN-14.js2
-rw-r--r--test/script/basic/NASHORN-148.js2
-rw-r--r--test/script/basic/NASHORN-15.js2
-rw-r--r--test/script/basic/NASHORN-153.js2
-rw-r--r--test/script/basic/NASHORN-156.js2
-rw-r--r--test/script/basic/NASHORN-157.js2
-rw-r--r--test/script/basic/NASHORN-163.js2
-rw-r--r--test/script/basic/NASHORN-164.js2
-rw-r--r--test/script/basic/NASHORN-165.js2
-rw-r--r--test/script/basic/NASHORN-166.js2
-rw-r--r--test/script/basic/NASHORN-168.js2
-rw-r--r--test/script/basic/NASHORN-169.js2
-rw-r--r--test/script/basic/NASHORN-172.js2
-rw-r--r--test/script/basic/NASHORN-173.js2
-rw-r--r--test/script/basic/NASHORN-174.js2
-rw-r--r--test/script/basic/NASHORN-175.js2
-rw-r--r--test/script/basic/NASHORN-176.js2
-rw-r--r--test/script/basic/NASHORN-177.js2
-rw-r--r--test/script/basic/NASHORN-178.js2
-rw-r--r--test/script/basic/NASHORN-179.js2
-rw-r--r--test/script/basic/NASHORN-18.js2
-rw-r--r--test/script/basic/NASHORN-181.js2
-rw-r--r--test/script/basic/NASHORN-182.js2
-rw-r--r--test/script/basic/NASHORN-183.js2
-rw-r--r--test/script/basic/NASHORN-184.js2
-rw-r--r--test/script/basic/NASHORN-185.js2
-rw-r--r--test/script/basic/NASHORN-187.js2
-rw-r--r--test/script/basic/NASHORN-188.js2
-rw-r--r--test/script/basic/NASHORN-19.js2
-rw-r--r--test/script/basic/NASHORN-190.js2
-rw-r--r--test/script/basic/NASHORN-192.js2
-rw-r--r--test/script/basic/NASHORN-194.js2
-rw-r--r--test/script/basic/NASHORN-196.js2
-rw-r--r--test/script/basic/NASHORN-198.js2
-rw-r--r--test/script/basic/NASHORN-20.js2
-rw-r--r--test/script/basic/NASHORN-201.js2
-rw-r--r--test/script/basic/NASHORN-202.js2
-rw-r--r--test/script/basic/NASHORN-203.js2
-rw-r--r--test/script/basic/NASHORN-204.js2
-rw-r--r--test/script/basic/NASHORN-205.js2
-rw-r--r--test/script/basic/NASHORN-206.js2
-rw-r--r--test/script/basic/NASHORN-207.js2
-rw-r--r--test/script/basic/NASHORN-207_2.js2
-rw-r--r--test/script/basic/NASHORN-208.js2
-rw-r--r--test/script/basic/NASHORN-209.js2
-rw-r--r--test/script/basic/NASHORN-21.js2
-rw-r--r--test/script/basic/NASHORN-211.js2
-rw-r--r--test/script/basic/NASHORN-212.js2
-rw-r--r--test/script/basic/NASHORN-213.js2
-rw-r--r--test/script/basic/NASHORN-215.js2
-rw-r--r--test/script/basic/NASHORN-216.js2
-rw-r--r--test/script/basic/NASHORN-217.js2
-rw-r--r--test/script/basic/NASHORN-219.js2
-rw-r--r--test/script/basic/NASHORN-22.js2
-rw-r--r--test/script/basic/NASHORN-221.js2
-rw-r--r--test/script/basic/NASHORN-222.js2
-rw-r--r--test/script/basic/NASHORN-223.js2
-rw-r--r--test/script/basic/NASHORN-225.js2
-rw-r--r--test/script/basic/NASHORN-226.js2
-rw-r--r--test/script/basic/NASHORN-227.js2
-rw-r--r--test/script/basic/NASHORN-228.js2
-rw-r--r--test/script/basic/NASHORN-229.js2
-rw-r--r--test/script/basic/NASHORN-229_subtest.js2
-rw-r--r--test/script/basic/NASHORN-23.js2
-rw-r--r--test/script/basic/NASHORN-232.js2
-rw-r--r--test/script/basic/NASHORN-234.js2
-rw-r--r--test/script/basic/NASHORN-235.js2
-rw-r--r--test/script/basic/NASHORN-236.js2
-rw-r--r--test/script/basic/NASHORN-237.js2
-rw-r--r--test/script/basic/NASHORN-239.js2
-rw-r--r--test/script/basic/NASHORN-24.js2
-rw-r--r--test/script/basic/NASHORN-241.js2
-rw-r--r--test/script/basic/NASHORN-242.js2
-rw-r--r--test/script/basic/NASHORN-245.js2
-rw-r--r--test/script/basic/NASHORN-247.js2
-rw-r--r--test/script/basic/NASHORN-25.js2
-rw-r--r--test/script/basic/NASHORN-251.js2
-rw-r--r--test/script/basic/NASHORN-252.js2
-rw-r--r--test/script/basic/NASHORN-253.js2
-rw-r--r--test/script/basic/NASHORN-256.js2
-rw-r--r--test/script/basic/NASHORN-258.js2
-rw-r--r--test/script/basic/NASHORN-26.js2
-rw-r--r--test/script/basic/NASHORN-260.js2
-rw-r--r--test/script/basic/NASHORN-261.js2
-rw-r--r--test/script/basic/NASHORN-262.js2
-rw-r--r--test/script/basic/NASHORN-263.js2
-rw-r--r--test/script/basic/NASHORN-264.js2
-rw-r--r--test/script/basic/NASHORN-265.js2
-rw-r--r--test/script/basic/NASHORN-266.js2
-rw-r--r--test/script/basic/NASHORN-269.js2
-rw-r--r--test/script/basic/NASHORN-27.js2
-rw-r--r--test/script/basic/NASHORN-270.js2
-rw-r--r--test/script/basic/NASHORN-271.js2
-rw-r--r--test/script/basic/NASHORN-275.js2
-rw-r--r--test/script/basic/NASHORN-276.js2
-rw-r--r--test/script/basic/NASHORN-277.js2
-rw-r--r--test/script/basic/NASHORN-278.js2
-rw-r--r--test/script/basic/NASHORN-28.js2
-rw-r--r--test/script/basic/NASHORN-281.js2
-rw-r--r--test/script/basic/NASHORN-284.js2
-rw-r--r--test/script/basic/NASHORN-285.js2
-rw-r--r--test/script/basic/NASHORN-288.js2
-rw-r--r--test/script/basic/NASHORN-29.js2
-rw-r--r--test/script/basic/NASHORN-293.js2
-rw-r--r--test/script/basic/NASHORN-294.js2
-rw-r--r--test/script/basic/NASHORN-296.js2
-rw-r--r--test/script/basic/NASHORN-297.js2
-rw-r--r--test/script/basic/NASHORN-30.js2
-rw-r--r--test/script/basic/NASHORN-300.js2
-rw-r--r--test/script/basic/NASHORN-301.js2
-rw-r--r--test/script/basic/NASHORN-304.js2
-rw-r--r--test/script/basic/NASHORN-310.js2
-rw-r--r--test/script/basic/NASHORN-318.js2
-rw-r--r--test/script/basic/NASHORN-32.js2
-rw-r--r--test/script/basic/NASHORN-321.js2
-rw-r--r--test/script/basic/NASHORN-323.js2
-rw-r--r--test/script/basic/NASHORN-324.js2
-rw-r--r--test/script/basic/NASHORN-33.js2
-rw-r--r--test/script/basic/NASHORN-331.js2
-rw-r--r--test/script/basic/NASHORN-337.js2
-rw-r--r--test/script/basic/NASHORN-34.js2
-rw-r--r--test/script/basic/NASHORN-340.js2
-rw-r--r--test/script/basic/NASHORN-349.js2
-rw-r--r--test/script/basic/NASHORN-354.js2
-rw-r--r--test/script/basic/NASHORN-355.js2
-rw-r--r--test/script/basic/NASHORN-36.js2
-rw-r--r--test/script/basic/NASHORN-365.js2
-rw-r--r--test/script/basic/NASHORN-366.js2
-rw-r--r--test/script/basic/NASHORN-368.js2
-rw-r--r--test/script/basic/NASHORN-37.js2
-rw-r--r--test/script/basic/NASHORN-375.js2
-rw-r--r--test/script/basic/NASHORN-376.js2
-rw-r--r--test/script/basic/NASHORN-377.js2
-rw-r--r--test/script/basic/NASHORN-378.js2
-rw-r--r--test/script/basic/NASHORN-38.js2
-rw-r--r--test/script/basic/NASHORN-380.js2
-rw-r--r--test/script/basic/NASHORN-381.js2
-rw-r--r--test/script/basic/NASHORN-382.js2
-rw-r--r--test/script/basic/NASHORN-383.js2
-rw-r--r--test/script/basic/NASHORN-384.js2
-rw-r--r--test/script/basic/NASHORN-385.js2
-rw-r--r--test/script/basic/NASHORN-389.js2
-rw-r--r--test/script/basic/NASHORN-393.js2
-rw-r--r--test/script/basic/NASHORN-394.js2
-rw-r--r--test/script/basic/NASHORN-396.js2
-rw-r--r--test/script/basic/NASHORN-397.js2
-rw-r--r--test/script/basic/NASHORN-398.js2
-rw-r--r--test/script/basic/NASHORN-40.js2
-rw-r--r--test/script/basic/NASHORN-400.js2
-rw-r--r--test/script/basic/NASHORN-401.js2
-rw-r--r--test/script/basic/NASHORN-402.js2
-rw-r--r--test/script/basic/NASHORN-404.js2
-rw-r--r--test/script/basic/NASHORN-405.js2
-rw-r--r--test/script/basic/NASHORN-406.js2
-rw-r--r--test/script/basic/NASHORN-408.js2
-rw-r--r--test/script/basic/NASHORN-415.js2
-rw-r--r--test/script/basic/NASHORN-416.js2
-rw-r--r--test/script/basic/NASHORN-417.js2
-rw-r--r--test/script/basic/NASHORN-418.js2
-rw-r--r--test/script/basic/NASHORN-420.js2
-rw-r--r--test/script/basic/NASHORN-421.js2
-rw-r--r--test/script/basic/NASHORN-423.js2
-rw-r--r--test/script/basic/NASHORN-423a.js2
-rw-r--r--test/script/basic/NASHORN-424.js2
-rw-r--r--test/script/basic/NASHORN-425.js2
-rw-r--r--test/script/basic/NASHORN-426.js2
-rw-r--r--test/script/basic/NASHORN-427.js2
-rw-r--r--test/script/basic/NASHORN-428.js2
-rw-r--r--test/script/basic/NASHORN-429.js2
-rw-r--r--test/script/basic/NASHORN-432.js2
-rw-r--r--test/script/basic/NASHORN-433.js2
-rw-r--r--test/script/basic/NASHORN-434.js2
-rw-r--r--test/script/basic/NASHORN-435.js2
-rw-r--r--test/script/basic/NASHORN-437.js2
-rw-r--r--test/script/basic/NASHORN-44.js2
-rw-r--r--test/script/basic/NASHORN-441.js2
-rw-r--r--test/script/basic/NASHORN-442.js2
-rw-r--r--test/script/basic/NASHORN-443.js2
-rw-r--r--test/script/basic/NASHORN-444.js2
-rw-r--r--test/script/basic/NASHORN-445.js2
-rw-r--r--test/script/basic/NASHORN-446.js2
-rw-r--r--test/script/basic/NASHORN-447.js2
-rw-r--r--test/script/basic/NASHORN-448.js2
-rw-r--r--test/script/basic/NASHORN-449.js2
-rw-r--r--test/script/basic/NASHORN-45.js2
-rw-r--r--test/script/basic/NASHORN-450.js2
-rw-r--r--test/script/basic/NASHORN-452.js2
-rw-r--r--test/script/basic/NASHORN-459.js2
-rw-r--r--test/script/basic/NASHORN-46.js2
-rw-r--r--test/script/basic/NASHORN-462.js2
-rw-r--r--test/script/basic/NASHORN-463.js2
-rw-r--r--test/script/basic/NASHORN-468.js2
-rw-r--r--test/script/basic/NASHORN-47.js2
-rw-r--r--test/script/basic/NASHORN-473.js2
-rw-r--r--test/script/basic/NASHORN-474.js2
-rw-r--r--test/script/basic/NASHORN-478.js2
-rw-r--r--test/script/basic/NASHORN-48.js2
-rw-r--r--test/script/basic/NASHORN-481.js2
-rw-r--r--test/script/basic/NASHORN-482.js2
-rw-r--r--test/script/basic/NASHORN-484.js2
-rw-r--r--test/script/basic/NASHORN-486.js2
-rw-r--r--test/script/basic/NASHORN-487.js2
-rw-r--r--test/script/basic/NASHORN-488.js2
-rw-r--r--test/script/basic/NASHORN-49.js2
-rw-r--r--test/script/basic/NASHORN-490.js2
-rw-r--r--test/script/basic/NASHORN-494.js2
-rw-r--r--test/script/basic/NASHORN-497.js2
-rw-r--r--test/script/basic/NASHORN-498.js2
-rw-r--r--test/script/basic/NASHORN-499.js2
-rw-r--r--test/script/basic/NASHORN-50.js2
-rw-r--r--test/script/basic/NASHORN-500.js2
-rw-r--r--test/script/basic/NASHORN-503.js2
-rw-r--r--test/script/basic/NASHORN-51.js2
-rw-r--r--test/script/basic/NASHORN-511.js2
-rw-r--r--test/script/basic/NASHORN-515.js2
-rw-r--r--test/script/basic/NASHORN-516.js2
-rw-r--r--test/script/basic/NASHORN-52.js2
-rw-r--r--test/script/basic/NASHORN-534.js2
-rw-r--r--test/script/basic/NASHORN-535.js2
-rw-r--r--test/script/basic/NASHORN-544.js2
-rw-r--r--test/script/basic/NASHORN-55.js2
-rw-r--r--test/script/basic/NASHORN-554.js2
-rw-r--r--test/script/basic/NASHORN-556.js2
-rw-r--r--test/script/basic/NASHORN-56.js2
-rw-r--r--test/script/basic/NASHORN-562.js2
-rw-r--r--test/script/basic/NASHORN-565.js2
-rw-r--r--test/script/basic/NASHORN-575.js2
-rw-r--r--test/script/basic/NASHORN-58.js2
-rw-r--r--test/script/basic/NASHORN-59.js2
-rw-r--r--test/script/basic/NASHORN-592.js2
-rw-r--r--test/script/basic/NASHORN-597.js2
-rw-r--r--test/script/basic/NASHORN-60.js2
-rw-r--r--test/script/basic/NASHORN-609.js2
-rw-r--r--test/script/basic/NASHORN-61.js2
-rw-r--r--test/script/basic/NASHORN-62.js2
-rw-r--r--test/script/basic/NASHORN-620.js2
-rw-r--r--test/script/basic/NASHORN-623.js2
-rw-r--r--test/script/basic/NASHORN-627.js2
-rw-r--r--test/script/basic/NASHORN-63.js2
-rw-r--r--test/script/basic/NASHORN-637.js2
-rw-r--r--test/script/basic/NASHORN-638.js2
-rw-r--r--test/script/basic/NASHORN-639.js2
-rw-r--r--test/script/basic/NASHORN-64.js2
-rw-r--r--test/script/basic/NASHORN-642.js2
-rw-r--r--test/script/basic/NASHORN-646.js2
-rw-r--r--test/script/basic/NASHORN-653.js2
-rw-r--r--test/script/basic/NASHORN-658.js2
-rw-r--r--test/script/basic/NASHORN-659.js2
-rw-r--r--test/script/basic/NASHORN-66.js2
-rw-r--r--test/script/basic/NASHORN-664.js2
-rw-r--r--test/script/basic/NASHORN-665.js2
-rw-r--r--test/script/basic/NASHORN-67.js2
-rw-r--r--test/script/basic/NASHORN-678.js2
-rw-r--r--test/script/basic/NASHORN-68.js2
-rw-r--r--test/script/basic/NASHORN-689.js2
-rw-r--r--test/script/basic/NASHORN-69.js2
-rw-r--r--test/script/basic/NASHORN-691.js2
-rw-r--r--test/script/basic/NASHORN-694.js2
-rw-r--r--test/script/basic/NASHORN-697.js2
-rw-r--r--test/script/basic/NASHORN-703.js2
-rw-r--r--test/script/basic/NASHORN-703a.js2
-rw-r--r--test/script/basic/NASHORN-705.js2
-rw-r--r--test/script/basic/NASHORN-71.js2
-rw-r--r--test/script/basic/NASHORN-710.js2
-rw-r--r--test/script/basic/NASHORN-711.js2
-rw-r--r--test/script/basic/NASHORN-72.js2
-rw-r--r--test/script/basic/NASHORN-722.js2
-rw-r--r--test/script/basic/NASHORN-73.js2
-rw-r--r--test/script/basic/NASHORN-737.js2
-rw-r--r--test/script/basic/NASHORN-74.js2
-rw-r--r--test/script/basic/NASHORN-740.js2
-rw-r--r--test/script/basic/NASHORN-75.js2
-rw-r--r--test/script/basic/NASHORN-758.js2
-rw-r--r--test/script/basic/NASHORN-759.js2
-rw-r--r--test/script/basic/NASHORN-760.js2
-rw-r--r--test/script/basic/NASHORN-768.js2
-rw-r--r--test/script/basic/NASHORN-778.js2
-rw-r--r--test/script/basic/NASHORN-78.js2
-rw-r--r--test/script/basic/NASHORN-79.js2
-rw-r--r--test/script/basic/NASHORN-792.js2
-rw-r--r--test/script/basic/NASHORN-80.js2
-rw-r--r--test/script/basic/NASHORN-81.js2
-rw-r--r--test/script/basic/NASHORN-833.js2
-rw-r--r--test/script/basic/NASHORN-85.js2
-rw-r--r--test/script/basic/NASHORN-86.js2
-rw-r--r--test/script/basic/NASHORN-87.js2
-rw-r--r--test/script/basic/NASHORN-89.js2
-rw-r--r--test/script/basic/NASHORN-90.js2
-rw-r--r--test/script/basic/NASHORN-91.js2
-rw-r--r--test/script/basic/NASHORN-92.js2
-rw-r--r--test/script/basic/NASHORN-93.js2
-rw-r--r--test/script/basic/NASHORN-95.js2
-rw-r--r--test/script/basic/NASHORN-96.js2
-rw-r--r--test/script/basic/NASHORN-97.js2
-rw-r--r--test/script/basic/NASHORN-98.js2
-rw-r--r--test/script/basic/NASHORN-99.js2
-rw-r--r--test/script/basic/addition.js2
-rw-r--r--test/script/basic/allgettersetters.js2
-rw-r--r--test/script/basic/andor.js2
-rw-r--r--test/script/basic/anonrecur.js2
-rw-r--r--test/script/basic/applycall.js2
-rw-r--r--test/script/basic/args.js2
-rw-r--r--test/script/basic/arity.js2
-rw-r--r--test/script/basic/arrayprotoclass.js2
-rw-r--r--test/script/basic/arrays.js2
-rw-r--r--test/script/basic/arrays2.js2
-rw-r--r--test/script/basic/arraysIntKey.js2
-rw-r--r--test/script/basic/arrayset.js2
-rw-r--r--test/script/basic/arrayundefined.js2
-rw-r--r--test/script/basic/assign.js2
-rw-r--r--test/script/basic/bitwise_and.js2
-rw-r--r--test/script/basic/booleangetter.js2
-rw-r--r--test/script/basic/builtin.js2
-rw-r--r--test/script/basic/builtin_assign.js2
-rw-r--r--test/script/basic/builtinchain.js2
-rw-r--r--test/script/basic/calllink.js2
-rw-r--r--test/script/basic/closure.js2
-rw-r--r--test/script/basic/commandargs.js2
-rw-r--r--test/script/basic/compile-octane.js2
-rw-r--r--test/script/basic/condassign.js2
-rw-r--r--test/script/basic/construct.js2
-rw-r--r--test/script/basic/constructorname.js2
-rw-r--r--test/script/basic/date.js2
-rw-r--r--test/script/basic/dateparse.js2
-rw-r--r--test/script/basic/decinc.js2
-rw-r--r--test/script/basic/delete.js2
-rw-r--r--test/script/basic/delete2.js2
-rw-r--r--test/script/basic/dotpropname.js2
-rw-r--r--test/script/basic/doublecache.js2
-rw-r--r--test/script/basic/enumeration.js2
-rw-r--r--test/script/basic/errors.js2
-rw-r--r--test/script/basic/errorstack.js2
-rw-r--r--test/script/basic/eval.js2
-rw-r--r--test/script/basic/evalreturn.js2
-rw-r--r--test/script/basic/exprclosure.js2
-rw-r--r--test/script/basic/extensibility.js2
-rw-r--r--test/script/basic/fileline.js2
-rw-r--r--test/script/basic/finally-catchalls.js2
-rw-r--r--test/script/basic/finallyreturn.js2
-rw-r--r--test/script/basic/forin.js2
-rw-r--r--test/script/basic/forin2.js2
-rw-r--r--test/script/basic/funcarray.js2
-rw-r--r--test/script/basic/funcbind.js2
-rw-r--r--test/script/basic/funcconstructor.js2
-rw-r--r--test/script/basic/getclassname.js2
-rw-r--r--test/script/basic/getenv.js2
-rw-r--r--test/script/basic/getter_callsite.js2
-rw-r--r--test/script/basic/gettercalls.js2
-rw-r--r--test/script/basic/getterfunc.js2
-rw-r--r--test/script/basic/gettersetter.js2
-rw-r--r--test/script/basic/globalaccess.js2
-rw-r--r--test/script/basic/globals.js2
-rw-r--r--test/script/basic/globalscope.js2
-rw-r--r--test/script/basic/hello.js2
-rw-r--r--test/script/basic/herestr_operator.js2
-rw-r--r--test/script/basic/illegaljavaname.js2
-rw-r--r--test/script/basic/incheck.js2
-rw-r--r--test/script/basic/indexedcall.js2
-rw-r--r--test/script/basic/info.js2
-rw-r--r--test/script/basic/inherited_nonwritable.js2
-rw-r--r--test/script/basic/instanceof.js2
-rw-r--r--test/script/basic/instanceof2.js2
-rw-r--r--test/script/basic/interfaces.js2
-rw-r--r--test/script/basic/iterator.js2
-rw-r--r--test/script/basic/java.js2
-rw-r--r--test/script/basic/javaarray.js2
-rw-r--r--test/script/basic/javaarrayconversion.js2
-rw-r--r--test/script/basic/javaexceptions.js2
-rw-r--r--test/script/basic/javaimporter.js2
-rw-r--r--test/script/basic/javainnerclasses.js2
-rw-r--r--test/script/basic/javasigcall.js2
-rw-r--r--test/script/basic/jquery.js2
-rw-r--r--test/script/basic/jsadapter.js2
-rw-r--r--test/script/basic/jsadapterlink.js2
-rw-r--r--test/script/basic/json.js2
-rw-r--r--test/script/basic/list.js2
-rw-r--r--test/script/basic/literal.js2
-rw-r--r--test/script/basic/load.js2
-rw-r--r--test/script/basic/loadedfile.js2
-rw-r--r--test/script/basic/localundef.js2
-rw-r--r--test/script/basic/map.js2
-rw-r--r--test/script/basic/math.js2
-rw-r--r--test/script/basic/minuszero.js2
-rw-r--r--test/script/basic/module.js2
-rw-r--r--test/script/basic/moduleload.js2
-rw-r--r--test/script/basic/nashorn2.js2
-rw-r--r--test/script/basic/natives.js2
-rw-r--r--test/script/basic/new.js2
-rw-r--r--test/script/basic/newexpr.js2
-rw-r--r--test/script/basic/newnew.js2
-rw-r--r--test/script/basic/nonconstructors.js2
-rw-r--r--test/script/basic/nosuchmethod.js2
-rw-r--r--test/script/basic/nosuchproperty.js2
-rw-r--r--test/script/basic/number.js2
-rw-r--r--test/script/basic/numberstring.js2
-rw-r--r--test/script/basic/objectprops.js2
-rw-r--r--test/script/basic/objects.js2
-rw-r--r--test/script/basic/options.js2
-rw-r--r--test/script/basic/propchange.js2
-rw-r--r--test/script/basic/propertycheck.js2
-rw-r--r--test/script/basic/prototype.js2
-rw-r--r--test/script/basic/pushpull.js2
-rw-r--r--test/script/basic/regex.js2
-rw-r--r--test/script/basic/regexp_flags.js2
-rw-r--r--test/script/basic/run-octane.js2
-rw-r--r--test/script/basic/runsunspider.js2
-rw-r--r--test/script/basic/samfunc.js2
-rw-r--r--test/script/basic/scripting.js2
-rw-r--r--test/script/basic/scripting.js.EXPECTED2
-rw-r--r--test/script/basic/sealfreeze.js2
-rw-r--r--test/script/basic/setlength.js2
-rw-r--r--test/script/basic/stdin.js2
-rw-r--r--test/script/basic/strings.js2
-rw-r--r--test/script/basic/throws.js2
-rw-r--r--test/script/basic/tosource.js2
-rw-r--r--test/script/basic/tostring.js2
-rw-r--r--test/script/basic/try.js2
-rw-r--r--test/script/basic/trybreakcont.js2
-rw-r--r--test/script/basic/trycatch.js2
-rw-r--r--test/script/basic/trycatchfor.js2
-rw-r--r--test/script/basic/tryfinallyreturn.js2
-rw-r--r--test/script/basic/tryforbreak.js2
-rw-r--r--test/script/basic/typechange.js2
-rw-r--r--test/script/basic/typeof.js2
-rw-r--r--test/script/basic/typeof2.js2
-rw-r--r--test/script/basic/undefined.js2
-rw-r--r--test/script/basic/underscore.js2
-rw-r--r--test/script/basic/varargs.js2
-rw-r--r--test/script/basic/void.js2
-rw-r--r--test/script/basic/with.js2
-rw-r--r--test/script/basic/withprimitive.js2
-rw-r--r--test/script/basic/writable_relink.js2
-rw-r--r--test/script/basic/xorassign.js2
-rw-r--r--test/script/basic/yui.js2
-rw-r--r--test/script/error/NASHORN-154/function_mult_params_in_strict.js2
-rw-r--r--test/script/error/NASHORN-154/improper_return_break_continue.js2
-rw-r--r--test/script/error/NASHORN-154/invalid_lvalue.js2
-rw-r--r--test/script/error/NASHORN-154/literal_data_and_accessor.js2
-rw-r--r--test/script/error/NASHORN-154/literal_mult_getters.js2
-rw-r--r--test/script/error/NASHORN-154/literal_mult_prop_in_strict.js2
-rw-r--r--test/script/error/NASHORN-154/with_in_strict.js2
-rw-r--r--test/script/error/NASHORN-214.js2
-rw-r--r--test/script/error/NASHORN-35.js2
-rw-r--r--test/script/error/NASHORN-39.js2
-rw-r--r--test/script/error/NASHORN-568.js2
-rw-r--r--test/script/error/NASHORN-57.js2
-rw-r--r--test/script/error/NASHORN-668.js2
-rw-r--r--test/script/error/quotemissing.js2
-rw-r--r--test/script/error/strictmode.js2
-rw-r--r--test/script/representations/NASHORN-592a.js2
-rw-r--r--test/script/sandbox/NASHORN-525.js2
-rw-r--r--test/script/sandbox/classloader.js2
-rw-r--r--test/script/sandbox/doprivileged.js2
-rw-r--r--test/script/sandbox/exit.js2
-rw-r--r--test/script/sandbox/file.js2
-rw-r--r--test/script/sandbox/javaextend.js2
-rw-r--r--test/script/sandbox/loadLibrary.js2
-rw-r--r--test/script/sandbox/net.js2
-rw-r--r--test/script/sandbox/property.js2
-rw-r--r--test/script/sandbox/reflection.js2
-rw-r--r--test/script/sandbox/runnable.js2
-rw-r--r--test/script/sandbox/unsafe.js2
-rw-r--r--test/script/test262.js2
-rw-r--r--test/script/test262_single.js2
-rw-r--r--test/src/UnnamedPackageTestCallback.java2
-rw-r--r--test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java2
-rw-r--r--test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java2
-rw-r--r--test/src/jdk/nashorn/api/scripting/Window.java2
-rw-r--r--test/src/jdk/nashorn/api/scripting/WindowEventHandler.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/BooleanAccessTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/MethodAccessTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/NumberAccessTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/NumberBoxingTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/ObjectAccessTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/Person.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/SharedObject.java2
-rw-r--r--test/src/jdk/nashorn/internal/access/StringAccessTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/codegen/CompilerTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/parser/ParserTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/performance/AuroraWrapper.java2
-rw-r--r--test/src/jdk/nashorn/internal/performance/OctaneTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/performance/PerformanceWrapper.java2
-rw-r--r--test/src/jdk/nashorn/internal/performance/SplayTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/runtime/ContextTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/runtime/JSTypeTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/runtime/Nashorn401TestSubject.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/AbstractScriptRunnable.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/JSJUnitReportReporter.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/OrphanTestFinder.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/ParallelTestRunner.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/ScriptEvaluator.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/ScriptRunnable.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/ScriptTest.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/SeparateContextEvaluator.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/SharedContextEvaluator.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/TestConfig.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/TestFinder.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/TestHelper.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/framework/TestReorderInterceptor.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/ConstructorWithArgument.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/FinalClass.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/NoAccessibleConstructorClass.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/NonPublicClass.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/OuterClass.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/OverloadedSam.java2
-rw-r--r--test/src/jdk/nashorn/internal/test/models/OverrideObject.java2
851 files changed, 854 insertions, 854 deletions
diff --git a/bin/checkintest.sh b/bin/checkintest.sh
index a4750d58..c4a9e96c 100644
--- a/bin/checkintest.sh
+++ b/bin/checkintest.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/fixorphantests.sh b/bin/fixorphantests.sh
index d7e5f74b..604e2da0 100644
--- a/bin/fixorphantests.sh
+++ b/bin/fixorphantests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/fixwhitespace.sh b/bin/fixwhitespace.sh
index 921a233d..cac757db 100644
--- a/bin/fixwhitespace.sh
+++ b/bin/fixwhitespace.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/jjs b/bin/jjs
index ae436b27..ca531f4d 100644
--- a/bin/jjs
+++ b/bin/jjs
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/jjs.bat b/bin/jjs.bat
index a7169577..3c1c1595 100644
--- a/bin/jjs.bat
+++ b/bin/jjs.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/jjssecure b/bin/jjssecure
index 887c421d..93d38218 100644
--- a/bin/jjssecure
+++ b/bin/jjssecure
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/jjssecure.bat b/bin/jjssecure.bat
index 662b167a..2960cfc0 100644
--- a/bin/jjssecure.bat
+++ b/bin/jjssecure.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/nashorn b/bin/nashorn
index 7720f423..3fccdd04 100644
--- a/bin/nashorn
+++ b/bin/nashorn
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/nashorn.bat b/bin/nashorn.bat
index 86aafc44..2961ac69 100644
--- a/bin/nashorn.bat
+++ b/bin/nashorn.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/rm-non-tracked.sh b/bin/rm-non-tracked.sh
index aaadcf38..1eac1996 100644
--- a/bin/rm-non-tracked.sh
+++ b/bin/rm-non-tracked.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/bin/verbose_octane.bat b/bin/verbose_octane.bat
index 69abbf8b..f53d6552 100644
--- a/bin/verbose_octane.bat
+++ b/bin/verbose_octane.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/verbose_octane.sh b/bin/verbose_octane.sh
index 6a9b7eb3..9593f060 100644
--- a/bin/verbose_octane.sh
+++ b/bin/verbose_octane.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/build.xml b/buildtools/nasgen/build.xml
index e20793b7..bf56c111 100644
--- a/buildtools/nasgen/build.xml
+++ b/buildtools/nasgen/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/nasgen.iml b/buildtools/nasgen/nasgen.iml
index b67d39e9..f6c890a2 100644
--- a/buildtools/nasgen/nasgen.iml
+++ b/buildtools/nasgen/nasgen.iml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/project.properties b/buildtools/nasgen/project.properties
index 65047d95..5963f68e 100644
--- a/buildtools/nasgen/project.properties
+++ b/buildtools/nasgen/project.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java
index 3a78da41..808f2658 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ClassGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java
index 2491e630..6da3562d 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ConstructorGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java
index 96e49c1d..7c8439b3 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/Main.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java
index 62e8de2a..3fdd7c68 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MemberInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java
index 500b8224..c3dfd878 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/MethodGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java
index 7f585c03..de2f3923 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/NullVisitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java
index a8b6e639..9aeaf8f7 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/PrototypeGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java
index b5e28522..0a1579ff 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java
index 43c2bc6c..5561cfbf 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInfoCollector.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java
index c8e97370..d140585f 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/ScriptClassInstrumentor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java
index 06032733..4617eb66 100644
--- a/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java
+++ b/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/StringConstants.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/docs/genshelldoc.js b/docs/genshelldoc.js
index c3cf5c30..3d11a471 100644
--- a/docs/genshelldoc.js
+++ b/docs/genshelldoc.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/make/Makefile b/make/Makefile
index 7d768708..c3fca106 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/make/build-benchmark.xml b/make/build-benchmark.xml
index b6dce195..b5ff4d9d 100644
--- a/make/build-benchmark.xml
+++ b/make/build-benchmark.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/build-nasgen.xml b/make/build-nasgen.xml
index fe5a6782..5797befa 100644
--- a/make/build-nasgen.xml
+++ b/make/build-nasgen.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/build.xml b/make/build.xml
index 69dbf4fd..bfff7189 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/nbproject/ide-file-targets.xml b/make/nbproject/ide-file-targets.xml
index 3a957ccd..cb017bb2 100644
--- a/make/nbproject/ide-file-targets.xml
+++ b/make/nbproject/ide-file-targets.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/nbproject/ide-targets.xml b/make/nbproject/ide-targets.xml
index 281672d8..70b3e68f 100644
--- a/make/nbproject/ide-targets.xml
+++ b/make/nbproject/ide-targets.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/nbproject/jdk.xml b/make/nbproject/jdk.xml
index b6fa7ebb..2fabe8c9 100644
--- a/make/nbproject/jdk.xml
+++ b/make/nbproject/jdk.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project name="jdk" basedir=".">
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -176,4 +176,4 @@
<target name="-jdk-init" depends="-jdk-preinit,-jdk-warn,-jdk-presetdef-basic,-jdk-default"/>
-</project> \ No newline at end of file
+</project>
diff --git a/make/nbproject/nbjdk.properties b/make/nbproject/nbjdk.properties
index 6260c35a..8809e40b 100644
--- a/make/nbproject/nbjdk.properties
+++ b/make/nbproject/nbjdk.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/make/nbproject/nbjdk.xml b/make/nbproject/nbjdk.xml
index cbd7af38..102045e3 100644
--- a/make/nbproject/nbjdk.xml
+++ b/make/nbproject/nbjdk.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/nbproject/project.xml b/make/nbproject/project.xml
index ee88965a..bde88f6d 100644
--- a/make/nbproject/project.xml
+++ b/make/nbproject/project.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
diff --git a/make/project.properties b/make/project.properties
index 64ec4083..b6c85709 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/samples/counters.js b/samples/counters.js
index eb55d287..226ec3de 100644
--- a/samples/counters.js
+++ b/samples/counters.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/samples/letter.js b/samples/letter.js
index d45bd086..cbee92d0 100644
--- a/samples/letter.js
+++ b/samples/letter.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/samples/parser.js b/samples/parser.js
index a738c03b..2f172ccc 100644
--- a/samples/parser.js
+++ b/samples/parser.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/samples/shell.js b/samples/shell.js
index 380e6d70..fc4ce9aa 100644
--- a/samples/shell.js
+++ b/samples/shell.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/samples/test.js b/samples/test.js
index e1d30b0a..e2f8c934 100644
--- a/samples/test.js
+++ b/samples/test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/samples/uniq.js b/samples/uniq.js
index 157c4f59..3da8480b 100644
--- a/samples/uniq.js
+++ b/samples/uniq.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/META-INF/services/javax.script.ScriptEngineFactory b/src/META-INF/services/javax.script.ScriptEngineFactory
index ec7da013..60a8f56b 100644
--- a/src/META-INF/services/javax.script.ScriptEngineFactory
+++ b/src/META-INF/services/javax.script.ScriptEngineFactory
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/NashornException.java b/src/jdk/nashorn/api/scripting/NashornException.java
index f1a42648..75a62a80 100644
--- a/src/jdk/nashorn/api/scripting/NashornException.java
+++ b/src/jdk/nashorn/api/scripting/NashornException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/NashornScriptEngine.java b/src/jdk/nashorn/api/scripting/NashornScriptEngine.java
index 3fde40aa..112f4df5 100644
--- a/src/jdk/nashorn/api/scripting/NashornScriptEngine.java
+++ b/src/jdk/nashorn/api/scripting/NashornScriptEngine.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java b/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java
index 2bb6a348..fe80e916 100644
--- a/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java
+++ b/src/jdk/nashorn/api/scripting/NashornScriptEngineFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java b/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java
index 44021fad..c969cf9c 100644
--- a/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java
+++ b/src/jdk/nashorn/api/scripting/ScriptObjectMirror.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/package-info.java b/src/jdk/nashorn/api/scripting/package-info.java
index 32472901..6876151e 100644
--- a/src/jdk/nashorn/api/scripting/package-info.java
+++ b/src/jdk/nashorn/api/scripting/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/api/scripting/resources/engine.js b/src/jdk/nashorn/api/scripting/resources/engine.js
index 49e8d45b..2aba16fc 100644
--- a/src/jdk/nashorn/api/scripting/resources/engine.js
+++ b/src/jdk/nashorn/api/scripting/resources/engine.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/AccessSpecializer.java b/src/jdk/nashorn/internal/codegen/AccessSpecializer.java
index 56a3e7ec..6db7e6ec 100644
--- a/src/jdk/nashorn/internal/codegen/AccessSpecializer.java
+++ b/src/jdk/nashorn/internal/codegen/AccessSpecializer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/BranchOptimizer.java b/src/jdk/nashorn/internal/codegen/BranchOptimizer.java
index e15633f8..a864d553 100644
--- a/src/jdk/nashorn/internal/codegen/BranchOptimizer.java
+++ b/src/jdk/nashorn/internal/codegen/BranchOptimizer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/ClassEmitter.java b/src/jdk/nashorn/internal/codegen/ClassEmitter.java
index 9b95cf83..8ad81238 100644
--- a/src/jdk/nashorn/internal/codegen/ClassEmitter.java
+++ b/src/jdk/nashorn/internal/codegen/ClassEmitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/CodeGenerator.java b/src/jdk/nashorn/internal/codegen/CodeGenerator.java
index 71dc3a7b..539bcdb4 100644
--- a/src/jdk/nashorn/internal/codegen/CodeGenerator.java
+++ b/src/jdk/nashorn/internal/codegen/CodeGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/CompileUnit.java b/src/jdk/nashorn/internal/codegen/CompileUnit.java
index 676348e1..727d9e34 100644
--- a/src/jdk/nashorn/internal/codegen/CompileUnit.java
+++ b/src/jdk/nashorn/internal/codegen/CompileUnit.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Compiler.java b/src/jdk/nashorn/internal/codegen/Compiler.java
index f7ddfd32..bc0ff53b 100644
--- a/src/jdk/nashorn/internal/codegen/Compiler.java
+++ b/src/jdk/nashorn/internal/codegen/Compiler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/CompilerConstants.java b/src/jdk/nashorn/internal/codegen/CompilerConstants.java
index 7da72cdc..a77bd0b5 100644
--- a/src/jdk/nashorn/internal/codegen/CompilerConstants.java
+++ b/src/jdk/nashorn/internal/codegen/CompilerConstants.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/ConstantData.java b/src/jdk/nashorn/internal/codegen/ConstantData.java
index f02144a6..0862f1ef 100644
--- a/src/jdk/nashorn/internal/codegen/ConstantData.java
+++ b/src/jdk/nashorn/internal/codegen/ConstantData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Emitter.java b/src/jdk/nashorn/internal/codegen/Emitter.java
index a17b38bb..b9feeebd 100644
--- a/src/jdk/nashorn/internal/codegen/Emitter.java
+++ b/src/jdk/nashorn/internal/codegen/Emitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Frame.java b/src/jdk/nashorn/internal/codegen/Frame.java
index 4ec6f895..b72456b2 100644
--- a/src/jdk/nashorn/internal/codegen/Frame.java
+++ b/src/jdk/nashorn/internal/codegen/Frame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/FunctionSignature.java b/src/jdk/nashorn/internal/codegen/FunctionSignature.java
index df587441..c4b2955a 100644
--- a/src/jdk/nashorn/internal/codegen/FunctionSignature.java
+++ b/src/jdk/nashorn/internal/codegen/FunctionSignature.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Lower.java b/src/jdk/nashorn/internal/codegen/Lower.java
index 20ed637b..2cfe978b 100644
--- a/src/jdk/nashorn/internal/codegen/Lower.java
+++ b/src/jdk/nashorn/internal/codegen/Lower.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/MethodEmitter.java b/src/jdk/nashorn/internal/codegen/MethodEmitter.java
index 3f7d3558..78d5ab77 100644
--- a/src/jdk/nashorn/internal/codegen/MethodEmitter.java
+++ b/src/jdk/nashorn/internal/codegen/MethodEmitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Namespace.java b/src/jdk/nashorn/internal/codegen/Namespace.java
index 639dc7f3..02fdb942 100644
--- a/src/jdk/nashorn/internal/codegen/Namespace.java
+++ b/src/jdk/nashorn/internal/codegen/Namespace.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java b/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java
index 921c1f66..180f5583 100644
--- a/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java
+++ b/src/jdk/nashorn/internal/codegen/RuntimeCallSite.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/SharedScopeCall.java b/src/jdk/nashorn/internal/codegen/SharedScopeCall.java
index 376416de..e4291a96 100644
--- a/src/jdk/nashorn/internal/codegen/SharedScopeCall.java
+++ b/src/jdk/nashorn/internal/codegen/SharedScopeCall.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Splitter.java b/src/jdk/nashorn/internal/codegen/Splitter.java
index f6053a70..c692035d 100644
--- a/src/jdk/nashorn/internal/codegen/Splitter.java
+++ b/src/jdk/nashorn/internal/codegen/Splitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/Transform.java b/src/jdk/nashorn/internal/codegen/Transform.java
index d250102c..b3355fdb 100644
--- a/src/jdk/nashorn/internal/codegen/Transform.java
+++ b/src/jdk/nashorn/internal/codegen/Transform.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/WeighNodes.java b/src/jdk/nashorn/internal/codegen/WeighNodes.java
index 040907dc..d8499547 100644
--- a/src/jdk/nashorn/internal/codegen/WeighNodes.java
+++ b/src/jdk/nashorn/internal/codegen/WeighNodes.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java b/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java
index 9d04ca1b..3e6a69d8 100644
--- a/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/FieldObjectCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java b/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java
index 31635f31..b705eb21 100644
--- a/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/FunctionObjectCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/MapCreator.java b/src/jdk/nashorn/internal/codegen/objects/MapCreator.java
index 9483666b..da3a47fc 100644
--- a/src/jdk/nashorn/internal/codegen/objects/MapCreator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/MapCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java b/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java
index 881a8337..813152b8 100644
--- a/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/ObjectClassGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java b/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java
index c812bb7f..6a6e9dc1 100644
--- a/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/ObjectCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java b/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java
index 9da97241..c61100a3 100644
--- a/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java
+++ b/src/jdk/nashorn/internal/codegen/objects/ObjectMapCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/ArrayType.java b/src/jdk/nashorn/internal/codegen/types/ArrayType.java
index d6e477b7..b6701df4 100644
--- a/src/jdk/nashorn/internal/codegen/types/ArrayType.java
+++ b/src/jdk/nashorn/internal/codegen/types/ArrayType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BitwiseType.java b/src/jdk/nashorn/internal/codegen/types/BitwiseType.java
index b0194ef4..dbd0aa14 100644
--- a/src/jdk/nashorn/internal/codegen/types/BitwiseType.java
+++ b/src/jdk/nashorn/internal/codegen/types/BitwiseType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BooleanType.java b/src/jdk/nashorn/internal/codegen/types/BooleanType.java
index f576aff3..2a7a5044 100644
--- a/src/jdk/nashorn/internal/codegen/types/BooleanType.java
+++ b/src/jdk/nashorn/internal/codegen/types/BooleanType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,7 @@
*/
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java b/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java
index 915b5459..d38cec31 100644
--- a/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java
+++ b/src/jdk/nashorn/internal/codegen/types/BytecodeArrayOps.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java b/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java
index d7d7bff4..ca3e1d3f 100644
--- a/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java
+++ b/src/jdk/nashorn/internal/codegen/types/BytecodeBitwiseOps.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java b/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java
index 9a6716e9..ae530281 100644
--- a/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java
+++ b/src/jdk/nashorn/internal/codegen/types/BytecodeNumericOps.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java b/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java
index 6f073875..bbbddf94 100644
--- a/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java
+++ b/src/jdk/nashorn/internal/codegen/types/BytecodeOps.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/IntType.java b/src/jdk/nashorn/internal/codegen/types/IntType.java
index f9e6c5a0..fc54b124 100644
--- a/src/jdk/nashorn/internal/codegen/types/IntType.java
+++ b/src/jdk/nashorn/internal/codegen/types/IntType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/LongType.java b/src/jdk/nashorn/internal/codegen/types/LongType.java
index 5eea3e0c..7df5bfed 100644
--- a/src/jdk/nashorn/internal/codegen/types/LongType.java
+++ b/src/jdk/nashorn/internal/codegen/types/LongType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/NumberType.java b/src/jdk/nashorn/internal/codegen/types/NumberType.java
index cafc5118..980c002f 100644
--- a/src/jdk/nashorn/internal/codegen/types/NumberType.java
+++ b/src/jdk/nashorn/internal/codegen/types/NumberType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/NumericType.java b/src/jdk/nashorn/internal/codegen/types/NumericType.java
index 4ae928b9..597ff578 100644
--- a/src/jdk/nashorn/internal/codegen/types/NumericType.java
+++ b/src/jdk/nashorn/internal/codegen/types/NumericType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/ObjectType.java b/src/jdk/nashorn/internal/codegen/types/ObjectType.java
index cb14f771..05fd21f1 100644
--- a/src/jdk/nashorn/internal/codegen/types/ObjectType.java
+++ b/src/jdk/nashorn/internal/codegen/types/ObjectType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/codegen/types/Type.java b/src/jdk/nashorn/internal/codegen/types/Type.java
index 67bb3028..8646e7d0 100644
--- a/src/jdk/nashorn/internal/codegen/types/Type.java
+++ b/src/jdk/nashorn/internal/codegen/types/Type.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/AccessNode.java b/src/jdk/nashorn/internal/ir/AccessNode.java
index b45ae8ff..4f85bd47 100644
--- a/src/jdk/nashorn/internal/ir/AccessNode.java
+++ b/src/jdk/nashorn/internal/ir/AccessNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/Assignment.java b/src/jdk/nashorn/internal/ir/Assignment.java
index eb590874..142a7062 100644
--- a/src/jdk/nashorn/internal/ir/Assignment.java
+++ b/src/jdk/nashorn/internal/ir/Assignment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/BaseNode.java b/src/jdk/nashorn/internal/ir/BaseNode.java
index 12c56a29..a0522ff4 100644
--- a/src/jdk/nashorn/internal/ir/BaseNode.java
+++ b/src/jdk/nashorn/internal/ir/BaseNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/BinaryNode.java b/src/jdk/nashorn/internal/ir/BinaryNode.java
index 0d141745..d1db336d 100644
--- a/src/jdk/nashorn/internal/ir/BinaryNode.java
+++ b/src/jdk/nashorn/internal/ir/BinaryNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/Block.java b/src/jdk/nashorn/internal/ir/Block.java
index f9e48c0d..1d220a59 100644
--- a/src/jdk/nashorn/internal/ir/Block.java
+++ b/src/jdk/nashorn/internal/ir/Block.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/BreakNode.java b/src/jdk/nashorn/internal/ir/BreakNode.java
index 4e7f2ce2..ae792cf8 100644
--- a/src/jdk/nashorn/internal/ir/BreakNode.java
+++ b/src/jdk/nashorn/internal/ir/BreakNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/BreakableNode.java b/src/jdk/nashorn/internal/ir/BreakableNode.java
index 12d8b38e..10334818 100644
--- a/src/jdk/nashorn/internal/ir/BreakableNode.java
+++ b/src/jdk/nashorn/internal/ir/BreakableNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/CallNode.java b/src/jdk/nashorn/internal/ir/CallNode.java
index a6998196..9699a7cd 100644
--- a/src/jdk/nashorn/internal/ir/CallNode.java
+++ b/src/jdk/nashorn/internal/ir/CallNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/CaseNode.java b/src/jdk/nashorn/internal/ir/CaseNode.java
index 0bd34563..fa13776c 100644
--- a/src/jdk/nashorn/internal/ir/CaseNode.java
+++ b/src/jdk/nashorn/internal/ir/CaseNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/CatchNode.java b/src/jdk/nashorn/internal/ir/CatchNode.java
index 100ca150..fa61cfce 100644
--- a/src/jdk/nashorn/internal/ir/CatchNode.java
+++ b/src/jdk/nashorn/internal/ir/CatchNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ContinueNode.java b/src/jdk/nashorn/internal/ir/ContinueNode.java
index 017a24ec..ce817d85 100644
--- a/src/jdk/nashorn/internal/ir/ContinueNode.java
+++ b/src/jdk/nashorn/internal/ir/ContinueNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/DoWhileNode.java b/src/jdk/nashorn/internal/ir/DoWhileNode.java
index c57d232c..476643a1 100644
--- a/src/jdk/nashorn/internal/ir/DoWhileNode.java
+++ b/src/jdk/nashorn/internal/ir/DoWhileNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/EmptyNode.java b/src/jdk/nashorn/internal/ir/EmptyNode.java
index 4fff4be2..0bfacd5d 100644
--- a/src/jdk/nashorn/internal/ir/EmptyNode.java
+++ b/src/jdk/nashorn/internal/ir/EmptyNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ExecuteNode.java b/src/jdk/nashorn/internal/ir/ExecuteNode.java
index 8211d4da..f30dd3f1 100644
--- a/src/jdk/nashorn/internal/ir/ExecuteNode.java
+++ b/src/jdk/nashorn/internal/ir/ExecuteNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ForNode.java b/src/jdk/nashorn/internal/ir/ForNode.java
index 71f92e84..53b56752 100644
--- a/src/jdk/nashorn/internal/ir/ForNode.java
+++ b/src/jdk/nashorn/internal/ir/ForNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/FunctionCall.java b/src/jdk/nashorn/internal/ir/FunctionCall.java
index 2830fe1b..73a6c625 100644
--- a/src/jdk/nashorn/internal/ir/FunctionCall.java
+++ b/src/jdk/nashorn/internal/ir/FunctionCall.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/FunctionNode.java b/src/jdk/nashorn/internal/ir/FunctionNode.java
index 6d40eae9..dda3ae9d 100644
--- a/src/jdk/nashorn/internal/ir/FunctionNode.java
+++ b/src/jdk/nashorn/internal/ir/FunctionNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/IdentNode.java b/src/jdk/nashorn/internal/ir/IdentNode.java
index e9e9dec8..19692a70 100644
--- a/src/jdk/nashorn/internal/ir/IdentNode.java
+++ b/src/jdk/nashorn/internal/ir/IdentNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/IfNode.java b/src/jdk/nashorn/internal/ir/IfNode.java
index a51b8e78..81148c38 100644
--- a/src/jdk/nashorn/internal/ir/IfNode.java
+++ b/src/jdk/nashorn/internal/ir/IfNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/IndexNode.java b/src/jdk/nashorn/internal/ir/IndexNode.java
index fdd0e25b..bbce0a3b 100644
--- a/src/jdk/nashorn/internal/ir/IndexNode.java
+++ b/src/jdk/nashorn/internal/ir/IndexNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/LabelNode.java b/src/jdk/nashorn/internal/ir/LabelNode.java
index 23802b0f..4fd8b94b 100644
--- a/src/jdk/nashorn/internal/ir/LabelNode.java
+++ b/src/jdk/nashorn/internal/ir/LabelNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/LabeledNode.java b/src/jdk/nashorn/internal/ir/LabeledNode.java
index 84bd0019..59e310fe 100644
--- a/src/jdk/nashorn/internal/ir/LabeledNode.java
+++ b/src/jdk/nashorn/internal/ir/LabeledNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/LineNumberNode.java b/src/jdk/nashorn/internal/ir/LineNumberNode.java
index 89122182..a826afbb 100644
--- a/src/jdk/nashorn/internal/ir/LineNumberNode.java
+++ b/src/jdk/nashorn/internal/ir/LineNumberNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/LiteralNode.java b/src/jdk/nashorn/internal/ir/LiteralNode.java
index 648f496b..8cd333b9 100644
--- a/src/jdk/nashorn/internal/ir/LiteralNode.java
+++ b/src/jdk/nashorn/internal/ir/LiteralNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/Location.java b/src/jdk/nashorn/internal/ir/Location.java
index d374bf88..16ee680d 100644
--- a/src/jdk/nashorn/internal/ir/Location.java
+++ b/src/jdk/nashorn/internal/ir/Location.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/Node.java b/src/jdk/nashorn/internal/ir/Node.java
index 51fc7031..6568a6d6 100644
--- a/src/jdk/nashorn/internal/ir/Node.java
+++ b/src/jdk/nashorn/internal/ir/Node.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ObjectNode.java b/src/jdk/nashorn/internal/ir/ObjectNode.java
index 071ffc2a..2013bfc8 100644
--- a/src/jdk/nashorn/internal/ir/ObjectNode.java
+++ b/src/jdk/nashorn/internal/ir/ObjectNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/PropertyKey.java b/src/jdk/nashorn/internal/ir/PropertyKey.java
index cee86308..e4a72aa5 100644
--- a/src/jdk/nashorn/internal/ir/PropertyKey.java
+++ b/src/jdk/nashorn/internal/ir/PropertyKey.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/PropertyNode.java b/src/jdk/nashorn/internal/ir/PropertyNode.java
index e8f39b38..75103377 100644
--- a/src/jdk/nashorn/internal/ir/PropertyNode.java
+++ b/src/jdk/nashorn/internal/ir/PropertyNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ReferenceNode.java b/src/jdk/nashorn/internal/ir/ReferenceNode.java
index 01b287b1..7e2c617d 100644
--- a/src/jdk/nashorn/internal/ir/ReferenceNode.java
+++ b/src/jdk/nashorn/internal/ir/ReferenceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ReturnNode.java b/src/jdk/nashorn/internal/ir/ReturnNode.java
index 14367d18..77e202d2 100644
--- a/src/jdk/nashorn/internal/ir/ReturnNode.java
+++ b/src/jdk/nashorn/internal/ir/ReturnNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/RuntimeNode.java b/src/jdk/nashorn/internal/ir/RuntimeNode.java
index 6e7d2221..ba3913f1 100644
--- a/src/jdk/nashorn/internal/ir/RuntimeNode.java
+++ b/src/jdk/nashorn/internal/ir/RuntimeNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/SplitNode.java b/src/jdk/nashorn/internal/ir/SplitNode.java
index f4ced601..66113f28 100644
--- a/src/jdk/nashorn/internal/ir/SplitNode.java
+++ b/src/jdk/nashorn/internal/ir/SplitNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/SwitchNode.java b/src/jdk/nashorn/internal/ir/SwitchNode.java
index d7542fb8..344d1772 100644
--- a/src/jdk/nashorn/internal/ir/SwitchNode.java
+++ b/src/jdk/nashorn/internal/ir/SwitchNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/Symbol.java b/src/jdk/nashorn/internal/ir/Symbol.java
index 9d1481eb..944829ec 100644
--- a/src/jdk/nashorn/internal/ir/Symbol.java
+++ b/src/jdk/nashorn/internal/ir/Symbol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/TernaryNode.java b/src/jdk/nashorn/internal/ir/TernaryNode.java
index 1df74b6e..d25a7886 100644
--- a/src/jdk/nashorn/internal/ir/TernaryNode.java
+++ b/src/jdk/nashorn/internal/ir/TernaryNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/ThrowNode.java b/src/jdk/nashorn/internal/ir/ThrowNode.java
index f87886ac..eae912c7 100644
--- a/src/jdk/nashorn/internal/ir/ThrowNode.java
+++ b/src/jdk/nashorn/internal/ir/ThrowNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/TryNode.java b/src/jdk/nashorn/internal/ir/TryNode.java
index 68201b63..1bb1aa60 100644
--- a/src/jdk/nashorn/internal/ir/TryNode.java
+++ b/src/jdk/nashorn/internal/ir/TryNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/TypeOverride.java b/src/jdk/nashorn/internal/ir/TypeOverride.java
index e7449c95..8321318a 100644
--- a/src/jdk/nashorn/internal/ir/TypeOverride.java
+++ b/src/jdk/nashorn/internal/ir/TypeOverride.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/UnaryNode.java b/src/jdk/nashorn/internal/ir/UnaryNode.java
index 3286fa3a..405a9b3a 100644
--- a/src/jdk/nashorn/internal/ir/UnaryNode.java
+++ b/src/jdk/nashorn/internal/ir/UnaryNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/VarNode.java b/src/jdk/nashorn/internal/ir/VarNode.java
index 706de777..2b080ea7 100644
--- a/src/jdk/nashorn/internal/ir/VarNode.java
+++ b/src/jdk/nashorn/internal/ir/VarNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/WhileNode.java b/src/jdk/nashorn/internal/ir/WhileNode.java
index 592cea21..3af2f53c 100644
--- a/src/jdk/nashorn/internal/ir/WhileNode.java
+++ b/src/jdk/nashorn/internal/ir/WhileNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/WithNode.java b/src/jdk/nashorn/internal/ir/WithNode.java
index 22698f38..1586ab5a 100644
--- a/src/jdk/nashorn/internal/ir/WithNode.java
+++ b/src/jdk/nashorn/internal/ir/WithNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/annotations/ChildNode.java b/src/jdk/nashorn/internal/ir/annotations/ChildNode.java
index 05e290ee..181c63d8 100644
--- a/src/jdk/nashorn/internal/ir/annotations/ChildNode.java
+++ b/src/jdk/nashorn/internal/ir/annotations/ChildNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/annotations/Ignore.java b/src/jdk/nashorn/internal/ir/annotations/Ignore.java
index 609c3316..171eacce 100644
--- a/src/jdk/nashorn/internal/ir/annotations/Ignore.java
+++ b/src/jdk/nashorn/internal/ir/annotations/Ignore.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/annotations/ParentNode.java b/src/jdk/nashorn/internal/ir/annotations/ParentNode.java
index 65d1e572..6a9de3a4 100644
--- a/src/jdk/nashorn/internal/ir/annotations/ParentNode.java
+++ b/src/jdk/nashorn/internal/ir/annotations/ParentNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/annotations/Reference.java b/src/jdk/nashorn/internal/ir/annotations/Reference.java
index ed1f74f2..1dd002c1 100644
--- a/src/jdk/nashorn/internal/ir/annotations/Reference.java
+++ b/src/jdk/nashorn/internal/ir/annotations/Reference.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/debug/ASTWriter.java b/src/jdk/nashorn/internal/ir/debug/ASTWriter.java
index dae7afa9..9b4f4810 100644
--- a/src/jdk/nashorn/internal/ir/debug/ASTWriter.java
+++ b/src/jdk/nashorn/internal/ir/debug/ASTWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/debug/JSONWriter.java b/src/jdk/nashorn/internal/ir/debug/JSONWriter.java
index dbf8383f..a00e1ca0 100644
--- a/src/jdk/nashorn/internal/ir/debug/JSONWriter.java
+++ b/src/jdk/nashorn/internal/ir/debug/JSONWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java b/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java
index 354ee91e..11b8dbd5 100644
--- a/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java
+++ b/src/jdk/nashorn/internal/ir/debug/PrintVisitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java b/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java
index d76dfb8b..b4ffe6c0 100644
--- a/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java
+++ b/src/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java b/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java
index 9b9c1c82..63cb5bd9 100644
--- a/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java
+++ b/src/jdk/nashorn/internal/ir/visitor/NodeVisitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java b/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java
index 0ad759e7..87fcfd41 100644
--- a/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java
+++ b/src/jdk/nashorn/internal/objects/AccessorPropertyDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/ArrayBufferView.java b/src/jdk/nashorn/internal/objects/ArrayBufferView.java
index 35616a11..a442a387 100644
--- a/src/jdk/nashorn/internal/objects/ArrayBufferView.java
+++ b/src/jdk/nashorn/internal/objects/ArrayBufferView.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java b/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java
index 13863e59..cfc70476 100644
--- a/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java
+++ b/src/jdk/nashorn/internal/objects/DataPropertyDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/DateParser.java b/src/jdk/nashorn/internal/objects/DateParser.java
index c5e17a86..db0f74d0 100644
--- a/src/jdk/nashorn/internal/objects/DateParser.java
+++ b/src/jdk/nashorn/internal/objects/DateParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java b/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java
index 6fc69632..bd8ad453 100644
--- a/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java
+++ b/src/jdk/nashorn/internal/objects/GenericPropertyDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/Global.java b/src/jdk/nashorn/internal/objects/Global.java
index 39528960..ca907f43 100644
--- a/src/jdk/nashorn/internal/objects/Global.java
+++ b/src/jdk/nashorn/internal/objects/Global.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeArguments.java b/src/jdk/nashorn/internal/objects/NativeArguments.java
index f6ef19b9..d28431f7 100644
--- a/src/jdk/nashorn/internal/objects/NativeArguments.java
+++ b/src/jdk/nashorn/internal/objects/NativeArguments.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeArray.java b/src/jdk/nashorn/internal/objects/NativeArray.java
index 1a4ff783..a13eb15d 100644
--- a/src/jdk/nashorn/internal/objects/NativeArray.java
+++ b/src/jdk/nashorn/internal/objects/NativeArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java b/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java
index 3899760a..ce954f89 100644
--- a/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java
+++ b/src/jdk/nashorn/internal/objects/NativeArrayBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeBoolean.java b/src/jdk/nashorn/internal/objects/NativeBoolean.java
index 6b47a66e..ae7d1644 100644
--- a/src/jdk/nashorn/internal/objects/NativeBoolean.java
+++ b/src/jdk/nashorn/internal/objects/NativeBoolean.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeDate.java b/src/jdk/nashorn/internal/objects/NativeDate.java
index d9812cb2..dcf1b0a1 100644
--- a/src/jdk/nashorn/internal/objects/NativeDate.java
+++ b/src/jdk/nashorn/internal/objects/NativeDate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeDebug.java b/src/jdk/nashorn/internal/objects/NativeDebug.java
index 3c11e3de..6634706d 100644
--- a/src/jdk/nashorn/internal/objects/NativeDebug.java
+++ b/src/jdk/nashorn/internal/objects/NativeDebug.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeError.java b/src/jdk/nashorn/internal/objects/NativeError.java
index 7f4350f0..3a1874dd 100644
--- a/src/jdk/nashorn/internal/objects/NativeError.java
+++ b/src/jdk/nashorn/internal/objects/NativeError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeEvalError.java b/src/jdk/nashorn/internal/objects/NativeEvalError.java
index d8583eac..e4e0498f 100644
--- a/src/jdk/nashorn/internal/objects/NativeEvalError.java
+++ b/src/jdk/nashorn/internal/objects/NativeEvalError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeFloat32Array.java b/src/jdk/nashorn/internal/objects/NativeFloat32Array.java
index a325762a..7275320e 100644
--- a/src/jdk/nashorn/internal/objects/NativeFloat32Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeFloat32Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeFloat64Array.java b/src/jdk/nashorn/internal/objects/NativeFloat64Array.java
index a340d3c1..21cc3548 100644
--- a/src/jdk/nashorn/internal/objects/NativeFloat64Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeFloat64Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeFunction.java b/src/jdk/nashorn/internal/objects/NativeFunction.java
index 20a26035..18a93ca6 100644
--- a/src/jdk/nashorn/internal/objects/NativeFunction.java
+++ b/src/jdk/nashorn/internal/objects/NativeFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeInt16Array.java b/src/jdk/nashorn/internal/objects/NativeInt16Array.java
index a58af75a..9991b29b 100644
--- a/src/jdk/nashorn/internal/objects/NativeInt16Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeInt16Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeInt32Array.java b/src/jdk/nashorn/internal/objects/NativeInt32Array.java
index 280ba491..833e2dce 100644
--- a/src/jdk/nashorn/internal/objects/NativeInt32Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeInt32Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeInt8Array.java b/src/jdk/nashorn/internal/objects/NativeInt8Array.java
index 58fcb757..1d527ba9 100644
--- a/src/jdk/nashorn/internal/objects/NativeInt8Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeInt8Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeJSAdapter.java b/src/jdk/nashorn/internal/objects/NativeJSAdapter.java
index 2dae18f0..edc9ca4c 100644
--- a/src/jdk/nashorn/internal/objects/NativeJSAdapter.java
+++ b/src/jdk/nashorn/internal/objects/NativeJSAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeJSON.java b/src/jdk/nashorn/internal/objects/NativeJSON.java
index 88164ee7..861ef348 100644
--- a/src/jdk/nashorn/internal/objects/NativeJSON.java
+++ b/src/jdk/nashorn/internal/objects/NativeJSON.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeJava.java b/src/jdk/nashorn/internal/objects/NativeJava.java
index e38ed6f0..31ec590d 100644
--- a/src/jdk/nashorn/internal/objects/NativeJava.java
+++ b/src/jdk/nashorn/internal/objects/NativeJava.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeJavaImporter.java b/src/jdk/nashorn/internal/objects/NativeJavaImporter.java
index 49b6dc78..e8e8092f 100644
--- a/src/jdk/nashorn/internal/objects/NativeJavaImporter.java
+++ b/src/jdk/nashorn/internal/objects/NativeJavaImporter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeMath.java b/src/jdk/nashorn/internal/objects/NativeMath.java
index 94d1883b..7f330efc 100644
--- a/src/jdk/nashorn/internal/objects/NativeMath.java
+++ b/src/jdk/nashorn/internal/objects/NativeMath.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeNumber.java b/src/jdk/nashorn/internal/objects/NativeNumber.java
index 1fdeb293..11caa5ee 100644
--- a/src/jdk/nashorn/internal/objects/NativeNumber.java
+++ b/src/jdk/nashorn/internal/objects/NativeNumber.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeObject.java b/src/jdk/nashorn/internal/objects/NativeObject.java
index a26dadf7..ea7a2237 100644
--- a/src/jdk/nashorn/internal/objects/NativeObject.java
+++ b/src/jdk/nashorn/internal/objects/NativeObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeRangeError.java b/src/jdk/nashorn/internal/objects/NativeRangeError.java
index af80f38e..460edf44 100644
--- a/src/jdk/nashorn/internal/objects/NativeRangeError.java
+++ b/src/jdk/nashorn/internal/objects/NativeRangeError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeReferenceError.java b/src/jdk/nashorn/internal/objects/NativeReferenceError.java
index 5ac50dae..16d7752d 100644
--- a/src/jdk/nashorn/internal/objects/NativeReferenceError.java
+++ b/src/jdk/nashorn/internal/objects/NativeReferenceError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeRegExp.java b/src/jdk/nashorn/internal/objects/NativeRegExp.java
index b3ca9a8d..bacdc833 100644
--- a/src/jdk/nashorn/internal/objects/NativeRegExp.java
+++ b/src/jdk/nashorn/internal/objects/NativeRegExp.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java b/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java
index 2f2bdff8..628441cf 100644
--- a/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java
+++ b/src/jdk/nashorn/internal/objects/NativeRegExpExecResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeStrictArguments.java b/src/jdk/nashorn/internal/objects/NativeStrictArguments.java
index c32ea273..5d24f449 100644
--- a/src/jdk/nashorn/internal/objects/NativeStrictArguments.java
+++ b/src/jdk/nashorn/internal/objects/NativeStrictArguments.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeString.java b/src/jdk/nashorn/internal/objects/NativeString.java
index 99a594cf..b72fdb55 100644
--- a/src/jdk/nashorn/internal/objects/NativeString.java
+++ b/src/jdk/nashorn/internal/objects/NativeString.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeSyntaxError.java b/src/jdk/nashorn/internal/objects/NativeSyntaxError.java
index 25c16b07..477006f4 100644
--- a/src/jdk/nashorn/internal/objects/NativeSyntaxError.java
+++ b/src/jdk/nashorn/internal/objects/NativeSyntaxError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeTypeError.java b/src/jdk/nashorn/internal/objects/NativeTypeError.java
index 93b61bc0..9d7d5241 100644
--- a/src/jdk/nashorn/internal/objects/NativeTypeError.java
+++ b/src/jdk/nashorn/internal/objects/NativeTypeError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeURIError.java b/src/jdk/nashorn/internal/objects/NativeURIError.java
index 61eb257a..eaad3400 100644
--- a/src/jdk/nashorn/internal/objects/NativeURIError.java
+++ b/src/jdk/nashorn/internal/objects/NativeURIError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeUint16Array.java b/src/jdk/nashorn/internal/objects/NativeUint16Array.java
index 22b671cb..1e508963 100644
--- a/src/jdk/nashorn/internal/objects/NativeUint16Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeUint16Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeUint32Array.java b/src/jdk/nashorn/internal/objects/NativeUint32Array.java
index 068eb2e8..8956fe55 100644
--- a/src/jdk/nashorn/internal/objects/NativeUint32Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeUint32Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeUint8Array.java b/src/jdk/nashorn/internal/objects/NativeUint8Array.java
index 96395c40..349a43c3 100644
--- a/src/jdk/nashorn/internal/objects/NativeUint8Array.java
+++ b/src/jdk/nashorn/internal/objects/NativeUint8Array.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java b/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java
index 4c2079ff..8ce92247 100644
--- a/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java
+++ b/src/jdk/nashorn/internal/objects/NativeUint8ClampedArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/PrototypeObject.java b/src/jdk/nashorn/internal/objects/PrototypeObject.java
index 273321cc..382db5cd 100644
--- a/src/jdk/nashorn/internal/objects/PrototypeObject.java
+++ b/src/jdk/nashorn/internal/objects/PrototypeObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java b/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java
index 23765916..981bfd7c 100644
--- a/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java
+++ b/src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Attribute.java b/src/jdk/nashorn/internal/objects/annotations/Attribute.java
index 91c92673..a6b6b1ba 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Attribute.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Attribute.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Constructor.java b/src/jdk/nashorn/internal/objects/annotations/Constructor.java
index b9739257..297bb1ec 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Constructor.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Constructor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Function.java b/src/jdk/nashorn/internal/objects/annotations/Function.java
index 7e06a5e1..04c53938 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Function.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Function.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Getter.java b/src/jdk/nashorn/internal/objects/annotations/Getter.java
index 7f853e00..d10bbf62 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Getter.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Getter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Property.java b/src/jdk/nashorn/internal/objects/annotations/Property.java
index 55672a06..6aec2052 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Property.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Property.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java b/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java
index 88ae0e3f..23d910c2 100644
--- a/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java
+++ b/src/jdk/nashorn/internal/objects/annotations/ScriptClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Setter.java b/src/jdk/nashorn/internal/objects/annotations/Setter.java
index 43f15564..bad6f2ab 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Setter.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Setter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java b/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java
index d4dec35c..9e6bd0ad 100644
--- a/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java
+++ b/src/jdk/nashorn/internal/objects/annotations/SpecializedConstructor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java b/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java
index 48cdd23b..1e75d2a7 100644
--- a/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java
+++ b/src/jdk/nashorn/internal/objects/annotations/SpecializedFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/annotations/Where.java b/src/jdk/nashorn/internal/objects/annotations/Where.java
index 22e06652..9153afe1 100644
--- a/src/jdk/nashorn/internal/objects/annotations/Where.java
+++ b/src/jdk/nashorn/internal/objects/annotations/Where.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/objects/package-info.java b/src/jdk/nashorn/internal/objects/package-info.java
index 652eadf6..6a106ec8 100644
--- a/src/jdk/nashorn/internal/objects/package-info.java
+++ b/src/jdk/nashorn/internal/objects/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/AbstractParser.java b/src/jdk/nashorn/internal/parser/AbstractParser.java
index 413e1181..75a3443a 100644
--- a/src/jdk/nashorn/internal/parser/AbstractParser.java
+++ b/src/jdk/nashorn/internal/parser/AbstractParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/JSONParser.java b/src/jdk/nashorn/internal/parser/JSONParser.java
index 0f3459dd..39cf549e 100644
--- a/src/jdk/nashorn/internal/parser/JSONParser.java
+++ b/src/jdk/nashorn/internal/parser/JSONParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/Lexer.java b/src/jdk/nashorn/internal/parser/Lexer.java
index 4d99cf3a..e5d99207 100644
--- a/src/jdk/nashorn/internal/parser/Lexer.java
+++ b/src/jdk/nashorn/internal/parser/Lexer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/Parser.java b/src/jdk/nashorn/internal/parser/Parser.java
index c2ca6662..c05f971f 100644
--- a/src/jdk/nashorn/internal/parser/Parser.java
+++ b/src/jdk/nashorn/internal/parser/Parser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/RegExp.java b/src/jdk/nashorn/internal/parser/RegExp.java
index f711a4c6..1b20eab7 100644
--- a/src/jdk/nashorn/internal/parser/RegExp.java
+++ b/src/jdk/nashorn/internal/parser/RegExp.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/RegExpScanner.java b/src/jdk/nashorn/internal/parser/RegExpScanner.java
index aeb32ec3..fba2f3f2 100644
--- a/src/jdk/nashorn/internal/parser/RegExpScanner.java
+++ b/src/jdk/nashorn/internal/parser/RegExpScanner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/Scanner.java b/src/jdk/nashorn/internal/parser/Scanner.java
index 444bc4d3..b8257d45 100644
--- a/src/jdk/nashorn/internal/parser/Scanner.java
+++ b/src/jdk/nashorn/internal/parser/Scanner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/Token.java b/src/jdk/nashorn/internal/parser/Token.java
index 484ce99e..0012daa6 100644
--- a/src/jdk/nashorn/internal/parser/Token.java
+++ b/src/jdk/nashorn/internal/parser/Token.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/TokenKind.java b/src/jdk/nashorn/internal/parser/TokenKind.java
index 893bae9d..af3029da 100644
--- a/src/jdk/nashorn/internal/parser/TokenKind.java
+++ b/src/jdk/nashorn/internal/parser/TokenKind.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/TokenLookup.java b/src/jdk/nashorn/internal/parser/TokenLookup.java
index e53986ed..1598b41b 100644
--- a/src/jdk/nashorn/internal/parser/TokenLookup.java
+++ b/src/jdk/nashorn/internal/parser/TokenLookup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/TokenStream.java b/src/jdk/nashorn/internal/parser/TokenStream.java
index e229579b..c31f5f4c 100644
--- a/src/jdk/nashorn/internal/parser/TokenStream.java
+++ b/src/jdk/nashorn/internal/parser/TokenStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/parser/TokenType.java b/src/jdk/nashorn/internal/parser/TokenType.java
index 1e564abc..a095a483 100644
--- a/src/jdk/nashorn/internal/parser/TokenType.java
+++ b/src/jdk/nashorn/internal/parser/TokenType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/AccessorProperty.java b/src/jdk/nashorn/internal/runtime/AccessorProperty.java
index 0ec4668b..dfa07dc2 100644
--- a/src/jdk/nashorn/internal/runtime/AccessorProperty.java
+++ b/src/jdk/nashorn/internal/runtime/AccessorProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/BitVector.java b/src/jdk/nashorn/internal/runtime/BitVector.java
index f5c7c6f0..59580b24 100644
--- a/src/jdk/nashorn/internal/runtime/BitVector.java
+++ b/src/jdk/nashorn/internal/runtime/BitVector.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/CodeInstaller.java b/src/jdk/nashorn/internal/runtime/CodeInstaller.java
index 13c5a37e..789eb2ce 100644
--- a/src/jdk/nashorn/internal/runtime/CodeInstaller.java
+++ b/src/jdk/nashorn/internal/runtime/CodeInstaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ConsString.java b/src/jdk/nashorn/internal/runtime/ConsString.java
index 32e284b8..5a15fdf6 100644
--- a/src/jdk/nashorn/internal/runtime/ConsString.java
+++ b/src/jdk/nashorn/internal/runtime/ConsString.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Context.java b/src/jdk/nashorn/internal/runtime/Context.java
index 534e11a6..24adf3a6 100644
--- a/src/jdk/nashorn/internal/runtime/Context.java
+++ b/src/jdk/nashorn/internal/runtime/Context.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Debug.java b/src/jdk/nashorn/internal/runtime/Debug.java
index 463736d8..a087792c 100644
--- a/src/jdk/nashorn/internal/runtime/Debug.java
+++ b/src/jdk/nashorn/internal/runtime/Debug.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/DebugLogger.java b/src/jdk/nashorn/internal/runtime/DebugLogger.java
index ac925b4f..cb92ca76 100644
--- a/src/jdk/nashorn/internal/runtime/DebugLogger.java
+++ b/src/jdk/nashorn/internal/runtime/DebugLogger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java b/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java
index 43b6a6d7..dcceccbc 100644
--- a/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java
+++ b/src/jdk/nashorn/internal/runtime/DefaultPropertyAccess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ECMAErrors.java b/src/jdk/nashorn/internal/runtime/ECMAErrors.java
index 3cb6dadd..ceabcd22 100644
--- a/src/jdk/nashorn/internal/runtime/ECMAErrors.java
+++ b/src/jdk/nashorn/internal/runtime/ECMAErrors.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ECMAException.java b/src/jdk/nashorn/internal/runtime/ECMAException.java
index 253dbeb4..8d5ab4bd 100644
--- a/src/jdk/nashorn/internal/runtime/ECMAException.java
+++ b/src/jdk/nashorn/internal/runtime/ECMAException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ErrorManager.java b/src/jdk/nashorn/internal/runtime/ErrorManager.java
index 3e08a7c6..9aa933b5 100644
--- a/src/jdk/nashorn/internal/runtime/ErrorManager.java
+++ b/src/jdk/nashorn/internal/runtime/ErrorManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/FindProperty.java b/src/jdk/nashorn/internal/runtime/FindProperty.java
index 1fb75569..87efd9f6 100644
--- a/src/jdk/nashorn/internal/runtime/FindProperty.java
+++ b/src/jdk/nashorn/internal/runtime/FindProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/FunctionScope.java b/src/jdk/nashorn/internal/runtime/FunctionScope.java
index c6a0e110..713aa69d 100644
--- a/src/jdk/nashorn/internal/runtime/FunctionScope.java
+++ b/src/jdk/nashorn/internal/runtime/FunctionScope.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/GlobalFunctions.java b/src/jdk/nashorn/internal/runtime/GlobalFunctions.java
index ae089598..42554843 100644
--- a/src/jdk/nashorn/internal/runtime/GlobalFunctions.java
+++ b/src/jdk/nashorn/internal/runtime/GlobalFunctions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/GlobalObject.java b/src/jdk/nashorn/internal/runtime/GlobalObject.java
index b8e2450a..4a95cb96 100644
--- a/src/jdk/nashorn/internal/runtime/GlobalObject.java
+++ b/src/jdk/nashorn/internal/runtime/GlobalObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/JSErrorType.java b/src/jdk/nashorn/internal/runtime/JSErrorType.java
index 89362403..d83d018e 100644
--- a/src/jdk/nashorn/internal/runtime/JSErrorType.java
+++ b/src/jdk/nashorn/internal/runtime/JSErrorType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/JSType.java b/src/jdk/nashorn/internal/runtime/JSType.java
index b3d0b7e7..c5537cf5 100644
--- a/src/jdk/nashorn/internal/runtime/JSType.java
+++ b/src/jdk/nashorn/internal/runtime/JSType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Logging.java b/src/jdk/nashorn/internal/runtime/Logging.java
index 761d7202..809ecd53 100644
--- a/src/jdk/nashorn/internal/runtime/Logging.java
+++ b/src/jdk/nashorn/internal/runtime/Logging.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/NashornLoader.java b/src/jdk/nashorn/internal/runtime/NashornLoader.java
index 38eacf7c..57c33c1d 100644
--- a/src/jdk/nashorn/internal/runtime/NashornLoader.java
+++ b/src/jdk/nashorn/internal/runtime/NashornLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java b/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java
index 1688c006..a35df472 100644
--- a/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java
+++ b/src/jdk/nashorn/internal/runtime/NativeJavaPackage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/NumberToString.java b/src/jdk/nashorn/internal/runtime/NumberToString.java
index e5452b7e..8a05e319 100644
--- a/src/jdk/nashorn/internal/runtime/NumberToString.java
+++ b/src/jdk/nashorn/internal/runtime/NumberToString.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ParserException.java b/src/jdk/nashorn/internal/runtime/ParserException.java
index 461bc8b5..a5f6530f 100644
--- a/src/jdk/nashorn/internal/runtime/ParserException.java
+++ b/src/jdk/nashorn/internal/runtime/ParserException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Property.java b/src/jdk/nashorn/internal/runtime/Property.java
index bf4f1bef..ae46c7a7 100644
--- a/src/jdk/nashorn/internal/runtime/Property.java
+++ b/src/jdk/nashorn/internal/runtime/Property.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyAccess.java b/src/jdk/nashorn/internal/runtime/PropertyAccess.java
index be5e36e7..165344ce 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyAccess.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyAccess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java b/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java
index 5f3c05b7..49a7a9d6 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyHashMap.java b/src/jdk/nashorn/internal/runtime/PropertyHashMap.java
index f6b7b63f..8b4e05e4 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyHashMap.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyHashMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyListener.java b/src/jdk/nashorn/internal/runtime/PropertyListener.java
index 2c4d368f..867ac73d 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyListener.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java b/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java
index b2b55183..970ccca6 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyListenerManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/PropertyMap.java b/src/jdk/nashorn/internal/runtime/PropertyMap.java
index 29a838bf..67ff9642 100644
--- a/src/jdk/nashorn/internal/runtime/PropertyMap.java
+++ b/src/jdk/nashorn/internal/runtime/PropertyMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java b/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java
index 619d6d7b..7848caf1 100644
--- a/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java
+++ b/src/jdk/nashorn/internal/runtime/QuotedStringTokenizer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/RegExpMatch.java b/src/jdk/nashorn/internal/runtime/RegExpMatch.java
index 9b7b962c..81ab1db3 100644
--- a/src/jdk/nashorn/internal/runtime/RegExpMatch.java
+++ b/src/jdk/nashorn/internal/runtime/RegExpMatch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Scope.java b/src/jdk/nashorn/internal/runtime/Scope.java
index 6075ce08..577b5b61 100644
--- a/src/jdk/nashorn/internal/runtime/Scope.java
+++ b/src/jdk/nashorn/internal/runtime/Scope.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ScriptFunction.java b/src/jdk/nashorn/internal/runtime/ScriptFunction.java
index 8ab202e7..58728f3a 100644
--- a/src/jdk/nashorn/internal/runtime/ScriptFunction.java
+++ b/src/jdk/nashorn/internal/runtime/ScriptFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ScriptLoader.java b/src/jdk/nashorn/internal/runtime/ScriptLoader.java
index e5ffe149..4d89292a 100644
--- a/src/jdk/nashorn/internal/runtime/ScriptLoader.java
+++ b/src/jdk/nashorn/internal/runtime/ScriptLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ScriptObject.java b/src/jdk/nashorn/internal/runtime/ScriptObject.java
index 74f3b643..05629fd3 100644
--- a/src/jdk/nashorn/internal/runtime/ScriptObject.java
+++ b/src/jdk/nashorn/internal/runtime/ScriptObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ScriptRuntime.java b/src/jdk/nashorn/internal/runtime/ScriptRuntime.java
index 71bea731..3cecb419 100644
--- a/src/jdk/nashorn/internal/runtime/ScriptRuntime.java
+++ b/src/jdk/nashorn/internal/runtime/ScriptRuntime.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java b/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java
index f0662347..3099832e 100644
--- a/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java
+++ b/src/jdk/nashorn/internal/runtime/ScriptingFunctions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Source.java b/src/jdk/nashorn/internal/runtime/Source.java
index 90bf06fb..822e0bb5 100644
--- a/src/jdk/nashorn/internal/runtime/Source.java
+++ b/src/jdk/nashorn/internal/runtime/Source.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/SpillProperty.java b/src/jdk/nashorn/internal/runtime/SpillProperty.java
index 0d3d6a07..22d1c8a7 100644
--- a/src/jdk/nashorn/internal/runtime/SpillProperty.java
+++ b/src/jdk/nashorn/internal/runtime/SpillProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/StructureLoader.java b/src/jdk/nashorn/internal/runtime/StructureLoader.java
index ae708b2d..c9968102 100644
--- a/src/jdk/nashorn/internal/runtime/StructureLoader.java
+++ b/src/jdk/nashorn/internal/runtime/StructureLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/URIUtils.java b/src/jdk/nashorn/internal/runtime/URIUtils.java
index a74c9202..55df05b4 100644
--- a/src/jdk/nashorn/internal/runtime/URIUtils.java
+++ b/src/jdk/nashorn/internal/runtime/URIUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Undefined.java b/src/jdk/nashorn/internal/runtime/Undefined.java
index 448976e5..1e7e635c 100644
--- a/src/jdk/nashorn/internal/runtime/Undefined.java
+++ b/src/jdk/nashorn/internal/runtime/Undefined.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java b/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java
index c5a375a2..6bb053a1 100644
--- a/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java
+++ b/src/jdk/nashorn/internal/runtime/UserAccessorProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/Version.java b/src/jdk/nashorn/internal/runtime/Version.java
index 0c8387ad..8c102dd6 100644
--- a/src/jdk/nashorn/internal/runtime/Version.java
+++ b/src/jdk/nashorn/internal/runtime/Version.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/WithObject.java b/src/jdk/nashorn/internal/runtime/WithObject.java
index 5bba23b4..3b49606f 100644
--- a/src/jdk/nashorn/internal/runtime/WithObject.java
+++ b/src/jdk/nashorn/internal/runtime/WithObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java
index d4012534..fca724a8 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java
index 3c066866..c347ed70 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java b/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java
index 5b342fd8..c7de94bf 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayIndex.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java b/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java
index 5b9e1c20..1e4c3508 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java b/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java
index 283ca26e..59ac8609 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ArrayLikeIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java
index 2a378ddb..57bea4cf 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/DeletedArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java
index 05d59ed1..588252ac 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/DeletedRangeArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java b/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java
index 37aeede1..0feab2fa 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/EmptyArrayLikeIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java
index 0568849e..f55a9176 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/FrozenArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java
index e37440d1..3c34081f 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/IntArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java b/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java
index b9e42a36..170b65d0 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/InvalidArrayIndexException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java b/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java
index fe7de5af..b640de4e 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java
index 1a59f858..800c7c67 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/LongArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java b/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java
index 4e5f279d..6eaa2162 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/MapIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java
index e495ea5e..8fb53607 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/NoTypeArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java
index 776600a9..149cbf0c 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/NumberArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java
index 5d156ed1..cb1e2fa0 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ObjectArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java b/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java
index 01c99ef0..72a47a93 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ReverseArrayIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java b/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java
index ab56e557..760ac720 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/ReverseMapIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java
index 60da2d99..b6c79128 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/SealedArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java b/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java
index b8fb30c8..e5ba1cd9 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java b/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java
index a3671070..f71a9954 100644
--- a/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java
+++ b/src/jdk/nashorn/internal/runtime/arrays/UndefinedArrayFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java b/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
index 59165f4f..ae04d76c 100644
--- a/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
+++ b/src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java b/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java
index 5537ab8a..30e91ec3 100644
--- a/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java
+++ b/src/jdk/nashorn/internal/runtime/linker/InvokeByName.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java b/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
index 285cac19..5ec1f4c9 100644
--- a/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
+++ b/src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java b/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
index 462a02fb..33714636 100644
--- a/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
+++ b/src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java b/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java
index 03ad5dae..8cc68fd2 100644
--- a/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java
+++ b/src/jdk/nashorn/internal/runtime/linker/JavaArgumentConverters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java b/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java
index 5f88f53a..bfe2220e 100644
--- a/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java
+++ b/src/jdk/nashorn/internal/runtime/linker/LinkerCallSite.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/Lookup.java b/src/jdk/nashorn/internal/runtime/linker/Lookup.java
index 9055aafa..7282c60f 100644
--- a/src/jdk/nashorn/internal/runtime/linker/Lookup.java
+++ b/src/jdk/nashorn/internal/runtime/linker/Lookup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/Mangler.java b/src/jdk/nashorn/internal/runtime/linker/Mangler.java
index dd572670..a6044f69 100644
--- a/src/jdk/nashorn/internal/runtime/linker/Mangler.java
+++ b/src/jdk/nashorn/internal/runtime/linker/Mangler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java
index f6bf0a94..ebb3ffda 100644
--- a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java
+++ b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java
index 06d50a77..ecf158d1 100644
--- a/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java
+++ b/src/jdk/nashorn/internal/runtime/linker/MethodHandleFunctionality.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java b/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java
index 2d5a52f5..5fea27f9 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java b/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java
index df05651a..79654f54 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java b/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java
index 725975cd..94972de5 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornGuardedInvocation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java b/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java
index 05c626bb..2dcc355f 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornGuards.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java b/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java
index 06534c94..832c40f3 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornLinker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java b/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java
index 4fc65874..a4acc68f 100644
--- a/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java
+++ b/src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java b/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java
index e8ca39d1..51bb4040 100644
--- a/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java
+++ b/src/jdk/nashorn/internal/runtime/linker/PrimitiveLookup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java b/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java
index 2d2c6324..aee6caf0 100644
--- a/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java
+++ b/src/jdk/nashorn/internal/runtime/options/KeyValueOption.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/options/Option.java b/src/jdk/nashorn/internal/runtime/options/Option.java
index 1e7a5ba5..ddbeba18 100644
--- a/src/jdk/nashorn/internal/runtime/options/Option.java
+++ b/src/jdk/nashorn/internal/runtime/options/Option.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java b/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java
index 4d5f25dc..82b6edbc 100644
--- a/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java
+++ b/src/jdk/nashorn/internal/runtime/options/OptionTemplate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/options/Options.java b/src/jdk/nashorn/internal/runtime/options/Options.java
index 26e22b58..e0048af0 100644
--- a/src/jdk/nashorn/internal/runtime/options/Options.java
+++ b/src/jdk/nashorn/internal/runtime/options/Options.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/options/ValueOption.java b/src/jdk/nashorn/internal/runtime/options/ValueOption.java
index 9d7d7c60..2f4461f4 100644
--- a/src/jdk/nashorn/internal/runtime/options/ValueOption.java
+++ b/src/jdk/nashorn/internal/runtime/options/ValueOption.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/resources/Messages.properties b/src/jdk/nashorn/internal/runtime/resources/Messages.properties
index f969ec30..70cd1554 100644
--- a/src/jdk/nashorn/internal/runtime/resources/Messages.properties
+++ b/src/jdk/nashorn/internal/runtime/resources/Messages.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/resources/Options.properties b/src/jdk/nashorn/internal/runtime/resources/Options.properties
index e743953b..7a4e85b2 100644
--- a/src/jdk/nashorn/internal/runtime/resources/Options.properties
+++ b/src/jdk/nashorn/internal/runtime/resources/Options.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js b/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
index 2e3be699..fa16a173 100644
--- a/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
+++ b/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/resources/parser.js b/src/jdk/nashorn/internal/runtime/resources/parser.js
index 4d977f34..a721fd97 100644
--- a/src/jdk/nashorn/internal/runtime/resources/parser.js
+++ b/src/jdk/nashorn/internal/runtime/resources/parser.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/runtime/resources/version.properties-template b/src/jdk/nashorn/internal/runtime/resources/version.properties-template
index a737a0c1..e64f1464 100644
--- a/src/jdk/nashorn/internal/runtime/resources/version.properties-template
+++ b/src/jdk/nashorn/internal/runtime/resources/version.properties-template
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/scripts/JO$.java b/src/jdk/nashorn/internal/scripts/JO$.java
index 70f88fa8..a773b439 100644
--- a/src/jdk/nashorn/internal/scripts/JO$.java
+++ b/src/jdk/nashorn/internal/scripts/JO$.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/internal/scripts/JS$.java b/src/jdk/nashorn/internal/scripts/JS$.java
index 3ea72980..b7c0af68 100644
--- a/src/jdk/nashorn/internal/scripts/JS$.java
+++ b/src/jdk/nashorn/internal/scripts/JS$.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/tools/Shell.java b/src/jdk/nashorn/tools/Shell.java
index 44ece060..b35d1702 100644
--- a/src/jdk/nashorn/tools/Shell.java
+++ b/src/jdk/nashorn/tools/Shell.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/tools/resources/Shell.properties b/src/jdk/nashorn/tools/resources/Shell.properties
index 108ae07a..6f4c9733 100644
--- a/src/jdk/nashorn/tools/resources/Shell.properties
+++ b/src/jdk/nashorn/tools/resources/Shell.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
diff --git a/src/jdk/nashorn/tools/resources/shell.js b/src/jdk/nashorn/tools/resources/shell.js
index 5103ee00..bb78c72a 100644
--- a/src/jdk/nashorn/tools/resources/shell.js
+++ b/src/jdk/nashorn/tools/resources/shell.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/netscape/javascript/JSObject.java b/src/netscape/javascript/JSObject.java
index 42cfd78a..23054c63 100644
--- a/src/netscape/javascript/JSObject.java
+++ b/src/netscape/javascript/JSObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/src/overview.html b/src/overview.html
index fac1d7e1..5418854f 100644
--- a/src/overview.html
+++ b/src/overview.html
@@ -1,5 +1,5 @@
<!--
- Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@@ -110,4 +110,4 @@ In addition to {@code Java}, Nashorn also exposes some other non-standard built-
<a href="jdk/nashorn/internal/objects/NativeJSAdapter.html">{@code JSAdapter}</a>,
<a href="jdk/nashorn/internal/objects/NativeJavaImporter.html">{@code JavaImporter},
<a href="jdk/nashorn/internal/runtime/NativeJavaPackage.html">{@code Packages}.</a>
-</body> \ No newline at end of file
+</body>
diff --git a/test/examples/dual-fields-micro.js b/test/examples/dual-fields-micro.js
index f9f0b99f..aafc8888 100644
--- a/test/examples/dual-fields-micro.js
+++ b/test/examples/dual-fields-micro.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/examples/innerbench.js b/test/examples/innerbench.js
index e676e185..b7be7416 100644
--- a/test/examples/innerbench.js
+++ b/test/examples/innerbench.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/examples/typechain.js b/test/examples/typechain.js
index 4eba6dde..8b13ad97 100644
--- a/test/examples/typechain.js
+++ b/test/examples/typechain.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/lib/benchmark.js b/test/lib/benchmark.js
index 5c67a1c3..e759cf11 100644
--- a/test/lib/benchmark.js
+++ b/test/lib/benchmark.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/opt/add.js b/test/opt/add.js
index 4a96cc43..6e43ae0c 100644
--- a/test/opt/add.js
+++ b/test/opt/add.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/opt/add_constant.js b/test/opt/add_constant.js
index ffc5596b..0f2ae8b0 100644
--- a/test/opt/add_constant.js
+++ b/test/opt/add_constant.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/opt/add_reuse_callsite.js b/test/opt/add_reuse_callsite.js
index 70b2e58d..35398233 100644
--- a/test/opt/add_reuse_callsite.js
+++ b/test/opt/add_reuse_callsite.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/opt/add_revert2.js b/test/opt/add_revert2.js
index c42b79bf..6ea36c5d 100644
--- a/test/opt/add_revert2.js
+++ b/test/opt/add_revert2.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/opt/cascade_specialize.js b/test/opt/cascade_specialize.js
index b7b02a77..7b5d66c2 100644
--- a/test/opt/cascade_specialize.js
+++ b/test/opt/cascade_specialize.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/assert.js b/test/script/assert.js
index 7f57cc99..25bc2599 100644
--- a/test/script/assert.js
+++ b/test/script/assert.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-100.js b/test/script/basic/NASHORN-100.js
index 40e3780b..fdea1cf0 100644
--- a/test/script/basic/NASHORN-100.js
+++ b/test/script/basic/NASHORN-100.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-101.js b/test/script/basic/NASHORN-101.js
index 33a162b8..4e83a99f 100644
--- a/test/script/basic/NASHORN-101.js
+++ b/test/script/basic/NASHORN-101.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-102.js b/test/script/basic/NASHORN-102.js
index 8359d979..cc388dd9 100644
--- a/test/script/basic/NASHORN-102.js
+++ b/test/script/basic/NASHORN-102.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-103.js b/test/script/basic/NASHORN-103.js
index 4518d8bb..ddce5965 100644
--- a/test/script/basic/NASHORN-103.js
+++ b/test/script/basic/NASHORN-103.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-104.js b/test/script/basic/NASHORN-104.js
index 7dc973ff..c97b6bc6 100644
--- a/test/script/basic/NASHORN-104.js
+++ b/test/script/basic/NASHORN-104.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-105.js b/test/script/basic/NASHORN-105.js
index f87d8561..f26710d1 100644
--- a/test/script/basic/NASHORN-105.js
+++ b/test/script/basic/NASHORN-105.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-106.js b/test/script/basic/NASHORN-106.js
index 3dc6e325..e5a9c612 100644
--- a/test/script/basic/NASHORN-106.js
+++ b/test/script/basic/NASHORN-106.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-107.js b/test/script/basic/NASHORN-107.js
index f55bd726..2aeb5dca 100644
--- a/test/script/basic/NASHORN-107.js
+++ b/test/script/basic/NASHORN-107.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-108.js b/test/script/basic/NASHORN-108.js
index 75066cd8..e12096bf 100644
--- a/test/script/basic/NASHORN-108.js
+++ b/test/script/basic/NASHORN-108.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-109.js b/test/script/basic/NASHORN-109.js
index 9b41b9b2..b05e0f12 100644
--- a/test/script/basic/NASHORN-109.js
+++ b/test/script/basic/NASHORN-109.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-11.js b/test/script/basic/NASHORN-11.js
index a4b01b7a..ca8565f8 100644
--- a/test/script/basic/NASHORN-11.js
+++ b/test/script/basic/NASHORN-11.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-111.js b/test/script/basic/NASHORN-111.js
index e0aba6f6..4b8347c9 100644
--- a/test/script/basic/NASHORN-111.js
+++ b/test/script/basic/NASHORN-111.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-113.js b/test/script/basic/NASHORN-113.js
index 1bc5ac1c..d90d1fb4 100644
--- a/test/script/basic/NASHORN-113.js
+++ b/test/script/basic/NASHORN-113.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-114.js b/test/script/basic/NASHORN-114.js
index 83c14538..03269214 100644
--- a/test/script/basic/NASHORN-114.js
+++ b/test/script/basic/NASHORN-114.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-115.js b/test/script/basic/NASHORN-115.js
index aba73cc5..924a9a2b 100644
--- a/test/script/basic/NASHORN-115.js
+++ b/test/script/basic/NASHORN-115.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-117.js b/test/script/basic/NASHORN-117.js
index 0278c989..9436150f 100644
--- a/test/script/basic/NASHORN-117.js
+++ b/test/script/basic/NASHORN-117.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-118.js b/test/script/basic/NASHORN-118.js
index ce1b1a80..d12d8614 100644
--- a/test/script/basic/NASHORN-118.js
+++ b/test/script/basic/NASHORN-118.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-119.js b/test/script/basic/NASHORN-119.js
index 561f3e1b..c957cdf2 100644
--- a/test/script/basic/NASHORN-119.js
+++ b/test/script/basic/NASHORN-119.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-12.js b/test/script/basic/NASHORN-12.js
index 284e1e5d..ed04d621 100644
--- a/test/script/basic/NASHORN-12.js
+++ b/test/script/basic/NASHORN-12.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-120.js b/test/script/basic/NASHORN-120.js
index 59872c78..b424f3e0 100644
--- a/test/script/basic/NASHORN-120.js
+++ b/test/script/basic/NASHORN-120.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-122.js b/test/script/basic/NASHORN-122.js
index b8337092..a8863a9b 100644
--- a/test/script/basic/NASHORN-122.js
+++ b/test/script/basic/NASHORN-122.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-126.js b/test/script/basic/NASHORN-126.js
index b657304d..dc3f3b33 100644
--- a/test/script/basic/NASHORN-126.js
+++ b/test/script/basic/NASHORN-126.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-127.js b/test/script/basic/NASHORN-127.js
index 74695b10..3cd64d28 100644
--- a/test/script/basic/NASHORN-127.js
+++ b/test/script/basic/NASHORN-127.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-130.js b/test/script/basic/NASHORN-130.js
index a9b54884..64f275cd 100644
--- a/test/script/basic/NASHORN-130.js
+++ b/test/script/basic/NASHORN-130.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-132.js b/test/script/basic/NASHORN-132.js
index 8bb1e682..f8ad281a 100644
--- a/test/script/basic/NASHORN-132.js
+++ b/test/script/basic/NASHORN-132.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-133.js b/test/script/basic/NASHORN-133.js
index 9f7d4622..f4ddbe63 100644
--- a/test/script/basic/NASHORN-133.js
+++ b/test/script/basic/NASHORN-133.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-135.js b/test/script/basic/NASHORN-135.js
index dc7eb5fb..6ffff06b 100644
--- a/test/script/basic/NASHORN-135.js
+++ b/test/script/basic/NASHORN-135.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-136.js b/test/script/basic/NASHORN-136.js
index beefc8ad..473a3e1f 100644
--- a/test/script/basic/NASHORN-136.js
+++ b/test/script/basic/NASHORN-136.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-14.js b/test/script/basic/NASHORN-14.js
index 34abb7ce..83a0a077 100644
--- a/test/script/basic/NASHORN-14.js
+++ b/test/script/basic/NASHORN-14.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-148.js b/test/script/basic/NASHORN-148.js
index 44cc0cd6..398b09d5 100644
--- a/test/script/basic/NASHORN-148.js
+++ b/test/script/basic/NASHORN-148.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-15.js b/test/script/basic/NASHORN-15.js
index 5a470cd6..895fac6c 100644
--- a/test/script/basic/NASHORN-15.js
+++ b/test/script/basic/NASHORN-15.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-153.js b/test/script/basic/NASHORN-153.js
index 63565db2..e38c3e11 100644
--- a/test/script/basic/NASHORN-153.js
+++ b/test/script/basic/NASHORN-153.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-156.js b/test/script/basic/NASHORN-156.js
index da37f0d9..6a111e98 100644
--- a/test/script/basic/NASHORN-156.js
+++ b/test/script/basic/NASHORN-156.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-157.js b/test/script/basic/NASHORN-157.js
index 461128f5..1908d380 100644
--- a/test/script/basic/NASHORN-157.js
+++ b/test/script/basic/NASHORN-157.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-163.js b/test/script/basic/NASHORN-163.js
index 2e6b8ae5..d431a3de 100644
--- a/test/script/basic/NASHORN-163.js
+++ b/test/script/basic/NASHORN-163.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-164.js b/test/script/basic/NASHORN-164.js
index a7ca1476..f1b42eb8 100644
--- a/test/script/basic/NASHORN-164.js
+++ b/test/script/basic/NASHORN-164.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-165.js b/test/script/basic/NASHORN-165.js
index 7c453a7b..fc1008e4 100644
--- a/test/script/basic/NASHORN-165.js
+++ b/test/script/basic/NASHORN-165.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-166.js b/test/script/basic/NASHORN-166.js
index e0e41fa0..465f159b 100644
--- a/test/script/basic/NASHORN-166.js
+++ b/test/script/basic/NASHORN-166.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-168.js b/test/script/basic/NASHORN-168.js
index 5bdb7034..138c3527 100644
--- a/test/script/basic/NASHORN-168.js
+++ b/test/script/basic/NASHORN-168.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-169.js b/test/script/basic/NASHORN-169.js
index 51a5b101..4da52763 100644
--- a/test/script/basic/NASHORN-169.js
+++ b/test/script/basic/NASHORN-169.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-172.js b/test/script/basic/NASHORN-172.js
index 1db2a85e..607642fc 100644
--- a/test/script/basic/NASHORN-172.js
+++ b/test/script/basic/NASHORN-172.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-173.js b/test/script/basic/NASHORN-173.js
index 7c5ae8c5..1ee89f31 100644
--- a/test/script/basic/NASHORN-173.js
+++ b/test/script/basic/NASHORN-173.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-174.js b/test/script/basic/NASHORN-174.js
index 4483afcf..e56c2583 100644
--- a/test/script/basic/NASHORN-174.js
+++ b/test/script/basic/NASHORN-174.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-175.js b/test/script/basic/NASHORN-175.js
index 6843e7af..be60d124 100644
--- a/test/script/basic/NASHORN-175.js
+++ b/test/script/basic/NASHORN-175.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-176.js b/test/script/basic/NASHORN-176.js
index 410a8253..672362d4 100644
--- a/test/script/basic/NASHORN-176.js
+++ b/test/script/basic/NASHORN-176.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-177.js b/test/script/basic/NASHORN-177.js
index 591c9acf..024a9d17 100644
--- a/test/script/basic/NASHORN-177.js
+++ b/test/script/basic/NASHORN-177.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-178.js b/test/script/basic/NASHORN-178.js
index 7547ce72..4e1a9190 100644
--- a/test/script/basic/NASHORN-178.js
+++ b/test/script/basic/NASHORN-178.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-179.js b/test/script/basic/NASHORN-179.js
index df6b609d..d0b50ea8 100644
--- a/test/script/basic/NASHORN-179.js
+++ b/test/script/basic/NASHORN-179.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-18.js b/test/script/basic/NASHORN-18.js
index 4478d085..50115c9c 100644
--- a/test/script/basic/NASHORN-18.js
+++ b/test/script/basic/NASHORN-18.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-181.js b/test/script/basic/NASHORN-181.js
index d2b93c9f..0ad8da51 100644
--- a/test/script/basic/NASHORN-181.js
+++ b/test/script/basic/NASHORN-181.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-182.js b/test/script/basic/NASHORN-182.js
index b989f296..0e908dd4 100644
--- a/test/script/basic/NASHORN-182.js
+++ b/test/script/basic/NASHORN-182.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-183.js b/test/script/basic/NASHORN-183.js
index 2dec08e9..c90e7ba5 100644
--- a/test/script/basic/NASHORN-183.js
+++ b/test/script/basic/NASHORN-183.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-184.js b/test/script/basic/NASHORN-184.js
index fa37d5a1..d1524b9f 100644
--- a/test/script/basic/NASHORN-184.js
+++ b/test/script/basic/NASHORN-184.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-185.js b/test/script/basic/NASHORN-185.js
index 81055e0e..508b5b30 100644
--- a/test/script/basic/NASHORN-185.js
+++ b/test/script/basic/NASHORN-185.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-187.js b/test/script/basic/NASHORN-187.js
index 1686a012..7238ecf7 100644
--- a/test/script/basic/NASHORN-187.js
+++ b/test/script/basic/NASHORN-187.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-188.js b/test/script/basic/NASHORN-188.js
index 9a64995c..ce727139 100644
--- a/test/script/basic/NASHORN-188.js
+++ b/test/script/basic/NASHORN-188.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-19.js b/test/script/basic/NASHORN-19.js
index f45df164..71a2db0d 100644
--- a/test/script/basic/NASHORN-19.js
+++ b/test/script/basic/NASHORN-19.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-190.js b/test/script/basic/NASHORN-190.js
index 5d1157c6..06e51a3c 100644
--- a/test/script/basic/NASHORN-190.js
+++ b/test/script/basic/NASHORN-190.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-192.js b/test/script/basic/NASHORN-192.js
index 7f1f87c7..8fdc82b6 100644
--- a/test/script/basic/NASHORN-192.js
+++ b/test/script/basic/NASHORN-192.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-194.js b/test/script/basic/NASHORN-194.js
index 2615d1c3..bbbc1945 100644
--- a/test/script/basic/NASHORN-194.js
+++ b/test/script/basic/NASHORN-194.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-196.js b/test/script/basic/NASHORN-196.js
index ce92f6de..071da970 100644
--- a/test/script/basic/NASHORN-196.js
+++ b/test/script/basic/NASHORN-196.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-198.js b/test/script/basic/NASHORN-198.js
index a2df804a..ea99a3be 100644
--- a/test/script/basic/NASHORN-198.js
+++ b/test/script/basic/NASHORN-198.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-20.js b/test/script/basic/NASHORN-20.js
index c2a09359..b0d6cc90 100644
--- a/test/script/basic/NASHORN-20.js
+++ b/test/script/basic/NASHORN-20.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-201.js b/test/script/basic/NASHORN-201.js
index 92e8ad08..11bcf272 100644
--- a/test/script/basic/NASHORN-201.js
+++ b/test/script/basic/NASHORN-201.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-202.js b/test/script/basic/NASHORN-202.js
index 521c3544..53c7fb12 100644
--- a/test/script/basic/NASHORN-202.js
+++ b/test/script/basic/NASHORN-202.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-203.js b/test/script/basic/NASHORN-203.js
index 4d626b9d..94acb3e1 100644
--- a/test/script/basic/NASHORN-203.js
+++ b/test/script/basic/NASHORN-203.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-204.js b/test/script/basic/NASHORN-204.js
index 3a1c5340..98dedbaa 100644
--- a/test/script/basic/NASHORN-204.js
+++ b/test/script/basic/NASHORN-204.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-205.js b/test/script/basic/NASHORN-205.js
index af36c7d2..15bb3894 100644
--- a/test/script/basic/NASHORN-205.js
+++ b/test/script/basic/NASHORN-205.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-206.js b/test/script/basic/NASHORN-206.js
index ebcf8311..537a9903 100644
--- a/test/script/basic/NASHORN-206.js
+++ b/test/script/basic/NASHORN-206.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-207.js b/test/script/basic/NASHORN-207.js
index 4a2f3bdc..b337ce3f 100644
--- a/test/script/basic/NASHORN-207.js
+++ b/test/script/basic/NASHORN-207.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-207_2.js b/test/script/basic/NASHORN-207_2.js
index af8e8dcd..681a3c28 100644
--- a/test/script/basic/NASHORN-207_2.js
+++ b/test/script/basic/NASHORN-207_2.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-208.js b/test/script/basic/NASHORN-208.js
index 6e2c78af..f7b28613 100644
--- a/test/script/basic/NASHORN-208.js
+++ b/test/script/basic/NASHORN-208.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-209.js b/test/script/basic/NASHORN-209.js
index 0cfcf6a7..9fa781ce 100644
--- a/test/script/basic/NASHORN-209.js
+++ b/test/script/basic/NASHORN-209.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-21.js b/test/script/basic/NASHORN-21.js
index 106c19a7..14db4dc5 100644
--- a/test/script/basic/NASHORN-21.js
+++ b/test/script/basic/NASHORN-21.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-211.js b/test/script/basic/NASHORN-211.js
index a24e3282..681caad9 100644
--- a/test/script/basic/NASHORN-211.js
+++ b/test/script/basic/NASHORN-211.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-212.js b/test/script/basic/NASHORN-212.js
index 9e3287d4..681c7756 100644
--- a/test/script/basic/NASHORN-212.js
+++ b/test/script/basic/NASHORN-212.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-213.js b/test/script/basic/NASHORN-213.js
index 24e2440d..03a37d9f 100644
--- a/test/script/basic/NASHORN-213.js
+++ b/test/script/basic/NASHORN-213.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-215.js b/test/script/basic/NASHORN-215.js
index d09e751a..53ff42e1 100644
--- a/test/script/basic/NASHORN-215.js
+++ b/test/script/basic/NASHORN-215.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-216.js b/test/script/basic/NASHORN-216.js
index 187107dd..e9b1aee6 100644
--- a/test/script/basic/NASHORN-216.js
+++ b/test/script/basic/NASHORN-216.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-217.js b/test/script/basic/NASHORN-217.js
index 3c400580..3885c70d 100644
--- a/test/script/basic/NASHORN-217.js
+++ b/test/script/basic/NASHORN-217.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-219.js b/test/script/basic/NASHORN-219.js
index 68d551c3..b7da209b 100644
--- a/test/script/basic/NASHORN-219.js
+++ b/test/script/basic/NASHORN-219.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-22.js b/test/script/basic/NASHORN-22.js
index 14420c83..89f677ca 100644
--- a/test/script/basic/NASHORN-22.js
+++ b/test/script/basic/NASHORN-22.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-221.js b/test/script/basic/NASHORN-221.js
index 80a699b7..87132bce 100644
--- a/test/script/basic/NASHORN-221.js
+++ b/test/script/basic/NASHORN-221.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-222.js b/test/script/basic/NASHORN-222.js
index 7a7f995a..a5a61f07 100644
--- a/test/script/basic/NASHORN-222.js
+++ b/test/script/basic/NASHORN-222.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-223.js b/test/script/basic/NASHORN-223.js
index 16074500..dd862d5d 100644
--- a/test/script/basic/NASHORN-223.js
+++ b/test/script/basic/NASHORN-223.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-225.js b/test/script/basic/NASHORN-225.js
index 3aa67a41..c7744c34 100644
--- a/test/script/basic/NASHORN-225.js
+++ b/test/script/basic/NASHORN-225.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-226.js b/test/script/basic/NASHORN-226.js
index e279369f..521c3a6d 100644
--- a/test/script/basic/NASHORN-226.js
+++ b/test/script/basic/NASHORN-226.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-227.js b/test/script/basic/NASHORN-227.js
index e1b3a974..787bdfa3 100644
--- a/test/script/basic/NASHORN-227.js
+++ b/test/script/basic/NASHORN-227.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-228.js b/test/script/basic/NASHORN-228.js
index 6c268ab7..bb3bd8b5 100644
--- a/test/script/basic/NASHORN-228.js
+++ b/test/script/basic/NASHORN-228.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-229.js b/test/script/basic/NASHORN-229.js
index 0af7bbfa..fefc3188 100644
--- a/test/script/basic/NASHORN-229.js
+++ b/test/script/basic/NASHORN-229.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-229_subtest.js b/test/script/basic/NASHORN-229_subtest.js
index c394bd75..a722a98b 100644
--- a/test/script/basic/NASHORN-229_subtest.js
+++ b/test/script/basic/NASHORN-229_subtest.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-23.js b/test/script/basic/NASHORN-23.js
index 3ce79ecb..eab229e6 100644
--- a/test/script/basic/NASHORN-23.js
+++ b/test/script/basic/NASHORN-23.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-232.js b/test/script/basic/NASHORN-232.js
index 07cd03da..a2033bac 100644
--- a/test/script/basic/NASHORN-232.js
+++ b/test/script/basic/NASHORN-232.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-234.js b/test/script/basic/NASHORN-234.js
index 2460b7be..87fec55c 100644
--- a/test/script/basic/NASHORN-234.js
+++ b/test/script/basic/NASHORN-234.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-235.js b/test/script/basic/NASHORN-235.js
index 65807f2c..f01d3f46 100644
--- a/test/script/basic/NASHORN-235.js
+++ b/test/script/basic/NASHORN-235.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-236.js b/test/script/basic/NASHORN-236.js
index 394713e6..5fdb7f88 100644
--- a/test/script/basic/NASHORN-236.js
+++ b/test/script/basic/NASHORN-236.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-237.js b/test/script/basic/NASHORN-237.js
index aecdf44f..37b07b34 100644
--- a/test/script/basic/NASHORN-237.js
+++ b/test/script/basic/NASHORN-237.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-239.js b/test/script/basic/NASHORN-239.js
index 9c78b50c..ca94bccb 100644
--- a/test/script/basic/NASHORN-239.js
+++ b/test/script/basic/NASHORN-239.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-24.js b/test/script/basic/NASHORN-24.js
index eb38081b..9f4f66d1 100644
--- a/test/script/basic/NASHORN-24.js
+++ b/test/script/basic/NASHORN-24.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-241.js b/test/script/basic/NASHORN-241.js
index 21b63fc3..7d887a62 100644
--- a/test/script/basic/NASHORN-241.js
+++ b/test/script/basic/NASHORN-241.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-242.js b/test/script/basic/NASHORN-242.js
index a9fc805c..3e362bc2 100644
--- a/test/script/basic/NASHORN-242.js
+++ b/test/script/basic/NASHORN-242.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-245.js b/test/script/basic/NASHORN-245.js
index d15559c3..ced3e39c 100644
--- a/test/script/basic/NASHORN-245.js
+++ b/test/script/basic/NASHORN-245.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-247.js b/test/script/basic/NASHORN-247.js
index 94befc93..b05db7ea 100644
--- a/test/script/basic/NASHORN-247.js
+++ b/test/script/basic/NASHORN-247.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-25.js b/test/script/basic/NASHORN-25.js
index c669b05e..0d40ffe1 100644
--- a/test/script/basic/NASHORN-25.js
+++ b/test/script/basic/NASHORN-25.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-251.js b/test/script/basic/NASHORN-251.js
index 921671b7..bc5147f1 100644
--- a/test/script/basic/NASHORN-251.js
+++ b/test/script/basic/NASHORN-251.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-252.js b/test/script/basic/NASHORN-252.js
index fa17be8a..5e0a652f 100644
--- a/test/script/basic/NASHORN-252.js
+++ b/test/script/basic/NASHORN-252.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-253.js b/test/script/basic/NASHORN-253.js
index e52d7c58..f562c97f 100644
--- a/test/script/basic/NASHORN-253.js
+++ b/test/script/basic/NASHORN-253.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-256.js b/test/script/basic/NASHORN-256.js
index c043b34a..1885873d 100644
--- a/test/script/basic/NASHORN-256.js
+++ b/test/script/basic/NASHORN-256.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-258.js b/test/script/basic/NASHORN-258.js
index 1fc7466a..0f4f674b 100644
--- a/test/script/basic/NASHORN-258.js
+++ b/test/script/basic/NASHORN-258.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-26.js b/test/script/basic/NASHORN-26.js
index 6f2b4e32..d4525a36 100644
--- a/test/script/basic/NASHORN-26.js
+++ b/test/script/basic/NASHORN-26.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-260.js b/test/script/basic/NASHORN-260.js
index 24710552..d1f1fcc5 100644
--- a/test/script/basic/NASHORN-260.js
+++ b/test/script/basic/NASHORN-260.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-261.js b/test/script/basic/NASHORN-261.js
index 26167b67..c53facfe 100644
--- a/test/script/basic/NASHORN-261.js
+++ b/test/script/basic/NASHORN-261.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-262.js b/test/script/basic/NASHORN-262.js
index 7c4dd7e1..42eba1c7 100644
--- a/test/script/basic/NASHORN-262.js
+++ b/test/script/basic/NASHORN-262.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-263.js b/test/script/basic/NASHORN-263.js
index 4dc461bd..62ce47bf 100644
--- a/test/script/basic/NASHORN-263.js
+++ b/test/script/basic/NASHORN-263.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-264.js b/test/script/basic/NASHORN-264.js
index fd5b8d53..88cd2b3e 100644
--- a/test/script/basic/NASHORN-264.js
+++ b/test/script/basic/NASHORN-264.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-265.js b/test/script/basic/NASHORN-265.js
index 566e5b49..88344f59 100644
--- a/test/script/basic/NASHORN-265.js
+++ b/test/script/basic/NASHORN-265.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-266.js b/test/script/basic/NASHORN-266.js
index 006440e4..bfc600f9 100644
--- a/test/script/basic/NASHORN-266.js
+++ b/test/script/basic/NASHORN-266.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-269.js b/test/script/basic/NASHORN-269.js
index ba975491..92feb76a 100644
--- a/test/script/basic/NASHORN-269.js
+++ b/test/script/basic/NASHORN-269.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-27.js b/test/script/basic/NASHORN-27.js
index 5f285f35..b949b340 100644
--- a/test/script/basic/NASHORN-27.js
+++ b/test/script/basic/NASHORN-27.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-270.js b/test/script/basic/NASHORN-270.js
index cc6519e6..89ef0d80 100644
--- a/test/script/basic/NASHORN-270.js
+++ b/test/script/basic/NASHORN-270.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-271.js b/test/script/basic/NASHORN-271.js
index 940a87e1..75c480df 100644
--- a/test/script/basic/NASHORN-271.js
+++ b/test/script/basic/NASHORN-271.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-275.js b/test/script/basic/NASHORN-275.js
index e6d3cf46..46c88fe0 100644
--- a/test/script/basic/NASHORN-275.js
+++ b/test/script/basic/NASHORN-275.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-276.js b/test/script/basic/NASHORN-276.js
index 56294cb2..3bce88f0 100644
--- a/test/script/basic/NASHORN-276.js
+++ b/test/script/basic/NASHORN-276.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-277.js b/test/script/basic/NASHORN-277.js
index f44d61af..38724b30 100644
--- a/test/script/basic/NASHORN-277.js
+++ b/test/script/basic/NASHORN-277.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-278.js b/test/script/basic/NASHORN-278.js
index 1180d001..c8bf46ed 100644
--- a/test/script/basic/NASHORN-278.js
+++ b/test/script/basic/NASHORN-278.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-28.js b/test/script/basic/NASHORN-28.js
index df366cff..dc964c38 100644
--- a/test/script/basic/NASHORN-28.js
+++ b/test/script/basic/NASHORN-28.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-281.js b/test/script/basic/NASHORN-281.js
index 45e5e6b8..77abe810 100644
--- a/test/script/basic/NASHORN-281.js
+++ b/test/script/basic/NASHORN-281.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-284.js b/test/script/basic/NASHORN-284.js
index cffe998b..41f210ee 100644
--- a/test/script/basic/NASHORN-284.js
+++ b/test/script/basic/NASHORN-284.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-285.js b/test/script/basic/NASHORN-285.js
index 1b77339f..a7d586e6 100644
--- a/test/script/basic/NASHORN-285.js
+++ b/test/script/basic/NASHORN-285.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-288.js b/test/script/basic/NASHORN-288.js
index 23005fd9..b0c43a92 100644
--- a/test/script/basic/NASHORN-288.js
+++ b/test/script/basic/NASHORN-288.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-29.js b/test/script/basic/NASHORN-29.js
index a5f48d69..2455fa96 100644
--- a/test/script/basic/NASHORN-29.js
+++ b/test/script/basic/NASHORN-29.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-293.js b/test/script/basic/NASHORN-293.js
index e6f37492..cd83ec46 100644
--- a/test/script/basic/NASHORN-293.js
+++ b/test/script/basic/NASHORN-293.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-294.js b/test/script/basic/NASHORN-294.js
index 7b9030b7..5de3f906 100644
--- a/test/script/basic/NASHORN-294.js
+++ b/test/script/basic/NASHORN-294.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-296.js b/test/script/basic/NASHORN-296.js
index b24a8ee5..cbb752fb 100644
--- a/test/script/basic/NASHORN-296.js
+++ b/test/script/basic/NASHORN-296.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-297.js b/test/script/basic/NASHORN-297.js
index 1cf3fcbb..5486a132 100644
--- a/test/script/basic/NASHORN-297.js
+++ b/test/script/basic/NASHORN-297.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-30.js b/test/script/basic/NASHORN-30.js
index a4c6c2d4..95676cf3 100644
--- a/test/script/basic/NASHORN-30.js
+++ b/test/script/basic/NASHORN-30.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-300.js b/test/script/basic/NASHORN-300.js
index 2070fa49..fce230a2 100644
--- a/test/script/basic/NASHORN-300.js
+++ b/test/script/basic/NASHORN-300.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-301.js b/test/script/basic/NASHORN-301.js
index 8594b82b..b00b78dd 100644
--- a/test/script/basic/NASHORN-301.js
+++ b/test/script/basic/NASHORN-301.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-304.js b/test/script/basic/NASHORN-304.js
index 3f3e52f7..4d740e09 100644
--- a/test/script/basic/NASHORN-304.js
+++ b/test/script/basic/NASHORN-304.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-310.js b/test/script/basic/NASHORN-310.js
index 4dc70c7d..c49c2b4e 100644
--- a/test/script/basic/NASHORN-310.js
+++ b/test/script/basic/NASHORN-310.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-318.js b/test/script/basic/NASHORN-318.js
index 411631cc..209a6bd4 100644
--- a/test/script/basic/NASHORN-318.js
+++ b/test/script/basic/NASHORN-318.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-32.js b/test/script/basic/NASHORN-32.js
index fa884e00..0fd625b6 100644
--- a/test/script/basic/NASHORN-32.js
+++ b/test/script/basic/NASHORN-32.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-321.js b/test/script/basic/NASHORN-321.js
index d34e873a..9510c175 100644
--- a/test/script/basic/NASHORN-321.js
+++ b/test/script/basic/NASHORN-321.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-323.js b/test/script/basic/NASHORN-323.js
index 41ba7222..c1715c0f 100644
--- a/test/script/basic/NASHORN-323.js
+++ b/test/script/basic/NASHORN-323.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-324.js b/test/script/basic/NASHORN-324.js
index 181cde31..11aa51cc 100644
--- a/test/script/basic/NASHORN-324.js
+++ b/test/script/basic/NASHORN-324.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-33.js b/test/script/basic/NASHORN-33.js
index 13ba60f1..2ed87e4a 100644
--- a/test/script/basic/NASHORN-33.js
+++ b/test/script/basic/NASHORN-33.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-331.js b/test/script/basic/NASHORN-331.js
index 5294a2d6..41ce5294 100644
--- a/test/script/basic/NASHORN-331.js
+++ b/test/script/basic/NASHORN-331.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-337.js b/test/script/basic/NASHORN-337.js
index 1a5efbe8..dc8bac1d 100644
--- a/test/script/basic/NASHORN-337.js
+++ b/test/script/basic/NASHORN-337.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-34.js b/test/script/basic/NASHORN-34.js
index 78f82320..267768df 100644
--- a/test/script/basic/NASHORN-34.js
+++ b/test/script/basic/NASHORN-34.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-340.js b/test/script/basic/NASHORN-340.js
index 81192433..c20ceabf 100644
--- a/test/script/basic/NASHORN-340.js
+++ b/test/script/basic/NASHORN-340.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-349.js b/test/script/basic/NASHORN-349.js
index 982cca83..a611a589 100644
--- a/test/script/basic/NASHORN-349.js
+++ b/test/script/basic/NASHORN-349.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-354.js b/test/script/basic/NASHORN-354.js
index 658cc86a..506a0324 100644
--- a/test/script/basic/NASHORN-354.js
+++ b/test/script/basic/NASHORN-354.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-355.js b/test/script/basic/NASHORN-355.js
index 135e1634..f0360726 100644
--- a/test/script/basic/NASHORN-355.js
+++ b/test/script/basic/NASHORN-355.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-36.js b/test/script/basic/NASHORN-36.js
index ffe6e236..3a8a0c97 100644
--- a/test/script/basic/NASHORN-36.js
+++ b/test/script/basic/NASHORN-36.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-365.js b/test/script/basic/NASHORN-365.js
index 857c0939..fe79e8c3 100644
--- a/test/script/basic/NASHORN-365.js
+++ b/test/script/basic/NASHORN-365.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-366.js b/test/script/basic/NASHORN-366.js
index 69f99ece..fae219bd 100644
--- a/test/script/basic/NASHORN-366.js
+++ b/test/script/basic/NASHORN-366.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-368.js b/test/script/basic/NASHORN-368.js
index 6799e5f9..a1b1ba20 100644
--- a/test/script/basic/NASHORN-368.js
+++ b/test/script/basic/NASHORN-368.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-37.js b/test/script/basic/NASHORN-37.js
index e15eb85f..74ee037d 100644
--- a/test/script/basic/NASHORN-37.js
+++ b/test/script/basic/NASHORN-37.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-375.js b/test/script/basic/NASHORN-375.js
index 055b94e7..6f841489 100644
--- a/test/script/basic/NASHORN-375.js
+++ b/test/script/basic/NASHORN-375.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-376.js b/test/script/basic/NASHORN-376.js
index ef16f181..37aa3450 100644
--- a/test/script/basic/NASHORN-376.js
+++ b/test/script/basic/NASHORN-376.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-377.js b/test/script/basic/NASHORN-377.js
index 12edc911..e77be2bf 100644
--- a/test/script/basic/NASHORN-377.js
+++ b/test/script/basic/NASHORN-377.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-378.js b/test/script/basic/NASHORN-378.js
index 61387c6b..0bf2a749 100644
--- a/test/script/basic/NASHORN-378.js
+++ b/test/script/basic/NASHORN-378.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-38.js b/test/script/basic/NASHORN-38.js
index f0c8406a..b02ecf7f 100644
--- a/test/script/basic/NASHORN-38.js
+++ b/test/script/basic/NASHORN-38.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-380.js b/test/script/basic/NASHORN-380.js
index acbd683b..e41380ec 100644
--- a/test/script/basic/NASHORN-380.js
+++ b/test/script/basic/NASHORN-380.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-381.js b/test/script/basic/NASHORN-381.js
index ec1dd398..53237faf 100644
--- a/test/script/basic/NASHORN-381.js
+++ b/test/script/basic/NASHORN-381.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-382.js b/test/script/basic/NASHORN-382.js
index 65a039b3..71ab3a55 100644
--- a/test/script/basic/NASHORN-382.js
+++ b/test/script/basic/NASHORN-382.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-383.js b/test/script/basic/NASHORN-383.js
index b9368269..ae1a06ec 100644
--- a/test/script/basic/NASHORN-383.js
+++ b/test/script/basic/NASHORN-383.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-384.js b/test/script/basic/NASHORN-384.js
index e62cd52c..4c400502 100644
--- a/test/script/basic/NASHORN-384.js
+++ b/test/script/basic/NASHORN-384.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-385.js b/test/script/basic/NASHORN-385.js
index 6556e4e6..27b328e9 100644
--- a/test/script/basic/NASHORN-385.js
+++ b/test/script/basic/NASHORN-385.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-389.js b/test/script/basic/NASHORN-389.js
index d402a5dd..71f9731c 100644
--- a/test/script/basic/NASHORN-389.js
+++ b/test/script/basic/NASHORN-389.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-393.js b/test/script/basic/NASHORN-393.js
index e12a58b2..80f4083b 100644
--- a/test/script/basic/NASHORN-393.js
+++ b/test/script/basic/NASHORN-393.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-394.js b/test/script/basic/NASHORN-394.js
index dc99a085..a265f169 100644
--- a/test/script/basic/NASHORN-394.js
+++ b/test/script/basic/NASHORN-394.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-396.js b/test/script/basic/NASHORN-396.js
index a85fa1d0..46bcf775 100644
--- a/test/script/basic/NASHORN-396.js
+++ b/test/script/basic/NASHORN-396.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-397.js b/test/script/basic/NASHORN-397.js
index bf73dc28..6bd55bf3 100644
--- a/test/script/basic/NASHORN-397.js
+++ b/test/script/basic/NASHORN-397.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-398.js b/test/script/basic/NASHORN-398.js
index 6c352861..6a0535f6 100644
--- a/test/script/basic/NASHORN-398.js
+++ b/test/script/basic/NASHORN-398.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-40.js b/test/script/basic/NASHORN-40.js
index f02a6eda..f031730b 100644
--- a/test/script/basic/NASHORN-40.js
+++ b/test/script/basic/NASHORN-40.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-400.js b/test/script/basic/NASHORN-400.js
index 5ae1b8ad..eabb8adf 100644
--- a/test/script/basic/NASHORN-400.js
+++ b/test/script/basic/NASHORN-400.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-401.js b/test/script/basic/NASHORN-401.js
index 0cee1cec..b795dadb 100644
--- a/test/script/basic/NASHORN-401.js
+++ b/test/script/basic/NASHORN-401.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-402.js b/test/script/basic/NASHORN-402.js
index 042bb4a8..33c02a19 100644
--- a/test/script/basic/NASHORN-402.js
+++ b/test/script/basic/NASHORN-402.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-404.js b/test/script/basic/NASHORN-404.js
index 9a570415..672fe89c 100644
--- a/test/script/basic/NASHORN-404.js
+++ b/test/script/basic/NASHORN-404.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-405.js b/test/script/basic/NASHORN-405.js
index 8f4c449a..c1049243 100644
--- a/test/script/basic/NASHORN-405.js
+++ b/test/script/basic/NASHORN-405.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-406.js b/test/script/basic/NASHORN-406.js
index 9089439d..a1f362fe 100644
--- a/test/script/basic/NASHORN-406.js
+++ b/test/script/basic/NASHORN-406.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-408.js b/test/script/basic/NASHORN-408.js
index a25a669d..1c3375c3 100644
--- a/test/script/basic/NASHORN-408.js
+++ b/test/script/basic/NASHORN-408.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-415.js b/test/script/basic/NASHORN-415.js
index 9dff3377..6f29f1a1 100644
--- a/test/script/basic/NASHORN-415.js
+++ b/test/script/basic/NASHORN-415.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-416.js b/test/script/basic/NASHORN-416.js
index 5b557271..387629a7 100644
--- a/test/script/basic/NASHORN-416.js
+++ b/test/script/basic/NASHORN-416.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-417.js b/test/script/basic/NASHORN-417.js
index db803696..6148f060 100644
--- a/test/script/basic/NASHORN-417.js
+++ b/test/script/basic/NASHORN-417.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-418.js b/test/script/basic/NASHORN-418.js
index 9ecea634..b42bd832 100644
--- a/test/script/basic/NASHORN-418.js
+++ b/test/script/basic/NASHORN-418.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-420.js b/test/script/basic/NASHORN-420.js
index 8b8bf4b0..741b940e 100644
--- a/test/script/basic/NASHORN-420.js
+++ b/test/script/basic/NASHORN-420.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-421.js b/test/script/basic/NASHORN-421.js
index 057b6442..3a81fe64 100644
--- a/test/script/basic/NASHORN-421.js
+++ b/test/script/basic/NASHORN-421.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-423.js b/test/script/basic/NASHORN-423.js
index 37f1cbe7..7fa1b00b 100644
--- a/test/script/basic/NASHORN-423.js
+++ b/test/script/basic/NASHORN-423.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-423a.js b/test/script/basic/NASHORN-423a.js
index e68209fe..bbab24f1 100644
--- a/test/script/basic/NASHORN-423a.js
+++ b/test/script/basic/NASHORN-423a.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-424.js b/test/script/basic/NASHORN-424.js
index ea3bb528..1bcbe19d 100644
--- a/test/script/basic/NASHORN-424.js
+++ b/test/script/basic/NASHORN-424.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-425.js b/test/script/basic/NASHORN-425.js
index 513faab1..c81aea2c 100644
--- a/test/script/basic/NASHORN-425.js
+++ b/test/script/basic/NASHORN-425.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-426.js b/test/script/basic/NASHORN-426.js
index bed81e2a..2d4ee7e8 100644
--- a/test/script/basic/NASHORN-426.js
+++ b/test/script/basic/NASHORN-426.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-427.js b/test/script/basic/NASHORN-427.js
index cf2d7de2..0169ce86 100644
--- a/test/script/basic/NASHORN-427.js
+++ b/test/script/basic/NASHORN-427.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-428.js b/test/script/basic/NASHORN-428.js
index 6e66f099..3d692d1b 100644
--- a/test/script/basic/NASHORN-428.js
+++ b/test/script/basic/NASHORN-428.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-429.js b/test/script/basic/NASHORN-429.js
index 209ba7f5..45917058 100644
--- a/test/script/basic/NASHORN-429.js
+++ b/test/script/basic/NASHORN-429.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-432.js b/test/script/basic/NASHORN-432.js
index d67417e1..d14ee73c 100644
--- a/test/script/basic/NASHORN-432.js
+++ b/test/script/basic/NASHORN-432.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-433.js b/test/script/basic/NASHORN-433.js
index b22c2f17..99b88a8e 100644
--- a/test/script/basic/NASHORN-433.js
+++ b/test/script/basic/NASHORN-433.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-434.js b/test/script/basic/NASHORN-434.js
index faf628fd..41374690 100644
--- a/test/script/basic/NASHORN-434.js
+++ b/test/script/basic/NASHORN-434.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-435.js b/test/script/basic/NASHORN-435.js
index c08452d8..15d7bf00 100644
--- a/test/script/basic/NASHORN-435.js
+++ b/test/script/basic/NASHORN-435.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-437.js b/test/script/basic/NASHORN-437.js
index 2da9cd54..cf23361c 100644
--- a/test/script/basic/NASHORN-437.js
+++ b/test/script/basic/NASHORN-437.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-44.js b/test/script/basic/NASHORN-44.js
index 4d49ac3f..10b58c2d 100644
--- a/test/script/basic/NASHORN-44.js
+++ b/test/script/basic/NASHORN-44.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-441.js b/test/script/basic/NASHORN-441.js
index a24f71d7..8c51ea98 100644
--- a/test/script/basic/NASHORN-441.js
+++ b/test/script/basic/NASHORN-441.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-442.js b/test/script/basic/NASHORN-442.js
index 7bcf54e8..9a5128a6 100644
--- a/test/script/basic/NASHORN-442.js
+++ b/test/script/basic/NASHORN-442.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-443.js b/test/script/basic/NASHORN-443.js
index 9587ebe0..ab918207 100644
--- a/test/script/basic/NASHORN-443.js
+++ b/test/script/basic/NASHORN-443.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-444.js b/test/script/basic/NASHORN-444.js
index 7df1a30f..27811af6 100644
--- a/test/script/basic/NASHORN-444.js
+++ b/test/script/basic/NASHORN-444.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-445.js b/test/script/basic/NASHORN-445.js
index f8901e98..89a1b721 100644
--- a/test/script/basic/NASHORN-445.js
+++ b/test/script/basic/NASHORN-445.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-446.js b/test/script/basic/NASHORN-446.js
index 5250f291..f8ba093c 100644
--- a/test/script/basic/NASHORN-446.js
+++ b/test/script/basic/NASHORN-446.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-447.js b/test/script/basic/NASHORN-447.js
index 03b4210a..e817c7f6 100644
--- a/test/script/basic/NASHORN-447.js
+++ b/test/script/basic/NASHORN-447.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-448.js b/test/script/basic/NASHORN-448.js
index 96dd63b8..a79adf9c 100644
--- a/test/script/basic/NASHORN-448.js
+++ b/test/script/basic/NASHORN-448.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-449.js b/test/script/basic/NASHORN-449.js
index c64d6e21..ef7171a5 100644
--- a/test/script/basic/NASHORN-449.js
+++ b/test/script/basic/NASHORN-449.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-45.js b/test/script/basic/NASHORN-45.js
index b88c786b..29105b76 100644
--- a/test/script/basic/NASHORN-45.js
+++ b/test/script/basic/NASHORN-45.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-450.js b/test/script/basic/NASHORN-450.js
index c2b5b29f..eb3776d7 100644
--- a/test/script/basic/NASHORN-450.js
+++ b/test/script/basic/NASHORN-450.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-452.js b/test/script/basic/NASHORN-452.js
index c39bcc48..aa2ef5c0 100644
--- a/test/script/basic/NASHORN-452.js
+++ b/test/script/basic/NASHORN-452.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-459.js b/test/script/basic/NASHORN-459.js
index f7d82c92..6d9258e3 100644
--- a/test/script/basic/NASHORN-459.js
+++ b/test/script/basic/NASHORN-459.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-46.js b/test/script/basic/NASHORN-46.js
index 97b7bf09..a23a2a06 100644
--- a/test/script/basic/NASHORN-46.js
+++ b/test/script/basic/NASHORN-46.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-462.js b/test/script/basic/NASHORN-462.js
index c7b152da..6cfbb831 100644
--- a/test/script/basic/NASHORN-462.js
+++ b/test/script/basic/NASHORN-462.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-463.js b/test/script/basic/NASHORN-463.js
index 9ccbe8a2..41ca3fb5 100644
--- a/test/script/basic/NASHORN-463.js
+++ b/test/script/basic/NASHORN-463.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-468.js b/test/script/basic/NASHORN-468.js
index 17c4c7eb..10a36f99 100644
--- a/test/script/basic/NASHORN-468.js
+++ b/test/script/basic/NASHORN-468.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-47.js b/test/script/basic/NASHORN-47.js
index fce83515..1454db03 100644
--- a/test/script/basic/NASHORN-47.js
+++ b/test/script/basic/NASHORN-47.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-473.js b/test/script/basic/NASHORN-473.js
index 021ae41d..3819d15b 100644
--- a/test/script/basic/NASHORN-473.js
+++ b/test/script/basic/NASHORN-473.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-474.js b/test/script/basic/NASHORN-474.js
index 30b03d05..3df4aa4d 100644
--- a/test/script/basic/NASHORN-474.js
+++ b/test/script/basic/NASHORN-474.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-478.js b/test/script/basic/NASHORN-478.js
index b2601f21..945d2b57 100644
--- a/test/script/basic/NASHORN-478.js
+++ b/test/script/basic/NASHORN-478.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-48.js b/test/script/basic/NASHORN-48.js
index e9734af4..1bbba137 100644
--- a/test/script/basic/NASHORN-48.js
+++ b/test/script/basic/NASHORN-48.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-481.js b/test/script/basic/NASHORN-481.js
index 9b7abafe..42295fa1 100644
--- a/test/script/basic/NASHORN-481.js
+++ b/test/script/basic/NASHORN-481.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-482.js b/test/script/basic/NASHORN-482.js
index 6bb04b56..76afb59e 100644
--- a/test/script/basic/NASHORN-482.js
+++ b/test/script/basic/NASHORN-482.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-484.js b/test/script/basic/NASHORN-484.js
index d87f597b..b1f0a0ed 100644
--- a/test/script/basic/NASHORN-484.js
+++ b/test/script/basic/NASHORN-484.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-486.js b/test/script/basic/NASHORN-486.js
index 13c34157..f03f0963 100644
--- a/test/script/basic/NASHORN-486.js
+++ b/test/script/basic/NASHORN-486.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-487.js b/test/script/basic/NASHORN-487.js
index 1f1d143d..c5685919 100644
--- a/test/script/basic/NASHORN-487.js
+++ b/test/script/basic/NASHORN-487.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-488.js b/test/script/basic/NASHORN-488.js
index 401b60ed..53bb8882 100644
--- a/test/script/basic/NASHORN-488.js
+++ b/test/script/basic/NASHORN-488.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-49.js b/test/script/basic/NASHORN-49.js
index 24d42e48..1b4a68ca 100644
--- a/test/script/basic/NASHORN-49.js
+++ b/test/script/basic/NASHORN-49.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-490.js b/test/script/basic/NASHORN-490.js
index ea086bc0..e9bdd931 100644
--- a/test/script/basic/NASHORN-490.js
+++ b/test/script/basic/NASHORN-490.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-494.js b/test/script/basic/NASHORN-494.js
index b049f15c..18d19c8c 100644
--- a/test/script/basic/NASHORN-494.js
+++ b/test/script/basic/NASHORN-494.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-497.js b/test/script/basic/NASHORN-497.js
index 4757fb0f..ad8b4eb9 100644
--- a/test/script/basic/NASHORN-497.js
+++ b/test/script/basic/NASHORN-497.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-498.js b/test/script/basic/NASHORN-498.js
index df3f6eb2..63047885 100644
--- a/test/script/basic/NASHORN-498.js
+++ b/test/script/basic/NASHORN-498.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-499.js b/test/script/basic/NASHORN-499.js
index a11b99c9..bbedb05e 100644
--- a/test/script/basic/NASHORN-499.js
+++ b/test/script/basic/NASHORN-499.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-50.js b/test/script/basic/NASHORN-50.js
index 70027a2b..7292b958 100644
--- a/test/script/basic/NASHORN-50.js
+++ b/test/script/basic/NASHORN-50.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-500.js b/test/script/basic/NASHORN-500.js
index 9c6c35be..30546e8b 100644
--- a/test/script/basic/NASHORN-500.js
+++ b/test/script/basic/NASHORN-500.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-503.js b/test/script/basic/NASHORN-503.js
index 84866fa9..50838817 100644
--- a/test/script/basic/NASHORN-503.js
+++ b/test/script/basic/NASHORN-503.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-51.js b/test/script/basic/NASHORN-51.js
index d08c0a6d..044bce94 100644
--- a/test/script/basic/NASHORN-51.js
+++ b/test/script/basic/NASHORN-51.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-511.js b/test/script/basic/NASHORN-511.js
index 87ea7f8d..edac1a9a 100644
--- a/test/script/basic/NASHORN-511.js
+++ b/test/script/basic/NASHORN-511.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-515.js b/test/script/basic/NASHORN-515.js
index 1d1c309a..198be1f3 100644
--- a/test/script/basic/NASHORN-515.js
+++ b/test/script/basic/NASHORN-515.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-516.js b/test/script/basic/NASHORN-516.js
index b38329eb..f369b9cb 100644
--- a/test/script/basic/NASHORN-516.js
+++ b/test/script/basic/NASHORN-516.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-52.js b/test/script/basic/NASHORN-52.js
index d8b19250..1727e022 100644
--- a/test/script/basic/NASHORN-52.js
+++ b/test/script/basic/NASHORN-52.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-534.js b/test/script/basic/NASHORN-534.js
index 6825a2f5..ab7a9b9d 100644
--- a/test/script/basic/NASHORN-534.js
+++ b/test/script/basic/NASHORN-534.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-535.js b/test/script/basic/NASHORN-535.js
index 6ca6020c..57abfc40 100644
--- a/test/script/basic/NASHORN-535.js
+++ b/test/script/basic/NASHORN-535.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-544.js b/test/script/basic/NASHORN-544.js
index 29f3c856..87c6cae5 100644
--- a/test/script/basic/NASHORN-544.js
+++ b/test/script/basic/NASHORN-544.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-55.js b/test/script/basic/NASHORN-55.js
index 58ab7ad4..58576a11 100644
--- a/test/script/basic/NASHORN-55.js
+++ b/test/script/basic/NASHORN-55.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-554.js b/test/script/basic/NASHORN-554.js
index 48128725..4c7ae871 100644
--- a/test/script/basic/NASHORN-554.js
+++ b/test/script/basic/NASHORN-554.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-556.js b/test/script/basic/NASHORN-556.js
index f9e464bd..5cb164a0 100644
--- a/test/script/basic/NASHORN-556.js
+++ b/test/script/basic/NASHORN-556.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-56.js b/test/script/basic/NASHORN-56.js
index 9ad9042e..47228452 100644
--- a/test/script/basic/NASHORN-56.js
+++ b/test/script/basic/NASHORN-56.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-562.js b/test/script/basic/NASHORN-562.js
index 08b6cc6e..2754cbab 100644
--- a/test/script/basic/NASHORN-562.js
+++ b/test/script/basic/NASHORN-562.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-565.js b/test/script/basic/NASHORN-565.js
index 0d400c21..ad789ce1 100644
--- a/test/script/basic/NASHORN-565.js
+++ b/test/script/basic/NASHORN-565.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-575.js b/test/script/basic/NASHORN-575.js
index 1fd148b0..4eda079c 100644
--- a/test/script/basic/NASHORN-575.js
+++ b/test/script/basic/NASHORN-575.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-58.js b/test/script/basic/NASHORN-58.js
index de7cbd7d..b0aeaa4f 100644
--- a/test/script/basic/NASHORN-58.js
+++ b/test/script/basic/NASHORN-58.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-59.js b/test/script/basic/NASHORN-59.js
index 21f2ebbf..1379fa6d 100644
--- a/test/script/basic/NASHORN-59.js
+++ b/test/script/basic/NASHORN-59.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-592.js b/test/script/basic/NASHORN-592.js
index deab8b70..cbc29841 100644
--- a/test/script/basic/NASHORN-592.js
+++ b/test/script/basic/NASHORN-592.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-597.js b/test/script/basic/NASHORN-597.js
index 99b56be7..7195b055 100644
--- a/test/script/basic/NASHORN-597.js
+++ b/test/script/basic/NASHORN-597.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-60.js b/test/script/basic/NASHORN-60.js
index 6e0cace6..338c237f 100644
--- a/test/script/basic/NASHORN-60.js
+++ b/test/script/basic/NASHORN-60.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-609.js b/test/script/basic/NASHORN-609.js
index 3383c826..5c84f018 100644
--- a/test/script/basic/NASHORN-609.js
+++ b/test/script/basic/NASHORN-609.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-61.js b/test/script/basic/NASHORN-61.js
index 9855dc5c..0c7f2354 100644
--- a/test/script/basic/NASHORN-61.js
+++ b/test/script/basic/NASHORN-61.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-62.js b/test/script/basic/NASHORN-62.js
index 2f064530..a3ba6e26 100644
--- a/test/script/basic/NASHORN-62.js
+++ b/test/script/basic/NASHORN-62.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-620.js b/test/script/basic/NASHORN-620.js
index f188f194..ce99528e 100644
--- a/test/script/basic/NASHORN-620.js
+++ b/test/script/basic/NASHORN-620.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-623.js b/test/script/basic/NASHORN-623.js
index 710f3973..8ecdb134 100644
--- a/test/script/basic/NASHORN-623.js
+++ b/test/script/basic/NASHORN-623.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-627.js b/test/script/basic/NASHORN-627.js
index 68ec04ed..07662ff0 100644
--- a/test/script/basic/NASHORN-627.js
+++ b/test/script/basic/NASHORN-627.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-63.js b/test/script/basic/NASHORN-63.js
index 29d10287..f1178de5 100644
--- a/test/script/basic/NASHORN-63.js
+++ b/test/script/basic/NASHORN-63.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-637.js b/test/script/basic/NASHORN-637.js
index 0abf3941..606d8932 100644
--- a/test/script/basic/NASHORN-637.js
+++ b/test/script/basic/NASHORN-637.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-638.js b/test/script/basic/NASHORN-638.js
index 959937ef..9cb6d694 100644
--- a/test/script/basic/NASHORN-638.js
+++ b/test/script/basic/NASHORN-638.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-639.js b/test/script/basic/NASHORN-639.js
index fac8806c..fcc02e09 100644
--- a/test/script/basic/NASHORN-639.js
+++ b/test/script/basic/NASHORN-639.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-64.js b/test/script/basic/NASHORN-64.js
index 7ec21a36..03d95b2b 100644
--- a/test/script/basic/NASHORN-64.js
+++ b/test/script/basic/NASHORN-64.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-642.js b/test/script/basic/NASHORN-642.js
index 82ecf086..acbd6025 100644
--- a/test/script/basic/NASHORN-642.js
+++ b/test/script/basic/NASHORN-642.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-646.js b/test/script/basic/NASHORN-646.js
index 7e53179d..493a7986 100644
--- a/test/script/basic/NASHORN-646.js
+++ b/test/script/basic/NASHORN-646.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-653.js b/test/script/basic/NASHORN-653.js
index 5ddb8790..2084bf70 100644
--- a/test/script/basic/NASHORN-653.js
+++ b/test/script/basic/NASHORN-653.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-658.js b/test/script/basic/NASHORN-658.js
index 282462a9..13e5e29a 100644
--- a/test/script/basic/NASHORN-658.js
+++ b/test/script/basic/NASHORN-658.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-659.js b/test/script/basic/NASHORN-659.js
index 93492166..7c6c1502 100644
--- a/test/script/basic/NASHORN-659.js
+++ b/test/script/basic/NASHORN-659.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-66.js b/test/script/basic/NASHORN-66.js
index 112086e3..f1455ff2 100644
--- a/test/script/basic/NASHORN-66.js
+++ b/test/script/basic/NASHORN-66.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-664.js b/test/script/basic/NASHORN-664.js
index adfae8bf..268d5df8 100644
--- a/test/script/basic/NASHORN-664.js
+++ b/test/script/basic/NASHORN-664.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-665.js b/test/script/basic/NASHORN-665.js
index 14f311ca..54e7f084 100644
--- a/test/script/basic/NASHORN-665.js
+++ b/test/script/basic/NASHORN-665.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-67.js b/test/script/basic/NASHORN-67.js
index b9341e67..b273b424 100644
--- a/test/script/basic/NASHORN-67.js
+++ b/test/script/basic/NASHORN-67.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-678.js b/test/script/basic/NASHORN-678.js
index 2ea47b75..e585eb8d 100644
--- a/test/script/basic/NASHORN-678.js
+++ b/test/script/basic/NASHORN-678.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-68.js b/test/script/basic/NASHORN-68.js
index 9b75ba92..d56da368 100644
--- a/test/script/basic/NASHORN-68.js
+++ b/test/script/basic/NASHORN-68.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-689.js b/test/script/basic/NASHORN-689.js
index d2e2f37c..938b111e 100644
--- a/test/script/basic/NASHORN-689.js
+++ b/test/script/basic/NASHORN-689.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-69.js b/test/script/basic/NASHORN-69.js
index 309897d5..9ec39a3a 100644
--- a/test/script/basic/NASHORN-69.js
+++ b/test/script/basic/NASHORN-69.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-691.js b/test/script/basic/NASHORN-691.js
index 82eccb2b..ec36eeda 100644
--- a/test/script/basic/NASHORN-691.js
+++ b/test/script/basic/NASHORN-691.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-694.js b/test/script/basic/NASHORN-694.js
index dd7e55a4..eb1d294f 100644
--- a/test/script/basic/NASHORN-694.js
+++ b/test/script/basic/NASHORN-694.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-697.js b/test/script/basic/NASHORN-697.js
index 41e78906..012f33b4 100644
--- a/test/script/basic/NASHORN-697.js
+++ b/test/script/basic/NASHORN-697.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-703.js b/test/script/basic/NASHORN-703.js
index 0de20204..41d3570c 100644
--- a/test/script/basic/NASHORN-703.js
+++ b/test/script/basic/NASHORN-703.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-703a.js b/test/script/basic/NASHORN-703a.js
index 14f8448a..18c26a44 100644
--- a/test/script/basic/NASHORN-703a.js
+++ b/test/script/basic/NASHORN-703a.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-705.js b/test/script/basic/NASHORN-705.js
index 73457bf8..a65ef843 100644
--- a/test/script/basic/NASHORN-705.js
+++ b/test/script/basic/NASHORN-705.js
@@ -1,6 +1,6 @@
#this-line-is-ignored
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-71.js b/test/script/basic/NASHORN-71.js
index 0f28194e..f09cbc2e 100644
--- a/test/script/basic/NASHORN-71.js
+++ b/test/script/basic/NASHORN-71.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-710.js b/test/script/basic/NASHORN-710.js
index 88eaed2a..83b17782 100644
--- a/test/script/basic/NASHORN-710.js
+++ b/test/script/basic/NASHORN-710.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-711.js b/test/script/basic/NASHORN-711.js
index 12c30eaf..af6e9c81 100644
--- a/test/script/basic/NASHORN-711.js
+++ b/test/script/basic/NASHORN-711.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-72.js b/test/script/basic/NASHORN-72.js
index a3605a4c..edf0a237 100644
--- a/test/script/basic/NASHORN-72.js
+++ b/test/script/basic/NASHORN-72.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-722.js b/test/script/basic/NASHORN-722.js
index 5a6ab09e..e1584ab9 100644
--- a/test/script/basic/NASHORN-722.js
+++ b/test/script/basic/NASHORN-722.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-73.js b/test/script/basic/NASHORN-73.js
index fe7a07a0..04c96908 100644
--- a/test/script/basic/NASHORN-73.js
+++ b/test/script/basic/NASHORN-73.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-737.js b/test/script/basic/NASHORN-737.js
index d6c0ea14..44169d04 100644
--- a/test/script/basic/NASHORN-737.js
+++ b/test/script/basic/NASHORN-737.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-74.js b/test/script/basic/NASHORN-74.js
index 363c89db..1d44e067 100644
--- a/test/script/basic/NASHORN-74.js
+++ b/test/script/basic/NASHORN-74.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/test/script/basic/NASHORN-740.js b/test/script/basic/NASHORN-740.js
index 4e5cbca5..553efdda 100644
--- a/test/script/basic/NASHORN-740.js
+++ b/test/script/basic/NASHORN-740.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
diff --git a/t