From ba097f3c7f14f934d187eab2b5ec4db384ba408c Mon Sep 17 00:00:00 2001 From: molotkovmikhail Date: Thu, 18 Jul 2024 22:24:13 +0800 Subject: [PATCH] Update all copyrights Update all copyrights headers with 2024 Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAE0U3 Tests: `ninja tests` Signed-off-by: molotkovmikhail --- ets2panda/AUTHORS | 2 +- ets2panda/aot/BUILD.gn | 2 +- ets2panda/aot/CMakeLists.txt | 2 +- ets2panda/checker/ets/primitiveWrappers.h | 2 +- ets2panda/checker/ts/binaryLikeExpression.cpp | 2 +- ets2panda/checker/ts/destructuringContext.cpp | 2 +- ets2panda/checker/ts/destructuringContext.h | 2 +- ets2panda/checker/ts/function.cpp | 2 +- ets2panda/checker/ts/typeCreation.cpp | 2 +- ets2panda/checker/ts/typeElaborationContext.cpp | 2 +- ets2panda/checker/ts/typeElaborationContext.h | 2 +- ets2panda/checker/ts/util.cpp | 2 +- ets2panda/checker/types/ts/elementFlags.h | 2 +- ets2panda/checker/types/ts/indexInfo.cpp | 2 +- ets2panda/checker/types/ts/indexInfo.h | 2 +- ets2panda/checker/types/ts/objectDescriptor.cpp | 2 +- ets2panda/checker/types/ts/objectDescriptor.h | 2 +- ets2panda/checker/types/ts/objectType.h | 2 +- ets2panda/checker/types/ts/types.h | 2 +- ets2panda/checker/types/typeFacts.h | 2 +- ets2panda/cmake/coverage.cmake | 2 +- ets2panda/compiler/base/destructuring.cpp | 2 +- ets2panda/compiler/base/hoisting.cpp | 2 +- ets2panda/compiler/base/hoisting.h | 2 +- ets2panda/compiler/base/lexenv.cpp | 2 +- ets2panda/compiler/base/lexenv.h | 2 +- ets2panda/compiler/base/optionalChain.cpp | 2 +- ets2panda/compiler/base/optionalChain.h | 2 +- ets2panda/compiler/core/function.cpp | 2 +- ets2panda/compiler/core/function.h | 2 +- ets2panda/compiler/core/labelPair.h | 2 +- ets2panda/compiler/core/labelTarget.cpp | 2 +- ets2panda/compiler/core/labelTarget.h | 2 +- ets2panda/compiler/core/moduleContext.cpp | 2 +- ets2panda/compiler/core/moduleContext.h | 2 +- ets2panda/compiler/core/switchBuilder.cpp | 2 +- ets2panda/compiler/core/switchBuilder.h | 2 +- ets2panda/compiler/function/asyncGeneratorFunctionBuilder.cpp | 2 +- ets2panda/compiler/function/asyncGeneratorFunctionBuilder.h | 2 +- ets2panda/compiler/lowering/plugin_phase.cpp | 2 +- ets2panda/compiler/scripts/signatures.rb | 2 +- ets2panda/compiler/templates/formats.h.erb | 2 +- ets2panda/compiler/templates/isa.h.erb | 2 +- ets2panda/compiler/templates/signatures.h.erb | 2 +- ets2panda/declgen_ets2ts/BUILD.gn | 2 +- ets2panda/ir/astDump.cpp | 2 +- ets2panda/ir/astDump.h | 2 +- ets2panda/ir/expressions/directEvalExpression.cpp | 2 +- ets2panda/ir/expressions/literal.cpp | 2 +- ets2panda/ir/irnode.h | 2 +- ets2panda/ir/statement.cpp | 2 +- ets2panda/ir/statement.h | 2 +- ets2panda/ir/statements/loopStatement.cpp | 2 +- ets2panda/ir/validationInfo.h | 2 +- ets2panda/lexer/keywordString.h | 2 +- ets2panda/lexer/keywordsUtil.cpp | 2 +- ets2panda/lexer/keywordsUtil.h | 2 +- ets2panda/lexer/regexp/regexp.cpp | 2 +- ets2panda/lexer/regexp/regexp.h | 2 +- ets2panda/lexer/scripts/keywords.rb | 2 +- ets2panda/lexer/templates/keywords.h.erb | 2 +- ets2panda/lexer/token/letters.h | 2 +- ets2panda/lexer/token/sourceLocation.cpp | 2 +- ets2panda/lexer/token/sourceLocation.h | 2 +- ets2panda/lexer/token/token.h | 2 +- ets2panda/lexer/token/tokenType.h | 2 +- ets2panda/linter/lib/InteropTypescriptLinter.ts | 2 +- ets2panda/linter/lib/utils/consts/LimitedStdProxyHandlerAPI.ts | 2 +- ets2panda/linter/test_rules/rule71.ts.autofix.json | 2 +- ets2panda/parser/JSparser.cpp | 2 +- ets2panda/parser/JSparser.h | 2 +- ets2panda/parser/context/classPrivateContext.cpp | 2 +- ets2panda/parser/context/classPrivateContext.h | 2 +- ets2panda/scripts/es2panda_coverage.sh | 2 +- ets2panda/scripts/es2panda_pre_test.py | 2 +- ets2panda/scripts/test_runner.py | 2 +- ets2panda/test/CMakeLists.txt | 2 +- ets2panda/test/compiler/ets/FunctionType2.ets | 2 +- ets2panda/test/compiler/ets/FunctionType3.ets | 2 +- ets2panda/test/compiler/ets/FunctionType4.ets | 2 +- ets2panda/test/compiler/ets/FunctionType5.ets | 2 +- ets2panda/test/compiler/ets/FunctionType6.ets | 2 +- ets2panda/test/compiler/ets/FunctionType7.ets | 2 +- ets2panda/test/compiler/ets/FunctionType8.ets | 2 +- .../test/compiler/ets/abstractMethodDeclaredInParentClass.ets | 2 +- .../test/compiler/ets/abstractNewClassInstanceExpression.ets | 2 +- .../compiler/ets/array_indexing_with_chaining_non_nullish.ets | 2 +- .../test/compiler/ets/array_indexing_with_chaining_nullish.ets | 2 +- .../ets/array_indexing_without_chaining_non_nullish.ets | 2 +- .../compiler/ets/array_indexing_without_chaining_nullish.ets | 2 +- ets2panda/test/compiler/ets/arrowFunctionCapture.ets | 2 +- ets2panda/test/compiler/ets/assert_bad.ets | 2 +- ets2panda/test/compiler/ets/boxingConversion1.ets | 2 +- ets2panda/test/compiler/ets/boxingConversion2.ets | 2 +- ets2panda/test/compiler/ets/boxingConversion3.ets | 2 +- ets2panda/test/compiler/ets/boxingConversion4.ets | 2 +- ets2panda/test/compiler/ets/boxingUnboxingExpressions.ets | 2 +- ets2panda/test/compiler/ets/catch-soft-keyword.ets | 2 +- ets2panda/test/compiler/ets/catchParamScope.ets | 2 +- ets2panda/test/compiler/ets/conversion-w-ASExpr.ets | 2 +- .../test/compiler/ets/conversion_Double-to-Int_typeerror.ets | 2 +- .../ets/conversion_Double-to-Int_w_try_stmt_typerror.ets | 2 +- .../test/compiler/ets/conversion_Int-to-Double_typeerror.ets | 2 +- .../ets/conversion_call-context_Int-to-Double_typeerror.ets | 2 +- ets2panda/test/compiler/ets/conversion_w_functions.ets | 2 +- .../test/compiler/ets/conversion_w_functions_w_try-stmts.ets | 2 +- ets2panda/test/compiler/ets/delete-non-keyword.ets | 2 +- ets2panda/test/compiler/ets/dynamic-equality.ets | 2 +- ets2panda/test/compiler/ets/dynamicJsImport.ets | 2 +- ets2panda/test/compiler/ets/dynamicLambda.ets | 2 +- ets2panda/test/compiler/ets/dynamicLambdaJSValue.ets | 2 +- ets2panda/test/compiler/ets/dynamicLambdaJSValueCast.ets | 2 +- ets2panda/test/compiler/ets/dynamicObjectLiteral.ets | 2 +- ets2panda/test/compiler/ets/dynamic_call.ets | 2 +- ets2panda/test/compiler/ets/dynamic_instanceof_error.ets | 2 +- ets2panda/test/compiler/ets/enums_01.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString0.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString1.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString2.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString3.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString4.ets | 2 +- ets2panda/test/compiler/ets/etsObjectToString5.ets | 2 +- .../test/compiler/ets/extended_conditional_expression_not.ets | 2 +- .../ets/extended_conditional_expression_not_return_type.ets | 2 +- ets2panda/test/compiler/ets/forUpdate.ets | 2 +- ets2panda/test/compiler/ets/forUpdateCharType.ets | 2 +- ets2panda/test/compiler/ets/for_of_missing_iterator_type.ets | 2 +- ets2panda/test/compiler/ets/functionPointerArray.ets | 2 +- ets2panda/test/compiler/ets/functionTypeToObject.ets | 2 +- ets2panda/test/compiler/ets/function_subtyping_1.ets | 2 +- ets2panda/test/compiler/ets/generic_deadlock.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_1.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_2.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_3.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_4.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_5.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_6.ets | 2 +- ets2panda/test/compiler/ets/generic_function_call_7.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_1.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_10_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_2_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_3_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_4_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_5_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_6.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_7_neg.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_8.ets | 2 +- ets2panda/test/compiler/ets/generic_typealias_9.ets | 2 +- ets2panda/test/compiler/ets/generics_class_recursive_type_1.ets | 2 +- ets2panda/test/compiler/ets/generics_implicit_lambda1.ets | 2 +- ets2panda/test/compiler/ets/generics_implicit_lambda2.ets | 2 +- ets2panda/test/compiler/ets/generics_instantiation_1.ets | 2 +- ets2panda/test/compiler/ets/generics_instantiation_3.ets | 2 +- ets2panda/test/compiler/ets/generics_interface_bounds_1.ets | 2 +- ets2panda/test/compiler/ets/generics_interface_bounds_2.ets | 2 +- ets2panda/test/compiler/ets/generics_primitive_type_param_1.ets | 2 +- .../test/compiler/ets/generics_primitive_type_param_neg_1.ets | 2 +- .../test/compiler/ets/generics_primitive_type_param_neg_2.ets | 2 +- ets2panda/test/compiler/ets/identifierReference1.ets | 2 +- ets2panda/test/compiler/ets/identifierReference10.ets | 2 +- ets2panda/test/compiler/ets/identifierReference11.ets | 2 +- ets2panda/test/compiler/ets/identifierReference12.ets | 2 +- ets2panda/test/compiler/ets/identifierReference13.ets | 2 +- ets2panda/test/compiler/ets/identifierReference14.ets | 2 +- ets2panda/test/compiler/ets/identifierReference15.ets | 2 +- ets2panda/test/compiler/ets/identifierReference16.ets | 2 +- ets2panda/test/compiler/ets/identifierReference2.ets | 2 +- ets2panda/test/compiler/ets/identifierReference3.ets | 2 +- ets2panda/test/compiler/ets/identifierReference4.ets | 2 +- ets2panda/test/compiler/ets/identifierReference5.ets | 2 +- ets2panda/test/compiler/ets/identifierReference6.ets | 2 +- ets2panda/test/compiler/ets/identifierReference7.ets | 2 +- ets2panda/test/compiler/ets/identifierReference8.ets | 2 +- ets2panda/test/compiler/ets/identifierReference9.ets | 2 +- ets2panda/test/compiler/ets/implicit-conversion.ets | 2 +- ets2panda/test/compiler/ets/inferTypeOfArray.ets | 2 +- ets2panda/test/compiler/ets/inferTypeOfArrayNegative1.ets | 2 +- ets2panda/test/compiler/ets/inferTypeOfArrayNegative2.ets | 2 +- ets2panda/test/compiler/ets/inferTypeOfArrayNegative3.ets | 2 +- ets2panda/test/compiler/ets/infinityNarrowing.ets | 2 +- ets2panda/test/compiler/ets/interfaceMethodNotOverridden.ets | 2 +- ets2panda/test/compiler/ets/invalidCallInstruction.ets | 2 +- .../test/compiler/ets/invalidIndirectInheritanceFromClass.ets | 2 +- .../compiler/ets/invalidIndirectInheritanceFromInterface.ets | 2 +- ets2panda/test/compiler/ets/invalidInheritance1.ets | 2 +- ets2panda/test/compiler/ets/invalidInheritance2.ets | 2 +- ets2panda/test/compiler/ets/invalidInheritance3.ets | 2 +- ets2panda/test/compiler/ets/invalidInheritanceFromClass.ets | 2 +- ets2panda/test/compiler/ets/invalidInheritanceFromInterface.ets | 2 +- .../ets/invalidInheritanceFromInterfaceStaticMethod.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext1.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext2.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext3.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext4.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext5.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext6.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext7.ets | 2 +- .../compiler/ets/invalidMemberExpressionFromStaticContext8.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess1.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess2.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess3.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess4.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess5.ets | 2 +- ets2panda/test/compiler/ets/invalidPrivateAccess6.ets | 2 +- ets2panda/test/compiler/ets/invalidProtectedAccess1.ets | 2 +- ets2panda/test/compiler/ets/invalidProtectedAccess2.ets | 2 +- ets2panda/test/compiler/ets/invalidProtectedAccess3.ets | 2 +- .../ets/lambdaExpressionWithoutBlockStatementDifferentType.ets | 2 +- ...daExpressionWithoutBlockStatementDifferentTypeInfunction.ets | 2 +- ets2panda/test/compiler/ets/lambdaFunction1.ets | 2 +- ets2panda/test/compiler/ets/lambdaFunction3.ets | 2 +- ets2panda/test/compiler/ets/lambdaFunction4.ets | 2 +- ets2panda/test/compiler/ets/lambdaFunctionArrayDeclaration.ets | 2 +- ets2panda/test/compiler/ets/lambda_capturing.ets | 2 +- .../ets/lambda_infer_type/lambda_cast_infer_type_narrowing.ets | 2 +- .../ets/lambda_infer_type/lambda_cast_infer_type_void.ets | 2 +- .../ets/lambda_infer_type/lambda_cast_type_has_pramas.ets | 2 +- .../test/compiler/ets/lambda_infer_type/lambda_infer_type.ets | 2 +- .../lambda_infer_type/lambda_infer_type_arrow_expression.ets | 2 +- .../lambda_infer_type_arrow_expression_literal.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_has_return.ets | 2 +- .../compiler/ets/lambda_infer_type/lambda_infer_type_param1.ets | 2 +- .../compiler/ets/lambda_infer_type/lambda_infer_type_param2.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_retrun_enum.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_return_array.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_return_lambda.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_return_lambda1.ets | 2 +- .../lambda_infer_type_return_lambda_expression.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_return_literal.ets | 2 +- .../ets/lambda_infer_type/lambda_infer_type_return_union.ets | 2 +- .../compiler/ets/lambda_infer_type/lambda_infer_type_scope.ets | 2 +- ets2panda/test/compiler/ets/lambda_unresolved_ref_1.ets | 2 +- ets2panda/test/compiler/ets/loopWithinLambda.ets | 2 +- ets2panda/test/compiler/ets/manyLocalsParamRegUsage.ets | 2 +- ets2panda/test/compiler/ets/memberExprInLambda.ets | 2 +- .../test/compiler/ets/memberExpressionFromStaticContext.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_1.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_2.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_3.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_4.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_5.ets | 2 +- .../method-resolution-class-and-interface-in-signatures_6.ets | 2 +- .../test/compiler/ets/methodOverrideCovariantReturnType.ets | 2 +- .../test/compiler/ets/methodOverrideDifferentSignature.ets | 2 +- ets2panda/test/compiler/ets/methodOverrideWithoutModifier.ets | 2 +- ets2panda/test/compiler/ets/mostSpecificMethod1.ets | 2 +- ets2panda/test/compiler/ets/mostSpecificMethod2.ets | 2 +- ets2panda/test/compiler/ets/multipleMethodOverride.ets | 2 +- ets2panda/test/compiler/ets/n_nullableTypeInArgNotRef.ets | 2 +- ets2panda/test/compiler/ets/n_nullableTypeInReturnNotRef.ets | 2 +- ets2panda/test/compiler/ets/n_nullableTypeNotRef.ets | 2 +- ets2panda/test/compiler/ets/native_toplevel.ets | 2 +- ets2panda/test/compiler/ets/newClassInstanceExpression.ets | 2 +- ets2panda/test/compiler/ets/non-const-lambda-with-scopes.ets | 2 +- ets2panda/test/compiler/ets/null_coalescing_generic_1.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralAbstract.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralBadKey.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralInaccessibleKey.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralInterface.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralNoContextType.ets | 2 +- .../compiler/ets/objectLiteralNoParameterlessConstructor.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralNoSuchKey.ets | 2 +- .../test/compiler/ets/objectLiteralPrimitiveContextType.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralPrivateConstructor.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralReadonlyKey.ets | 2 +- ets2panda/test/compiler/ets/objectLiteralWrongValueType.ets | 2 +- ets2panda/test/compiler/ets/optionalLambdaParameter.ets | 2 +- ets2panda/test/compiler/ets/override.ets | 2 +- ets2panda/test/compiler/ets/override10.ets | 2 +- ets2panda/test/compiler/ets/override11.ets | 2 +- ets2panda/test/compiler/ets/override12.ets | 2 +- ets2panda/test/compiler/ets/override13.ets | 2 +- ets2panda/test/compiler/ets/override14.ets | 2 +- ets2panda/test/compiler/ets/override15.ets | 2 +- ets2panda/test/compiler/ets/override16.ets | 2 +- ets2panda/test/compiler/ets/override17.ets | 2 +- ets2panda/test/compiler/ets/override2.ets | 2 +- ets2panda/test/compiler/ets/override3.ets | 2 +- ets2panda/test/compiler/ets/override4.ets | 2 +- ets2panda/test/compiler/ets/override5.ets | 2 +- ets2panda/test/compiler/ets/override6.ets | 2 +- ets2panda/test/compiler/ets/override8.ets | 2 +- ets2panda/test/compiler/ets/override9.ets | 2 +- ets2panda/test/compiler/ets/overrideModifierNotOverriding.ets | 2 +- ets2panda/test/compiler/ets/parenthesizedType.ets | 2 +- ets2panda/test/compiler/ets/privateMethodOverride.ets | 2 +- ets2panda/test/compiler/ets/promiseVoid.ets | 2 +- ets2panda/test/compiler/ets/referenceEqualityNotCastable_n.ets | 2 +- ets2panda/test/compiler/ets/referenceEqualityNotReference_n.ets | 2 +- ets2panda/test/compiler/ets/rethrowingCheck1.ets | 2 +- ets2panda/test/compiler/ets/rethrowingCheck2.ets | 2 +- ets2panda/test/compiler/ets/rethrowingCheck3.ets | 2 +- ets2panda/test/compiler/ets/rethrowingCheck4.ets | 2 +- ets2panda/test/compiler/ets/rethrowingCheck5.ets | 2 +- ets2panda/test/compiler/ets/rethrowingConstructorCheck1.ets | 2 +- ets2panda/test/compiler/ets/rethrowingConstructorCheck2.ets | 2 +- ets2panda/test/compiler/ets/rethrowingConstructorCheck3.ets | 2 +- ets2panda/test/compiler/ets/rethrowingFunctionCheck1.ets | 2 +- ets2panda/test/compiler/ets/rethrowingFunctionCheck2.ets | 2 +- ets2panda/test/compiler/ets/rethrowingFunctionCheck3.ets | 2 +- ets2panda/test/compiler/ets/rethrowingMethodCheck1.ets | 2 +- ets2panda/test/compiler/ets/rethrowingMethodCheck2.ets | 2 +- ets2panda/test/compiler/ets/rethrowingMethodCheck3.ets | 2 +- ets2panda/test/compiler/ets/returnTypeGenericArray.ets | 2 +- ets2panda/test/compiler/ets/return_missing_argument.ets | 2 +- ets2panda/test/compiler/ets/setArrayLength1.ets | 2 +- ets2panda/test/compiler/ets/setArrayLength2.ets | 2 +- ets2panda/test/compiler/ets/setArrayLength3.ets | 2 +- ets2panda/test/compiler/ets/staticInitializerInInnerClass.ets | 2 +- ets2panda/test/compiler/ets/superReferenceFromStaticContext.ets | 2 +- .../test/compiler/ets/switchStatementCorrectConversion.ets | 2 +- ets2panda/test/compiler/ets/thisReferenceFromStaticContext.ets | 2 +- ets2panda/test/compiler/ets/this_type_invalid_return_type.ets | 2 +- ets2panda/test/compiler/ets/this_type_valid_return_type.ets | 2 +- ets2panda/test/compiler/ets/throwInCatchClause1.ets | 2 +- ets2panda/test/compiler/ets/throwInCatchClause2.ets | 2 +- ets2panda/test/compiler/ets/throwInCatchClause3.ets | 2 +- ets2panda/test/compiler/ets/throwInFinallyBlock.ets | 2 +- ets2panda/test/compiler/ets/throwInFinallyBlock1.ets | 2 +- ets2panda/test/compiler/ets/throwInFinallyBlock2.ets | 2 +- ets2panda/test/compiler/ets/throwInRethrowingFunction.ets | 2 +- ets2panda/test/compiler/ets/throwInRethrowingFunction2.ets | 2 +- ets2panda/test/compiler/ets/throwInThrowingFunction.ets | 2 +- ets2panda/test/compiler/ets/throwInTryStatement.ets | 2 +- ets2panda/test/compiler/ets/throwWithoutTryCatch.ets | 2 +- ets2panda/test/compiler/ets/throwingConstructorCheck1.ets | 2 +- ets2panda/test/compiler/ets/throwingConstructorCheck2.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionAsParameter1.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionAsParameter2.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck1.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck2.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck3.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck4.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck5.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionCheck6.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionType1.ets | 2 +- ets2panda/test/compiler/ets/throwingFunctionType2.ets | 2 +- ets2panda/test/compiler/ets/throwingMethodCheck1.ets | 2 +- ets2panda/test/compiler/ets/throwingMethodCheck2.ets | 2 +- ets2panda/test/compiler/ets/tryCatchErrorFlow.ets | 2 +- ets2panda/test/compiler/ets/tryCatchErrorIncorrectParamType.ets | 2 +- ets2panda/test/compiler/ets/tryCatchErrorMissingParamType.ets | 2 +- ets2panda/test/compiler/ets/tryCatchIncorrectParamType.ets | 2 +- ets2panda/test/compiler/ets/tryCatchMissingParam.ets | 2 +- ets2panda/test/compiler/ets/tryCatchMissingParamType.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_10_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_11_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_12.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_13.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_14.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_15.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_16.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_19.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_2_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_3_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_4_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_5_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_6_neg.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_7.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_8.ets | 2 +- ets2panda/test/compiler/ets/tuple_types_9_neg.ets | 2 +- ets2panda/test/compiler/ets/typeAlias.ets | 2 +- .../test/compiler/ets/typeVarReferenceFromStaticContext.ets | 2 +- .../test/compiler/ets/typeVarReferenceFromStaticContext2.ets | 2 +- ets2panda/test/compiler/ets/union_types_2.ets | 2 +- ets2panda/test/compiler/ets/union_types_4.ets | 2 +- .../test/compiler/ets/validate_signatures_throw_type_error.ets | 2 +- .../ets/validate_signatures_throw_type_error_more_param.ets | 2 +- ets2panda/test/compiler/ets/voidTypeInBinaryOperation.ets | 2 +- ets2panda/test/compiler/js/eval_lexically_unbound.js | 2 +- ets2panda/test/compiler/js/many_locals_1.js | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_1.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_10.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_11.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_12.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_13.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_14.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_15.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_16.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_17.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_18.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_19.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_2.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_20.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_21.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_22.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_23.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_24.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_25.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_26.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_27.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_28.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_29.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_3.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_30.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_31.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_32.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_33.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_34.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_35.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_36.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_37.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_38.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_39.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_4.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_40.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_41.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_42.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_43.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_44.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_45.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_46.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_47.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_48.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_49.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_5.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_50.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_51.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_52.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_53.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_54.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_55.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_56.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_57.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_58.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_59.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_6.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_60.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_61.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_62.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_63.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_64.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_7.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_8.ts | 2 +- ets2panda/test/compiler/ts/arithmetic_operators_9.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring1.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring10.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring11.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring12.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring13.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring14.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring15.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring16.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring17.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring18.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring19.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring2.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring20.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring21.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring22.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring23.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring24.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring25.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring26.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring27.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring28.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring29.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring3.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring30.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring31.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring32.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring33.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring34.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring35.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring36.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring37.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring38.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring39.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring4.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring40.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring41.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring42.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring43.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring44.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring5.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring6.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring7.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring8.ts | 2 +- ets2panda/test/compiler/ts/arrayDestructuring9.ts | 2 +- ets2panda/test/compiler/ts/array_1.ts | 2 +- ets2panda/test/compiler/ts/array_10.ts | 2 +- ets2panda/test/compiler/ts/array_11.ts | 2 +- ets2panda/test/compiler/ts/array_12.ts | 2 +- ets2panda/test/compiler/ts/array_13.ts | 2 +- ets2panda/test/compiler/ts/array_14.ts | 2 +- ets2panda/test/compiler/ts/array_15.ts | 2 +- ets2panda/test/compiler/ts/array_16.ts | 2 +- ets2panda/test/compiler/ts/array_17.ts | 2 +- ets2panda/test/compiler/ts/array_18.ts | 2 +- ets2panda/test/compiler/ts/array_19.ts | 2 +- ets2panda/test/compiler/ts/array_2.ts | 2 +- ets2panda/test/compiler/ts/array_20.ts | 2 +- ets2panda/test/compiler/ts/array_21.ts | 2 +- ets2panda/test/compiler/ts/array_22.ts | 2 +- ets2panda/test/compiler/ts/array_23.ts | 2 +- ets2panda/test/compiler/ts/array_24.ts | 2 +- ets2panda/test/compiler/ts/array_3.ts | 2 +- ets2panda/test/compiler/ts/array_4.ts | 2 +- ets2panda/test/compiler/ts/array_5.ts | 2 +- ets2panda/test/compiler/ts/array_6.ts | 2 +- ets2panda/test/compiler/ts/array_7.ts | 2 +- ets2panda/test/compiler/ts/array_8.ts | 2 +- ets2panda/test/compiler/ts/array_9.ts | 2 +- ets2panda/test/compiler/ts/array_expression_1.ts | 2 +- ets2panda/test/compiler/ts/as_expression_1.ts | 2 +- ets2panda/test/compiler/ts/as_expression_10.ts | 2 +- ets2panda/test/compiler/ts/as_expression_11.ts | 2 +- ets2panda/test/compiler/ts/as_expression_12.ts | 2 +- ets2panda/test/compiler/ts/as_expression_13.ts | 2 +- ets2panda/test/compiler/ts/as_expression_14.ts | 2 +- ets2panda/test/compiler/ts/as_expression_15.ts | 2 +- ets2panda/test/compiler/ts/as_expression_2.ts | 2 +- ets2panda/test/compiler/ts/as_expression_3.ts | 2 +- ets2panda/test/compiler/ts/as_expression_4.ts | 2 +- ets2panda/test/compiler/ts/as_expression_5.ts | 2 +- ets2panda/test/compiler/ts/as_expression_6.ts | 2 +- ets2panda/test/compiler/ts/as_expression_7.ts | 2 +- ets2panda/test/compiler/ts/as_expression_8.ts | 2 +- ets2panda/test/compiler/ts/as_expression_9.ts | 2 +- ets2panda/test/compiler/ts/assignment_never.ts | 2 +- ets2panda/test/compiler/ts/assignment_unknown.ts | 2 +- ets2panda/test/compiler/ts/call_expression_1.ts | 2 +- ets2panda/test/compiler/ts/cannotAssignToConst.ts | 2 +- ets2panda/test/compiler/ts/constUsedBeforeDeclaration.ts | 2 +- ets2panda/test/compiler/ts/do_while_statement.ts | 2 +- ets2panda/test/compiler/ts/for_update_statement.ts | 2 +- ets2panda/test/compiler/ts/functionCall.ts | 2 +- ets2panda/test/compiler/ts/functionCall_1.ts | 2 +- ets2panda/test/compiler/ts/functionCall_10.ts | 2 +- ets2panda/test/compiler/ts/functionCall_11.ts | 2 +- ets2panda/test/compiler/ts/functionCall_12.ts | 2 +- ets2panda/test/compiler/ts/functionCall_13.ts | 2 +- ets2panda/test/compiler/ts/functionCall_14.ts | 2 +- ets2panda/test/compiler/ts/functionCall_15.ts | 2 +- ets2panda/test/compiler/ts/functionCall_2.ts | 2 +- ets2panda/test/compiler/ts/functionCall_3.ts | 2 +- ets2panda/test/compiler/ts/functionCall_4.ts | 2 +- ets2panda/test/compiler/ts/functionCall_5.ts | 2 +- ets2panda/test/compiler/ts/functionCall_6.ts | 2 +- ets2panda/test/compiler/ts/functionCall_7.ts | 2 +- ets2panda/test/compiler/ts/functionCall_8.ts | 2 +- ets2panda/test/compiler/ts/functionCall_9.ts | 2 +- ets2panda/test/compiler/ts/functionOverload1.ts | 2 +- ets2panda/test/compiler/ts/functionOverload2.ts | 2 +- ets2panda/test/compiler/ts/functionOverload3.ts | 2 +- ets2panda/test/compiler/ts/functionOverload4.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern1.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern10.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern11.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern12.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern2.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern3.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern4.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern5.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern6.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern7.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern8.ts | 2 +- ets2panda/test/compiler/ts/functionWithPattern9.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_1.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_10.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_11.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_2.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_3.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_4.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_5.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_6.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_7.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_8.ts | 2 +- ets2panda/test/compiler/ts/function_declaration_9.ts | 2 +- ets2panda/test/compiler/ts/identifierWithoutDeclaration.ts | 2 +- ets2panda/test/compiler/ts/identifier_optional_negative.ts | 2 +- ets2panda/test/compiler/ts/identifier_optional_positive.ts | 2 +- ets2panda/test/compiler/ts/if_statement.ts | 2 +- ets2panda/test/compiler/ts/in_1.ts | 2 +- ets2panda/test/compiler/ts/in_10.ts | 2 +- ets2panda/test/compiler/ts/in_11.ts | 2 +- ets2panda/test/compiler/ts/in_12.ts | 2 +- ets2panda/test/compiler/ts/in_13.ts | 2 +- ets2panda/test/compiler/ts/in_14.ts | 2 +- ets2panda/test/compiler/ts/in_15.ts | 2 +- ets2panda/test/compiler/ts/in_2.ts | 2 +- ets2panda/test/compiler/ts/in_3.ts | 2 +- ets2panda/test/compiler/ts/in_4.ts | 2 +- ets2panda/test/compiler/ts/in_5.ts | 2 +- ets2panda/test/compiler/ts/in_6.ts | 2 +- ets2panda/test/compiler/ts/in_7.ts | 2 +- ets2panda/test/compiler/ts/in_8.ts | 2 +- ets2panda/test/compiler/ts/in_9.ts | 2 +- ets2panda/test/compiler/ts/instanceof_1.ts | 2 +- ets2panda/test/compiler/ts/instanceof_10.ts | 2 +- ets2panda/test/compiler/ts/instanceof_11.ts | 2 +- ets2panda/test/compiler/ts/instanceof_12.ts | 2 +- ets2panda/test/compiler/ts/instanceof_13.ts | 2 +- ets2panda/test/compiler/ts/instanceof_14.ts | 2 +- ets2panda/test/compiler/ts/instanceof_2.ts | 2 +- ets2panda/test/compiler/ts/instanceof_3.ts | 2 +- ets2panda/test/compiler/ts/instanceof_4.ts | 2 +- ets2panda/test/compiler/ts/instanceof_5.ts | 2 +- ets2panda/test/compiler/ts/instanceof_6.ts | 2 +- ets2panda/test/compiler/ts/instanceof_7.ts | 2 +- ets2panda/test/compiler/ts/instanceof_8.ts | 2 +- ets2panda/test/compiler/ts/instanceof_9.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment1.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment2.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment3.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment4.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment5.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment6.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment7.ts | 2 +- ets2panda/test/compiler/ts/interfaceAssignment8.ts | 2 +- ets2panda/test/compiler/ts/interfaceInheritance1.ts | 2 +- ets2panda/test/compiler/ts/interfaceInheritance2.ts | 2 +- ets2panda/test/compiler/ts/interfaceInheritance3.ts | 2 +- ets2panda/test/compiler/ts/interfaceInheritance4.ts | 2 +- .../ts/interfacePropertyReferenceContainingInterface.ts | 2 +- .../ts/interfacePropertyReferenceContainingInterface1.ts | 2 +- .../compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts | 2 +- ets2panda/test/compiler/ts/interfaceUsedAsValue.ts | 2 +- .../test/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts | 2 +- ets2panda/test/compiler/ts/interface_enum_member.ts | 2 +- ets2panda/test/compiler/ts/letUsedBeforeDeclaration.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_1.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_2.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_3.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_4.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_5.ts | 2 +- ets2panda/test/compiler/ts/memberExpTest_6.ts | 2 +- ets2panda/test/compiler/ts/memberExpTests.ts | 2 +- ets2panda/test/compiler/ts/member_expression_1.ts | 2 +- ets2panda/test/compiler/ts/member_expression_10.ts | 2 +- ets2panda/test/compiler/ts/member_expression_11.ts | 2 +- ets2panda/test/compiler/ts/member_expression_12.ts | 2 +- ets2panda/test/compiler/ts/member_expression_13.ts | 2 +- ets2panda/test/compiler/ts/member_expression_14.ts | 2 +- ets2panda/test/compiler/ts/member_expression_15.ts | 2 +- ets2panda/test/compiler/ts/member_expression_16.ts | 2 +- ets2panda/test/compiler/ts/member_expression_17.ts | 2 +- ets2panda/test/compiler/ts/member_expression_18.ts | 2 +- ets2panda/test/compiler/ts/member_expression_19.ts | 2 +- ets2panda/test/compiler/ts/member_expression_2.ts | 2 +- ets2panda/test/compiler/ts/member_expression_20.ts | 2 +- ets2panda/test/compiler/ts/member_expression_21.ts | 2 +- ets2panda/test/compiler/ts/member_expression_22.ts | 2 +- ets2panda/test/compiler/ts/member_expression_23.ts | 2 +- ets2panda/test/compiler/ts/member_expression_24.ts | 2 +- ets2panda/test/compiler/ts/member_expression_25.ts | 2 +- ets2panda/test/compiler/ts/member_expression_26.ts | 2 +- ets2panda/test/compiler/ts/member_expression_27.ts | 2 +- ets2panda/test/compiler/ts/member_expression_28.ts | 2 +- ets2panda/test/compiler/ts/member_expression_29.ts | 2 +- ets2panda/test/compiler/ts/member_expression_3.ts | 2 +- ets2panda/test/compiler/ts/member_expression_30.ts | 2 +- ets2panda/test/compiler/ts/member_expression_31.ts | 2 +- ets2panda/test/compiler/ts/member_expression_32.ts | 2 +- ets2panda/test/compiler/ts/member_expression_33.ts | 2 +- ets2panda/test/compiler/ts/member_expression_34.ts | 2 +- ets2panda/test/compiler/ts/member_expression_35.ts | 2 +- ets2panda/test/compiler/ts/member_expression_36.ts | 2 +- ets2panda/test/compiler/ts/member_expression_37.ts | 2 +- ets2panda/test/compiler/ts/member_expression_38.ts | 2 +- ets2panda/test/compiler/ts/member_expression_39.ts | 2 +- ets2panda/test/compiler/ts/member_expression_4.ts | 2 +- ets2panda/test/compiler/ts/member_expression_40.ts | 2 +- ets2panda/test/compiler/ts/member_expression_41.ts | 2 +- ets2panda/test/compiler/ts/member_expression_42.ts | 2 +- ets2panda/test/compiler/ts/member_expression_43.ts | 2 +- ets2panda/test/compiler/ts/member_expression_44.ts | 2 +- ets2panda/test/compiler/ts/member_expression_45.ts | 2 +- ets2panda/test/compiler/ts/member_expression_46.ts | 2 +- ets2panda/test/compiler/ts/member_expression_47.ts | 2 +- ets2panda/test/compiler/ts/member_expression_48.ts | 2 +- ets2panda/test/compiler/ts/member_expression_49.ts | 2 +- ets2panda/test/compiler/ts/member_expression_5.ts | 2 +- ets2panda/test/compiler/ts/member_expression_50.ts | 2 +- ets2panda/test/compiler/ts/member_expression_51.ts | 2 +- ets2panda/test/compiler/ts/member_expression_52.ts | 2 +- ets2panda/test/compiler/ts/member_expression_53.ts | 2 +- ets2panda/test/compiler/ts/member_expression_54.ts | 2 +- ets2panda/test/compiler/ts/member_expression_55.ts | 2 +- ets2panda/test/compiler/ts/member_expression_56.ts | 2 +- ets2panda/test/compiler/ts/member_expression_57.ts | 2 +- ets2panda/test/compiler/ts/member_expression_58.ts | 2 +- ets2panda/test/compiler/ts/member_expression_59.ts | 2 +- ets2panda/test/compiler/ts/member_expression_6.ts | 2 +- ets2panda/test/compiler/ts/member_expression_60.ts | 2 +- ets2panda/test/compiler/ts/member_expression_61.ts | 2 +- ets2panda/test/compiler/ts/member_expression_62.ts | 2 +- ets2panda/test/compiler/ts/member_expression_63.ts | 2 +- ets2panda/test/compiler/ts/member_expression_64.ts | 2 +- ets2panda/test/compiler/ts/member_expression_65.ts | 2 +- ets2panda/test/compiler/ts/member_expression_66.ts | 2 +- ets2panda/test/compiler/ts/member_expression_67.ts | 2 +- ets2panda/test/compiler/ts/member_expression_68.ts | 2 +- ets2panda/test/compiler/ts/member_expression_69.ts | 2 +- ets2panda/test/compiler/ts/member_expression_7.ts | 2 +- ets2panda/test/compiler/ts/member_expression_70.ts | 2 +- ets2panda/test/compiler/ts/member_expression_71.ts | 2 +- ets2panda/test/compiler/ts/member_expression_72.ts | 2 +- ets2panda/test/compiler/ts/member_expression_73.ts | 2 +- ets2panda/test/compiler/ts/member_expression_74.ts | 2 +- ets2panda/test/compiler/ts/member_expression_75.ts | 2 +- ets2panda/test/compiler/ts/member_expression_76.ts | 2 +- ets2panda/test/compiler/ts/member_expression_77.ts | 2 +- ets2panda/test/compiler/ts/member_expression_78.ts | 2 +- ets2panda/test/compiler/ts/member_expression_79.ts | 2 +- ets2panda/test/compiler/ts/member_expression_8.ts | 2 +- ets2panda/test/compiler/ts/member_expression_80.ts | 2 +- ets2panda/test/compiler/ts/member_expression_81.ts | 2 +- ets2panda/test/compiler/ts/member_expression_82.ts | 2 +- ets2panda/test/compiler/ts/member_expression_9.ts | 2 +- ets2panda/test/compiler/ts/new_expression_1.ts | 2 +- ets2panda/test/compiler/ts/new_expression_10.ts | 2 +- ets2panda/test/compiler/ts/new_expression_100.ts | 2 +- ets2panda/test/compiler/ts/new_expression_101.ts | 2 +- ets2panda/test/compiler/ts/new_expression_102.ts | 2 +- ets2panda/test/compiler/ts/new_expression_103.ts | 2 +- ets2panda/test/compiler/ts/new_expression_104.ts | 2 +- ets2panda/test/compiler/ts/new_expression_105.ts | 2 +- ets2panda/test/compiler/ts/new_expression_106.ts | 2 +- ets2panda/test/compiler/ts/new_expression_107.ts | 2 +- ets2panda/test/compiler/ts/new_expression_108.ts | 2 +- ets2panda/test/compiler/ts/new_expression_109.ts | 2 +- ets2panda/test/compiler/ts/new_expression_11.ts | 2 +- ets2panda/test/compiler/ts/new_expression_110.ts | 2 +- ets2panda/test/compiler/ts/new_expression_111.ts | 2 +- ets2panda/test/compiler/ts/new_expression_112.ts | 2 +- ets2panda/test/compiler/ts/new_expression_113.ts | 2 +- ets2panda/test/compiler/ts/new_expression_114.ts | 2 +- ets2panda/test/compiler/ts/new_expression_115.ts | 2 +- ets2panda/test/compiler/ts/new_expression_116.ts | 2 +- ets2panda/test/compiler/ts/new_expression_117.ts | 2 +- ets2panda/test/compiler/ts/new_expression_118.ts | 2 +- ets2panda/test/compiler/ts/new_expression_119.ts | 2 +- ets2panda/test/compiler/ts/new_expression_12.ts | 2 +- ets2panda/test/compiler/ts/new_expression_120.ts | 2 +- ets2panda/test/compiler/ts/new_expression_121.ts | 2 +- ets2panda/test/compiler/ts/new_expression_122.ts | 2 +- ets2panda/test/compiler/ts/new_expression_123.ts | 2 +- ets2panda/test/compiler/ts/new_expression_124.ts | 2 +- ets2panda/test/compiler/ts/new_expression_125.ts | 2 +- ets2panda/test/compiler/ts/new_expression_126.ts | 2 +- ets2panda/test/compiler/ts/new_expression_127.ts | 2 +- ets2panda/test/compiler/ts/new_expression_128.ts | 2 +- ets2panda/test/compiler/ts/new_expression_129.ts | 2 +- ets2panda/test/compiler/ts/new_expression_13.ts | 2 +- ets2panda/test/compiler/ts/new_expression_130.ts | 2 +- ets2panda/test/compiler/ts/new_expression_131.ts | 2 +- ets2panda/test/compiler/ts/new_expression_132.ts | 2 +- ets2panda/test/compiler/ts/new_expression_133.ts | 2 +- ets2panda/test/compiler/ts/new_expression_134.ts | 2 +- ets2panda/test/compiler/ts/new_expression_135.ts | 2 +- ets2panda/test/compiler/ts/new_expression_136.ts | 2 +- ets2panda/test/compiler/ts/new_expression_137.ts | 2 +- ets2panda/test/compiler/ts/new_expression_138.ts | 2 +- ets2panda/test/compiler/ts/new_expression_139.ts | 2 +- ets2panda/test/compiler/ts/new_expression_14.ts | 2 +- ets2panda/test/compiler/ts/new_expression_140.ts | 2 +- ets2panda/test/compiler/ts/new_expression_141.ts | 2 +- ets2panda/test/compiler/ts/new_expression_142.ts | 2 +- ets2panda/test/compiler/ts/new_expression_143.ts | 2 +- ets2panda/test/compiler/ts/new_expression_144.ts | 2 +- ets2panda/test/compiler/ts/new_expression_145.ts | 2 +- ets2panda/test/compiler/ts/new_expression_146.ts | 2 +- ets2panda/test/compiler/ts/new_expression_147.ts | 2 +- ets2panda/test/compiler/ts/new_expression_148.ts | 2 +- ets2panda/test/compiler/ts/new_expression_149.ts | 2 +- ets2panda/test/compiler/ts/new_expression_15.ts | 2 +- ets2panda/test/compiler/ts/new_expression_150.ts | 2 +- ets2panda/test/compiler/ts/new_expression_151.ts | 2 +- ets2panda/test/compiler/ts/new_expression_152.ts | 2 +- ets2panda/test/compiler/ts/new_expression_153.ts | 2 +- ets2panda/test/compiler/ts/new_expression_154.ts | 2 +- ets2panda/test/compiler/ts/new_expression_155.ts | 2 +- ets2panda/test/compiler/ts/new_expression_156.ts | 2 +- ets2panda/test/compiler/ts/new_expression_157.ts | 2 +- ets2panda/test/compiler/ts/new_expression_158.ts | 2 +- ets2panda/test/compiler/ts/new_expression_159.ts | 2 +- ets2panda/test/compiler/ts/new_expression_16.ts | 2 +- ets2panda/test/compiler/ts/new_expression_160.ts | 2 +- ets2panda/test/compiler/ts/new_expression_161.ts | 2 +- ets2panda/test/compiler/ts/new_expression_162.ts | 2 +- ets2panda/test/compiler/ts/new_expression_163.ts | 2 +- ets2panda/test/compiler/ts/new_expression_164.ts | 2 +- ets2panda/test/compiler/ts/new_expression_17.ts | 2 +- ets2panda/test/compiler/ts/new_expression_18.ts | 2 +- ets2panda/test/compiler/ts/new_expression_19.ts | 2 +- ets2panda/test/compiler/ts/new_expression_2.ts | 2 +- ets2panda/test/compiler/ts/new_expression_20.ts | 2 +- ets2panda/test/compiler/ts/new_expression_21.ts | 2 +- ets2panda/test/compiler/ts/new_expression_22.ts | 2 +- ets2panda/test/compiler/ts/new_expression_23.ts | 2 +- ets2panda/test/compiler/ts/new_expression_24.ts | 2 +- ets2panda/test/compiler/ts/new_expression_25.ts | 2 +- ets2panda/test/compiler/ts/new_expression_26.ts | 2 +- ets2panda/test/compiler/ts/new_expression_27.ts | 2 +- ets2panda/test/compiler/ts/new_expression_28.ts | 2 +- ets2panda/test/compiler/ts/new_expression_29.ts | 2 +- ets2panda/test/compiler/ts/new_expression_3.ts | 2 +- ets2panda/test/compiler/ts/new_expression_30.ts | 2 +- ets2panda/test/compiler/ts/new_expression_31.ts | 2 +- ets2panda/test/compiler/ts/new_expression_32.ts | 2 +- ets2panda/test/compiler/ts/new_expression_33.ts | 2 +- ets2panda/test/compiler/ts/new_expression_34.ts | 2 +- ets2panda/test/compiler/ts/new_expression_35.ts | 2 +- ets2panda/test/compiler/ts/new_expression_36.ts | 2 +- ets2panda/test/compiler/ts/new_expression_37.ts | 2 +- ets2panda/test/compiler/ts/new_expression_38.ts | 2 +- ets2panda/test/compiler/ts/new_expression_39.ts | 2 +- ets2panda/test/compiler/ts/new_expression_4.ts | 2 +- ets2panda/test/compiler/ts/new_expression_40.ts | 2 +- ets2panda/test/compiler/ts/new_expression_41.ts | 2 +- ets2panda/test/compiler/ts/new_expression_42.ts | 2 +- ets2panda/test/compiler/ts/new_expression_43.ts | 2 +- ets2panda/test/compiler/ts/new_expression_44.ts | 2 +- ets2panda/test/compiler/ts/new_expression_45.ts | 2 +- ets2panda/test/compiler/ts/new_expression_46.ts | 2 +- ets2panda/test/compiler/ts/new_expression_47.ts | 2 +- ets2panda/test/compiler/ts/new_expression_48.ts | 2 +- ets2panda/test/compiler/ts/new_expression_49.ts | 2 +- ets2panda/test/compiler/ts/new_expression_5.ts | 2 +- ets2panda/test/compiler/ts/new_expression_50.ts | 2 +- ets2panda/test/compiler/ts/new_expression_51.ts | 2 +- ets2panda/test/compiler/ts/new_expression_52.ts | 2 +- ets2panda/test/compiler/ts/new_expression_53.ts | 2 +- ets2panda/test/compiler/ts/new_expression_54.ts | 2 +- ets2panda/test/compiler/ts/new_expression_55.ts | 2 +- ets2panda/test/compiler/ts/new_expression_56.ts | 2 +- ets2panda/test/compiler/ts/new_expression_57.ts | 2 +- ets2panda/test/compiler/ts/new_expression_58.ts | 2 +- ets2panda/test/compiler/ts/new_expression_59.ts | 2 +- ets2panda/test/compiler/ts/new_expression_6.ts | 2 +- ets2panda/test/compiler/ts/new_expression_60.ts | 2 +- ets2panda/test/compiler/ts/new_expression_61.ts | 2 +- ets2panda/test/compiler/ts/new_expression_62.ts | 2 +- ets2panda/test/compiler/ts/new_expression_63.ts | 2 +- ets2panda/test/compiler/ts/new_expression_64.ts | 2 +- ets2panda/test/compiler/ts/new_expression_65.ts | 2 +- ets2panda/test/compiler/ts/new_expression_66.ts | 2 +- ets2panda/test/compiler/ts/new_expression_67.ts | 2 +- ets2panda/test/compiler/ts/new_expression_68.ts | 2 +- ets2panda/test/compiler/ts/new_expression_69.ts | 2 +- ets2panda/test/compiler/ts/new_expression_7.ts | 2 +- ets2panda/test/compiler/ts/new_expression_70.ts | 2 +- ets2panda/test/compiler/ts/new_expression_71.ts | 2 +- ets2panda/test/compiler/ts/new_expression_72.ts | 2 +- ets2panda/test/compiler/ts/new_expression_73.ts | 2 +- ets2panda/test/compiler/ts/new_expression_74.ts | 2 +- ets2panda/test/compiler/ts/new_expression_75.ts | 2 +- ets2panda/test/compiler/ts/new_expression_76.ts | 2 +- ets2panda/test/compiler/ts/new_expression_77.ts | 2 +- ets2panda/test/compiler/ts/new_expression_78.ts | 2 +- ets2panda/test/compiler/ts/new_expression_79.ts | 2 +- ets2panda/test/compiler/ts/new_expression_8.ts | 2 +- ets2panda/test/compiler/ts/new_expression_80.ts | 2 +- ets2panda/test/compiler/ts/new_expression_81.ts | 2 +- ets2panda/test/compiler/ts/new_expression_82.ts | 2 +- ets2panda/test/compiler/ts/new_expression_83.ts | 2 +- ets2panda/test/compiler/ts/new_expression_84.ts | 2 +- ets2panda/test/compiler/ts/new_expression_85.ts | 2 +- ets2panda/test/compiler/ts/new_expression_86.ts | 2 +- ets2panda/test/compiler/ts/new_expression_87.ts | 2 +- ets2panda/test/compiler/ts/new_expression_88.ts | 2 +- ets2panda/test/compiler/ts/new_expression_89.ts | 2 +- ets2panda/test/compiler/ts/new_expression_9.ts | 2 +- ets2panda/test/compiler/ts/new_expression_90.ts | 2 +- ets2panda/test/compiler/ts/new_expression_91.ts | 2 +- ets2panda/test/compiler/ts/new_expression_92.ts | 2 +- ets2panda/test/compiler/ts/new_expression_93.ts | 2 +- ets2panda/test/compiler/ts/new_expression_94.ts | 2 +- ets2panda/test/compiler/ts/new_expression_95.ts | 2 +- ets2panda/test/compiler/ts/new_expression_96.ts | 2 +- ets2panda/test/compiler/ts/new_expression_97.ts | 2 +- ets2panda/test/compiler/ts/new_expression_98.ts | 2 +- ets2panda/test/compiler/ts/new_expression_99.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring1.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring10.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring11.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring12.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring13.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring14.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring15.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring16.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring17.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring18.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring19.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring2.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring20.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring21.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring22.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring23.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring24.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring25.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring26.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring27.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring28.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring29.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring3.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring30.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring31.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring32.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring33.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring34.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring35.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring36.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring37.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring38.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring39.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring4.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring40.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring41.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring5.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring6.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring7.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring8.ts | 2 +- ets2panda/test/compiler/ts/objectDestructuring9.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability1.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability10.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability11.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability12.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability13.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability14.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability15.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability16.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability17.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability18.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability19.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability2.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability20.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability3.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability4.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability5.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability6.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability7.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability8.ts | 2 +- ets2panda/test/compiler/ts/objectLiteralAssignability9.ts | 2 +- ets2panda/test/compiler/ts/object_expression_1.ts | 2 +- ets2panda/test/compiler/ts/recursiveFunction.ts | 2 +- ets2panda/test/compiler/ts/recursiveTypeofWithProperty.ts | 2 +- ets2panda/test/compiler/ts/switch_statement.ts | 2 +- ets2panda/test/compiler/ts/switch_statement_bad.ts | 2 +- ets2panda/test/compiler/ts/test-interface.ts | 2 +- ets2panda/test/compiler/ts/test-interface4.ts | 2 +- ets2panda/test/compiler/ts/test-interface5.ts | 2 +- ets2panda/test/compiler/ts/test-interface6.ts | 2 +- ets2panda/test/compiler/ts/test-interface7.ts | 2 +- ets2panda/test/compiler/ts/test-type-literal.ts | 2 +- ets2panda/test/compiler/ts/test-type-literal4.ts | 2 +- ets2panda/test/compiler/ts/test-type-literal5.ts | 2 +- ets2panda/test/compiler/ts/test-type-literal6.ts | 2 +- ets2panda/test/compiler/ts/test-type-literal7.ts | 2 +- ets2panda/test/compiler/ts/test_variable_declaration_null.ts | 2 +- ets2panda/test/compiler/ts/try_catch_statement.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability1.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability10.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability11.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability12.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability13.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability14.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability15.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability16.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability17.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability18.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability19.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability2.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability20.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability21.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability22.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability23.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability24.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability3.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability4.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability5.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability6.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability7.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability8.ts | 2 +- ets2panda/test/compiler/ts/tupleAssignability9.ts | 2 +- ets2panda/test/compiler/ts/typeAliasUsedAsValue.ts | 2 +- ets2panda/test/compiler/ts/undefined_as_value.ts | 2 +- ets2panda/test/compiler/ts/undefined_variable_name.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration1.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration10.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration11.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration12.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration13.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration14.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration15.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration2.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration3.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration4.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration5.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration6.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration7.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration8.ts | 2 +- ets2panda/test/compiler/ts/varRedeclaration9.ts | 2 +- ets2panda/test/compiler/ts/while_statement.ts | 2 +- ets2panda/test/parser/as/test_class_method.ts | 2 +- ets2panda/test/parser/as/test_class_property.ts | 2 +- ets2panda/test/parser/as/test_class_property1.ts | 2 +- ets2panda/test/parser/as/test_declare_method.ts | 2 +- ets2panda/test/parser/as/test_decorator.ts | 2 +- ets2panda/test/parser/as/test_decorators1.ts | 2 +- ets2panda/test/parser/as/test_decorators2.ts | 2 +- ets2panda/test/parser/as/test_decorators3.ts | 2 +- ets2panda/test/parser/as/test_decorators4.ts | 2 +- ets2panda/test/parser/as/test_interface.ts | 2 +- ets2panda/test/parser/as/test_interface1.ts | 2 +- ets2panda/test/parser/as/test_interface2.ts | 2 +- ets2panda/test/parser/as/test_interface3.ts | 2 +- ets2panda/test/parser/as/test_interface4.ts | 2 +- ets2panda/test/parser/as/test_interface5.ts | 2 +- ets2panda/test/parser/as/test_object_literal.ts | 2 +- ets2panda/test/parser/as/test_object_literal1.ts | 2 +- ets2panda/test/parser/as/test_object_literal2.ts | 2 +- ets2panda/test/parser/as/test_object_literal3.ts | 2 +- ets2panda/test/parser/as/test_object_literal4.ts | 2 +- ets2panda/test/parser/as/test_type_annotation.ts | 2 +- ets2panda/test/parser/as/test_type_annotation1.ts | 2 +- ets2panda/test/parser/as/test_type_annotation2.ts | 2 +- ets2panda/test/parser/as/test_type_annotation3.ts | 2 +- ets2panda/test/parser/as/test_type_annotation4.ts | 2 +- ets2panda/test/parser/as/test_type_annotation5.ts | 2 +- ets2panda/test/parser/as/test_type_annotation6.ts | 2 +- ets2panda/test/parser/ets/AccessFannkuch.ets | 2 +- ets2panda/test/parser/ets/AccessNBody.ets | 2 +- ets2panda/test/parser/ets/AccessNSieve.ets | 2 +- ets2panda/test/parser/ets/AllowSequence.ets | 2 +- ets2panda/test/parser/ets/Bitops3BitBitsInByte.ets | 2 +- ets2panda/test/parser/ets/BitopsBitsInByte.ets | 2 +- ets2panda/test/parser/ets/BitopsBitwiseAnd.ets | 2 +- ets2panda/test/parser/ets/BitopsNSieveBits.ets | 2 +- ets2panda/test/parser/ets/Boolean_bitwise.ets | 2 +- ets2panda/test/parser/ets/ControlFlowRecursive.ets | 2 +- ets2panda/test/parser/ets/Dollar_dollar_1.ets | 2 +- ets2panda/test/parser/ets/Dollar_dollar_2.ets | 2 +- ets2panda/test/parser/ets/Dollar_dollar_3.ets | 2 +- ets2panda/test/parser/ets/Dollar_dollar_4.ets | 2 +- ets2panda/test/parser/ets/Dollar_dollar_invalid_identifier.ets | 2 +- ets2panda/test/parser/ets/FunctionType.ets | 2 +- ets2panda/test/parser/ets/FunctionalTypeAsTypeArgument.ets | 2 +- ets2panda/test/parser/ets/InterfacePrivateMethod.ets | 2 +- ets2panda/test/parser/ets/MathCordic.ets | 2 +- ets2panda/test/parser/ets/MathPartialSums.ets | 2 +- ets2panda/test/parser/ets/MathSpectralNorm.ets | 2 +- ets2panda/test/parser/ets/Morph3d.ets | 2 +- ets2panda/test/parser/ets/NullCoalescingWithGenerics | 2 +- ets2panda/test/parser/ets/StringBase64.ets | 2 +- ets2panda/test/parser/ets/StringFasta.ets | 2 +- ets2panda/test/parser/ets/access_modifier_1.ets | 2 +- ets2panda/test/parser/ets/access_modifier_2.ets | 2 +- ets2panda/test/parser/ets/access_modifier_3.ets | 2 +- ets2panda/test/parser/ets/access_modifier_4.ets | 2 +- ets2panda/test/parser/ets/accessor_call.ets | 2 +- ets2panda/test/parser/ets/accessor_void.ets | 2 +- ets2panda/test/parser/ets/ambiguous_call_1.ets | 2 +- ets2panda/test/parser/ets/ambiguous_call_2.ets | 2 +- ets2panda/test/parser/ets/ambiguous_call_3.ets | 2 +- ets2panda/test/parser/ets/anonymous_class.ets | 2 +- ets2panda/test/parser/ets/array.ets | 2 +- ets2panda/test/parser/ets/arrayHoldingNullValue.ets | 2 +- ets2panda/test/parser/ets/array_2.ets | 2 +- ets2panda/test/parser/ets/array_creation_expression.ets | 2 +- .../parser/ets/array_expression_implicit_cast_assignment.ets | 2 +- .../test/parser/ets/array_expression_implicit_cast_return.ets | 2 +- ets2panda/test/parser/ets/array_new.ets | 2 +- ets2panda/test/parser/ets/array_new_failed.ets | 2 +- ets2panda/test/parser/ets/array_type.ets | 2 +- ets2panda/test/parser/ets/array_type_from_literal.ets | 2 +- ets2panda/test/parser/ets/as_expression_unary_expression.ets | 2 +- ets2panda/test/parser/ets/assert.ets | 2 +- ets2panda/test/parser/ets/assign-func-iface.ets | 2 +- ets2panda/test/parser/ets/assign-func.ets | 2 +- ets2panda/test/parser/ets/assign.ets | 2 +- ets2panda/test/parser/ets/assign_bad.ets | 2 +- .../assignment_non-functional_variable_to_functional_type.ets | 2 +- .../assignment_non-functional_variable_to_functional_type_1.ets | 2 +- ets2panda/test/parser/ets/assignments.ets | 2 +- ets2panda/test/parser/ets/async_ctor.ets | 2 +- ets2panda/test/parser/ets/async_func_return_type.ets | 2 +- ets2panda/test/parser/ets/async_func_return_type_bad.ets | 2 +- ets2panda/test/parser/ets/async_function_bad.ets | 2 +- ets2panda/test/parser/ets/async_lambda_bad.ets | 2 +- ets2panda/test/parser/ets/async_method_bad.ets | 2 +- ets2panda/test/parser/ets/await_argument_null.ets | 2 +- ets2panda/test/parser/ets/await_object_bad.ets | 2 +- ets2panda/test/parser/ets/await_promise_bad.ets | 2 +- ets2panda/test/parser/ets/binary_op.ets | 2 +- ets2panda/test/parser/ets/binary_operations.ets | 2 +- ets2panda/test/parser/ets/blocks.ets | 2 +- ets2panda/test/parser/ets/blocks_scopes.ets | 2 +- ets2panda/test/parser/ets/boolean.ets | 2 +- ets2panda/test/parser/ets/boolean_cond.ets | 2 +- ets2panda/test/parser/ets/boolean_default.ets | 2 +- ets2panda/test/parser/ets/break.ets | 2 +- ets2panda/test/parser/ets/calling_superclass_methods.ets | 2 +- ets2panda/test/parser/ets/calls.ets | 2 +- ets2panda/test/parser/ets/cast_expressions10.ets | 2 +- ets2panda/test/parser/ets/cast_expressions2.ets | 2 +- ets2panda/test/parser/ets/cast_expressions3.ets | 2 +- ets2panda/test/parser/ets/cast_expressions4.ets | 2 +- ets2panda/test/parser/ets/cast_expressions5.ets | 2 +- ets2panda/test/parser/ets/cast_expressions7.ets | 2 +- ets2panda/test/parser/ets/cast_expressions8.ets | 2 +- ets2panda/test/parser/ets/cast_expressions9.ets | 2 +- ets2panda/test/parser/ets/class_composite_1.ets | 2 +- ets2panda/test/parser/ets/class_init.ets | 2 +- ets2panda/test/parser/ets/class_instance.ets | 2 +- ets2panda/test/parser/ets/class_instance_creation.ets | 2 +- ets2panda/test/parser/ets/class_instance_import_alias.ets | 2 +- ets2panda/test/parser/ets/class_instance_initializer.ets | 2 +- .../test/parser/ets/class_interface_enum_only_top_level_1.ets | 2 +- .../test/parser/ets/class_interface_enum_only_top_level_2.ets | 2 +- .../test/parser/ets/class_interface_enum_only_top_level_3.ets | 2 +- .../test/parser/ets/class_interface_enum_only_top_level_4.ets | 2 +- .../test/parser/ets/class_interface_enum_only_top_level_5.ets | 2 +- ets2panda/test/parser/ets/class_property_access.ets | 2 +- ets2panda/test/parser/ets/class_static_initializer.ets | 2 +- ets2panda/test/parser/ets/classes.ets | 2 +- ets2panda/test/parser/ets/comment_block.ets | 2 +- ets2panda/test/parser/ets/comment_line.ets | 2 +- ets2panda/test/parser/ets/conditionalExpressionType.ets | 2 +- ets2panda/test/parser/ets/const.ets | 2 +- ets2panda/test/parser/ets/const_enum.ets | 2 +- ets2panda/test/parser/ets/constructorThrowsRethrows.ets | 2 +- ets2panda/test/parser/ets/constructor_super_call1.ets | 2 +- ets2panda/test/parser/ets/constructor_super_call2.ets | 2 +- ets2panda/test/parser/ets/constructor_super_call3.ets | 2 +- ets2panda/test/parser/ets/constructor_test.ets | 2 +- ets2panda/test/parser/ets/constructor_with_return_1.ets | 2 +- ets2panda/test/parser/ets/constructor_with_return_2.ets | 2 +- ets2panda/test/parser/ets/constructor_with_return_3.ets | 2 +- ets2panda/test/parser/ets/constructors.ets | 2 +- ets2panda/test/parser/ets/continue.ets | 2 +- ets2panda/test/parser/ets/decl_infer.ets | 2 +- ets2panda/test/parser/ets/declare_class.ets | 2 +- ets2panda/test/parser/ets/declare_class_bad_1.ets | 2 +- ets2panda/test/parser/ets/declare_class_bad_2.ets | 2 +- ets2panda/test/parser/ets/declare_class_bad_3.ets | 2 +- ets2panda/test/parser/ets/declare_class_bad_4.ets | 2 +- ets2panda/test/parser/ets/declare_func.ets | 2 +- ets2panda/test/parser/ets/declare_func_bad.ets | 2 +- ets2panda/test/parser/ets/declare_iface.ets | 2 +- ets2panda/test/parser/ets/default_parameter1.ets | 2 +- ets2panda/test/parser/ets/default_parameter2.ets | 2 +- ets2panda/test/parser/ets/default_parameter3.ets | 2 +- ets2panda/test/parser/ets/default_parameter4.ets | 2 +- ets2panda/test/parser/ets/default_parameter5.ets | 2 +- ets2panda/test/parser/ets/default_parameter6.ets | 2 +- ets2panda/test/parser/ets/default_parameter7.ets | 2 +- .../ets/default_parameter_implicitly_typed_return_void.ets | 2 +- ets2panda/test/parser/ets/distinguishable-decl-1.ets | 2 +- .../dynamic_import_tests/dynamic_class_ctor_decl_import_bad.ets | 2 +- .../dynamic_class_field_decl_import_bad_1.ets | 2 +- .../dynamic_class_field_decl_import_bad_2.ets | 2 +- .../dynamic_class_method_decl_import_bad_1.ets | 2 +- .../dynamic_class_method_decl_import_bad_2.ets | 2 +- .../ets/dynamic_import_tests/dynamic_func_decl_import_bad.ets | 2 +- .../parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.ets | 2 +- ets2panda/test/parser/ets/empty_class.ets | 2 +- ets2panda/test/parser/ets/empty_launch.ets | 2 +- ets2panda/test/parser/ets/empty_statement.ets | 2 +- ets2panda/test/parser/ets/enum.ets | 2 +- ets2panda/test/parser/ets/enum10.ets | 2 +- ets2panda/test/parser/ets/enum11.ets | 2 +- ets2panda/test/parser/ets/enum12.ets | 2 +- ets2panda/test/parser/ets/enum13.ets | 2 +- ets2panda/test/parser/ets/enum14.ets | 2 +- ets2panda/test/parser/ets/enum15.ets | 2 +- ets2panda/test/parser/ets/enum16.ets | 2 +- ets2panda/test/parser/ets/enum17.ets | 2 +- ets2panda/test/parser/ets/enum18.ets | 2 +- ets2panda/test/parser/ets/enum19.ets | 2 +- ets2panda/test/parser/ets/enum2.ets | 2 +- ets2panda/test/parser/ets/enum20.ets | 2 +- ets2panda/test/parser/ets/enum21.ets | 2 +- ets2panda/test/parser/ets/enum22.ets | 2 +- ets2panda/test/parser/ets/enum23.ets | 2 +- ets2panda/test/parser/ets/enum3.ets | 2 +- ets2panda/test/parser/ets/enum4.ets | 2 +- ets2panda/test/parser/ets/enum5.ets | 2 +- ets2panda/test/parser/ets/enum6.ets | 2 +- ets2panda/test/parser/ets/enum7.ets | 2 +- ets2panda/test/parser/ets/enum8.ets | 2 +- ets2panda/test/parser/ets/enum9.ets | 2 +- ets2panda/test/parser/ets/exports.ets | 2 +- .../extension_function_access_private_field.ets | 2 +- .../extension_function_access_protected_field.ets | 2 +- .../extension_function_called_by_class.ets | 2 +- .../extension_function_duplicated_with_private_field.ets | 2 +- .../extension_function_tests/extension_function_duplication.ets | 2 +- .../extension_function_for_unresolved_type.ets | 2 +- .../extension_function_matched_by_normal_function_callsite.ets | 2 +- .../extension_function_not_for_class_type.ets | 2 +- .../extension_function_not_in_toplevel.ets | 2 +- ...ion_shadowed_by_different_return_type_interface_function.ets | 2 +- .../extension_function_shadowed_by_member_function.ets | 2 +- .../normal_function_duplicated_with_extension_function.ets | 2 +- .../normal_function_with_extension_style_signature.ets | 2 +- ets2panda/test/parser/ets/external_cyclic_constructor_check.ets | 2 +- ets2panda/test/parser/ets/field_decl.ets | 2 +- ets2panda/test/parser/ets/fields.ets | 2 +- ets2panda/test/parser/ets/final_empty_class.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_1.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_2.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_3.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_4.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_5.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_6.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_7.ets | 2 +- ets2panda/test/parser/ets/float_pont_format_8.ets | 2 +- ets2panda/test/parser/ets/float_separator_1.ets | 2 +- ets2panda/test/parser/ets/folder_import_index/index.ets | 2 +- ets2panda/test/parser/ets/for_of.ets | 2 +- ets2panda/test/parser/ets/for_with_break.ets | 2 +- ets2panda/test/parser/ets/function.ets | 2 +- ets2panda/test/parser/ets/functionThrowsRethrows.ets | 2 +- ets2panda/test/parser/ets/functionTypeRethrows.ets | 2 +- ets2panda/test/parser/ets/functionTypeThrows.ets | 2 +- ets2panda/test/parser/ets/function_decl.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type2.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type3.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type4.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type5.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type6.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type7.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type8.ets | 2 +- ets2panda/test/parser/ets/function_implicit_return_type9.ets | 2 +- ets2panda/test/parser/ets/genericDefaultParam_1.ets | 2 +- ets2panda/test/parser/ets/genericDefaultParam_2.ets | 2 +- ets2panda/test/parser/ets/genericDefaultParam_3.ets | 2 +- ets2panda/test/parser/ets/generic_error.ets | 2 +- ets2panda/test/parser/ets/generic_exception.ets | 2 +- ets2panda/test/parser/ets/generic_resolve.ets | 2 +- ets2panda/test/parser/ets/generics_1.ets | 2 +- ets2panda/test/parser/ets/generics_2.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_1.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_10.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_2.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_3.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_4.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_5.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_6.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_7.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_8.ets | 2 +- ets2panda/test/parser/ets/generics_type_param_constraint_9.ets | 2 +- ets2panda/test/parser/ets/getter_native.ets | 2 +- ets2panda/test/parser/ets/getter_setter_access_modifiers.ets | 2 +- ets2panda/test/parser/ets/getter_setter_access_modifiers_2.ets | 2 +- ets2panda/test/parser/ets/getter_setter_modifier_diff.ets | 2 +- ets2panda/test/parser/ets/global_const_vars1.ets | 2 +- ets2panda/test/parser/ets/global_const_vars2.ets | 2 +- ets2panda/test/parser/ets/global_const_vars3.ets | 2 +- ets2panda/test/parser/ets/global_const_vars4.ets | 2 +- ets2panda/test/parser/ets/global_scope_boolean.ets | 2 +- ets2panda/test/parser/ets/global_scope_string.ets | 2 +- ets2panda/test/parser/ets/identifier.ets | 2 +- ets2panda/test/parser/ets/if.ets | 2 +- ets2panda/test/parser/ets/ifs.ets | 2 +- ets2panda/test/parser/ets/import_conts.ets | 2 +- ets2panda/test/parser/ets/import_tests/check_exported_3.ets | 2 +- .../parser/ets/import_tests/check_exported_default_struct.ets | 2 +- .../test/parser/ets/import_tests/check_exported_struct.ets | 2 +- ets2panda/test/parser/ets/import_tests/default_import.ets | 2 +- ets2panda/test/parser/ets/import_tests/default_import2.ets | 2 +- ets2panda/test/parser/ets/import_tests/diamond/test1.ets | 2 +- ets2panda/test/parser/ets/import_tests/diamond/test2.ets | 2 +- ets2panda/test/parser/ets/import_tests/diamond/test3.ets | 2 +- ets2panda/test/parser/ets/import_tests/diamond/test4.ets | 2 +- ets2panda/test/parser/ets/import_tests/duplicated/classdef.ets | 2 +- ets2panda/test/parser/ets/import_tests/duplicated/extdef.ets | 2 +- ets2panda/test/parser/ets/import_tests/duplicated/extusedef.ets | 2 +- ets2panda/test/parser/ets/import_tests/export_type_alias.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_alias/export.ets | 2 +- .../parser/ets/import_tests/import_alias/import_alias_1.ets | 2 +- .../parser/ets/import_tests/import_alias/import_alias_2.ets | 2 +- .../parser/ets/import_tests/import_alias/import_alias_3.ets | 2 +- .../parser/ets/import_tests/import_alias/import_alias_4.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_all_alias_1.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_all_alias_2.ets | 2 +- .../test/parser/ets/import_tests/import_all_type_alias.ets | 2 +- .../test/parser/ets/import_tests/import_class_members_1.ets | 2 +- .../test/parser/ets/import_tests/import_class_members_2.ets | 2 +- .../test/parser/ets/import_tests/import_class_members_3.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_diff_paths.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_max_as_alias.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_name_1.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_name_2.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_name_3.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_name_alias_1.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_name_alias_2.ets | 2 +- .../test/parser/ets/import_tests/import_name_conflict_1.ets | 2 +- .../test/parser/ets/import_tests/import_name_conflict_3.ets | 2 +- .../test/parser/ets/import_tests/import_nested_class_1.ets | 2 +- .../test/parser/ets/import_tests/import_nested_class_2.ets | 2 +- .../test/parser/ets/import_tests/import_nested_class_3.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_1.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_2.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_4.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_6.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_7.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_several_8.ets | 2 +- ets2panda/test/parser/ets/import_tests/import_ts_file.ets | 2 +- .../parser/ets/import_tests/modules/class_default_module.ets | 2 +- .../test/parser/ets/import_tests/modules/default_export.ets | 2 +- .../parser/ets/import_tests/modules/missing_default_export.ets | 2 +- ets2panda/test/parser/ets/import_tests/modules/module.ets | 2 +- .../parser/ets/import_tests/modules/struct_default_module.ets | 2 +- .../test/parser/ets/import_tests/modules/struct_module.ets | 2 +- ets2panda/test/parser/ets/import_tests/modules/test_lib1.ets | 2 +- ets2panda/test/parser/ets/import_tests/modules/test_lib2.ets | 2 +- .../ets/import_tests/modules/too_many_default_exports.ets | 2 +- .../ets/import_tests/modules/too_many_default_exports_2.ets | 2 +- .../parser/ets/import_tests/modules/typescript_file_import.ts | 2 +- .../import_tests/packages/aliasWithoutAlias/import1/import1.ets | 2 +- .../import_tests/packages/aliasWithoutAlias/import2/import2.ets | 2 +- .../packages/different-header/subpackage_module_1.ets | 2 +- .../packages/different-header/subpackage_module_2.ets | 2 +- .../test/parser/ets/import_tests/packages/package_module_1.ets | 2 +- .../test/parser/ets/import_tests/packages/package_module_2.ets | 2 +- .../ets/import_tests/packages/subpackage-1/package_module_1.ets | 2 +- .../ets/import_tests/packages/subpackage-2/package_module_1.ets | 2 +- .../ets/import_tests/packages/subpackage/package_module_1.ets | 2 +- .../packages/var-duplication/subpackage_module_1.ets | 2 +- .../packages/var-duplication/subpackage_module_2.ets | 2 +- ets2panda/test/parser/ets/import_tests/relative_import/Line.ets | 2 +- .../test/parser/ets/import_tests/relative_import/Point.ets | 2 +- .../test/parser/ets/import_tests/relative_import/alias1.ets | 2 +- .../test/parser/ets/import_tests/relative_import/alias2.ets | 2 +- .../import_tests/subsequent_relative_imports/folder1/file1.ets | 2 +- .../import_tests/subsequent_relative_imports/folder2/file2.ets | 2 +- .../import_tests/subsequent_relative_imports/folder3/file3.ets | 2 +- ets2panda/test/parser/ets/index_expressions.ets | 2 +- ets2panda/test/parser/ets/inferingEntryPointReturn.ets | 2 +- ets2panda/test/parser/ets/inheritance-cyclic.ets | 2 +- ets2panda/test/parser/ets/inheritance.ets | 2 +- ets2panda/test/parser/ets/inheritance2.ets | 2 +- ets2panda/test/parser/ets/interface-override-function.ets | 2 +- ets2panda/test/parser/ets/interfaceAbstract.ets | 2 +- ets2panda/test/parser/ets/interface_static_function_1.ets | 2 +- ets2panda/test/parser/ets/interface_static_function_2.ets | 2 +- ets2panda/test/parser/ets/interfaces.ets | 2 +- ets2panda/test/parser/ets/interfaces2.ets | 2 +- ets2panda/test/parser/ets/interfaces3.ets | 2 +- ets2panda/test/parser/ets/internalParsing.ets | 2 +- ets2panda/test/parser/ets/internalProtectedParsing.ets | 2 +- ets2panda/test/parser/ets/labeled.ets | 2 +- ets2panda/test/parser/ets/labeledBlockStatement.ets | 2 +- ets2panda/test/parser/ets/labeledDoWhileStatement.ets | 2 +- ets2panda/test/parser/ets/labeledForStatement.ets | 2 +- ets2panda/test/parser/ets/labeledSwitchStatement.ets | 2 +- ets2panda/test/parser/ets/labeledWhileStatement.ets | 2 +- ets2panda/test/parser/ets/lambda-lambda.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-alias.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-arg-no-type.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-bad-arrow.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-neg.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-neg2.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-no-ret-type.ets | 2 +- .../test/parser/ets/lambda-type-inference-overloaded-1.ets | 2 +- .../test/parser/ets/lambda-type-inference-overloaded-2.ets | 2 +- .../test/parser/ets/lambda-type-inference-overloaded-3.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference-overloaded.ets | 2 +- ets2panda/test/parser/ets/lambda-type-inference.ets | 2 +- ets2panda/test/parser/ets/lambda.ets | 2 +- .../test/parser/ets/lambdaExpressionWithoutBlockStatement.ets | 2 +- .../lambdaExpressionWithoutBlockStatementCallAVoidFunction.ets | 2 +- .../parser/ets/lambdaExpressionWithoutBlockStatementVoid.ets | 2 +- ...bdaExpressionWithoutBlockStatementWithFunctionParameters.ets | 2 +- ets2panda/test/parser/ets/lambdaThrowsRethrows.ets | 2 +- ets2panda/test/parser/ets/lambda_import_alias_1-2.ets | 2 +- ets2panda/test/parser/ets/lambda_import_alias_1-3.ets | 2 +- ets2panda/test/parser/ets/lambda_import_alias_1.ets | 2 +- ets2panda/test/parser/ets/launch.ets | 2 +- ets2panda/test/parser/ets/launch_non_callable.ets | 2 +- ets2panda/test/parser/ets/launch_ret.ets | 2 +- ets2panda/test/parser/ets/launch_super.ets | 2 +- ets2panda/test/parser/ets/launch_super_ctor.ets | 2 +- ets2panda/test/parser/ets/launch_this_callee.ets | 2 +- ets2panda/test/parser/ets/launch_unresolved.ets | 2 +- ets2panda/test/parser/ets/launch_with_call_expression.ets | 2 +- ets2panda/test/parser/ets/lexer001.ets | 2 +- ets2panda/test/parser/ets/lexer002.ets | 2 +- ets2panda/test/parser/ets/literals.ets | 2 +- ets2panda/test/parser/ets/localClassIsPermitted.ets | 2 +- ets2panda/test/parser/ets/loops.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_1.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_2.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_3.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_4.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_5.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_6.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_7.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_8.ets | 2 +- ets2panda/test/parser/ets/main_entry_point_9.ets | 2 +- ets2panda/test/parser/ets/methodThrowsRethrows.ets | 2 +- ets2panda/test/parser/ets/method_empty.ets | 2 +- ets2panda/test/parser/ets/method_full.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_1.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_10.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_11.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_12.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_14.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_15.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_16.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_2.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_3.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_4.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_6.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_7.ets | 2 +- ets2panda/test/parser/ets/method_modifier_check_8.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_1.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_2.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_3.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_4.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_5.ets | 2 +- ets2panda/test/parser/ets/method_override_throw_6.ets | 2 +- ets2panda/test/parser/ets/methods.ets | 2 +- ets2panda/test/parser/ets/n_arrayHoldingNullValue.ets | 2 +- .../parser/ets/n_assignNullableFromFunctionToNonNullable.ets | 2 +- ets2panda/test/parser/ets/n_nullableTypeMissingNull.ets | 2 +- ets2panda/test/parser/ets/n_overrideWithNullable.ets | 2 +- ets2panda/test/parser/ets/n_returnNullFromFunction.ets | 2 +- ets2panda/test/parser/ets/n_returnNullFromMethod.ets | 2 +- ets2panda/test/parser/ets/named_types.ets | 2 +- ets2panda/test/parser/ets/native_function_with_return_type.ets | 2 +- .../test/parser/ets/native_function_without_return_type.ets | 2 +- ets2panda/test/parser/ets/nested_function.ets | 2 +- ets2panda/test/parser/ets/nested_function_1.ets | 2 +- ets2panda/test/parser/ets/nested_function_in_method.ets | 2 +- ets2panda/test/parser/ets/new_expressions.ets | 2 +- ets2panda/test/parser/ets/new_object_1.ets | 2 +- ets2panda/test/parser/ets/new_object_2.ets | 2 +- ets2panda/test/parser/ets/new_object_3.ets | 2 +- ets2panda/test/parser/ets/nonIntegralIndex.ets | 2 +- ets2panda/test/parser/ets/null-coalesc-negative.ets | 2 +- ets2panda/test/parser/ets/null.ets | 2 +- ets2panda/test/parser/ets/null_invalid.ets | 2 +- ets2panda/test/parser/ets/null_valid.ets | 2 +- ets2panda/test/parser/ets/nullableGenericSignature.ets | 2 +- ets2panda/test/parser/ets/nullableType.ets | 2 +- ets2panda/test/parser/ets/nullable_union_array.ets | 2 +- ets2panda/test/parser/ets/object.ets | 2 +- ets2panda/test/parser/ets/optional-chaining-array.ets | 2 +- .../test/parser/ets/optional_chaining_invalid_property.ets | 2 +- ets2panda/test/parser/ets/optional_chaining_nested_property.ets | 2 +- ets2panda/test/parser/ets/optional_chaining_object_property.ets | 2 +- ets2panda/test/parser/ets/optional_union_paramter.ets | 2 +- ets2panda/test/parser/ets/override_method.ets | 2 +- ets2panda/test/parser/ets/parentheses_expression_value.ets | 2 +- ets2panda/test/parser/ets/predefined_non_primitive_types.ets | 2 +- ets2panda/test/parser/ets/predefined_types.ets | 2 +- ets2panda/test/parser/ets/property-access-field-1.ets | 2 +- ets2panda/test/parser/ets/property-access-field-2.ets | 2 +- ets2panda/test/parser/ets/property-access-method-1.ets | 2 +- ets2panda/test/parser/ets/property-access-method-2.ets | 2 +- ets2panda/test/parser/ets/proxyVoidGeneration.ets | 2 +- ets2panda/test/parser/ets/re_export/export.ets | 2 +- ets2panda/test/parser/ets/re_export/folder/export.ets | 2 +- ets2panda/test/parser/ets/re_export/folder/folder2/export.ets | 2 +- ets2panda/test/parser/ets/re_export/folder/re_export_6.ets | 2 +- ets2panda/test/parser/ets/re_export/folder/re_export_7.ets | 2 +- ets2panda/test/parser/ets/re_export/folderIndex/index.ets | 2 +- ets2panda/test/parser/ets/re_export/folderIndex/test.ets | 2 +- ets2panda/test/parser/ets/re_export/import_3.ets | 2 +- ets2panda/test/parser/ets/re_export/import_7.ets | 2 +- ets2panda/test/parser/ets/re_export/import_index_2.ets | 2 +- ets2panda/test/parser/ets/re_export/re_export.ets | 2 +- ets2panda/test/parser/ets/re_export/re_export_2.ets | 2 +- ets2panda/test/parser/ets/re_export/re_export_3.ets | 2 +- ets2panda/test/parser/ets/re_export/re_export_4.ets | 2 +- ets2panda/test/parser/ets/re_export/re_export_5.ets | 2 +- ets2panda/test/parser/ets/regression-target-type-context.ets | 2 +- ets2panda/test/parser/ets/rest_parameter_01.ets | 2 +- ets2panda/test/parser/ets/rest_parameter_02.ets | 2 +- ets2panda/test/parser/ets/rest_parameter_03.ets | 2 +- ets2panda/test/parser/ets/rethrow-func-1.ets | 2 +- ets2panda/test/parser/ets/return.ets | 2 +- ets2panda/test/parser/ets/scoped_decl.ets | 2 +- .../test/parser/ets/selective_export/selective_export_1.ets | 2 +- .../test/parser/ets/selective_export/selective_export_2.ets | 2 +- .../test/parser/ets/selective_export/selective_export_3.ets | 2 +- .../test/parser/ets/selective_export/selective_export_4.ets | 2 +- .../test/parser/ets/selective_export/selective_export_bad.ets | 2 +- ets2panda/test/parser/ets/setter_native.ets | 2 +- ets2panda/test/parser/ets/setter_with_non_void.ets | 2 +- ets2panda/test/parser/ets/simple_types.ets | 2 +- ets2panda/test/parser/ets/special_signatures.ets | 2 +- ets2panda/test/parser/ets/static_func_call_1.ets | 2 +- ets2panda/test/parser/ets/static_func_call_2.ets | 2 +- .../static_invoke_tests/static_invoke_coexist_invoke_method.ets | 2 +- .../static_invoke_coexist_invoke_method_1.ets | 2 +- .../static_invoke_coexist_invoke_method_2.ets | 2 +- .../static_invoke_coexist_invoke_method_3.ets | 2 +- .../static_invoke_coexist_invoke_method_4.ets | 2 +- .../static_invoke_tests/static_invoke_mismatch_signature.ets | 2 +- .../static_invoke_tests/static_invoke_mismatch_signature_1.ets | 2 +- .../static_invoke_tests/static_invoke_mismatch_signature_2.ets | 2 +- ets2panda/test/parser/ets/string.ets | 2 +- ets2panda/test/parser/ets/string_literal_01.ets | 2 +- ets2panda/test/parser/ets/struct_identifier.ets | 2 +- ets2panda/test/parser/ets/struct_init.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_abstract.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_extends1.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_extends2.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_extends3.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_extends4.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_local.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_nested1.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_nested2.ets | 2 +- ets2panda/test/parser/ets/struct_invalid_nested3.ets | 2 +- ets2panda/test/parser/ets/struct_static_initializer.ets | 2 +- ets2panda/test/parser/ets/struct_templete.ets | 2 +- ets2panda/test/parser/ets/switch.ets | 2 +- ets2panda/test/parser/ets/switch2.ets | 2 +- ets2panda/test/parser/ets/switch_alive_1.ets | 2 +- ets2panda/test/parser/ets/switch_alive_2.ets | 2 +- ets2panda/test/parser/ets/switch_alive_3.ets | 2 +- ets2panda/test/parser/ets/switch_alive_4.ets | 2 +- ets2panda/test/parser/ets/switch_char_compare_num.ets | 2 +- .../test/parser/ets/switch_const_int_compare_char_duplicate.ets | 2 +- ets2panda/test/parser/ets/switch_enum.ets | 2 +- ets2panda/test/parser/ets/switch_enum2.ets | 2 +- ets2panda/test/parser/ets/switch_enum_3.ets | 2 +- ets2panda/test/parser/ets/switch_enum_case_duplicate.ets | 2 +- ets2panda/test/parser/ets/switch_num_compare_char.ets | 2 +- ets2panda/test/parser/ets/switch_num_compare_char_duplicate.ets | 2 +- ets2panda/test/parser/ets/switch_readonly_member.ets | 2 +- .../test/parser/ets/switch_readonly_member_compare_char.ets | 2 +- .../test/parser/ets/switch_readonly_member_compare_char_2.ets | 2 +- .../test/parser/ets/switch_readonly_member_different_enum.ets | 2 +- .../test/parser/ets/switch_readonly_member_different_enum_2.ets | 2 +- ets2panda/test/parser/ets/switch_readonly_member_enum.ets | 2 +- .../test/parser/ets/switch_readonly_member_enum_duplicate.ets | 2 +- .../test/parser/ets/switch_readonly_member_number_duplicate.ets | 2 +- ets2panda/test/parser/ets/swtich_not_const.ets | 2 +- ets2panda/test/parser/ets/ternary.ets | 2 +- ets2panda/test/parser/ets/test_interface.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_get_double.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_get_property_1.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_get_property_2.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_set_double.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_set_property_1.ets | 2 +- ets2panda/test/parser/ets/test_jsvalue_set_property_2.ets | 2 +- ets2panda/test/parser/ets/test_type_alias1.ets | 2 +- ets2panda/test/parser/ets/test_type_alias10.ets | 2 +- ets2panda/test/parser/ets/test_type_alias2.ets | 2 +- ets2panda/test/parser/ets/test_type_alias3.ets | 2 +- ets2panda/test/parser/ets/test_type_alias4.ets | 2 +- ets2panda/test/parser/ets/test_type_alias5.ets | 2 +- ets2panda/test/parser/ets/test_type_alias6.ets | 2 +- ets2panda/test/parser/ets/test_type_alias7.ets | 2 +- ets2panda/test/parser/ets/test_type_alias8.ets | 2 +- ets2panda/test/parser/ets/test_type_alias9.ets | 2 +- ets2panda/test/parser/ets/this_callee.ets | 2 +- ets2panda/test/parser/ets/this_cmp_object.ets | 2 +- ets2panda/test/parser/ets/this_equality.ets | 2 +- ets2panda/test/parser/ets/this_expression.ets | 2 +- ets2panda/test/parser/ets/this_type_class_field_invalid.ets | 2 +- .../parser/ets/this_type_class_method_parameter_invalid.ets | 2 +- .../test/parser/ets/this_type_class_method_return_valid.ets | 2 +- .../ets/this_type_class_static_method_parameter_invalid.ets | 2 +- .../parser/ets/this_type_class_static_method_return_invalid.ets | 2 +- .../test/parser/ets/this_type_function_parameter_invalid.ets | 2 +- ets2panda/test/parser/ets/this_type_function_return_invalid.ets | 2 +- .../this_type_lambda_declaration_parameter_in_class_invalid.ets | 2 +- .../ets/this_type_lambda_declaration_parameter_invalid.ets | 2 +- .../this_type_lambda_declaration_return_in_class_invalid.ets | 2 +- .../parser/ets/this_type_lambda_declaration_return_invalid.ets | 2 +- .../this_type_lambda_definition_parameter_in_class_invalid.ets | 2 +- .../ets/this_type_lambda_definition_parameter_invalid.ets | 2 +- .../ets/this_type_lambda_definition_return_in_class_invalid.ets | 2 +- .../parser/ets/this_type_lambda_definition_return_invalid.ets | 2 +- ets2panda/test/parser/ets/throwsRethrowsAsVariables.ets | 2 +- ets2panda/test/parser/ets/topLevelStaticClass.ets | 2 +- .../trailing_lambda_define_lambda_in_body.ets | 2 +- .../trailing_lambda_define_lambda_in_body_capture_variable.ets | 2 +- .../trailing_lambda_mismatch_lambda_signature.ets | 2 +- .../trailing_lambda_mismatch_lambda_signature_1.ets | 2 +- .../trailing_lambda_not_transform_trailing_block_1.ets | 2 +- .../trailing_lambda_not_transform_trailing_block_2.ets | 2 +- .../trailing_lambda_not_transform_trailing_block_3.ets | 2 +- .../trailing_lambda_not_transform_trailing_block_4.ets | 2 +- .../trailing_lambda_not_transform_trailing_block_5.ets | 2 +- .../trailing_lambda_omit_call_parentheses.ets | 2 +- .../ets/trailing_lambda_tests/trailing_lambda_overload.ets | 2 +- .../ets/trailing_lambda_tests/trailing_lambda_overload_1.ets | 2 +- .../trailing_lambda_transform_trailing_block.ets | 2 +- .../ets/trailing_lambda_tests/trailing_lambda_type_alias.ets | 2 +- .../ets/trailing_lambda_tests/trailing_lambda_with_throw.ets | 2 +- ets2panda/test/parser/ets/tryBlockOnly.ets | 2 +- ets2panda/test/parser/ets/tryFinallyBlockOnly.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_2.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_3.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_6.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_7.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_8.ets | 2 +- ets2panda/test/parser/ets/try_catch_alive_9.ets | 2 +- ets2panda/test/parser/ets/tuple_type_1.ets | 2 +- ets2panda/test/parser/ets/tuple_type_2_neg.ets | 2 +- ets2panda/test/parser/ets/tuple_type_3_neg.ets | 2 +- ets2panda/test/parser/ets/tuple_type_4_neg.ets | 2 +- ets2panda/test/parser/ets/type_alias_1.ets | 2 +- ets2panda/test/parser/ets/type_alias_2.ets | 2 +- ets2panda/test/parser/ets/type_cast.ets | 2 +- ets2panda/test/parser/ets/type_references.ets | 2 +- ets2panda/test/parser/ets/type_variance1.ets | 2 +- ets2panda/test/parser/ets/type_variance2.ets | 2 +- ets2panda/test/parser/ets/type_variance3.ets | 2 +- ets2panda/test/parser/ets/type_variance4.ets | 2 +- ets2panda/test/parser/ets/types_decls.ets | 2 +- ets2panda/test/parser/ets/unary_op.ets | 2 +- ets2panda/test/parser/ets/unary_operations.ets | 2 +- ets2panda/test/parser/ets/user_defined_1.ets | 2 +- ets2panda/test/parser/ets/user_defined_2.ets | 2 +- ets2panda/test/parser/ets/user_defined_3.ets | 2 +- ets2panda/test/parser/ets/user_defined_4.ets | 2 +- ets2panda/test/parser/ets/user_defined_5.ets | 2 +- ets2panda/test/parser/ets/user_defined_6.ets | 2 +- ets2panda/test/parser/ets/user_defined_7.ets | 2 +- ets2panda/test/parser/ets/var_declare.ets | 2 +- ets2panda/test/parser/ets/variable_throw_function_1.ets | 2 +- ets2panda/test/parser/ets/variable_throw_function_2.ets | 2 +- ets2panda/test/parser/ets/void.ets | 2 +- .../parser/js/invalid-left-hand-side-in-prefix-operation.js | 2 +- ets2panda/test/parser/js/new-expression.js | 2 +- ets2panda/test/parser/js/test-array-expression-1.js | 2 +- ets2panda/test/parser/js/test-array-expression-2.js | 2 +- ets2panda/test/parser/js/test-array-expression.js | 2 +- ets2panda/test/parser/js/test-arrow-function.js | 2 +- ets2panda/test/parser/js/test-assignment-expression.js | 2 +- ets2panda/test/parser/js/test-async-arrow-function-1.js | 2 +- ets2panda/test/parser/js/test-async-function-1.js | 2 +- ets2panda/test/parser/js/test-async-function-2.js | 2 +- ets2panda/test/parser/js/test-binary-expression.js | 2 +- ets2panda/test/parser/js/test-call-expression.js | 2 +- ets2panda/test/parser/js/test-class-async-method.js | 2 +- ets2panda/test/parser/js/test-class-definition.js | 2 +- ets2panda/test/parser/js/test-class-definition1.js | 2 +- ets2panda/test/parser/js/test-class-definition2.js | 2 +- ets2panda/test/parser/js/test-class-definition3.js | 2 +- ets2panda/test/parser/js/test-class-definition4.js | 2 +- ets2panda/test/parser/js/test-class-definition5.js | 2 +- ets2panda/test/parser/js/test-class-expression.js | 2 +- ets2panda/test/parser/js/test-class-static-block.js | 2 +- ets2panda/test/parser/js/test-class-static-block1.js | 2 +- ets2panda/test/parser/js/test-class-static-block2.js | 2 +- ets2panda/test/parser/js/test-class-static-block3.js | 2 +- ets2panda/test/parser/js/test-class-static-block4.js | 2 +- ets2panda/test/parser/js/test-class-static-block5.js | 2 +- ets2panda/test/parser/js/test-class-static-block6.js | 2 +- ets2panda/test/parser/js/test-comment.js | 2 +- ets2panda/test/parser/js/test-conditional-expression.js | 2 +- ets2panda/test/parser/js/test-const-without-init.js | 2 +- ets2panda/test/parser/js/test-continue-in-switch.js | 2 +- ets2panda/test/parser/js/test-debugger-statement.js | 2 +- ets2panda/test/parser/js/test-delete-identifier.js | 2 +- ets2panda/test/parser/js/test-do-while-1.js | 2 +- ets2panda/test/parser/js/test-do-while.js | 2 +- ets2panda/test/parser/js/test-escaped-keyword.js | 2 +- ets2panda/test/parser/js/test-export-all.js | 2 +- ets2panda/test/parser/js/test-export-named-decl.js | 2 +- .../test/parser/js/test-expression-after-unary-expression.js | 2 +- ets2panda/test/parser/js/test-for-1.js | 2 +- ets2panda/test/parser/js/test-for-2.js | 2 +- ets2panda/test/parser/js/test-for-3.js | 2 +- ets2panda/test/parser/js/test-for-4.js | 2 +- ets2panda/test/parser/js/test-for.js | 2 +- ets2panda/test/parser/js/test-function-decl-1.js | 2 +- ets2panda/test/parser/js/test-function-decl-2.js | 2 +- ets2panda/test/parser/js/test-function-decl.js | 2 +- ets2panda/test/parser/js/test-function-scope-violation-1.js | 2 +- ets2panda/test/parser/js/test-function-scope-violation-2.js | 2 +- ets2panda/test/parser/js/test-grouping-level.js | 2 +- ets2panda/test/parser/js/test-if-1.js | 2 +- ets2panda/test/parser/js/test-if-2.js | 2 +- ets2panda/test/parser/js/test-if.js | 2 +- ets2panda/test/parser/js/test-import-decl.js | 2 +- ets2panda/test/parser/js/test-import-expression.js | 2 +- ets2panda/test/parser/js/test-import-meta.js | 2 +- ets2panda/test/parser/js/test-imported-decl1.js | 2 +- ets2panda/test/parser/js/test-labelled-statement.js | 2 +- ets2panda/test/parser/js/test-labelled-statement1.js | 2 +- ets2panda/test/parser/js/test-labelled-statement2.js | 2 +- ets2panda/test/parser/js/test-let-redeclaration.js | 2 +- ets2panda/test/parser/js/test-logical-expression.js | 2 +- ets2panda/test/parser/js/test-member-expression-1.js | 2 +- ets2panda/test/parser/js/test-member-expression-2.js | 2 +- ets2panda/test/parser/js/test-member-expression-3.js | 2 +- ets2panda/test/parser/js/test-member-expression.js | 2 +- ets2panda/test/parser/js/test-missing-catch-argument.js | 2 +- ets2panda/test/parser/js/test-multi-line-string.js | 2 +- ets2panda/test/parser/js/test-multiple-update-expression.js | 2 +- ets2panda/test/parser/js/test-new-expression.js | 2 +- ets2panda/test/parser/js/test-nullish-coalescing.js | 2 +- ets2panda/test/parser/js/test-nullish-coalescing1.js | 2 +- ets2panda/test/parser/js/test-nullish-coalescing2.js | 2 +- ets2panda/test/parser/js/test-numeric-separator.js | 2 +- ets2panda/test/parser/js/test-numeric-separator1.js | 2 +- ets2panda/test/parser/js/test-numeric-separator2.js | 2 +- ets2panda/test/parser/js/test-object-expression.js | 2 +- ets2panda/test/parser/js/test-object-expression1.js | 2 +- ets2panda/test/parser/js/test-object-expression2.js | 2 +- ets2panda/test/parser/js/test-object-expression3.js | 2 +- ets2panda/test/parser/js/test-object-expression4.js | 2 +- ets2panda/test/parser/js/test-object-expression5.js | 2 +- ets2panda/test/parser/js/test-object-proto.js | 2 +- ets2panda/test/parser/js/test-one-default-export-allowed.js | 2 +- ets2panda/test/parser/js/test-optional-chain.js | 2 +- ets2panda/test/parser/js/test-patterns.js | 2 +- ets2panda/test/parser/js/test-private-field.js | 2 +- ets2panda/test/parser/js/test-private-field1.js | 2 +- ets2panda/test/parser/js/test-private-field10.js | 2 +- ets2panda/test/parser/js/test-private-field11.js | 2 +- ets2panda/test/parser/js/test-private-field12.js | 2 +- ets2panda/test/parser/js/test-private-field13.js | 2 +- ets2panda/test/parser/js/test-private-field14.js | 2 +- ets2panda/test/parser/js/test-private-field15.js | 2 +- ets2panda/test/parser/js/test-private-field16.js | 2 +- ets2panda/test/parser/js/test-private-field2.js | 2 +- ets2panda/test/parser/js/test-private-field3.js | 2 +- ets2panda/test/parser/js/test-private-field4.js | 2 +- ets2panda/test/parser/js/test-private-field5.js | 2 +- ets2panda/test/parser/js/test-private-field6.js | 2 +- ets2panda/test/parser/js/test-private-field7.js | 2 +- ets2panda/test/parser/js/test-private-field8.js | 2 +- ets2panda/test/parser/js/test-private-field9.js | 2 +- ets2panda/test/parser/js/test-sequence-expression.js | 2 +- ets2panda/test/parser/js/test-string-literal.js | 2 +- ets2panda/test/parser/js/test-super-expression.js | 2 +- ets2panda/test/parser/js/test-switch-1.js | 2 +- ets2panda/test/parser/js/test-switch-2.js | 2 +- ets2panda/test/parser/js/test-switch-3.js | 2 +- ets2panda/test/parser/js/test-switch-4.js | 2 +- ets2panda/test/parser/js/test-switch-5.js | 2 +- ets2panda/test/parser/js/test-switch-6.js | 2 +- ets2panda/test/parser/js/test-switch.js | 2 +- ets2panda/test/parser/js/test-tagged-template-expression.js | 2 +- ets2panda/test/parser/js/test-template-literal-1.js | 2 +- ets2panda/test/parser/js/test-template-literal-2.js | 2 +- ets2panda/test/parser/js/test-template-literal.js | 2 +- ets2panda/test/parser/js/test-this-expression.js | 2 +- .../test/parser/js/test-throw-statement-without-expression.js | 2 +- ets2panda/test/parser/js/test-throw-statement.js | 2 +- ets2panda/test/parser/js/test-try-catch-lexical-declaration.js | 2 +- ets2panda/test/parser/js/test-try-statement.js | 2 +- ets2panda/test/parser/js/test-try-without-catch-and-finally.js | 2 +- ets2panda/test/parser/js/test-unary-expression.js | 2 +- ets2panda/test/parser/js/test-update-expression.js | 2 +- ets2panda/test/parser/js/test-use-strict-1.js | 2 +- ets2panda/test/parser/js/test-use-strict-2.js | 2 +- ets2panda/test/parser/js/test-var-decl.js | 2 +- ets2panda/test/parser/js/test-wrong-function-decl-1.js | 2 +- ets2panda/test/parser/js/test-wrong-function-decl-2.js | 2 +- ets2panda/test/parser/js/test-wrong-function-decl-3.js | 2 +- ets2panda/test/parser/js/this-expression.js | 2 +- ets2panda/test/parser/ts/test-arrow-function.ts | 2 +- ets2panda/test/parser/ts/test-as-expression.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor1.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor2.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor3.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor4.ts | 2 +- ets2panda/test/parser/ts/test-class-constructor5.ts | 2 +- ets2panda/test/parser/ts/test-class-definition.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton1.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton10.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton11.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton12.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton13.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton14.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton15.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton16.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton17.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton18.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton2.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton3.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton4.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton5.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton6.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton7.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton8.ts | 2 +- ets2panda/test/parser/ts/test-class-definiton9.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload1.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload10.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload11.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload12.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload13.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload2.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload3.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload4.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload5.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload6.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload7.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload8.ts | 2 +- ets2panda/test/parser/ts/test-class-method-overload9.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration1.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration2.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration3.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration4.ts | 2 +- ets2panda/test/parser/ts/test-enum-declaration5.ts | 2 +- ets2panda/test/parser/ts/test-func-decl1.ts | 2 +- ets2panda/test/parser/ts/test-func-param.ts | 2 +- ets2panda/test/parser/ts/test-func-param1.ts | 2 +- ets2panda/test/parser/ts/test-func-param2.ts | 2 +- ets2panda/test/parser/ts/test-func-param3.ts | 2 +- ets2panda/test/parser/ts/test-func-param4.ts | 2 +- ets2panda/test/parser/ts/test-func-param5.ts | 2 +- ets2panda/test/parser/ts/test-func-param6.ts | 2 +- ets2panda/test/parser/ts/test-func-param7.ts | 2 +- ets2panda/test/parser/ts/test-func-param8.ts | 2 +- ets2panda/test/parser/ts/test-function-overload.ts | 2 +- ets2panda/test/parser/ts/test-function-overload1.ts | 2 +- ets2panda/test/parser/ts/test-function-overload2.ts | 2 +- ets2panda/test/parser/ts/test-if.ts | 2 +- ets2panda/test/parser/ts/test-interface.ts | 2 +- ets2panda/test/parser/ts/test-interface1.ts | 2 +- ets2panda/test/parser/ts/test-interface2.ts | 2 +- ets2panda/test/parser/ts/test-interface3.ts | 2 +- ets2panda/test/parser/ts/test-intersection.ts | 2 +- ets2panda/test/parser/ts/test-intersection1.ts | 2 +- ets2panda/test/parser/ts/test-intersection2.ts | 2 +- ets2panda/test/parser/ts/test-intersection3.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare1.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare10.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare11.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare12.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare13.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare2.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare3.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare4.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare5.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare6.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare7.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare8.ts | 2 +- ets2panda/test/parser/ts/test-keyword-declare9.ts | 2 +- ets2panda/test/parser/ts/test-member-expression1.ts | 2 +- ets2panda/test/parser/ts/test-member-expression2.ts | 2 +- ets2panda/test/parser/ts/test-ts-as-expression.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type1.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type2.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type3.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type4.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type5.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type6.ts | 2 +- ets2panda/test/parser/ts/test-ts-conditional-type7.ts | 2 +- ets2panda/test/parser/ts/test-ts-constructor-type1.ts | 2 +- ets2panda/test/parser/ts/test-ts-constructor-type2.ts | 2 +- ets2panda/test/parser/ts/test-ts-constructor-type3.ts | 2 +- ets2panda/test/parser/ts/test-ts-constructor-type4.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type1.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type2.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type3.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type4.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type5.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type6.ts | 2 +- ets2panda/test/parser/ts/test-ts-mapped-type7.ts | 2 +- ets2panda/test/parser/ts/test-ts-non-null-expression.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property1.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property10.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property11.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property12.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property2.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property3.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property4.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property5.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property6.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property7.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property8.ts | 2 +- ets2panda/test/parser/ts/test-ts-parameter-property9.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-assertion.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate1.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate2.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate3.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate4.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate5.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate6.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate7.ts | 2 +- ets2panda/test/parser/ts/test-ts-type-predicate8.ts | 2 +- ets2panda/test/parser/ts/test-tuple-type.ts | 2 +- ets2panda/test/parser/ts/test-tuple-type1.ts | 2 +- ets2panda/test/parser/ts/test-tuple-type2.ts | 2 +- ets2panda/test/parser/ts/test-tuple-type3.ts | 2 +- ets2panda/test/parser/ts/test-tuple-type4.ts | 2 +- ets2panda/test/parser/ts/test-type-alias.ts | 2 +- ets2panda/test/parser/ts/test-type-alias1.ts | 2 +- ets2panda/test/parser/ts/test-type-alias2.ts | 2 +- ets2panda/test/parser/ts/test-type-alias3.ts | 2 +- ets2panda/test/parser/ts/test-type-annotation.ts | 2 +- ets2panda/test/parser/ts/test-type-literal.ts | 2 +- ets2panda/test/parser/ts/test-type-literal1.ts | 2 +- ets2panda/test/parser/ts/test-type-literal2.ts | 2 +- ets2panda/test/parser/ts/test-type-literal3.ts | 2 +- ets2panda/test/parser/ts/test-type-query.ts | 2 +- ets2panda/test/parser/ts/test-type-query1.ts | 2 +- ets2panda/test/parser/ts/test-type-query2.ts | 2 +- ets2panda/test/parser/ts/test_decorator.ts | 2 +- ets2panda/test/parser/ts/test_decorator1.ts | 2 +- ets2panda/test/parser/ts/test_decorator2.ts | 2 +- ets2panda/test/parser/ts/test_decorator3.ts | 2 +- ets2panda/test/parser/ts/test_decorator4.ts | 2 +- ets2panda/test/parser/ts/test_decorator5.ts | 2 +- ets2panda/test/parser/ts/test_decorator6.ts | 2 +- ets2panda/test/parser/ts/test_decorator7.ts | 2 +- ets2panda/test/parser/ts/test_decorator8.ts | 2 +- ets2panda/test/parser/ts/test_generic.ts | 2 +- ets2panda/test/parser/ts/test_import_type.ts | 2 +- ets2panda/test/parser/ts/test_module.ts | 2 +- ets2panda/test/parser/ts/test_module1.ts | 2 +- ets2panda/test/parser/ts/test_module2.ts | 2 +- ets2panda/test/parser/ts/test_module3.ts | 2 +- ets2panda/test/parser/ts/test_module4.ts | 2 +- ets2panda/test/parser/ts/test_module5.ts | 2 +- ets2panda/test/parser/ts/test_module6.ts | 2 +- ets2panda/test/parser/ts/test_this_type.ts | 2 +- ets2panda/test/parser/ts/test_this_type1.ts | 2 +- ets2panda/test/parser/ts/test_this_type2.ts | 2 +- ets2panda/test/runtime/ets/AccessFannkuch.ets | 2 +- ets2panda/test/runtime/ets/AccessNBody.ets | 2 +- ets2panda/test/runtime/ets/AccessNSieve.ets | 2 +- ets2panda/test/runtime/ets/AccessorAlone.ets | 2 +- ets2panda/test/runtime/ets/ArrayLiteral.ets | 2 +- ets2panda/test/runtime/ets/ArrowFunctionRuntime.ets | 2 +- ets2panda/test/runtime/ets/Bitops3BitBitsInByte.ets | 2 +- ets2panda/test/runtime/ets/BitopsBitsInByte.ets | 2 +- ets2panda/test/runtime/ets/BitopsBitwiseAnd.ets | 2 +- ets2panda/test/runtime/ets/BitopsNSieveBits.ets | 2 +- ets2panda/test/runtime/ets/CallThisGetter.ets | 2 +- ets2panda/test/runtime/ets/CastPrimitive.ets | 2 +- ets2panda/test/runtime/ets/CastReference.ets | 2 +- ets2panda/test/runtime/ets/CastReference2.ets | 2 +- ets2panda/test/runtime/ets/ClassNewInstance.ets | 2 +- ets2panda/test/runtime/ets/ControlFlowRecursive.ets | 2 +- ets2panda/test/runtime/ets/DefaultParam_5.ets | 2 +- ets2panda/test/runtime/ets/Enum.ets | 2 +- ets2panda/test/runtime/ets/Enum2.ets | 2 +- ets2panda/test/runtime/ets/Enum6.ets | 2 +- ets2panda/test/runtime/ets/FunctionType.ets | 2 +- ets2panda/test/runtime/ets/GenericsTest.ets | 2 +- ets2panda/test/runtime/ets/InterfacePrivateMethod2.ets | 2 +- ets2panda/test/runtime/ets/Lambda.ets | 2 +- ets2panda/test/runtime/ets/LongLiteralLimits.ets | 2 +- ets2panda/test/runtime/ets/ManyLocalOutRegInstruction.ets | 2 +- ets2panda/test/runtime/ets/MathCordic.ets | 2 +- ets2panda/test/runtime/ets/MathPartialSums.ets | 2 +- ets2panda/test/runtime/ets/MathSpectralNorm.ets | 2 +- ets2panda/test/runtime/ets/Morph3d.ets | 2 +- ets2panda/test/runtime/ets/MutatorAccessor.ets | 2 +- ets2panda/test/runtime/ets/MutatorAlone.ets | 2 +- .../runtime/ets/Object-type-in-binary-logical-expression.ets | 2 +- ets2panda/test/runtime/ets/ObjectIndexing_1.ets | 2 +- ets2panda/test/runtime/ets/ObjectIndexing_2.ets | 2 +- ets2panda/test/runtime/ets/OptionalCall.ets | 2 +- ets2panda/test/runtime/ets/Override-1.ets | 2 +- ets2panda/test/runtime/ets/Override-2.ets | 2 +- ets2panda/test/runtime/ets/Override.ets | 2 +- ets2panda/test/runtime/ets/PunctuatorAnyEqual.ets | 2 +- ets2panda/test/runtime/ets/RegSpillerArray.ets | 2 +- ets2panda/test/runtime/ets/RegisterSpiller.ets | 2 +- ets2panda/test/runtime/ets/StringBase64.ets | 2 +- ets2panda/test/runtime/ets/StringFasta.ets | 2 +- ets2panda/test/runtime/ets/SuperCall.ets | 2 +- ets2panda/test/runtime/ets/UnaryExpression.ets | 2 +- ets2panda/test/runtime/ets/UnionConstraint.ets | 2 +- ets2panda/test/runtime/ets/UpdateExpression.ets | 2 +- ets2panda/test/runtime/ets/accessor_chained.ets | 2 +- ets2panda/test/runtime/ets/accessor_functional.ets | 2 +- ets2panda/test/runtime/ets/accessor_inherited.ets | 2 +- ets2panda/test/runtime/ets/array-expression.ets | 2 +- ets2panda/test/runtime/ets/array-new-catched.ets | 2 +- ets2panda/test/runtime/ets/array-new.ets | 2 +- ets2panda/test/runtime/ets/assignment_lowering.ets | 2 +- ets2panda/test/runtime/ets/boxing.ets | 2 +- ets2panda/test/runtime/ets/boxingUnboxingCalls.ets | 2 +- ets2panda/test/runtime/ets/boxingUnboxingOutput.ets | 2 +- ets2panda/test/runtime/ets/char-type.ets | 2 +- ets2panda/test/runtime/ets/class-abstract-inheritance.ets | 2 +- ets2panda/test/runtime/ets/class-constructor-calls.ets | 2 +- ets2panda/test/runtime/ets/class-constructor-calls2.ets | 2 +- ets2panda/test/runtime/ets/class-init2.ets | 2 +- ets2panda/test/runtime/ets/class-virtual-call.ets | 2 +- ets2panda/test/runtime/ets/condition-with-boolean-reference.ets | 2 +- ets2panda/test/runtime/ets/conditionalExpressionGenericLUB.ets | 2 +- ets2panda/test/runtime/ets/conversion-binary.ets | 2 +- ets2panda/test/runtime/ets/count.ets | 2 +- ets2panda/test/runtime/ets/date-now.ets | 2 +- ets2panda/test/runtime/ets/default_parameters.ets | 2 +- .../test/runtime/ets/exdended_conditional_expression_float.ets | 2 +- .../test/runtime/ets/extended_conditional_expression_string.ets | 2 +- .../callExtensionFunctionByThisInExtensionAndClassFunction.ets | 2 +- .../runtime/ets/extension_function_tests/extensionFunction.ets | 2 +- .../extensionFunctionCalledBySubclassInstance.ets | 2 +- .../extensionFunctionContainingAccessor.ets | 2 +- .../extensionFunctionContainingLambda.ets | 2 +- .../extensionFunctionContainingLambdaWithInstance.ets | 2 +- .../extensionFunctionDifferentSignatureWithInstanceFunction.ets | 2 +- .../extensionFunctionDuplicatedWithInstanceFunction.ets | 2 +- .../extensionFunctionDuplicatedWithNormalFunction.ets | 2 +- .../extension_function_tests/extensionFunctionInExtension.ets | 2 +- .../extensionFunctionOverrideSuperclassExtension.ets | 2 +- .../extensionFunctionShadowedBySuperclassInstance.ets | 2 +- .../extensionFunctionWithAsExpression.ets | 2 +- .../extensionFunctionWithNewExpression.ets | 2 +- .../extensionFunctionWithTrailingLambda.ets | 2 +- .../ets/extension_function_tests/thisInExtensionFunction.ets | 2 +- ets2panda/test/runtime/ets/finallyCatchExecutedNormally.ets | 2 +- ets2panda/test/runtime/ets/finallyClauseInterrupted.ets | 2 +- ets2panda/test/runtime/ets/finallyClauseThrow.ets | 2 +- ets2panda/test/runtime/ets/finallyExecutedAbruptly.ets | 2 +- ets2panda/test/runtime/ets/finallyTryAbruptedByBreak.ets | 2 +- ets2panda/test/runtime/ets/finallyTryAbruptedByContinue.ets | 2 +- ets2panda/test/runtime/ets/finallyTryAbruptedByReturn.ets | 2 +- ets2panda/test/runtime/ets/finallyTryExecutedNormally.ets | 2 +- ets2panda/test/runtime/ets/float-literal.ets | 2 +- ets2panda/test/runtime/ets/float_format.ets | 2 +- ets2panda/test/runtime/ets/float_separator.ets | 2 +- ets2panda/test/runtime/ets/for-statement.ets | 2 +- ets2panda/test/runtime/ets/generic-function.ets | 2 +- ets2panda/test/runtime/ets/generic-set.ets | 2 +- ets2panda/test/runtime/ets/generic_getter.ets | 2 +- ets2panda/test/runtime/ets/generics_1.ets | 2 +- ets2panda/test/runtime/ets/getter_setter.ets | 2 +- ets2panda/test/runtime/ets/getter_setter2.ets | 2 +- ets2panda/test/runtime/ets/getter_setter_static_modifier.ets | 2 +- ets2panda/test/runtime/ets/identifier-reference.ets | 2 +- ets2panda/test/runtime/ets/if-unbox.ets | 2 +- ets2panda/test/runtime/ets/inferTypeOfArrayLiteral.ets | 2 +- ets2panda/test/runtime/ets/interface-virtual-call.ets | 2 +- ets2panda/test/runtime/ets/interfaceGetterSetter.ets | 2 +- ets2panda/test/runtime/ets/ir-returnStatement.ets | 2 +- ets2panda/test/runtime/ets/labeledStatement.ets | 2 +- .../test/runtime/ets/lambdaExpressionWithoutBlockStatement.ets | 2 +- .../runtime/ets/lambdaExpressionWithoutBlockStatementSimple.ets | 2 +- ets2panda/test/runtime/ets/memberExprInLambda.ets | 2 +- ets2panda/test/runtime/ets/multi-array.ets | 2 +- ets2panda/test/runtime/ets/non-const-capture.ets | 2 +- ets2panda/test/runtime/ets/notNullMultidimensionalArray.ets | 2 +- ets2panda/test/runtime/ets/nullCoalesc.ets | 2 +- ets2panda/test/runtime/ets/number-from-narrow-prim.ets | 2 +- ets2panda/test/runtime/ets/objectEquality.ets | 2 +- ets2panda/test/runtime/ets/objectLiteral.ets | 2 +- ets2panda/test/runtime/ets/precedence.ets | 2 +- ets2panda/test/runtime/ets/referenceEquality.ets | 2 +- ets2panda/test/runtime/ets/referenceThisEquality.ets | 2 +- ets2panda/test/runtime/ets/return-type-deduction.ets | 2 +- ets2panda/test/runtime/ets/shift.ets | 2 +- ets2panda/test/runtime/ets/skippedTest.ets | 2 +- ets2panda/test/runtime/ets/static-invoke.ets | 2 +- ets2panda/test/runtime/ets/string-assignment.ets | 2 +- ets2panda/test/runtime/ets/string-builder.ets | 2 +- ets2panda/test/runtime/ets/struct-identifier.ets | 2 +- ets2panda/test/runtime/ets/struct-init2.ets | 2 +- ets2panda/test/runtime/ets/struct_implements.ets | 2 +- ets2panda/test/runtime/ets/this_type.ets | 2 +- ets2panda/test/runtime/ets/top_level_01.ets | 2 +- ets2panda/test/runtime/ets/top_level_02.ets | 2 +- ets2panda/test/runtime/ets/top_level_03.ets | 2 +- ets2panda/test/runtime/ets/trailing-lambda-with-capture.ets | 2 +- ets2panda/test/runtime/ets/trailing-lambda.ets | 2 +- ets2panda/test/runtime/ets/try-catch-error-no-param.ets | 2 +- ets2panda/test/runtime/ets/try-catch-error.ets | 2 +- ets2panda/test/runtime/ets/try-catch-no-param.ets | 2 +- ets2panda/test/runtime/ets/unboxing.ets | 2 +- ets2panda/test/runtime/ets/unboxing2.ets | 2 +- ets2panda/test/runtime/ets/unboxing2_x64.ets | 2 +- ets2panda/test/runtime/ets/union_type_parameters.ets | 2 +- ets2panda/test/runtime/ets/user_defined_1.ets | 2 +- ets2panda/test/runtime/ets/user_defined_2.ets | 2 +- .../test/runtime/ets/validate_signatures_throw_type_error.ets | 2 +- ets2panda/test/tsconfig/CMakeLists.txt | 2 +- ets2panda/test/tsconfig/empty_include/src/index.ts | 2 +- ets2panda/test/tsconfig/ets/packages/world.ets | 2 +- ets2panda/test/tsconfig/extends/src/component/exclude.ts | 2 +- ets2panda/test/tsconfig/extends/src/component/index.ts | 2 +- ets2panda/test/tsconfig/extends/src/file1.ts | 2 +- ets2panda/test/tsconfig/extends/src/file2.ts | 2 +- ets2panda/test/tsconfig/include/file1.ts | 2 +- ets2panda/test/tsconfig/include/file2.ts | 2 +- ets2panda/test/tsconfig/include/main.ts | 2 +- .../test/tsconfig/include/src/component1/exampleComponent.ts | 2 +- .../test/tsconfig/include/src/component1/exampleComponent1.ts | 2 +- ets2panda/test/tsconfig/include/src/component1/exampleUtil1.ts | 2 +- ets2panda/test/tsconfig/include/src/component1/exampleUtil11.ts | 2 +- ets2panda/test/tsconfig/include/src/component1/exampleUtil2.ts | 2 +- ets2panda/test/tsconfig/include/src/component1/index.ts | 2 +- .../test/tsconfig/include/src/component2/exampleComponent.ts | 2 +- .../test/tsconfig/include/src/component2/exampleComponent1.ts | 2 +- ets2panda/test/tsconfig/include/src/component2/exampleUtil1.ts | 2 +- ets2panda/test/tsconfig/include/src/component2/exampleUtil11.ts | 2 +- ets2panda/test/tsconfig/include/src/component2/exampleUtil2.ts | 2 +- ets2panda/test/tsconfig/include/src/component2/index.ts | 2 +- ets2panda/test/tsconfig/include/src/main.ts | 2 +- ets2panda/test/tsconfig/include/test.ts | 2 +- ets2panda/test/tsconfig/include/test/index.ts | 2 +- ets2panda/test/tsconfig/paths/lib/module1/lib.ets | 2 +- ets2panda/test/tsconfig/paths/lib/module2/lib.ets | 2 +- ets2panda/test/tsconfig/test.sh | 2 +- ets2panda/test/unit/public/e2p_test_plugin.c | 2 +- ets2panda/test/unit/public/t.ets | 2 +- ets2panda/util/bitset.cpp | 2 +- ets2panda/util/bitset.h | 2 +- ets2panda/util/enumbitops.h | 2 +- ets2panda/util/generateBin.h | 2 +- ets2panda/util/language.h | 2 +- ets2panda/util/path.h | 2 +- ets2panda/util/plugin.cpp | 2 +- ets2panda/util/plugin.h | 2 +- ets2panda/util/ustring.cpp | 2 +- ets2panda/util/ustring.h | 2 +- ets2panda/varbinder/ASBinder.cpp | 2 +- ets2panda/varbinder/ASBinder.h | 2 +- ets2panda/varbinder/JSBinder.cpp | 2 +- ets2panda/varbinder/JSBinder.h | 2 +- ets2panda/varbinder/TSBinder.cpp | 2 +- ets2panda/varbinder/TSBinder.h | 2 +- ets2panda/varbinder/TypedBinder.cpp | 2 +- ets2panda/varbinder/TypedBinder.h | 2 +- ets2panda/varbinder/declaration.cpp | 2 +- ets2panda/varbinder/enumMemberResult.h | 2 +- ets2panda/varbinder/privateBinding.h | 2 +- ets2panda/varbinder/tsBinding.h | 2 +- ets2panda/varbinder/variable.cpp | 2 +- ets2panda/varbinder/variable.h | 2 +- 2136 files changed, 2136 insertions(+), 2136 deletions(-) diff --git a/ets2panda/AUTHORS b/ets2panda/AUTHORS index c02a57170a..7e77c8ee30 100644 --- a/ets2panda/AUTHORS +++ b/ets2panda/AUTHORS @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/aot/BUILD.gn b/ets2panda/aot/BUILD.gn index b15d570129..3d1bdcfc61 100644 --- a/ets2panda/aot/BUILD.gn +++ b/ets2panda/aot/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/aot/CMakeLists.txt b/ets2panda/aot/CMakeLists.txt index 7e1e7788d3..40f21882c6 100644 --- a/ets2panda/aot/CMakeLists.txt +++ b/ets2panda/aot/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/checker/ets/primitiveWrappers.h b/ets2panda/checker/ets/primitiveWrappers.h index ff9a4db8c9..2f2a88899e 100644 --- a/ets2panda/checker/ets/primitiveWrappers.h +++ b/ets2panda/checker/ets/primitiveWrappers.h @@ -1,6 +1,6 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/binaryLikeExpression.cpp b/ets2panda/checker/ts/binaryLikeExpression.cpp index c0edc22ec5..33bd18d8c7 100644 --- a/ets2panda/checker/ts/binaryLikeExpression.cpp +++ b/ets2panda/checker/ts/binaryLikeExpression.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/destructuringContext.cpp b/ets2panda/checker/ts/destructuringContext.cpp index e9dd4e30b2..d0946c2408 100644 --- a/ets2panda/checker/ts/destructuringContext.cpp +++ b/ets2panda/checker/ts/destructuringContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/destructuringContext.h b/ets2panda/checker/ts/destructuringContext.h index fc25b245b4..c221d43eed 100644 --- a/ets2panda/checker/ts/destructuringContext.h +++ b/ets2panda/checker/ts/destructuringContext.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/function.cpp b/ets2panda/checker/ts/function.cpp index fdfd8171bb..2703d7fed1 100644 --- a/ets2panda/checker/ts/function.cpp +++ b/ets2panda/checker/ts/function.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/typeCreation.cpp b/ets2panda/checker/ts/typeCreation.cpp index 0823f3c244..f7b7fdc55f 100644 --- a/ets2panda/checker/ts/typeCreation.cpp +++ b/ets2panda/checker/ts/typeCreation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/typeElaborationContext.cpp b/ets2panda/checker/ts/typeElaborationContext.cpp index def409ac3e..51b164ec63 100644 --- a/ets2panda/checker/ts/typeElaborationContext.cpp +++ b/ets2panda/checker/ts/typeElaborationContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/typeElaborationContext.h b/ets2panda/checker/ts/typeElaborationContext.h index 5a526a6d2e..dacb157b45 100644 --- a/ets2panda/checker/ts/typeElaborationContext.h +++ b/ets2panda/checker/ts/typeElaborationContext.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/ts/util.cpp b/ets2panda/checker/ts/util.cpp index 030769c458..990692a1f3 100644 --- a/ets2panda/checker/ts/util.cpp +++ b/ets2panda/checker/ts/util.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/elementFlags.h b/ets2panda/checker/types/ts/elementFlags.h index 22f9b91c30..dd45a17dae 100644 --- a/ets2panda/checker/types/ts/elementFlags.h +++ b/ets2panda/checker/types/ts/elementFlags.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/indexInfo.cpp b/ets2panda/checker/types/ts/indexInfo.cpp index 07622c29f0..1beb3b457a 100644 --- a/ets2panda/checker/types/ts/indexInfo.cpp +++ b/ets2panda/checker/types/ts/indexInfo.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/indexInfo.h b/ets2panda/checker/types/ts/indexInfo.h index ecbf086d80..861ec5c502 100644 --- a/ets2panda/checker/types/ts/indexInfo.h +++ b/ets2panda/checker/types/ts/indexInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/objectDescriptor.cpp b/ets2panda/checker/types/ts/objectDescriptor.cpp index 907342a9e8..a418e6815b 100644 --- a/ets2panda/checker/types/ts/objectDescriptor.cpp +++ b/ets2panda/checker/types/ts/objectDescriptor.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/objectDescriptor.h b/ets2panda/checker/types/ts/objectDescriptor.h index 99e2d514b2..f14417c1f7 100644 --- a/ets2panda/checker/types/ts/objectDescriptor.h +++ b/ets2panda/checker/types/ts/objectDescriptor.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/objectType.h b/ets2panda/checker/types/ts/objectType.h index 2cffae784f..6839a62987 100644 --- a/ets2panda/checker/types/ts/objectType.h +++ b/ets2panda/checker/types/ts/objectType.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/ts/types.h b/ets2panda/checker/types/ts/types.h index 897a20e6af..b261f033cb 100644 --- a/ets2panda/checker/types/ts/types.h +++ b/ets2panda/checker/types/ts/types.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/checker/types/typeFacts.h b/ets2panda/checker/types/typeFacts.h index 56006e748d..0140793d1a 100644 --- a/ets2panda/checker/types/typeFacts.h +++ b/ets2panda/checker/types/typeFacts.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/cmake/coverage.cmake b/ets2panda/cmake/coverage.cmake index 794bf7a6e7..d0233f5275 100644 --- a/ets2panda/cmake/coverage.cmake +++ b/ets2panda/cmake/coverage.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/destructuring.cpp b/ets2panda/compiler/base/destructuring.cpp index b25fb8b5af..a839632239 100644 --- a/ets2panda/compiler/base/destructuring.cpp +++ b/ets2panda/compiler/base/destructuring.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/hoisting.cpp b/ets2panda/compiler/base/hoisting.cpp index a5225eb95d..73a4cd3b05 100644 --- a/ets2panda/compiler/base/hoisting.cpp +++ b/ets2panda/compiler/base/hoisting.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/hoisting.h b/ets2panda/compiler/base/hoisting.h index e06a49aa8f..faf3790a5f 100644 --- a/ets2panda/compiler/base/hoisting.h +++ b/ets2panda/compiler/base/hoisting.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/lexenv.cpp b/ets2panda/compiler/base/lexenv.cpp index ad593e88ca..e9abb4a615 100644 --- a/ets2panda/compiler/base/lexenv.cpp +++ b/ets2panda/compiler/base/lexenv.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/lexenv.h b/ets2panda/compiler/base/lexenv.h index fc71a41449..1228bfaef0 100644 --- a/ets2panda/compiler/base/lexenv.h +++ b/ets2panda/compiler/base/lexenv.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/optionalChain.cpp b/ets2panda/compiler/base/optionalChain.cpp index 79e520bf36..a310a0cee3 100644 --- a/ets2panda/compiler/base/optionalChain.cpp +++ b/ets2panda/compiler/base/optionalChain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/base/optionalChain.h b/ets2panda/compiler/base/optionalChain.h index a6368606f3..7ef159e835 100644 --- a/ets2panda/compiler/base/optionalChain.h +++ b/ets2panda/compiler/base/optionalChain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/function.cpp b/ets2panda/compiler/core/function.cpp index d3ff0b8c22..98abf21803 100644 --- a/ets2panda/compiler/core/function.cpp +++ b/ets2panda/compiler/core/function.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/function.h b/ets2panda/compiler/core/function.h index 3d6d0cbbd7..4f642afd4f 100644 --- a/ets2panda/compiler/core/function.h +++ b/ets2panda/compiler/core/function.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/labelPair.h b/ets2panda/compiler/core/labelPair.h index 0e18d474aa..76fe1b4798 100644 --- a/ets2panda/compiler/core/labelPair.h +++ b/ets2panda/compiler/core/labelPair.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/labelTarget.cpp b/ets2panda/compiler/core/labelTarget.cpp index 454267a66b..210aeab1a3 100644 --- a/ets2panda/compiler/core/labelTarget.cpp +++ b/ets2panda/compiler/core/labelTarget.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/labelTarget.h b/ets2panda/compiler/core/labelTarget.h index ff4c9c703b..73b8e64be0 100644 --- a/ets2panda/compiler/core/labelTarget.h +++ b/ets2panda/compiler/core/labelTarget.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/moduleContext.cpp b/ets2panda/compiler/core/moduleContext.cpp index b9c3909eaf..25c00db01b 100644 --- a/ets2panda/compiler/core/moduleContext.cpp +++ b/ets2panda/compiler/core/moduleContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/moduleContext.h b/ets2panda/compiler/core/moduleContext.h index ff2a4c4a6f..083968cc9c 100644 --- a/ets2panda/compiler/core/moduleContext.h +++ b/ets2panda/compiler/core/moduleContext.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/switchBuilder.cpp b/ets2panda/compiler/core/switchBuilder.cpp index da5562d763..71c81201c8 100644 --- a/ets2panda/compiler/core/switchBuilder.cpp +++ b/ets2panda/compiler/core/switchBuilder.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/core/switchBuilder.h b/ets2panda/compiler/core/switchBuilder.h index ece0a3d718..02983de277 100644 --- a/ets2panda/compiler/core/switchBuilder.h +++ b/ets2panda/compiler/core/switchBuilder.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.cpp b/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.cpp index ac1e1bfbc3..1834bcabe3 100644 --- a/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.cpp +++ b/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.h b/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.h index 921fcdd17d..300be1e56d 100644 --- a/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.h +++ b/ets2panda/compiler/function/asyncGeneratorFunctionBuilder.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/lowering/plugin_phase.cpp b/ets2panda/compiler/lowering/plugin_phase.cpp index 7df6b0c46f..4ff4802a6a 100644 --- a/ets2panda/compiler/lowering/plugin_phase.cpp +++ b/ets2panda/compiler/lowering/plugin_phase.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/scripts/signatures.rb b/ets2panda/compiler/scripts/signatures.rb index 554d10710a..2b562d05e0 100644 --- a/ets2panda/compiler/scripts/signatures.rb +++ b/ets2panda/compiler/scripts/signatures.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/compiler/templates/formats.h.erb b/ets2panda/compiler/templates/formats.h.erb index e52beac516..5468eb38dc 100644 --- a/ets2panda/compiler/templates/formats.h.erb +++ b/ets2panda/compiler/templates/formats.h.erb @@ -5,7 +5,7 @@ % return "#{mnemonic.gsub('.', '_').upcase}" + "_FORMAT_ITEMS_" + index.to_s % end /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/templates/isa.h.erb b/ets2panda/compiler/templates/isa.h.erb index 226519bcdf..56e734853e 100644 --- a/ets2panda/compiler/templates/isa.h.erb +++ b/ets2panda/compiler/templates/isa.h.erb @@ -6,7 +6,7 @@ % return "#{mnemonic.gsub('.', '_').upcase}" + "_FORMATS" % end /** - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/compiler/templates/signatures.h.erb b/ets2panda/compiler/templates/signatures.h.erb index 86eb71d9c0..2d1300e043 100644 --- a/ets2panda/compiler/templates/signatures.h.erb +++ b/ets2panda/compiler/templates/signatures.h.erb @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/declgen_ets2ts/BUILD.gn b/ets2panda/declgen_ets2ts/BUILD.gn index 62b06753d9..165a35a81f 100644 --- a/ets2panda/declgen_ets2ts/BUILD.gn +++ b/ets2panda/declgen_ets2ts/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/ir/astDump.cpp b/ets2panda/ir/astDump.cpp index 910240e3d9..f4a7922307 100644 --- a/ets2panda/ir/astDump.cpp +++ b/ets2panda/ir/astDump.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/astDump.h b/ets2panda/ir/astDump.h index ea028452f0..6119a79279 100644 --- a/ets2panda/ir/astDump.h +++ b/ets2panda/ir/astDump.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/expressions/directEvalExpression.cpp b/ets2panda/ir/expressions/directEvalExpression.cpp index 6c2cdc4fd3..85f53141f2 100644 --- a/ets2panda/ir/expressions/directEvalExpression.cpp +++ b/ets2panda/ir/expressions/directEvalExpression.cpp @@ -1,7 +1,7 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/expressions/literal.cpp b/ets2panda/ir/expressions/literal.cpp index 6817716ad6..77a63d42a9 100644 --- a/ets2panda/ir/expressions/literal.cpp +++ b/ets2panda/ir/expressions/literal.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/irnode.h b/ets2panda/ir/irnode.h index 6cff0af15d..96f49b8d11 100644 --- a/ets2panda/ir/irnode.h +++ b/ets2panda/ir/irnode.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/statement.cpp b/ets2panda/ir/statement.cpp index bb061ca7b3..f08d39d571 100644 --- a/ets2panda/ir/statement.cpp +++ b/ets2panda/ir/statement.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/statement.h b/ets2panda/ir/statement.h index 3c7a0dcf31..398e28ea23 100644 --- a/ets2panda/ir/statement.h +++ b/ets2panda/ir/statement.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/statements/loopStatement.cpp b/ets2panda/ir/statements/loopStatement.cpp index 1b0fcd06c7..4c8d1a0ff4 100644 --- a/ets2panda/ir/statements/loopStatement.cpp +++ b/ets2panda/ir/statements/loopStatement.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/ir/validationInfo.h b/ets2panda/ir/validationInfo.h index e12876efbc..2813247a5d 100644 --- a/ets2panda/ir/validationInfo.h +++ b/ets2panda/ir/validationInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/keywordString.h b/ets2panda/lexer/keywordString.h index 9a96fda0e8..242fabb82b 100644 --- a/ets2panda/lexer/keywordString.h +++ b/ets2panda/lexer/keywordString.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/keywordsUtil.cpp b/ets2panda/lexer/keywordsUtil.cpp index 44c6874509..26498ac71f 100644 --- a/ets2panda/lexer/keywordsUtil.cpp +++ b/ets2panda/lexer/keywordsUtil.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/keywordsUtil.h b/ets2panda/lexer/keywordsUtil.h index 48d8775f50..e020eea125 100644 --- a/ets2panda/lexer/keywordsUtil.h +++ b/ets2panda/lexer/keywordsUtil.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/regexp/regexp.cpp b/ets2panda/lexer/regexp/regexp.cpp index 5a7094462b..efa0b645ff 100644 --- a/ets2panda/lexer/regexp/regexp.cpp +++ b/ets2panda/lexer/regexp/regexp.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/regexp/regexp.h b/ets2panda/lexer/regexp/regexp.h index 5ef21a8ba9..ca02c1ca94 100644 --- a/ets2panda/lexer/regexp/regexp.h +++ b/ets2panda/lexer/regexp/regexp.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/scripts/keywords.rb b/ets2panda/lexer/scripts/keywords.rb index dc171c4375..752347f1e7 100755 --- a/ets2panda/lexer/scripts/keywords.rb +++ b/ets2panda/lexer/scripts/keywords.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/lexer/templates/keywords.h.erb b/ets2panda/lexer/templates/keywords.h.erb index 02e37dd17a..ff96a71b04 100644 --- a/ets2panda/lexer/templates/keywords.h.erb +++ b/ets2panda/lexer/templates/keywords.h.erb @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/token/letters.h b/ets2panda/lexer/token/letters.h index 39849c2488..4b9367369e 100644 --- a/ets2panda/lexer/token/letters.h +++ b/ets2panda/lexer/token/letters.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/token/sourceLocation.cpp b/ets2panda/lexer/token/sourceLocation.cpp index 3cd0ee42a6..9c236b1eb3 100644 --- a/ets2panda/lexer/token/sourceLocation.cpp +++ b/ets2panda/lexer/token/sourceLocation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/token/sourceLocation.h b/ets2panda/lexer/token/sourceLocation.h index 90823236e4..c009d4ab04 100644 --- a/ets2panda/lexer/token/sourceLocation.h +++ b/ets2panda/lexer/token/sourceLocation.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/token/token.h b/ets2panda/lexer/token/token.h index 8260593209..d874741f0b 100644 --- a/ets2panda/lexer/token/token.h +++ b/ets2panda/lexer/token/token.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/lexer/token/tokenType.h b/ets2panda/lexer/token/tokenType.h index dbbb7de85c..2ada1aac85 100644 --- a/ets2panda/lexer/token/tokenType.h +++ b/ets2panda/lexer/token/tokenType.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/linter/lib/InteropTypescriptLinter.ts b/ets2panda/linter/lib/InteropTypescriptLinter.ts index 65304edadc..411134a58e 100644 --- a/ets2panda/linter/lib/InteropTypescriptLinter.ts +++ b/ets2panda/linter/lib/InteropTypescriptLinter.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/linter/lib/utils/consts/LimitedStdProxyHandlerAPI.ts b/ets2panda/linter/lib/utils/consts/LimitedStdProxyHandlerAPI.ts index ea8675a5d6..f752566b47 100644 --- a/ets2panda/linter/lib/utils/consts/LimitedStdProxyHandlerAPI.ts +++ b/ets2panda/linter/lib/utils/consts/LimitedStdProxyHandlerAPI.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/linter/test_rules/rule71.ts.autofix.json b/ets2panda/linter/test_rules/rule71.ts.autofix.json index 3e3bb9cc07..d2e4d57d74 100644 --- a/ets2panda/linter/test_rules/rule71.ts.autofix.json +++ b/ets2panda/linter/test_rules/rule71.ts.autofix.json @@ -1,6 +1,6 @@ { "copyright": [ - "Copyright (c) 2023-2023 Huawei Device Co., Ltd.", + "Copyright (c) 2023-2024 Huawei Device Co., Ltd.", "Licensed under the Apache License, Version 2.0 (the 'License');", "you may not use this file except in compliance with the License.", "You may obtain a copy of the License at", diff --git a/ets2panda/parser/JSparser.cpp b/ets2panda/parser/JSparser.cpp index 3597b7dec4..67a3f32fd0 100644 --- a/ets2panda/parser/JSparser.cpp +++ b/ets2panda/parser/JSparser.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/parser/JSparser.h b/ets2panda/parser/JSparser.h index 3265cc1b41..819ebe61ae 100644 --- a/ets2panda/parser/JSparser.h +++ b/ets2panda/parser/JSparser.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/parser/context/classPrivateContext.cpp b/ets2panda/parser/context/classPrivateContext.cpp index 174405ba44..a902e95455 100644 --- a/ets2panda/parser/context/classPrivateContext.cpp +++ b/ets2panda/parser/context/classPrivateContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/parser/context/classPrivateContext.h b/ets2panda/parser/context/classPrivateContext.h index 32ddb2389b..8533f4633b 100644 --- a/ets2panda/parser/context/classPrivateContext.h +++ b/ets2panda/parser/context/classPrivateContext.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/scripts/es2panda_coverage.sh b/ets2panda/scripts/es2panda_coverage.sh index f6a2ed89d1..f6a42ea590 100644 --- a/ets2panda/scripts/es2panda_coverage.sh +++ b/ets2panda/scripts/es2panda_coverage.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/scripts/es2panda_pre_test.py b/ets2panda/scripts/es2panda_pre_test.py index 217f955c94..1fda13b777 100644 --- a/ets2panda/scripts/es2panda_pre_test.py +++ b/ets2panda/scripts/es2panda_pre_test.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/scripts/test_runner.py b/ets2panda/scripts/test_runner.py index 7250909885..58c3bce804 100644 --- a/ets2panda/scripts/test_runner.py +++ b/ets2panda/scripts/test_runner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/test/CMakeLists.txt b/ets2panda/test/CMakeLists.txt index 74efc75be0..3a8aaaee4a 100644 --- a/ets2panda/test/CMakeLists.txt +++ b/ets2panda/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType2.ets b/ets2panda/test/compiler/ets/FunctionType2.ets index 1dd131b0d0..bb5d4c58fa 100644 --- a/ets2panda/test/compiler/ets/FunctionType2.ets +++ b/ets2panda/test/compiler/ets/FunctionType2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType3.ets b/ets2panda/test/compiler/ets/FunctionType3.ets index 7ad95491af..ef34781ef6 100644 --- a/ets2panda/test/compiler/ets/FunctionType3.ets +++ b/ets2panda/test/compiler/ets/FunctionType3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType4.ets b/ets2panda/test/compiler/ets/FunctionType4.ets index 2b7e5f8f36..694498f2bb 100644 --- a/ets2panda/test/compiler/ets/FunctionType4.ets +++ b/ets2panda/test/compiler/ets/FunctionType4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType5.ets b/ets2panda/test/compiler/ets/FunctionType5.ets index 188be7e323..5d6f3a1063 100644 --- a/ets2panda/test/compiler/ets/FunctionType5.ets +++ b/ets2panda/test/compiler/ets/FunctionType5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType6.ets b/ets2panda/test/compiler/ets/FunctionType6.ets index 8a0a0d4a98..a2fcfdbdd3 100644 --- a/ets2panda/test/compiler/ets/FunctionType6.ets +++ b/ets2panda/test/compiler/ets/FunctionType6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType7.ets b/ets2panda/test/compiler/ets/FunctionType7.ets index 7c10c90ac6..6b0851b01b 100644 --- a/ets2panda/test/compiler/ets/FunctionType7.ets +++ b/ets2panda/test/compiler/ets/FunctionType7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/FunctionType8.ets b/ets2panda/test/compiler/ets/FunctionType8.ets index 573f2c5f72..de6686bbdd 100644 --- a/ets2panda/test/compiler/ets/FunctionType8.ets +++ b/ets2panda/test/compiler/ets/FunctionType8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/abstractMethodDeclaredInParentClass.ets b/ets2panda/test/compiler/ets/abstractMethodDeclaredInParentClass.ets index 359f971278..3ca286f7ba 100644 --- a/ets2panda/test/compiler/ets/abstractMethodDeclaredInParentClass.ets +++ b/ets2panda/test/compiler/ets/abstractMethodDeclaredInParentClass.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression.ets b/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression.ets index 7f27dc0cbc..838d2d252c 100644 --- a/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression.ets +++ b/ets2panda/test/compiler/ets/abstractNewClassInstanceExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/array_indexing_with_chaining_non_nullish.ets b/ets2panda/test/compiler/ets/array_indexing_with_chaining_non_nullish.ets index 1eccfab567..45a9497b40 100644 --- a/ets2panda/test/compiler/ets/array_indexing_with_chaining_non_nullish.ets +++ b/ets2panda/test/compiler/ets/array_indexing_with_chaining_non_nullish.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/array_indexing_with_chaining_nullish.ets b/ets2panda/test/compiler/ets/array_indexing_with_chaining_nullish.ets index 635fd6e216..65878ecfe9 100644 --- a/ets2panda/test/compiler/ets/array_indexing_with_chaining_nullish.ets +++ b/ets2panda/test/compiler/ets/array_indexing_with_chaining_nullish.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/array_indexing_without_chaining_non_nullish.ets b/ets2panda/test/compiler/ets/array_indexing_without_chaining_non_nullish.ets index 9a619ff7f2..159647469b 100644 --- a/ets2panda/test/compiler/ets/array_indexing_without_chaining_non_nullish.ets +++ b/ets2panda/test/compiler/ets/array_indexing_without_chaining_non_nullish.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/array_indexing_without_chaining_nullish.ets b/ets2panda/test/compiler/ets/array_indexing_without_chaining_nullish.ets index eba05d48f3..24d379a6a6 100644 --- a/ets2panda/test/compiler/ets/array_indexing_without_chaining_nullish.ets +++ b/ets2panda/test/compiler/ets/array_indexing_without_chaining_nullish.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/arrowFunctionCapture.ets b/ets2panda/test/compiler/ets/arrowFunctionCapture.ets index cd32e1f1a3..53efff72de 100644 --- a/ets2panda/test/compiler/ets/arrowFunctionCapture.ets +++ b/ets2panda/test/compiler/ets/arrowFunctionCapture.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/assert_bad.ets b/ets2panda/test/compiler/ets/assert_bad.ets index 2d1674ac25..39ebee4103 100644 --- a/ets2panda/test/compiler/ets/assert_bad.ets +++ b/ets2panda/test/compiler/ets/assert_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/boxingConversion1.ets b/ets2panda/test/compiler/ets/boxingConversion1.ets index 8fe9c19628..d3fd9ee213 100644 --- a/ets2panda/test/compiler/ets/boxingConversion1.ets +++ b/ets2panda/test/compiler/ets/boxingConversion1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/boxingConversion2.ets b/ets2panda/test/compiler/ets/boxingConversion2.ets index feb2511fcd..d9b96247f1 100644 --- a/ets2panda/test/compiler/ets/boxingConversion2.ets +++ b/ets2panda/test/compiler/ets/boxingConversion2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/boxingConversion3.ets b/ets2panda/test/compiler/ets/boxingConversion3.ets index f19b8cf59c..eb8d3a21c1 100644 --- a/ets2panda/test/compiler/ets/boxingConversion3.ets +++ b/ets2panda/test/compiler/ets/boxingConversion3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/boxingConversion4.ets b/ets2panda/test/compiler/ets/boxingConversion4.ets index 0d9f50226a..1c29b3bc08 100644 --- a/ets2panda/test/compiler/ets/boxingConversion4.ets +++ b/ets2panda/test/compiler/ets/boxingConversion4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/boxingUnboxingExpressions.ets b/ets2panda/test/compiler/ets/boxingUnboxingExpressions.ets index 546ae215be..b2d2e005de 100644 --- a/ets2panda/test/compiler/ets/boxingUnboxingExpressions.ets +++ b/ets2panda/test/compiler/ets/boxingUnboxingExpressions.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/catch-soft-keyword.ets b/ets2panda/test/compiler/ets/catch-soft-keyword.ets index 59d52a816d..4f52403ea2 100644 --- a/ets2panda/test/compiler/ets/catch-soft-keyword.ets +++ b/ets2panda/test/compiler/ets/catch-soft-keyword.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/catchParamScope.ets b/ets2panda/test/compiler/ets/catchParamScope.ets index f6a66afce4..075579290a 100644 --- a/ets2panda/test/compiler/ets/catchParamScope.ets +++ b/ets2panda/test/compiler/ets/catchParamScope.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion-w-ASExpr.ets b/ets2panda/test/compiler/ets/conversion-w-ASExpr.ets index 38593ea74b..c3bd0c1457 100644 --- a/ets2panda/test/compiler/ets/conversion-w-ASExpr.ets +++ b/ets2panda/test/compiler/ets/conversion-w-ASExpr.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_Double-to-Int_typeerror.ets b/ets2panda/test/compiler/ets/conversion_Double-to-Int_typeerror.ets index a4e80980ce..2d6ec51ddb 100644 --- a/ets2panda/test/compiler/ets/conversion_Double-to-Int_typeerror.ets +++ b/ets2panda/test/compiler/ets/conversion_Double-to-Int_typeerror.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_Double-to-Int_w_try_stmt_typerror.ets b/ets2panda/test/compiler/ets/conversion_Double-to-Int_w_try_stmt_typerror.ets index e8b0677288..2f1417b722 100644 --- a/ets2panda/test/compiler/ets/conversion_Double-to-Int_w_try_stmt_typerror.ets +++ b/ets2panda/test/compiler/ets/conversion_Double-to-Int_w_try_stmt_typerror.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_Int-to-Double_typeerror.ets b/ets2panda/test/compiler/ets/conversion_Int-to-Double_typeerror.ets index c59686aa11..af3d5868e3 100644 --- a/ets2panda/test/compiler/ets/conversion_Int-to-Double_typeerror.ets +++ b/ets2panda/test/compiler/ets/conversion_Int-to-Double_typeerror.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_call-context_Int-to-Double_typeerror.ets b/ets2panda/test/compiler/ets/conversion_call-context_Int-to-Double_typeerror.ets index 21a5fe78fe..dda5cc7eb1 100644 --- a/ets2panda/test/compiler/ets/conversion_call-context_Int-to-Double_typeerror.ets +++ b/ets2panda/test/compiler/ets/conversion_call-context_Int-to-Double_typeerror.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_w_functions.ets b/ets2panda/test/compiler/ets/conversion_w_functions.ets index 7d2fa5dcea..f7c408aba7 100644 --- a/ets2panda/test/compiler/ets/conversion_w_functions.ets +++ b/ets2panda/test/compiler/ets/conversion_w_functions.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/conversion_w_functions_w_try-stmts.ets b/ets2panda/test/compiler/ets/conversion_w_functions_w_try-stmts.ets index 0412cc7223..20c98e07e3 100644 --- a/ets2panda/test/compiler/ets/conversion_w_functions_w_try-stmts.ets +++ b/ets2panda/test/compiler/ets/conversion_w_functions_w_try-stmts.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/delete-non-keyword.ets b/ets2panda/test/compiler/ets/delete-non-keyword.ets index b7b05e63f6..9e3d509e57 100644 --- a/ets2panda/test/compiler/ets/delete-non-keyword.ets +++ b/ets2panda/test/compiler/ets/delete-non-keyword.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamic-equality.ets b/ets2panda/test/compiler/ets/dynamic-equality.ets index fe78143f1b..0fa564c540 100644 --- a/ets2panda/test/compiler/ets/dynamic-equality.ets +++ b/ets2panda/test/compiler/ets/dynamic-equality.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamicJsImport.ets b/ets2panda/test/compiler/ets/dynamicJsImport.ets index 620c348517..b13afb5a9b 100644 --- a/ets2panda/test/compiler/ets/dynamicJsImport.ets +++ b/ets2panda/test/compiler/ets/dynamicJsImport.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamicLambda.ets b/ets2panda/test/compiler/ets/dynamicLambda.ets index 67162c38cb..2d94d6d1cd 100644 --- a/ets2panda/test/compiler/ets/dynamicLambda.ets +++ b/ets2panda/test/compiler/ets/dynamicLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamicLambdaJSValue.ets b/ets2panda/test/compiler/ets/dynamicLambdaJSValue.ets index 6e42cc8a67..8ef7862697 100644 --- a/ets2panda/test/compiler/ets/dynamicLambdaJSValue.ets +++ b/ets2panda/test/compiler/ets/dynamicLambdaJSValue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamicLambdaJSValueCast.ets b/ets2panda/test/compiler/ets/dynamicLambdaJSValueCast.ets index e3d2f02aa2..6343681d48 100644 --- a/ets2panda/test/compiler/ets/dynamicLambdaJSValueCast.ets +++ b/ets2panda/test/compiler/ets/dynamicLambdaJSValueCast.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamicObjectLiteral.ets b/ets2panda/test/compiler/ets/dynamicObjectLiteral.ets index 6ef64094fb..0982f73c3f 100644 --- a/ets2panda/test/compiler/ets/dynamicObjectLiteral.ets +++ b/ets2panda/test/compiler/ets/dynamicObjectLiteral.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamic_call.ets b/ets2panda/test/compiler/ets/dynamic_call.ets index 3b34fc6901..ba2fa94259 100644 --- a/ets2panda/test/compiler/ets/dynamic_call.ets +++ b/ets2panda/test/compiler/ets/dynamic_call.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/dynamic_instanceof_error.ets b/ets2panda/test/compiler/ets/dynamic_instanceof_error.ets index 3bc177e3c4..f5458761d4 100644 --- a/ets2panda/test/compiler/ets/dynamic_instanceof_error.ets +++ b/ets2panda/test/compiler/ets/dynamic_instanceof_error.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/enums_01.ets b/ets2panda/test/compiler/ets/enums_01.ets index 352dfaeb5a..e8cdc6acdc 100644 --- a/ets2panda/test/compiler/ets/enums_01.ets +++ b/ets2panda/test/compiler/ets/enums_01.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString0.ets b/ets2panda/test/compiler/ets/etsObjectToString0.ets index 8601ec1d89..8da932e5a5 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString0.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString0.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString1.ets b/ets2panda/test/compiler/ets/etsObjectToString1.ets index f6d7434f8c..02b76f02fe 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString1.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString2.ets b/ets2panda/test/compiler/ets/etsObjectToString2.ets index 07125b85a1..afdd8807d0 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString2.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString3.ets b/ets2panda/test/compiler/ets/etsObjectToString3.ets index afd5cff9f1..824b6af054 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString3.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString4.ets b/ets2panda/test/compiler/ets/etsObjectToString4.ets index f957ea6d94..40050360ce 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString4.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/etsObjectToString5.ets b/ets2panda/test/compiler/ets/etsObjectToString5.ets index c4535d9f0f..b5bddb81a7 100644 --- a/ets2panda/test/compiler/ets/etsObjectToString5.ets +++ b/ets2panda/test/compiler/ets/etsObjectToString5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/extended_conditional_expression_not.ets b/ets2panda/test/compiler/ets/extended_conditional_expression_not.ets index a012fda36c..2249cd3b10 100644 --- a/ets2panda/test/compiler/ets/extended_conditional_expression_not.ets +++ b/ets2panda/test/compiler/ets/extended_conditional_expression_not.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/extended_conditional_expression_not_return_type.ets b/ets2panda/test/compiler/ets/extended_conditional_expression_not_return_type.ets index 1462fb5522..eb570556c4 100644 --- a/ets2panda/test/compiler/ets/extended_conditional_expression_not_return_type.ets +++ b/ets2panda/test/compiler/ets/extended_conditional_expression_not_return_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/forUpdate.ets b/ets2panda/test/compiler/ets/forUpdate.ets index 202e4ab6f6..f79e973e84 100644 --- a/ets2panda/test/compiler/ets/forUpdate.ets +++ b/ets2panda/test/compiler/ets/forUpdate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/forUpdateCharType.ets b/ets2panda/test/compiler/ets/forUpdateCharType.ets index 84dd35af00..4f42c61678 100644 --- a/ets2panda/test/compiler/ets/forUpdateCharType.ets +++ b/ets2panda/test/compiler/ets/forUpdateCharType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/for_of_missing_iterator_type.ets b/ets2panda/test/compiler/ets/for_of_missing_iterator_type.ets index 2043ed75ea..8a33a24786 100644 --- a/ets2panda/test/compiler/ets/for_of_missing_iterator_type.ets +++ b/ets2panda/test/compiler/ets/for_of_missing_iterator_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/functionPointerArray.ets b/ets2panda/test/compiler/ets/functionPointerArray.ets index 60e3729597..71efbb4859 100644 --- a/ets2panda/test/compiler/ets/functionPointerArray.ets +++ b/ets2panda/test/compiler/ets/functionPointerArray.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/functionTypeToObject.ets b/ets2panda/test/compiler/ets/functionTypeToObject.ets index ed490667c4..f9abf322a9 100644 --- a/ets2panda/test/compiler/ets/functionTypeToObject.ets +++ b/ets2panda/test/compiler/ets/functionTypeToObject.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/function_subtyping_1.ets b/ets2panda/test/compiler/ets/function_subtyping_1.ets index 0b2ffc867e..526f8a64b3 100644 --- a/ets2panda/test/compiler/ets/function_subtyping_1.ets +++ b/ets2panda/test/compiler/ets/function_subtyping_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_deadlock.ets b/ets2panda/test/compiler/ets/generic_deadlock.ets index f52c43b75b..cfa89f9d27 100644 --- a/ets2panda/test/compiler/ets/generic_deadlock.ets +++ b/ets2panda/test/compiler/ets/generic_deadlock.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_1.ets b/ets2panda/test/compiler/ets/generic_function_call_1.ets index 4f39863ffa..bdbbce1084 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_1.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_2.ets b/ets2panda/test/compiler/ets/generic_function_call_2.ets index 7a79389607..9d8ef2ed7c 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_2.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_3.ets b/ets2panda/test/compiler/ets/generic_function_call_3.ets index f5852d0dd0..83e4111f05 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_3.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_4.ets b/ets2panda/test/compiler/ets/generic_function_call_4.ets index b917a0588d..9e6b2d937f 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_4.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_5.ets b/ets2panda/test/compiler/ets/generic_function_call_5.ets index 7e731aa249..4eee7b0e39 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_5.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_6.ets b/ets2panda/test/compiler/ets/generic_function_call_6.ets index b7bffd3bc9..3154aba240 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_6.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_function_call_7.ets b/ets2panda/test/compiler/ets/generic_function_call_7.ets index 64d5d221a3..338be1435f 100644 --- a/ets2panda/test/compiler/ets/generic_function_call_7.ets +++ b/ets2panda/test/compiler/ets/generic_function_call_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_1.ets b/ets2panda/test/compiler/ets/generic_typealias_1.ets index 45814fb186..256787641a 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_1.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_10_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_10_neg.ets index c6d36ac956..f64fc5e03a 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_10_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_10_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_2_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_2_neg.ets index 0bf9c13181..722dd78710 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_2_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_2_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_3_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_3_neg.ets index fb71ae4dbb..1796a0d682 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_3_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_3_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_4_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_4_neg.ets index 3204e76a7d..2036469bee 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_4_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_4_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_5_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_5_neg.ets index 8089b4be09..d906322fe0 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_5_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_5_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_6.ets b/ets2panda/test/compiler/ets/generic_typealias_6.ets index 9d2beaf4c6..779826c4d1 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_6.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_7_neg.ets b/ets2panda/test/compiler/ets/generic_typealias_7_neg.ets index 1c22ec93dc..0c6814d18f 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_7_neg.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_7_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_8.ets b/ets2panda/test/compiler/ets/generic_typealias_8.ets index 0f16a64e36..2228720ed6 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_8.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generic_typealias_9.ets b/ets2panda/test/compiler/ets/generic_typealias_9.ets index 3e8359c64d..a98492c8d3 100644 --- a/ets2panda/test/compiler/ets/generic_typealias_9.ets +++ b/ets2panda/test/compiler/ets/generic_typealias_9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_class_recursive_type_1.ets b/ets2panda/test/compiler/ets/generics_class_recursive_type_1.ets index a8aa973287..bd559123b5 100644 --- a/ets2panda/test/compiler/ets/generics_class_recursive_type_1.ets +++ b/ets2panda/test/compiler/ets/generics_class_recursive_type_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_implicit_lambda1.ets b/ets2panda/test/compiler/ets/generics_implicit_lambda1.ets index d48b0a74d2..e7d0cfd7a5 100644 --- a/ets2panda/test/compiler/ets/generics_implicit_lambda1.ets +++ b/ets2panda/test/compiler/ets/generics_implicit_lambda1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_implicit_lambda2.ets b/ets2panda/test/compiler/ets/generics_implicit_lambda2.ets index df06746de6..76ebdba894 100644 --- a/ets2panda/test/compiler/ets/generics_implicit_lambda2.ets +++ b/ets2panda/test/compiler/ets/generics_implicit_lambda2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_instantiation_1.ets b/ets2panda/test/compiler/ets/generics_instantiation_1.ets index 843d2842da..447c496490 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_1.ets +++ b/ets2panda/test/compiler/ets/generics_instantiation_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_instantiation_3.ets b/ets2panda/test/compiler/ets/generics_instantiation_3.ets index 53882858ed..6a6fe0e309 100644 --- a/ets2panda/test/compiler/ets/generics_instantiation_3.ets +++ b/ets2panda/test/compiler/ets/generics_instantiation_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_interface_bounds_1.ets b/ets2panda/test/compiler/ets/generics_interface_bounds_1.ets index d3a73a5ccc..0b3b0d7244 100644 --- a/ets2panda/test/compiler/ets/generics_interface_bounds_1.ets +++ b/ets2panda/test/compiler/ets/generics_interface_bounds_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_interface_bounds_2.ets b/ets2panda/test/compiler/ets/generics_interface_bounds_2.ets index d63681261b..9516d34ea0 100644 --- a/ets2panda/test/compiler/ets/generics_interface_bounds_2.ets +++ b/ets2panda/test/compiler/ets/generics_interface_bounds_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_1.ets b/ets2panda/test/compiler/ets/generics_primitive_type_param_1.ets index c57d296511..9188ca7f4a 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_1.ets +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1.ets b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1.ets index 8bf6347494..533e295d78 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1.ets +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2.ets b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2.ets index 214dbd0d17..89f9fc9c2a 100644 --- a/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2.ets +++ b/ets2panda/test/compiler/ets/generics_primitive_type_param_neg_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference1.ets b/ets2panda/test/compiler/ets/identifierReference1.ets index 2e11559f2c..37ed8b67b6 100644 --- a/ets2panda/test/compiler/ets/identifierReference1.ets +++ b/ets2panda/test/compiler/ets/identifierReference1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference10.ets b/ets2panda/test/compiler/ets/identifierReference10.ets index ee2b09350c..b7663b380d 100644 --- a/ets2panda/test/compiler/ets/identifierReference10.ets +++ b/ets2panda/test/compiler/ets/identifierReference10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference11.ets b/ets2panda/test/compiler/ets/identifierReference11.ets index c595a4fc01..08810e79a5 100644 --- a/ets2panda/test/compiler/ets/identifierReference11.ets +++ b/ets2panda/test/compiler/ets/identifierReference11.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference12.ets b/ets2panda/test/compiler/ets/identifierReference12.ets index 30da1d0e05..6ef595bae2 100644 --- a/ets2panda/test/compiler/ets/identifierReference12.ets +++ b/ets2panda/test/compiler/ets/identifierReference12.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference13.ets b/ets2panda/test/compiler/ets/identifierReference13.ets index fad2fc1401..c5b4a6c2b6 100644 --- a/ets2panda/test/compiler/ets/identifierReference13.ets +++ b/ets2panda/test/compiler/ets/identifierReference13.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference14.ets b/ets2panda/test/compiler/ets/identifierReference14.ets index 0b4e1e11f9..6d285383ec 100644 --- a/ets2panda/test/compiler/ets/identifierReference14.ets +++ b/ets2panda/test/compiler/ets/identifierReference14.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference15.ets b/ets2panda/test/compiler/ets/identifierReference15.ets index 42a5f83246..e27635c87d 100644 --- a/ets2panda/test/compiler/ets/identifierReference15.ets +++ b/ets2panda/test/compiler/ets/identifierReference15.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference16.ets b/ets2panda/test/compiler/ets/identifierReference16.ets index 405c5def13..e513544515 100644 --- a/ets2panda/test/compiler/ets/identifierReference16.ets +++ b/ets2panda/test/compiler/ets/identifierReference16.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference2.ets b/ets2panda/test/compiler/ets/identifierReference2.ets index e325cc7bd6..7373f8739e 100644 --- a/ets2panda/test/compiler/ets/identifierReference2.ets +++ b/ets2panda/test/compiler/ets/identifierReference2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference3.ets b/ets2panda/test/compiler/ets/identifierReference3.ets index c06b4b8973..d8033dbf11 100644 --- a/ets2panda/test/compiler/ets/identifierReference3.ets +++ b/ets2panda/test/compiler/ets/identifierReference3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference4.ets b/ets2panda/test/compiler/ets/identifierReference4.ets index b6540cf654..31b505d489 100644 --- a/ets2panda/test/compiler/ets/identifierReference4.ets +++ b/ets2panda/test/compiler/ets/identifierReference4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference5.ets b/ets2panda/test/compiler/ets/identifierReference5.ets index babe27f29f..f048f6a5ff 100644 --- a/ets2panda/test/compiler/ets/identifierReference5.ets +++ b/ets2panda/test/compiler/ets/identifierReference5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference6.ets b/ets2panda/test/compiler/ets/identifierReference6.ets index 05f451c9f9..d707650777 100644 --- a/ets2panda/test/compiler/ets/identifierReference6.ets +++ b/ets2panda/test/compiler/ets/identifierReference6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference7.ets b/ets2panda/test/compiler/ets/identifierReference7.ets index 4231659966..15c988daf0 100644 --- a/ets2panda/test/compiler/ets/identifierReference7.ets +++ b/ets2panda/test/compiler/ets/identifierReference7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference8.ets b/ets2panda/test/compiler/ets/identifierReference8.ets index e00a6758ae..0de37a6855 100644 --- a/ets2panda/test/compiler/ets/identifierReference8.ets +++ b/ets2panda/test/compiler/ets/identifierReference8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/identifierReference9.ets b/ets2panda/test/compiler/ets/identifierReference9.ets index 92cc6970d3..2dde5b8063 100644 --- a/ets2panda/test/compiler/ets/identifierReference9.ets +++ b/ets2panda/test/compiler/ets/identifierReference9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/implicit-conversion.ets b/ets2panda/test/compiler/ets/implicit-conversion.ets index a89bf780e7..54b9912e6e 100644 --- a/ets2panda/test/compiler/ets/implicit-conversion.ets +++ b/ets2panda/test/compiler/ets/implicit-conversion.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/inferTypeOfArray.ets b/ets2panda/test/compiler/ets/inferTypeOfArray.ets index 35524cfeac..462021c74a 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArray.ets +++ b/ets2panda/test/compiler/ets/inferTypeOfArray.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1.ets b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1.ets index 62e4c33a36..09fd4707ba 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1.ets +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2.ets b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2.ets index 32106ede8c..53fc16d4be 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2.ets +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3.ets b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3.ets index af134a605a..c281a9a239 100644 --- a/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3.ets +++ b/ets2panda/test/compiler/ets/inferTypeOfArrayNegative3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/infinityNarrowing.ets b/ets2panda/test/compiler/ets/infinityNarrowing.ets index e56cc42d64..973e12b257 100644 --- a/ets2panda/test/compiler/ets/infinityNarrowing.ets +++ b/ets2panda/test/compiler/ets/infinityNarrowing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/interfaceMethodNotOverridden.ets b/ets2panda/test/compiler/ets/interfaceMethodNotOverridden.ets index 72638f365f..59d411ddde 100644 --- a/ets2panda/test/compiler/ets/interfaceMethodNotOverridden.ets +++ b/ets2panda/test/compiler/ets/interfaceMethodNotOverridden.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidCallInstruction.ets b/ets2panda/test/compiler/ets/invalidCallInstruction.ets index 3f57b01b8c..b2a52d4213 100644 --- a/ets2panda/test/compiler/ets/invalidCallInstruction.ets +++ b/ets2panda/test/compiler/ets/invalidCallInstruction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromClass.ets b/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromClass.ets index 84c7b9b200..ab31df2087 100644 --- a/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromClass.ets +++ b/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromClass.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromInterface.ets b/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromInterface.ets index cc1b16edca..e96a4f637f 100644 --- a/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromInterface.ets +++ b/ets2panda/test/compiler/ets/invalidIndirectInheritanceFromInterface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritance1.ets b/ets2panda/test/compiler/ets/invalidInheritance1.ets index 8f2fc3c655..c77634d9dc 100644 --- a/ets2panda/test/compiler/ets/invalidInheritance1.ets +++ b/ets2panda/test/compiler/ets/invalidInheritance1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritance2.ets b/ets2panda/test/compiler/ets/invalidInheritance2.ets index 07cbfb12fb..b50d99bdf9 100644 --- a/ets2panda/test/compiler/ets/invalidInheritance2.ets +++ b/ets2panda/test/compiler/ets/invalidInheritance2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritance3.ets b/ets2panda/test/compiler/ets/invalidInheritance3.ets index 17cc644608..9740cce9e0 100644 --- a/ets2panda/test/compiler/ets/invalidInheritance3.ets +++ b/ets2panda/test/compiler/ets/invalidInheritance3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritanceFromClass.ets b/ets2panda/test/compiler/ets/invalidInheritanceFromClass.ets index 908f719ef6..6fc5d5d6d2 100644 --- a/ets2panda/test/compiler/ets/invalidInheritanceFromClass.ets +++ b/ets2panda/test/compiler/ets/invalidInheritanceFromClass.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritanceFromInterface.ets b/ets2panda/test/compiler/ets/invalidInheritanceFromInterface.ets index 941b808cb2..936221cd9a 100644 --- a/ets2panda/test/compiler/ets/invalidInheritanceFromInterface.ets +++ b/ets2panda/test/compiler/ets/invalidInheritanceFromInterface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod.ets b/ets2panda/test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod.ets index 05ee5b48a8..bbb7162ede 100644 --- a/ets2panda/test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod.ets +++ b/ets2panda/test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext1.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext1.ets index e3cb57a971..8504e617f9 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext1.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext2.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext2.ets index e3cb57a971..8504e617f9 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext2.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext3.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext3.ets index 6792e5c2ca..2c171d4da5 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext3.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext4.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext4.ets index 43a48d4fa9..bac35ef23b 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext4.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext5.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext5.ets index 8e80569f12..5808b2e94e 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext5.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext6.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext6.ets index 8e80569f12..5808b2e94e 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext6.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext7.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext7.ets index 37c0e4775c..4fe295c892 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext7.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext8.ets b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext8.ets index 2a663f2d6c..61f69e8dcd 100644 --- a/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext8.ets +++ b/ets2panda/test/compiler/ets/invalidMemberExpressionFromStaticContext8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess1.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess1.ets index 90705b0057..69d5e66f19 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess1.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess2.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess2.ets index 3534ed0641..15852c37ff 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess2.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess3.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess3.ets index 5eb34a504f..7d35a697f0 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess3.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess4.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess4.ets index 8bfc9e5879..20cefab134 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess4.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess5.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess5.ets index 69b902a833..dbfc5e42b9 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess5.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidPrivateAccess6.ets b/ets2panda/test/compiler/ets/invalidPrivateAccess6.ets index 54299d99ef..4add8a64c2 100644 --- a/ets2panda/test/compiler/ets/invalidPrivateAccess6.ets +++ b/ets2panda/test/compiler/ets/invalidPrivateAccess6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess1.ets b/ets2panda/test/compiler/ets/invalidProtectedAccess1.ets index e2e0446a5a..e5042e9dc0 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess1.ets +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess2.ets b/ets2panda/test/compiler/ets/invalidProtectedAccess2.ets index ea589e69c7..af2ac091fa 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess2.ets +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/invalidProtectedAccess3.ets b/ets2panda/test/compiler/ets/invalidProtectedAccess3.ets index 9b6ef979eb..32487990d0 100644 --- a/ets2panda/test/compiler/ets/invalidProtectedAccess3.ets +++ b/ets2panda/test/compiler/ets/invalidProtectedAccess3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentType.ets b/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentType.ets index 0b10c1c6be..c8f956f5fb 100644 --- a/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentType.ets +++ b/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentTypeInfunction.ets b/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentTypeInfunction.ets index e964c5c058..ce90242cd8 100644 --- a/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentTypeInfunction.ets +++ b/ets2panda/test/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentTypeInfunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaFunction1.ets b/ets2panda/test/compiler/ets/lambdaFunction1.ets index 9f31e53888..a39db8abba 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction1.ets +++ b/ets2panda/test/compiler/ets/lambdaFunction1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaFunction3.ets b/ets2panda/test/compiler/ets/lambdaFunction3.ets index 1cdc9f221e..dd9c97f0a1 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction3.ets +++ b/ets2panda/test/compiler/ets/lambdaFunction3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaFunction4.ets b/ets2panda/test/compiler/ets/lambdaFunction4.ets index c0899f7208..76b3e5d1d2 100644 --- a/ets2panda/test/compiler/ets/lambdaFunction4.ets +++ b/ets2panda/test/compiler/ets/lambdaFunction4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambdaFunctionArrayDeclaration.ets b/ets2panda/test/compiler/ets/lambdaFunctionArrayDeclaration.ets index 9e808642ca..248b3259d3 100644 --- a/ets2panda/test/compiler/ets/lambdaFunctionArrayDeclaration.ets +++ b/ets2panda/test/compiler/ets/lambdaFunctionArrayDeclaration.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_capturing.ets b/ets2panda/test/compiler/ets/lambda_capturing.ets index 70903eee6e..39315702f5 100644 --- a/ets2panda/test/compiler/ets/lambda_capturing.ets +++ b/ets2panda/test/compiler/ets/lambda_capturing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing.ets index d30c882985..602b812cf9 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void.ets index 40ba385a39..0b22c68ff7 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas.ets index 5654723617..b48187b5bb 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type.ets index c3e1e23546..6fde56b812 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression.ets index 8b0adf2839..bf53292e0d 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal.ets index d635026902..d8d84f3a2a 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return.ets index 4cb018cc8d..096f389d5e 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param1.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param1.ets index b153b5f426..57ba4fe695 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param1.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param2.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param2.ets index 978778c6f9..d4cba76ba7 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param2.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_param2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_retrun_enum.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_retrun_enum.ets index 8ed8c6e8c7..71e6a9e076 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_retrun_enum.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_retrun_enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array.ets index c2a299ba25..4246e73ab1 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda.ets index 159e563745..e297af1cff 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1.ets index f0cb1b26b5..7127b73f65 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression.ets index 8bcea1baa2..4eef21b302 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal.ets index 05e3bf890c..89306895a8 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union.ets index 6196e74e32..eeecc984a1 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_scope.ets b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_scope.ets index dcc3b38705..1fd1032314 100644 --- a/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_scope.ets +++ b/ets2panda/test/compiler/ets/lambda_infer_type/lambda_infer_type_scope.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/lambda_unresolved_ref_1.ets b/ets2panda/test/compiler/ets/lambda_unresolved_ref_1.ets index 4c6a0275a2..e619e55d64 100644 --- a/ets2panda/test/compiler/ets/lambda_unresolved_ref_1.ets +++ b/ets2panda/test/compiler/ets/lambda_unresolved_ref_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/loopWithinLambda.ets b/ets2panda/test/compiler/ets/loopWithinLambda.ets index 52b5268580..aa98866d97 100644 --- a/ets2panda/test/compiler/ets/loopWithinLambda.ets +++ b/ets2panda/test/compiler/ets/loopWithinLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/manyLocalsParamRegUsage.ets b/ets2panda/test/compiler/ets/manyLocalsParamRegUsage.ets index f2046bbb87..4cc8a508af 100644 --- a/ets2panda/test/compiler/ets/manyLocalsParamRegUsage.ets +++ b/ets2panda/test/compiler/ets/manyLocalsParamRegUsage.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/memberExprInLambda.ets b/ets2panda/test/compiler/ets/memberExprInLambda.ets index 53c63fb8de..ff4b204690 100644 --- a/ets2panda/test/compiler/ets/memberExprInLambda.ets +++ b/ets2panda/test/compiler/ets/memberExprInLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/memberExpressionFromStaticContext.ets b/ets2panda/test/compiler/ets/memberExpressionFromStaticContext.ets index ceb4a35faa..2799ce18ee 100644 --- a/ets2panda/test/compiler/ets/memberExpressionFromStaticContext.ets +++ b/ets2panda/test/compiler/ets/memberExpressionFromStaticContext.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_1.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_1.ets index 2cf7a458b7..5b04812f73 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_1.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_2.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_2.ets index c0928f8716..fe0e829c6d 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_2.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_3.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_3.ets index ef412316e1..024fec0b35 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_3.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_4.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_4.ets index 7eb0e88eb2..7c60d0931a 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_4.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_5.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_5.ets index 11d7372402..089f1a882c 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_5.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_6.ets b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_6.ets index a6b43ef72c..26349d503b 100644 --- a/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_6.ets +++ b/ets2panda/test/compiler/ets/method-resolution-class-and-interface-in-signatures_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/methodOverrideCovariantReturnType.ets b/ets2panda/test/compiler/ets/methodOverrideCovariantReturnType.ets index 40e4dd5e0b..77648d1cbf 100644 --- a/ets2panda/test/compiler/ets/methodOverrideCovariantReturnType.ets +++ b/ets2panda/test/compiler/ets/methodOverrideCovariantReturnType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/methodOverrideDifferentSignature.ets b/ets2panda/test/compiler/ets/methodOverrideDifferentSignature.ets index 1d03c82f3a..e03184ed12 100644 --- a/ets2panda/test/compiler/ets/methodOverrideDifferentSignature.ets +++ b/ets2panda/test/compiler/ets/methodOverrideDifferentSignature.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/methodOverrideWithoutModifier.ets b/ets2panda/test/compiler/ets/methodOverrideWithoutModifier.ets index 9ca3c1ed8d..045b1d5eb5 100644 --- a/ets2panda/test/compiler/ets/methodOverrideWithoutModifier.ets +++ b/ets2panda/test/compiler/ets/methodOverrideWithoutModifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/mostSpecificMethod1.ets b/ets2panda/test/compiler/ets/mostSpecificMethod1.ets index 0113b3c9a1..463036e78e 100644 --- a/ets2panda/test/compiler/ets/mostSpecificMethod1.ets +++ b/ets2panda/test/compiler/ets/mostSpecificMethod1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/mostSpecificMethod2.ets b/ets2panda/test/compiler/ets/mostSpecificMethod2.ets index cf1509fd40..ce31520001 100644 --- a/ets2panda/test/compiler/ets/mostSpecificMethod2.ets +++ b/ets2panda/test/compiler/ets/mostSpecificMethod2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/multipleMethodOverride.ets b/ets2panda/test/compiler/ets/multipleMethodOverride.ets index 1243d7a16e..12a2ab0841 100644 --- a/ets2panda/test/compiler/ets/multipleMethodOverride.ets +++ b/ets2panda/test/compiler/ets/multipleMethodOverride.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/n_nullableTypeInArgNotRef.ets b/ets2panda/test/compiler/ets/n_nullableTypeInArgNotRef.ets index ee0100c902..f066b4ae8d 100644 --- a/ets2panda/test/compiler/ets/n_nullableTypeInArgNotRef.ets +++ b/ets2panda/test/compiler/ets/n_nullableTypeInArgNotRef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/n_nullableTypeInReturnNotRef.ets b/ets2panda/test/compiler/ets/n_nullableTypeInReturnNotRef.ets index 201d1b4b14..7ffffea630 100644 --- a/ets2panda/test/compiler/ets/n_nullableTypeInReturnNotRef.ets +++ b/ets2panda/test/compiler/ets/n_nullableTypeInReturnNotRef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/n_nullableTypeNotRef.ets b/ets2panda/test/compiler/ets/n_nullableTypeNotRef.ets index 284aeb2505..aba22039ee 100644 --- a/ets2panda/test/compiler/ets/n_nullableTypeNotRef.ets +++ b/ets2panda/test/compiler/ets/n_nullableTypeNotRef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/native_toplevel.ets b/ets2panda/test/compiler/ets/native_toplevel.ets index d1ed9b2744..5f5c79981a 100644 --- a/ets2panda/test/compiler/ets/native_toplevel.ets +++ b/ets2panda/test/compiler/ets/native_toplevel.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/newClassInstanceExpression.ets b/ets2panda/test/compiler/ets/newClassInstanceExpression.ets index 048ff4cf81..2694108ab2 100644 --- a/ets2panda/test/compiler/ets/newClassInstanceExpression.ets +++ b/ets2panda/test/compiler/ets/newClassInstanceExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/non-const-lambda-with-scopes.ets b/ets2panda/test/compiler/ets/non-const-lambda-with-scopes.ets index 4f57ba78f0..c8f825ab6a 100644 --- a/ets2panda/test/compiler/ets/non-const-lambda-with-scopes.ets +++ b/ets2panda/test/compiler/ets/non-const-lambda-with-scopes.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/null_coalescing_generic_1.ets b/ets2panda/test/compiler/ets/null_coalescing_generic_1.ets index c9eced6616..d79ab39ecd 100644 --- a/ets2panda/test/compiler/ets/null_coalescing_generic_1.ets +++ b/ets2panda/test/compiler/ets/null_coalescing_generic_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralAbstract.ets b/ets2panda/test/compiler/ets/objectLiteralAbstract.ets index d50fe4fcb2..775611bd1a 100644 --- a/ets2panda/test/compiler/ets/objectLiteralAbstract.ets +++ b/ets2panda/test/compiler/ets/objectLiteralAbstract.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralBadKey.ets b/ets2panda/test/compiler/ets/objectLiteralBadKey.ets index c69164a3ef..21b8fc8629 100644 --- a/ets2panda/test/compiler/ets/objectLiteralBadKey.ets +++ b/ets2panda/test/compiler/ets/objectLiteralBadKey.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey.ets b/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey.ets index 51bee10647..9b4b270050 100644 --- a/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey.ets +++ b/ets2panda/test/compiler/ets/objectLiteralInaccessibleKey.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralInterface.ets b/ets2panda/test/compiler/ets/objectLiteralInterface.ets index 0631aa421e..01280b3ae2 100644 --- a/ets2panda/test/compiler/ets/objectLiteralInterface.ets +++ b/ets2panda/test/compiler/ets/objectLiteralInterface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralNoContextType.ets b/ets2panda/test/compiler/ets/objectLiteralNoContextType.ets index 4a566e65e4..f36575e018 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoContextType.ets +++ b/ets2panda/test/compiler/ets/objectLiteralNoContextType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor.ets b/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor.ets index 11c7c2151c..cf905d17dd 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor.ets +++ b/ets2panda/test/compiler/ets/objectLiteralNoParameterlessConstructor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralNoSuchKey.ets b/ets2panda/test/compiler/ets/objectLiteralNoSuchKey.ets index 1dcbd37289..741bfbbc2e 100644 --- a/ets2panda/test/compiler/ets/objectLiteralNoSuchKey.ets +++ b/ets2panda/test/compiler/ets/objectLiteralNoSuchKey.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType.ets b/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType.ets index 3ce6a69892..d68abb4119 100644 --- a/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType.ets +++ b/ets2panda/test/compiler/ets/objectLiteralPrimitiveContextType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor.ets b/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor.ets index e02cdd7e52..f7c597e7b0 100644 --- a/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor.ets +++ b/ets2panda/test/compiler/ets/objectLiteralPrivateConstructor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralReadonlyKey.ets b/ets2panda/test/compiler/ets/objectLiteralReadonlyKey.ets index 7710d744c6..fc7de4a2bf 100644 --- a/ets2panda/test/compiler/ets/objectLiteralReadonlyKey.ets +++ b/ets2panda/test/compiler/ets/objectLiteralReadonlyKey.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/objectLiteralWrongValueType.ets b/ets2panda/test/compiler/ets/objectLiteralWrongValueType.ets index 5f72cf3900..2b6ef92cdb 100644 --- a/ets2panda/test/compiler/ets/objectLiteralWrongValueType.ets +++ b/ets2panda/test/compiler/ets/objectLiteralWrongValueType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/optionalLambdaParameter.ets b/ets2panda/test/compiler/ets/optionalLambdaParameter.ets index c16cec56fb..df849f2b19 100644 --- a/ets2panda/test/compiler/ets/optionalLambdaParameter.ets +++ b/ets2panda/test/compiler/ets/optionalLambdaParameter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override.ets b/ets2panda/test/compiler/ets/override.ets index 82b5fe18f1..95c423a005 100644 --- a/ets2panda/test/compiler/ets/override.ets +++ b/ets2panda/test/compiler/ets/override.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override10.ets b/ets2panda/test/compiler/ets/override10.ets index ecc77aa04f..fc87e7a40e 100644 --- a/ets2panda/test/compiler/ets/override10.ets +++ b/ets2panda/test/compiler/ets/override10.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override11.ets b/ets2panda/test/compiler/ets/override11.ets index a663549fa0..215a2084bc 100644 --- a/ets2panda/test/compiler/ets/override11.ets +++ b/ets2panda/test/compiler/ets/override11.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override12.ets b/ets2panda/test/compiler/ets/override12.ets index f71b892faa..c054d3bd82 100644 --- a/ets2panda/test/compiler/ets/override12.ets +++ b/ets2panda/test/compiler/ets/override12.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override13.ets b/ets2panda/test/compiler/ets/override13.ets index fb6a2300e3..e7f0670e44 100644 --- a/ets2panda/test/compiler/ets/override13.ets +++ b/ets2panda/test/compiler/ets/override13.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override14.ets b/ets2panda/test/compiler/ets/override14.ets index b131e1e01f..71ae0bc4a6 100644 --- a/ets2panda/test/compiler/ets/override14.ets +++ b/ets2panda/test/compiler/ets/override14.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override15.ets b/ets2panda/test/compiler/ets/override15.ets index 2bf253a3ab..964d929db7 100644 --- a/ets2panda/test/compiler/ets/override15.ets +++ b/ets2panda/test/compiler/ets/override15.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override16.ets b/ets2panda/test/compiler/ets/override16.ets index 12bfbf7b38..d1b0564279 100644 --- a/ets2panda/test/compiler/ets/override16.ets +++ b/ets2panda/test/compiler/ets/override16.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override17.ets b/ets2panda/test/compiler/ets/override17.ets index a3039be7b2..d8a064cd2b 100644 --- a/ets2panda/test/compiler/ets/override17.ets +++ b/ets2panda/test/compiler/ets/override17.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override2.ets b/ets2panda/test/compiler/ets/override2.ets index 35fe842603..86ace6c50f 100644 --- a/ets2panda/test/compiler/ets/override2.ets +++ b/ets2panda/test/compiler/ets/override2.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override3.ets b/ets2panda/test/compiler/ets/override3.ets index bedb474d47..1a9f5c8653 100644 --- a/ets2panda/test/compiler/ets/override3.ets +++ b/ets2panda/test/compiler/ets/override3.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override4.ets b/ets2panda/test/compiler/ets/override4.ets index 57203a688f..fe8be57e58 100644 --- a/ets2panda/test/compiler/ets/override4.ets +++ b/ets2panda/test/compiler/ets/override4.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override5.ets b/ets2panda/test/compiler/ets/override5.ets index 897958d250..6b7171e38d 100644 --- a/ets2panda/test/compiler/ets/override5.ets +++ b/ets2panda/test/compiler/ets/override5.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override6.ets b/ets2panda/test/compiler/ets/override6.ets index 8689923e6f..f0752b3ddb 100644 --- a/ets2panda/test/compiler/ets/override6.ets +++ b/ets2panda/test/compiler/ets/override6.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override8.ets b/ets2panda/test/compiler/ets/override8.ets index 9c35bb79df..f74f3a8e25 100644 --- a/ets2panda/test/compiler/ets/override8.ets +++ b/ets2panda/test/compiler/ets/override8.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/override9.ets b/ets2panda/test/compiler/ets/override9.ets index d36f7cc8aa..d5297c6455 100644 --- a/ets2panda/test/compiler/ets/override9.ets +++ b/ets2panda/test/compiler/ets/override9.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/overrideModifierNotOverriding.ets b/ets2panda/test/compiler/ets/overrideModifierNotOverriding.ets index 7d11537412..014801b51c 100644 --- a/ets2panda/test/compiler/ets/overrideModifierNotOverriding.ets +++ b/ets2panda/test/compiler/ets/overrideModifierNotOverriding.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/parenthesizedType.ets b/ets2panda/test/compiler/ets/parenthesizedType.ets index 6c6c26b30e..7ec7845cc9 100644 --- a/ets2panda/test/compiler/ets/parenthesizedType.ets +++ b/ets2panda/test/compiler/ets/parenthesizedType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/privateMethodOverride.ets b/ets2panda/test/compiler/ets/privateMethodOverride.ets index 48bd4deb20..e41304f6b5 100644 --- a/ets2panda/test/compiler/ets/privateMethodOverride.ets +++ b/ets2panda/test/compiler/ets/privateMethodOverride.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/promiseVoid.ets b/ets2panda/test/compiler/ets/promiseVoid.ets index 0d62020dfb..d9e7b6812c 100644 --- a/ets2panda/test/compiler/ets/promiseVoid.ets +++ b/ets2panda/test/compiler/ets/promiseVoid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/referenceEqualityNotCastable_n.ets b/ets2panda/test/compiler/ets/referenceEqualityNotCastable_n.ets index aca991c4c4..4e142a5602 100644 --- a/ets2panda/test/compiler/ets/referenceEqualityNotCastable_n.ets +++ b/ets2panda/test/compiler/ets/referenceEqualityNotCastable_n.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/referenceEqualityNotReference_n.ets b/ets2panda/test/compiler/ets/referenceEqualityNotReference_n.ets index c0e489e70d..b4758eb41f 100644 --- a/ets2panda/test/compiler/ets/referenceEqualityNotReference_n.ets +++ b/ets2panda/test/compiler/ets/referenceEqualityNotReference_n.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingCheck1.ets b/ets2panda/test/compiler/ets/rethrowingCheck1.ets index 398a671808..ad28e7a1ea 100644 --- a/ets2panda/test/compiler/ets/rethrowingCheck1.ets +++ b/ets2panda/test/compiler/ets/rethrowingCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingCheck2.ets b/ets2panda/test/compiler/ets/rethrowingCheck2.ets index 155eb7f58e..fe1b90f259 100644 --- a/ets2panda/test/compiler/ets/rethrowingCheck2.ets +++ b/ets2panda/test/compiler/ets/rethrowingCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingCheck3.ets b/ets2panda/test/compiler/ets/rethrowingCheck3.ets index 2df723a510..b62c2fe345 100644 --- a/ets2panda/test/compiler/ets/rethrowingCheck3.ets +++ b/ets2panda/test/compiler/ets/rethrowingCheck3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingCheck4.ets b/ets2panda/test/compiler/ets/rethrowingCheck4.ets index 7532549054..0ffd636cec 100644 --- a/ets2panda/test/compiler/ets/rethrowingCheck4.ets +++ b/ets2panda/test/compiler/ets/rethrowingCheck4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingCheck5.ets b/ets2panda/test/compiler/ets/rethrowingCheck5.ets index a8edbcf87d..66cce95f57 100644 --- a/ets2panda/test/compiler/ets/rethrowingCheck5.ets +++ b/ets2panda/test/compiler/ets/rethrowingCheck5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingConstructorCheck1.ets b/ets2panda/test/compiler/ets/rethrowingConstructorCheck1.ets index 777f5e68e7..70f3e2b0c6 100644 --- a/ets2panda/test/compiler/ets/rethrowingConstructorCheck1.ets +++ b/ets2panda/test/compiler/ets/rethrowingConstructorCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingConstructorCheck2.ets b/ets2panda/test/compiler/ets/rethrowingConstructorCheck2.ets index 777f5e68e7..70f3e2b0c6 100644 --- a/ets2panda/test/compiler/ets/rethrowingConstructorCheck2.ets +++ b/ets2panda/test/compiler/ets/rethrowingConstructorCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingConstructorCheck3.ets b/ets2panda/test/compiler/ets/rethrowingConstructorCheck3.ets index 5b1eb8aa05..80032e2395 100644 --- a/ets2panda/test/compiler/ets/rethrowingConstructorCheck3.ets +++ b/ets2panda/test/compiler/ets/rethrowingConstructorCheck3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingFunctionCheck1.ets b/ets2panda/test/compiler/ets/rethrowingFunctionCheck1.ets index 50645a4555..29d282602f 100644 --- a/ets2panda/test/compiler/ets/rethrowingFunctionCheck1.ets +++ b/ets2panda/test/compiler/ets/rethrowingFunctionCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingFunctionCheck2.ets b/ets2panda/test/compiler/ets/rethrowingFunctionCheck2.ets index 50645a4555..29d282602f 100644 --- a/ets2panda/test/compiler/ets/rethrowingFunctionCheck2.ets +++ b/ets2panda/test/compiler/ets/rethrowingFunctionCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingFunctionCheck3.ets b/ets2panda/test/compiler/ets/rethrowingFunctionCheck3.ets index db12f806c2..49cc616518 100644 --- a/ets2panda/test/compiler/ets/rethrowingFunctionCheck3.ets +++ b/ets2panda/test/compiler/ets/rethrowingFunctionCheck3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingMethodCheck1.ets b/ets2panda/test/compiler/ets/rethrowingMethodCheck1.ets index c78304b725..9634f7c77c 100644 --- a/ets2panda/test/compiler/ets/rethrowingMethodCheck1.ets +++ b/ets2panda/test/compiler/ets/rethrowingMethodCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingMethodCheck2.ets b/ets2panda/test/compiler/ets/rethrowingMethodCheck2.ets index c78304b725..9634f7c77c 100644 --- a/ets2panda/test/compiler/ets/rethrowingMethodCheck2.ets +++ b/ets2panda/test/compiler/ets/rethrowingMethodCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/rethrowingMethodCheck3.ets b/ets2panda/test/compiler/ets/rethrowingMethodCheck3.ets index b84f8b77e3..ce87e2430c 100644 --- a/ets2panda/test/compiler/ets/rethrowingMethodCheck3.ets +++ b/ets2panda/test/compiler/ets/rethrowingMethodCheck3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/returnTypeGenericArray.ets b/ets2panda/test/compiler/ets/returnTypeGenericArray.ets index 65fa7cb7e6..c41e2ff845 100644 --- a/ets2panda/test/compiler/ets/returnTypeGenericArray.ets +++ b/ets2panda/test/compiler/ets/returnTypeGenericArray.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/return_missing_argument.ets b/ets2panda/test/compiler/ets/return_missing_argument.ets index 605c60ee3c..4c91f65741 100644 --- a/ets2panda/test/compiler/ets/return_missing_argument.ets +++ b/ets2panda/test/compiler/ets/return_missing_argument.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/setArrayLength1.ets b/ets2panda/test/compiler/ets/setArrayLength1.ets index 2c000bae6a..7b85932c7f 100644 --- a/ets2panda/test/compiler/ets/setArrayLength1.ets +++ b/ets2panda/test/compiler/ets/setArrayLength1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/setArrayLength2.ets b/ets2panda/test/compiler/ets/setArrayLength2.ets index bb3abd9a1f..3954a071b5 100644 --- a/ets2panda/test/compiler/ets/setArrayLength2.ets +++ b/ets2panda/test/compiler/ets/setArrayLength2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/setArrayLength3.ets b/ets2panda/test/compiler/ets/setArrayLength3.ets index 0bc5ee9d0e..de368cc10e 100644 --- a/ets2panda/test/compiler/ets/setArrayLength3.ets +++ b/ets2panda/test/compiler/ets/setArrayLength3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/staticInitializerInInnerClass.ets b/ets2panda/test/compiler/ets/staticInitializerInInnerClass.ets index b0b113e1a8..86727d2667 100644 --- a/ets2panda/test/compiler/ets/staticInitializerInInnerClass.ets +++ b/ets2panda/test/compiler/ets/staticInitializerInInnerClass.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/superReferenceFromStaticContext.ets b/ets2panda/test/compiler/ets/superReferenceFromStaticContext.ets index edd68bf8f7..1085ffd5bf 100644 --- a/ets2panda/test/compiler/ets/superReferenceFromStaticContext.ets +++ b/ets2panda/test/compiler/ets/superReferenceFromStaticContext.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/switchStatementCorrectConversion.ets b/ets2panda/test/compiler/ets/switchStatementCorrectConversion.ets index 94b48be9e8..ded1637034 100644 --- a/ets2panda/test/compiler/ets/switchStatementCorrectConversion.ets +++ b/ets2panda/test/compiler/ets/switchStatementCorrectConversion.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/thisReferenceFromStaticContext.ets b/ets2panda/test/compiler/ets/thisReferenceFromStaticContext.ets index 02a74dc368..c983fbcfd8 100644 --- a/ets2panda/test/compiler/ets/thisReferenceFromStaticContext.ets +++ b/ets2panda/test/compiler/ets/thisReferenceFromStaticContext.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/this_type_invalid_return_type.ets b/ets2panda/test/compiler/ets/this_type_invalid_return_type.ets index 8f229dc409..d64e104bb3 100644 --- a/ets2panda/test/compiler/ets/this_type_invalid_return_type.ets +++ b/ets2panda/test/compiler/ets/this_type_invalid_return_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/this_type_valid_return_type.ets b/ets2panda/test/compiler/ets/this_type_valid_return_type.ets index 6a19b3f0a7..c5be79c22a 100644 --- a/ets2panda/test/compiler/ets/this_type_valid_return_type.ets +++ b/ets2panda/test/compiler/ets/this_type_valid_return_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInCatchClause1.ets b/ets2panda/test/compiler/ets/throwInCatchClause1.ets index af1d0c2b67..3a6ef67891 100644 --- a/ets2panda/test/compiler/ets/throwInCatchClause1.ets +++ b/ets2panda/test/compiler/ets/throwInCatchClause1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInCatchClause2.ets b/ets2panda/test/compiler/ets/throwInCatchClause2.ets index e806bff1db..808d944418 100644 --- a/ets2panda/test/compiler/ets/throwInCatchClause2.ets +++ b/ets2panda/test/compiler/ets/throwInCatchClause2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInCatchClause3.ets b/ets2panda/test/compiler/ets/throwInCatchClause3.ets index 0446e7a8a9..e0f3f6a173 100644 --- a/ets2panda/test/compiler/ets/throwInCatchClause3.ets +++ b/ets2panda/test/compiler/ets/throwInCatchClause3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInFinallyBlock.ets b/ets2panda/test/compiler/ets/throwInFinallyBlock.ets index b747637c5f..441b793d28 100644 --- a/ets2panda/test/compiler/ets/throwInFinallyBlock.ets +++ b/ets2panda/test/compiler/ets/throwInFinallyBlock.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInFinallyBlock1.ets b/ets2panda/test/compiler/ets/throwInFinallyBlock1.ets index 7527461719..5ba62b0576 100644 --- a/ets2panda/test/compiler/ets/throwInFinallyBlock1.ets +++ b/ets2panda/test/compiler/ets/throwInFinallyBlock1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInFinallyBlock2.ets b/ets2panda/test/compiler/ets/throwInFinallyBlock2.ets index 3960a7289e..dff3c44c49 100644 --- a/ets2panda/test/compiler/ets/throwInFinallyBlock2.ets +++ b/ets2panda/test/compiler/ets/throwInFinallyBlock2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInRethrowingFunction.ets b/ets2panda/test/compiler/ets/throwInRethrowingFunction.ets index b941b3a949..fe50b71ce2 100644 --- a/ets2panda/test/compiler/ets/throwInRethrowingFunction.ets +++ b/ets2panda/test/compiler/ets/throwInRethrowingFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInRethrowingFunction2.ets b/ets2panda/test/compiler/ets/throwInRethrowingFunction2.ets index f87d5eefad..d3388d5576 100644 --- a/ets2panda/test/compiler/ets/throwInRethrowingFunction2.ets +++ b/ets2panda/test/compiler/ets/throwInRethrowingFunction2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInThrowingFunction.ets b/ets2panda/test/compiler/ets/throwInThrowingFunction.ets index 6df153b557..b5beef5c76 100644 --- a/ets2panda/test/compiler/ets/throwInThrowingFunction.ets +++ b/ets2panda/test/compiler/ets/throwInThrowingFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwInTryStatement.ets b/ets2panda/test/compiler/ets/throwInTryStatement.ets index 6bd0331450..87a1df1ced 100644 --- a/ets2panda/test/compiler/ets/throwInTryStatement.ets +++ b/ets2panda/test/compiler/ets/throwInTryStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwWithoutTryCatch.ets b/ets2panda/test/compiler/ets/throwWithoutTryCatch.ets index 0ae682f9ed..2b16a3aa20 100644 --- a/ets2panda/test/compiler/ets/throwWithoutTryCatch.ets +++ b/ets2panda/test/compiler/ets/throwWithoutTryCatch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingConstructorCheck1.ets b/ets2panda/test/compiler/ets/throwingConstructorCheck1.ets index 1bd6a5f510..a0dcaf9c6d 100644 --- a/ets2panda/test/compiler/ets/throwingConstructorCheck1.ets +++ b/ets2panda/test/compiler/ets/throwingConstructorCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingConstructorCheck2.ets b/ets2panda/test/compiler/ets/throwingConstructorCheck2.ets index bd56046205..06fce08742 100644 --- a/ets2panda/test/compiler/ets/throwingConstructorCheck2.ets +++ b/ets2panda/test/compiler/ets/throwingConstructorCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionAsParameter1.ets b/ets2panda/test/compiler/ets/throwingFunctionAsParameter1.ets index dcff20f1b7..c4ea47bfeb 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionAsParameter1.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionAsParameter1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionAsParameter2.ets b/ets2panda/test/compiler/ets/throwingFunctionAsParameter2.ets index cda227073d..26632961b3 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionAsParameter2.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionAsParameter2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck1.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck1.ets index 53bc273266..6c8ef97adb 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck1.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck2.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck2.ets index 3eb6baea80..d2b0e92777 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck2.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck3.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck3.ets index f77910e4b0..6f4cb68846 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck3.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck4.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck4.ets index d3823e2824..cc425c42dc 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck4.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck5.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck5.ets index 184daa0927..5b81c5bbdb 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck5.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionCheck6.ets b/ets2panda/test/compiler/ets/throwingFunctionCheck6.ets index 2950251a8a..ff97891146 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionCheck6.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionCheck6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionType1.ets b/ets2panda/test/compiler/ets/throwingFunctionType1.ets index a8ff5aea2f..5b7ab24018 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionType1.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionType1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingFunctionType2.ets b/ets2panda/test/compiler/ets/throwingFunctionType2.ets index d4c628fd86..251bd6384a 100644 --- a/ets2panda/test/compiler/ets/throwingFunctionType2.ets +++ b/ets2panda/test/compiler/ets/throwingFunctionType2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingMethodCheck1.ets b/ets2panda/test/compiler/ets/throwingMethodCheck1.ets index 7804dbf618..999a751c05 100644 --- a/ets2panda/test/compiler/ets/throwingMethodCheck1.ets +++ b/ets2panda/test/compiler/ets/throwingMethodCheck1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/throwingMethodCheck2.ets b/ets2panda/test/compiler/ets/throwingMethodCheck2.ets index 1eba6e86d8..1e87b9953e 100644 --- a/ets2panda/test/compiler/ets/throwingMethodCheck2.ets +++ b/ets2panda/test/compiler/ets/throwingMethodCheck2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchErrorFlow.ets b/ets2panda/test/compiler/ets/tryCatchErrorFlow.ets index 966769aadf..588bb0fef2 100644 --- a/ets2panda/test/compiler/ets/tryCatchErrorFlow.ets +++ b/ets2panda/test/compiler/ets/tryCatchErrorFlow.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchErrorIncorrectParamType.ets b/ets2panda/test/compiler/ets/tryCatchErrorIncorrectParamType.ets index 7a5f50e2fb..91e3c854c8 100644 --- a/ets2panda/test/compiler/ets/tryCatchErrorIncorrectParamType.ets +++ b/ets2panda/test/compiler/ets/tryCatchErrorIncorrectParamType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchErrorMissingParamType.ets b/ets2panda/test/compiler/ets/tryCatchErrorMissingParamType.ets index ae0971e7c6..cfd1732d8d 100644 --- a/ets2panda/test/compiler/ets/tryCatchErrorMissingParamType.ets +++ b/ets2panda/test/compiler/ets/tryCatchErrorMissingParamType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchIncorrectParamType.ets b/ets2panda/test/compiler/ets/tryCatchIncorrectParamType.ets index 90ad2230ab..d05dad13c7 100644 --- a/ets2panda/test/compiler/ets/tryCatchIncorrectParamType.ets +++ b/ets2panda/test/compiler/ets/tryCatchIncorrectParamType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchMissingParam.ets b/ets2panda/test/compiler/ets/tryCatchMissingParam.ets index 3231f69bc7..f72c663bc5 100644 --- a/ets2panda/test/compiler/ets/tryCatchMissingParam.ets +++ b/ets2panda/test/compiler/ets/tryCatchMissingParam.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tryCatchMissingParamType.ets b/ets2panda/test/compiler/ets/tryCatchMissingParamType.ets index 5e6de38ad6..aa09cea3dc 100644 --- a/ets2panda/test/compiler/ets/tryCatchMissingParamType.ets +++ b/ets2panda/test/compiler/ets/tryCatchMissingParamType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_10_neg.ets b/ets2panda/test/compiler/ets/tuple_types_10_neg.ets index 1757a67a05..928c159062 100644 --- a/ets2panda/test/compiler/ets/tuple_types_10_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_10_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_11_neg.ets b/ets2panda/test/compiler/ets/tuple_types_11_neg.ets index e50a7e53f3..12ff91e6c5 100644 --- a/ets2panda/test/compiler/ets/tuple_types_11_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_11_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_12.ets b/ets2panda/test/compiler/ets/tuple_types_12.ets index fce85859fd..4b4feba9d0 100644 --- a/ets2panda/test/compiler/ets/tuple_types_12.ets +++ b/ets2panda/test/compiler/ets/tuple_types_12.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_13.ets b/ets2panda/test/compiler/ets/tuple_types_13.ets index 00fca809cf..a73268b858 100644 --- a/ets2panda/test/compiler/ets/tuple_types_13.ets +++ b/ets2panda/test/compiler/ets/tuple_types_13.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_14.ets b/ets2panda/test/compiler/ets/tuple_types_14.ets index b5b8c72e73..f97ac8ab13 100644 --- a/ets2panda/test/compiler/ets/tuple_types_14.ets +++ b/ets2panda/test/compiler/ets/tuple_types_14.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_15.ets b/ets2panda/test/compiler/ets/tuple_types_15.ets index d32c8f2a30..3083471df6 100644 --- a/ets2panda/test/compiler/ets/tuple_types_15.ets +++ b/ets2panda/test/compiler/ets/tuple_types_15.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_16.ets b/ets2panda/test/compiler/ets/tuple_types_16.ets index d0069f32aa..8bdd12f9d0 100644 --- a/ets2panda/test/compiler/ets/tuple_types_16.ets +++ b/ets2panda/test/compiler/ets/tuple_types_16.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_19.ets b/ets2panda/test/compiler/ets/tuple_types_19.ets index cb744db81f..5d1bf573da 100644 --- a/ets2panda/test/compiler/ets/tuple_types_19.ets +++ b/ets2panda/test/compiler/ets/tuple_types_19.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_2_neg.ets b/ets2panda/test/compiler/ets/tuple_types_2_neg.ets index 32de880ce6..08ec3f6a15 100644 --- a/ets2panda/test/compiler/ets/tuple_types_2_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_2_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_3_neg.ets b/ets2panda/test/compiler/ets/tuple_types_3_neg.ets index f5ff5c2f70..ce7aa8afc8 100644 --- a/ets2panda/test/compiler/ets/tuple_types_3_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_3_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_4_neg.ets b/ets2panda/test/compiler/ets/tuple_types_4_neg.ets index 12cc1cfde8..81b955cdbc 100644 --- a/ets2panda/test/compiler/ets/tuple_types_4_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_4_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_5_neg.ets b/ets2panda/test/compiler/ets/tuple_types_5_neg.ets index f89f1a8abe..3b260aca26 100644 --- a/ets2panda/test/compiler/ets/tuple_types_5_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_5_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_6_neg.ets b/ets2panda/test/compiler/ets/tuple_types_6_neg.ets index 8ea9414620..4d604a88bf 100644 --- a/ets2panda/test/compiler/ets/tuple_types_6_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_6_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_7.ets b/ets2panda/test/compiler/ets/tuple_types_7.ets index 9d1d70565f..94f1d11c0c 100644 --- a/ets2panda/test/compiler/ets/tuple_types_7.ets +++ b/ets2panda/test/compiler/ets/tuple_types_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_8.ets b/ets2panda/test/compiler/ets/tuple_types_8.ets index 10506b0ea2..48c09c002f 100644 --- a/ets2panda/test/compiler/ets/tuple_types_8.ets +++ b/ets2panda/test/compiler/ets/tuple_types_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/tuple_types_9_neg.ets b/ets2panda/test/compiler/ets/tuple_types_9_neg.ets index 090eb69040..932e61abf6 100644 --- a/ets2panda/test/compiler/ets/tuple_types_9_neg.ets +++ b/ets2panda/test/compiler/ets/tuple_types_9_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/typeAlias.ets b/ets2panda/test/compiler/ets/typeAlias.ets index 6c8a685b7f..80a908dea4 100644 --- a/ets2panda/test/compiler/ets/typeAlias.ets +++ b/ets2panda/test/compiler/ets/typeAlias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext.ets b/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext.ets index 873aa33418..b8d9e67c20 100644 --- a/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext.ets +++ b/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext2.ets b/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext2.ets index ea05cf0351..d55f9ae78d 100644 --- a/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext2.ets +++ b/ets2panda/test/compiler/ets/typeVarReferenceFromStaticContext2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/union_types_2.ets b/ets2panda/test/compiler/ets/union_types_2.ets index 2759e37c14..05c4ff250e 100644 --- a/ets2panda/test/compiler/ets/union_types_2.ets +++ b/ets2panda/test/compiler/ets/union_types_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/union_types_4.ets b/ets2panda/test/compiler/ets/union_types_4.ets index 224458ff6c..584d32a85c 100644 --- a/ets2panda/test/compiler/ets/union_types_4.ets +++ b/ets2panda/test/compiler/ets/union_types_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/validate_signatures_throw_type_error.ets b/ets2panda/test/compiler/ets/validate_signatures_throw_type_error.ets index 1b26009e19..bcee1e5032 100644 --- a/ets2panda/test/compiler/ets/validate_signatures_throw_type_error.ets +++ b/ets2panda/test/compiler/ets/validate_signatures_throw_type_error.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/validate_signatures_throw_type_error_more_param.ets b/ets2panda/test/compiler/ets/validate_signatures_throw_type_error_more_param.ets index 5b0a1e2f00..70a446c6f2 100644 --- a/ets2panda/test/compiler/ets/validate_signatures_throw_type_error_more_param.ets +++ b/ets2panda/test/compiler/ets/validate_signatures_throw_type_error_more_param.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ets/voidTypeInBinaryOperation.ets b/ets2panda/test/compiler/ets/voidTypeInBinaryOperation.ets index 4c3da8af1f..46429d14c9 100644 --- a/ets2panda/test/compiler/ets/voidTypeInBinaryOperation.ets +++ b/ets2panda/test/compiler/ets/voidTypeInBinaryOperation.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/js/eval_lexically_unbound.js b/ets2panda/test/compiler/js/eval_lexically_unbound.js index 0b115a2901..3d54019670 100644 --- a/ets2panda/test/compiler/js/eval_lexically_unbound.js +++ b/ets2panda/test/compiler/js/eval_lexically_unbound.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/js/many_locals_1.js b/ets2panda/test/compiler/js/many_locals_1.js index e6988df432..a796744011 100644 --- a/ets2panda/test/compiler/js/many_locals_1.js +++ b/ets2panda/test/compiler/js/many_locals_1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_1.ts b/ets2panda/test/compiler/ts/arithmetic_operators_1.ts index 684252af5e..ca2fbe6a97 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_1.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_10.ts b/ets2panda/test/compiler/ts/arithmetic_operators_10.ts index 3fc3b8631f..d23f08ac0d 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_10.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_11.ts b/ets2panda/test/compiler/ts/arithmetic_operators_11.ts index a8ec87252a..3226aba01b 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_11.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_12.ts b/ets2panda/test/compiler/ts/arithmetic_operators_12.ts index d2559c5504..e12309ab7c 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_12.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_13.ts b/ets2panda/test/compiler/ts/arithmetic_operators_13.ts index fecd16b6c9..be692c712d 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_13.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_14.ts b/ets2panda/test/compiler/ts/arithmetic_operators_14.ts index aa2f39bb7a..0231c42637 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_14.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_15.ts b/ets2panda/test/compiler/ts/arithmetic_operators_15.ts index b3eb8e2c16..0122e8063b 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_15.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_16.ts b/ets2panda/test/compiler/ts/arithmetic_operators_16.ts index 203477f744..b0623492c0 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_16.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_17.ts b/ets2panda/test/compiler/ts/arithmetic_operators_17.ts index 8e428925cc..3056286022 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_17.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_18.ts b/ets2panda/test/compiler/ts/arithmetic_operators_18.ts index e63501e9dd..76a5c99451 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_18.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_19.ts b/ets2panda/test/compiler/ts/arithmetic_operators_19.ts index 3e5e9bc02a..376c9e2811 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_19.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_2.ts b/ets2panda/test/compiler/ts/arithmetic_operators_2.ts index 6c29c14302..ca2032b601 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_2.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_20.ts b/ets2panda/test/compiler/ts/arithmetic_operators_20.ts index a2adebd1b4..90afce2c2e 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_20.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_21.ts b/ets2panda/test/compiler/ts/arithmetic_operators_21.ts index 84c12afaec..f78aaaad7c 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_21.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_22.ts b/ets2panda/test/compiler/ts/arithmetic_operators_22.ts index 8d10f0f047..780eea4e83 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_22.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_23.ts b/ets2panda/test/compiler/ts/arithmetic_operators_23.ts index a26291eb2c..7d579e2eef 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_23.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_24.ts b/ets2panda/test/compiler/ts/arithmetic_operators_24.ts index 003989c1d1..c3304e13d9 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_24.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_25.ts b/ets2panda/test/compiler/ts/arithmetic_operators_25.ts index da858c2c34..3d118f47d5 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_25.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_25.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_26.ts b/ets2panda/test/compiler/ts/arithmetic_operators_26.ts index 5ccc7a64a9..1bf26984f0 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_26.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_26.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_27.ts b/ets2panda/test/compiler/ts/arithmetic_operators_27.ts index cbde4a6680..c161e86880 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_27.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_27.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_28.ts b/ets2panda/test/compiler/ts/arithmetic_operators_28.ts index c4a7e16739..70b7e93865 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_28.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_28.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_29.ts b/ets2panda/test/compiler/ts/arithmetic_operators_29.ts index 83d027f5cd..82a796ef41 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_29.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_29.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_3.ts b/ets2panda/test/compiler/ts/arithmetic_operators_3.ts index 21e6e08be0..dcd9d5e591 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_3.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_30.ts b/ets2panda/test/compiler/ts/arithmetic_operators_30.ts index 6fb03d3f48..b3b1cd22a7 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_30.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_30.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_31.ts b/ets2panda/test/compiler/ts/arithmetic_operators_31.ts index b7f238f5e7..c82c45bdeb 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_31.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_31.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_32.ts b/ets2panda/test/compiler/ts/arithmetic_operators_32.ts index 625ffeaf6a..e286c8d475 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_32.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_32.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_33.ts b/ets2panda/test/compiler/ts/arithmetic_operators_33.ts index 0c235e5370..28e0250697 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_33.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_33.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_34.ts b/ets2panda/test/compiler/ts/arithmetic_operators_34.ts index c35c5dbfe1..ba4389f0bf 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_34.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_34.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_35.ts b/ets2panda/test/compiler/ts/arithmetic_operators_35.ts index 3e09c01f76..6e54f23c45 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_35.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_35.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_36.ts b/ets2panda/test/compiler/ts/arithmetic_operators_36.ts index 5d51c4fe9d..018927c4a4 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_36.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_36.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_37.ts b/ets2panda/test/compiler/ts/arithmetic_operators_37.ts index 45e84a31ea..db1257d074 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_37.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_37.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_38.ts b/ets2panda/test/compiler/ts/arithmetic_operators_38.ts index 07e9fc25d3..593d23ff31 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_38.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_38.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_39.ts b/ets2panda/test/compiler/ts/arithmetic_operators_39.ts index 73610174ef..68d0c8df76 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_39.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_39.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_4.ts b/ets2panda/test/compiler/ts/arithmetic_operators_4.ts index 59f55ca08e..713182a2e1 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_4.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_40.ts b/ets2panda/test/compiler/ts/arithmetic_operators_40.ts index 2c2eaded30..0184960235 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_40.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_40.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_41.ts b/ets2panda/test/compiler/ts/arithmetic_operators_41.ts index 5e8f740163..91db53e06f 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_41.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_41.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_42.ts b/ets2panda/test/compiler/ts/arithmetic_operators_42.ts index 67d21dfb6f..ea05ced88a 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_42.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_42.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_43.ts b/ets2panda/test/compiler/ts/arithmetic_operators_43.ts index fbac11e8ff..332f1c6e0f 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_43.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_43.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_44.ts b/ets2panda/test/compiler/ts/arithmetic_operators_44.ts index c80ac541a2..01782520dd 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_44.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_44.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_45.ts b/ets2panda/test/compiler/ts/arithmetic_operators_45.ts index a8dfc8685e..f6cf6b0aac 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_45.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_45.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_46.ts b/ets2panda/test/compiler/ts/arithmetic_operators_46.ts index 89b364dc5d..4b0f63c548 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_46.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_46.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_47.ts b/ets2panda/test/compiler/ts/arithmetic_operators_47.ts index e01fa452e2..4f050d1295 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_47.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_47.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_48.ts b/ets2panda/test/compiler/ts/arithmetic_operators_48.ts index 36ad7d2b98..1f211d3f6a 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_48.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_48.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_49.ts b/ets2panda/test/compiler/ts/arithmetic_operators_49.ts index 6ad0aa3475..9c1a1b3667 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_49.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_49.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_5.ts b/ets2panda/test/compiler/ts/arithmetic_operators_5.ts index 35f7bffe1b..4f83cfbff3 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_5.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_50.ts b/ets2panda/test/compiler/ts/arithmetic_operators_50.ts index c96523bbfe..5739e8e934 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_50.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_50.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_51.ts b/ets2panda/test/compiler/ts/arithmetic_operators_51.ts index df29f3b299..047a04f0d2 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_51.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_51.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_52.ts b/ets2panda/test/compiler/ts/arithmetic_operators_52.ts index f2ae1c3c0c..a6285eebbb 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_52.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_52.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_53.ts b/ets2panda/test/compiler/ts/arithmetic_operators_53.ts index 786d16466d..354664cf11 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_53.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_53.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_54.ts b/ets2panda/test/compiler/ts/arithmetic_operators_54.ts index 567bda6808..dd2fb9a68a 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_54.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_54.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_55.ts b/ets2panda/test/compiler/ts/arithmetic_operators_55.ts index 897e7979b7..a21d2763bf 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_55.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_55.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_56.ts b/ets2panda/test/compiler/ts/arithmetic_operators_56.ts index 2f280e4e77..eee66f6b0e 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_56.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_56.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_57.ts b/ets2panda/test/compiler/ts/arithmetic_operators_57.ts index 0226b2535e..7f82cde9bd 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_57.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_57.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_58.ts b/ets2panda/test/compiler/ts/arithmetic_operators_58.ts index 56210cca9e..c2f59d44d0 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_58.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_58.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_59.ts b/ets2panda/test/compiler/ts/arithmetic_operators_59.ts index 0126bf568b..05e88a41ea 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_59.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_59.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_6.ts b/ets2panda/test/compiler/ts/arithmetic_operators_6.ts index 2d151b3abd..fc8a663bf6 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_6.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_60.ts b/ets2panda/test/compiler/ts/arithmetic_operators_60.ts index 3af396349d..ed14385c9a 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_60.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_60.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_61.ts b/ets2panda/test/compiler/ts/arithmetic_operators_61.ts index 7da46ac2e1..b89f949926 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_61.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_61.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_62.ts b/ets2panda/test/compiler/ts/arithmetic_operators_62.ts index d31ad7aaee..80336374c8 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_62.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_62.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_63.ts b/ets2panda/test/compiler/ts/arithmetic_operators_63.ts index 4c9495cf23..8093de83b6 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_63.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_63.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_64.ts b/ets2panda/test/compiler/ts/arithmetic_operators_64.ts index 5a823b7990..274b71ee07 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_64.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_64.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_7.ts b/ets2panda/test/compiler/ts/arithmetic_operators_7.ts index 515ad0dd91..4e31f3ab8b 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_7.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_8.ts b/ets2panda/test/compiler/ts/arithmetic_operators_8.ts index 1c2f8f08a5..3baac27613 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_8.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arithmetic_operators_9.ts b/ets2panda/test/compiler/ts/arithmetic_operators_9.ts index 5f594a4217..fd31952dab 100644 --- a/ets2panda/test/compiler/ts/arithmetic_operators_9.ts +++ b/ets2panda/test/compiler/ts/arithmetic_operators_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring.ts b/ets2panda/test/compiler/ts/arrayDestructuring.ts index 7eef63afc0..a118fdb66d 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring1.ts b/ets2panda/test/compiler/ts/arrayDestructuring1.ts index aed985a175..ee6ffe6dfc 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring1.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring10.ts b/ets2panda/test/compiler/ts/arrayDestructuring10.ts index 5e0c3f4c09..181cb8072f 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring10.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring11.ts b/ets2panda/test/compiler/ts/arrayDestructuring11.ts index 6be3feeb40..39ef48fbdc 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring11.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring12.ts b/ets2panda/test/compiler/ts/arrayDestructuring12.ts index 43daab2c71..580977b14e 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring12.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring13.ts b/ets2panda/test/compiler/ts/arrayDestructuring13.ts index 76b39379f5..efaec6c8ce 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring13.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring14.ts b/ets2panda/test/compiler/ts/arrayDestructuring14.ts index 41cca42fb5..f7cbd8174e 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring14.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring15.ts b/ets2panda/test/compiler/ts/arrayDestructuring15.ts index 5b902661e9..767a8fa74f 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring15.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring16.ts b/ets2panda/test/compiler/ts/arrayDestructuring16.ts index 9d414e44a1..32c95b7907 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring16.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring17.ts b/ets2panda/test/compiler/ts/arrayDestructuring17.ts index dc3a9fae33..dcd19f2be1 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring17.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring18.ts b/ets2panda/test/compiler/ts/arrayDestructuring18.ts index d3f2dc59cc..21ce9b0752 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring18.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring19.ts b/ets2panda/test/compiler/ts/arrayDestructuring19.ts index a2c9af9fa6..3ca4997fe6 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring19.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring2.ts b/ets2panda/test/compiler/ts/arrayDestructuring2.ts index f39442efd8..76f7eb767c 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring2.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring20.ts b/ets2panda/test/compiler/ts/arrayDestructuring20.ts index 408abbf482..90b9e3f983 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring20.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring21.ts b/ets2panda/test/compiler/ts/arrayDestructuring21.ts index 49a5a2b77d..5c706a2f60 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring21.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring22.ts b/ets2panda/test/compiler/ts/arrayDestructuring22.ts index ebf58b8fa4..02edf734d3 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring22.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring23.ts b/ets2panda/test/compiler/ts/arrayDestructuring23.ts index 5734a9d009..8e96b873f5 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring23.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring24.ts b/ets2panda/test/compiler/ts/arrayDestructuring24.ts index f566b082b4..1bf3f5938d 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring24.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring25.ts b/ets2panda/test/compiler/ts/arrayDestructuring25.ts index 8969ace785..7d1faecf54 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring25.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring25.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring26.ts b/ets2panda/test/compiler/ts/arrayDestructuring26.ts index 66b0fae39f..5c69c9cb1a 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring26.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring26.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring27.ts b/ets2panda/test/compiler/ts/arrayDestructuring27.ts index d1d6d73e8b..18eb0d2460 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring27.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring27.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring28.ts b/ets2panda/test/compiler/ts/arrayDestructuring28.ts index ecdf8d0eb1..120abd5954 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring28.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring28.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring29.ts b/ets2panda/test/compiler/ts/arrayDestructuring29.ts index 83f3475c31..b3b7024415 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring29.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring29.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring3.ts b/ets2panda/test/compiler/ts/arrayDestructuring3.ts index 509a576070..995f5d3110 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring3.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring30.ts b/ets2panda/test/compiler/ts/arrayDestructuring30.ts index e77114f602..22da135107 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring30.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring30.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring31.ts b/ets2panda/test/compiler/ts/arrayDestructuring31.ts index 3cf650c0ce..5865f348e3 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring31.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring31.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring32.ts b/ets2panda/test/compiler/ts/arrayDestructuring32.ts index 26e83a562b..f0896cc0f1 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring32.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring32.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring33.ts b/ets2panda/test/compiler/ts/arrayDestructuring33.ts index b4907fc208..8e001de9bb 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring33.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring33.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring34.ts b/ets2panda/test/compiler/ts/arrayDestructuring34.ts index 7b59bc5867..75ab1b5ce7 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring34.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring34.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring35.ts b/ets2panda/test/compiler/ts/arrayDestructuring35.ts index bed9093bee..2bf230bee4 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring35.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring35.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring36.ts b/ets2panda/test/compiler/ts/arrayDestructuring36.ts index 52557f7efc..5b0c4777bc 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring36.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring36.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring37.ts b/ets2panda/test/compiler/ts/arrayDestructuring37.ts index 063164a4bb..44afffe89a 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring37.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring37.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring38.ts b/ets2panda/test/compiler/ts/arrayDestructuring38.ts index 50ebf9dcdb..05e69e0c3c 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring38.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring38.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring39.ts b/ets2panda/test/compiler/ts/arrayDestructuring39.ts index df8cabb07e..f4b7a1fb52 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring39.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring39.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring4.ts b/ets2panda/test/compiler/ts/arrayDestructuring4.ts index cdffb20264..5cdcca0959 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring4.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring40.ts b/ets2panda/test/compiler/ts/arrayDestructuring40.ts index 1f1704937d..e9bb9c3ab8 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring40.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring40.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring41.ts b/ets2panda/test/compiler/ts/arrayDestructuring41.ts index bb06934d94..fad5bc0c10 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring41.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring41.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring42.ts b/ets2panda/test/compiler/ts/arrayDestructuring42.ts index 388e8f5c18..a13efc8e6e 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring42.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring42.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring43.ts b/ets2panda/test/compiler/ts/arrayDestructuring43.ts index 06f15b5732..20e84801b0 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring43.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring43.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring44.ts b/ets2panda/test/compiler/ts/arrayDestructuring44.ts index 7cec1a124d..544e506520 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring44.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring44.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring5.ts b/ets2panda/test/compiler/ts/arrayDestructuring5.ts index 485e2d8418..22fe4a195c 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring5.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring6.ts b/ets2panda/test/compiler/ts/arrayDestructuring6.ts index 07b28d03d7..668c616f5a 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring6.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring7.ts b/ets2panda/test/compiler/ts/arrayDestructuring7.ts index 9601ba69fd..e6f54372a5 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring7.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring8.ts b/ets2panda/test/compiler/ts/arrayDestructuring8.ts index 02ce4ae88b..ec55a52071 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring8.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/arrayDestructuring9.ts b/ets2panda/test/compiler/ts/arrayDestructuring9.ts index fb1618452d..28906efde1 100644 --- a/ets2panda/test/compiler/ts/arrayDestructuring9.ts +++ b/ets2panda/test/compiler/ts/arrayDestructuring9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_1.ts b/ets2panda/test/compiler/ts/array_1.ts index b5ce2f7b7a..c3eeb2080b 100644 --- a/ets2panda/test/compiler/ts/array_1.ts +++ b/ets2panda/test/compiler/ts/array_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_10.ts b/ets2panda/test/compiler/ts/array_10.ts index d400130faa..b8111a350f 100644 --- a/ets2panda/test/compiler/ts/array_10.ts +++ b/ets2panda/test/compiler/ts/array_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_11.ts b/ets2panda/test/compiler/ts/array_11.ts index aebffa2a9e..8a4f889c2e 100644 --- a/ets2panda/test/compiler/ts/array_11.ts +++ b/ets2panda/test/compiler/ts/array_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_12.ts b/ets2panda/test/compiler/ts/array_12.ts index 3559dbdeed..74773b2ceb 100644 --- a/ets2panda/test/compiler/ts/array_12.ts +++ b/ets2panda/test/compiler/ts/array_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_13.ts b/ets2panda/test/compiler/ts/array_13.ts index 1932e30a6a..494c4b463b 100644 --- a/ets2panda/test/compiler/ts/array_13.ts +++ b/ets2panda/test/compiler/ts/array_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_14.ts b/ets2panda/test/compiler/ts/array_14.ts index 27ba5ff407..b9828f2326 100644 --- a/ets2panda/test/compiler/ts/array_14.ts +++ b/ets2panda/test/compiler/ts/array_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_15.ts b/ets2panda/test/compiler/ts/array_15.ts index 2bd7ba7ce0..a6e78ff2e5 100644 --- a/ets2panda/test/compiler/ts/array_15.ts +++ b/ets2panda/test/compiler/ts/array_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_16.ts b/ets2panda/test/compiler/ts/array_16.ts index f2a8c0ebeb..e25c25b6a7 100644 --- a/ets2panda/test/compiler/ts/array_16.ts +++ b/ets2panda/test/compiler/ts/array_16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_17.ts b/ets2panda/test/compiler/ts/array_17.ts index 39d8825542..667b73156c 100644 --- a/ets2panda/test/compiler/ts/array_17.ts +++ b/ets2panda/test/compiler/ts/array_17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_18.ts b/ets2panda/test/compiler/ts/array_18.ts index 1e0b9ccab6..ac0e3af3fc 100644 --- a/ets2panda/test/compiler/ts/array_18.ts +++ b/ets2panda/test/compiler/ts/array_18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_19.ts b/ets2panda/test/compiler/ts/array_19.ts index 3f07d16df7..3e26811dfa 100644 --- a/ets2panda/test/compiler/ts/array_19.ts +++ b/ets2panda/test/compiler/ts/array_19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_2.ts b/ets2panda/test/compiler/ts/array_2.ts index c03c68d6eb..cd98b74310 100644 --- a/ets2panda/test/compiler/ts/array_2.ts +++ b/ets2panda/test/compiler/ts/array_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_20.ts b/ets2panda/test/compiler/ts/array_20.ts index a8e9c817d8..8b2730df7d 100644 --- a/ets2panda/test/compiler/ts/array_20.ts +++ b/ets2panda/test/compiler/ts/array_20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_21.ts b/ets2panda/test/compiler/ts/array_21.ts index 3ca67b5c4f..aef2d09173 100644 --- a/ets2panda/test/compiler/ts/array_21.ts +++ b/ets2panda/test/compiler/ts/array_21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_22.ts b/ets2panda/test/compiler/ts/array_22.ts index b2757be0fe..496987fab0 100644 --- a/ets2panda/test/compiler/ts/array_22.ts +++ b/ets2panda/test/compiler/ts/array_22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_23.ts b/ets2panda/test/compiler/ts/array_23.ts index d674f07a76..1dfeaa8acf 100644 --- a/ets2panda/test/compiler/ts/array_23.ts +++ b/ets2panda/test/compiler/ts/array_23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_24.ts b/ets2panda/test/compiler/ts/array_24.ts index 3de8e7d6d2..bba3f50a20 100644 --- a/ets2panda/test/compiler/ts/array_24.ts +++ b/ets2panda/test/compiler/ts/array_24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_3.ts b/ets2panda/test/compiler/ts/array_3.ts index 80f4ff655e..a926b2c7ea 100644 --- a/ets2panda/test/compiler/ts/array_3.ts +++ b/ets2panda/test/compiler/ts/array_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_4.ts b/ets2panda/test/compiler/ts/array_4.ts index 17e40617d0..e1798f6f5b 100644 --- a/ets2panda/test/compiler/ts/array_4.ts +++ b/ets2panda/test/compiler/ts/array_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_5.ts b/ets2panda/test/compiler/ts/array_5.ts index 907baf2e5e..157695f043 100644 --- a/ets2panda/test/compiler/ts/array_5.ts +++ b/ets2panda/test/compiler/ts/array_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_6.ts b/ets2panda/test/compiler/ts/array_6.ts index bb8e142b2b..591ad3eae7 100644 --- a/ets2panda/test/compiler/ts/array_6.ts +++ b/ets2panda/test/compiler/ts/array_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_7.ts b/ets2panda/test/compiler/ts/array_7.ts index 2ce2d03bee..614e262f56 100644 --- a/ets2panda/test/compiler/ts/array_7.ts +++ b/ets2panda/test/compiler/ts/array_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_8.ts b/ets2panda/test/compiler/ts/array_8.ts index a053bd490e..7831cbbd13 100644 --- a/ets2panda/test/compiler/ts/array_8.ts +++ b/ets2panda/test/compiler/ts/array_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_9.ts b/ets2panda/test/compiler/ts/array_9.ts index cc24181d40..79e8e1a50f 100644 --- a/ets2panda/test/compiler/ts/array_9.ts +++ b/ets2panda/test/compiler/ts/array_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/array_expression_1.ts b/ets2panda/test/compiler/ts/array_expression_1.ts index 4a62ef2886..b98f024081 100644 --- a/ets2panda/test/compiler/ts/array_expression_1.ts +++ b/ets2panda/test/compiler/ts/array_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_1.ts b/ets2panda/test/compiler/ts/as_expression_1.ts index 362cf63563..c80f6e0fd0 100644 --- a/ets2panda/test/compiler/ts/as_expression_1.ts +++ b/ets2panda/test/compiler/ts/as_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_10.ts b/ets2panda/test/compiler/ts/as_expression_10.ts index 225cb02346..a3c168773c 100644 --- a/ets2panda/test/compiler/ts/as_expression_10.ts +++ b/ets2panda/test/compiler/ts/as_expression_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_11.ts b/ets2panda/test/compiler/ts/as_expression_11.ts index 58763904e1..10f242a57b 100644 --- a/ets2panda/test/compiler/ts/as_expression_11.ts +++ b/ets2panda/test/compiler/ts/as_expression_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_12.ts b/ets2panda/test/compiler/ts/as_expression_12.ts index 00ae34de42..3b1a8473bc 100644 --- a/ets2panda/test/compiler/ts/as_expression_12.ts +++ b/ets2panda/test/compiler/ts/as_expression_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_13.ts b/ets2panda/test/compiler/ts/as_expression_13.ts index af869f1606..41b0d02535 100644 --- a/ets2panda/test/compiler/ts/as_expression_13.ts +++ b/ets2panda/test/compiler/ts/as_expression_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_14.ts b/ets2panda/test/compiler/ts/as_expression_14.ts index c4a9cf70ea..0668d10dbd 100644 --- a/ets2panda/test/compiler/ts/as_expression_14.ts +++ b/ets2panda/test/compiler/ts/as_expression_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_15.ts b/ets2panda/test/compiler/ts/as_expression_15.ts index 2cbeebed8d..ab63013ecc 100644 --- a/ets2panda/test/compiler/ts/as_expression_15.ts +++ b/ets2panda/test/compiler/ts/as_expression_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_2.ts b/ets2panda/test/compiler/ts/as_expression_2.ts index c68ab4366c..5b6c0f1123 100644 --- a/ets2panda/test/compiler/ts/as_expression_2.ts +++ b/ets2panda/test/compiler/ts/as_expression_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_3.ts b/ets2panda/test/compiler/ts/as_expression_3.ts index b78c737f8f..ab5106c8c3 100644 --- a/ets2panda/test/compiler/ts/as_expression_3.ts +++ b/ets2panda/test/compiler/ts/as_expression_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_4.ts b/ets2panda/test/compiler/ts/as_expression_4.ts index 56eb4f75c2..fc0a3cdc7d 100644 --- a/ets2panda/test/compiler/ts/as_expression_4.ts +++ b/ets2panda/test/compiler/ts/as_expression_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_5.ts b/ets2panda/test/compiler/ts/as_expression_5.ts index 77cbbbb7d3..4e4379658a 100644 --- a/ets2panda/test/compiler/ts/as_expression_5.ts +++ b/ets2panda/test/compiler/ts/as_expression_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_6.ts b/ets2panda/test/compiler/ts/as_expression_6.ts index 92d8f8d6ae..af91662072 100644 --- a/ets2panda/test/compiler/ts/as_expression_6.ts +++ b/ets2panda/test/compiler/ts/as_expression_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_7.ts b/ets2panda/test/compiler/ts/as_expression_7.ts index 255d5641ef..d8cb126b28 100644 --- a/ets2panda/test/compiler/ts/as_expression_7.ts +++ b/ets2panda/test/compiler/ts/as_expression_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_8.ts b/ets2panda/test/compiler/ts/as_expression_8.ts index 159c2d784b..c4ff5f0bad 100644 --- a/ets2panda/test/compiler/ts/as_expression_8.ts +++ b/ets2panda/test/compiler/ts/as_expression_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/as_expression_9.ts b/ets2panda/test/compiler/ts/as_expression_9.ts index d4b43d8798..0b5c7cc95a 100644 --- a/ets2panda/test/compiler/ts/as_expression_9.ts +++ b/ets2panda/test/compiler/ts/as_expression_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/assignment_never.ts b/ets2panda/test/compiler/ts/assignment_never.ts index 4bafa94247..ebcfb1a585 100644 --- a/ets2panda/test/compiler/ts/assignment_never.ts +++ b/ets2panda/test/compiler/ts/assignment_never.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/assignment_unknown.ts b/ets2panda/test/compiler/ts/assignment_unknown.ts index d50573d657..539d0c3d88 100644 --- a/ets2panda/test/compiler/ts/assignment_unknown.ts +++ b/ets2panda/test/compiler/ts/assignment_unknown.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/call_expression_1.ts b/ets2panda/test/compiler/ts/call_expression_1.ts index 313f732984..f137061299 100644 --- a/ets2panda/test/compiler/ts/call_expression_1.ts +++ b/ets2panda/test/compiler/ts/call_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/cannotAssignToConst.ts b/ets2panda/test/compiler/ts/cannotAssignToConst.ts index e82138fd82..72198ab35f 100644 --- a/ets2panda/test/compiler/ts/cannotAssignToConst.ts +++ b/ets2panda/test/compiler/ts/cannotAssignToConst.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/constUsedBeforeDeclaration.ts b/ets2panda/test/compiler/ts/constUsedBeforeDeclaration.ts index f05eb4bfd6..85bc08e6d1 100644 --- a/ets2panda/test/compiler/ts/constUsedBeforeDeclaration.ts +++ b/ets2panda/test/compiler/ts/constUsedBeforeDeclaration.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/do_while_statement.ts b/ets2panda/test/compiler/ts/do_while_statement.ts index 8cc6e9356e..65529a9b47 100644 --- a/ets2panda/test/compiler/ts/do_while_statement.ts +++ b/ets2panda/test/compiler/ts/do_while_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/for_update_statement.ts b/ets2panda/test/compiler/ts/for_update_statement.ts index f733f49968..0ad4e9d8b0 100644 --- a/ets2panda/test/compiler/ts/for_update_statement.ts +++ b/ets2panda/test/compiler/ts/for_update_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall.ts b/ets2panda/test/compiler/ts/functionCall.ts index 281a2587f6..d760cf6b42 100644 --- a/ets2panda/test/compiler/ts/functionCall.ts +++ b/ets2panda/test/compiler/ts/functionCall.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_1.ts b/ets2panda/test/compiler/ts/functionCall_1.ts index 41428f19a7..9ba23484d5 100644 --- a/ets2panda/test/compiler/ts/functionCall_1.ts +++ b/ets2panda/test/compiler/ts/functionCall_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_10.ts b/ets2panda/test/compiler/ts/functionCall_10.ts index a01f54df83..c1b2a07d1a 100644 --- a/ets2panda/test/compiler/ts/functionCall_10.ts +++ b/ets2panda/test/compiler/ts/functionCall_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_11.ts b/ets2panda/test/compiler/ts/functionCall_11.ts index 38ae17125a..e92ef37692 100644 --- a/ets2panda/test/compiler/ts/functionCall_11.ts +++ b/ets2panda/test/compiler/ts/functionCall_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_12.ts b/ets2panda/test/compiler/ts/functionCall_12.ts index cc695b424e..9646113a34 100644 --- a/ets2panda/test/compiler/ts/functionCall_12.ts +++ b/ets2panda/test/compiler/ts/functionCall_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_13.ts b/ets2panda/test/compiler/ts/functionCall_13.ts index 3a53af9442..ea251d8917 100644 --- a/ets2panda/test/compiler/ts/functionCall_13.ts +++ b/ets2panda/test/compiler/ts/functionCall_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_14.ts b/ets2panda/test/compiler/ts/functionCall_14.ts index 511b2692a6..681462ccf5 100644 --- a/ets2panda/test/compiler/ts/functionCall_14.ts +++ b/ets2panda/test/compiler/ts/functionCall_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_15.ts b/ets2panda/test/compiler/ts/functionCall_15.ts index ac331dae12..4388c41451 100644 --- a/ets2panda/test/compiler/ts/functionCall_15.ts +++ b/ets2panda/test/compiler/ts/functionCall_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_2.ts b/ets2panda/test/compiler/ts/functionCall_2.ts index 1956f9b936..9473dbed66 100644 --- a/ets2panda/test/compiler/ts/functionCall_2.ts +++ b/ets2panda/test/compiler/ts/functionCall_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_3.ts b/ets2panda/test/compiler/ts/functionCall_3.ts index e652fbf685..980bd5378e 100644 --- a/ets2panda/test/compiler/ts/functionCall_3.ts +++ b/ets2panda/test/compiler/ts/functionCall_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_4.ts b/ets2panda/test/compiler/ts/functionCall_4.ts index f04cae91e7..eee8507a19 100644 --- a/ets2panda/test/compiler/ts/functionCall_4.ts +++ b/ets2panda/test/compiler/ts/functionCall_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_5.ts b/ets2panda/test/compiler/ts/functionCall_5.ts index 91c9e329b3..4ec1ae71b1 100644 --- a/ets2panda/test/compiler/ts/functionCall_5.ts +++ b/ets2panda/test/compiler/ts/functionCall_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_6.ts b/ets2panda/test/compiler/ts/functionCall_6.ts index 49a46d6d74..f9c3a14069 100644 --- a/ets2panda/test/compiler/ts/functionCall_6.ts +++ b/ets2panda/test/compiler/ts/functionCall_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_7.ts b/ets2panda/test/compiler/ts/functionCall_7.ts index a440023deb..aec55c4d85 100644 --- a/ets2panda/test/compiler/ts/functionCall_7.ts +++ b/ets2panda/test/compiler/ts/functionCall_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_8.ts b/ets2panda/test/compiler/ts/functionCall_8.ts index 5409115cc3..5a96db35d4 100644 --- a/ets2panda/test/compiler/ts/functionCall_8.ts +++ b/ets2panda/test/compiler/ts/functionCall_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionCall_9.ts b/ets2panda/test/compiler/ts/functionCall_9.ts index 918f897805..2430696182 100644 --- a/ets2panda/test/compiler/ts/functionCall_9.ts +++ b/ets2panda/test/compiler/ts/functionCall_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionOverload1.ts b/ets2panda/test/compiler/ts/functionOverload1.ts index 456c8ffce6..7b699e248c 100644 --- a/ets2panda/test/compiler/ts/functionOverload1.ts +++ b/ets2panda/test/compiler/ts/functionOverload1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionOverload2.ts b/ets2panda/test/compiler/ts/functionOverload2.ts index f4405ad3a6..eec7e75d40 100644 --- a/ets2panda/test/compiler/ts/functionOverload2.ts +++ b/ets2panda/test/compiler/ts/functionOverload2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionOverload3.ts b/ets2panda/test/compiler/ts/functionOverload3.ts index 94454fc0bf..daab1cbe43 100644 --- a/ets2panda/test/compiler/ts/functionOverload3.ts +++ b/ets2panda/test/compiler/ts/functionOverload3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionOverload4.ts b/ets2panda/test/compiler/ts/functionOverload4.ts index d9a451a293..1875e7ace6 100644 --- a/ets2panda/test/compiler/ts/functionOverload4.ts +++ b/ets2panda/test/compiler/ts/functionOverload4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern1.ts b/ets2panda/test/compiler/ts/functionWithPattern1.ts index 96d6a305a0..35f7a64585 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern1.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern10.ts b/ets2panda/test/compiler/ts/functionWithPattern10.ts index 13ff6dc812..c1fb7d68a2 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern10.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern11.ts b/ets2panda/test/compiler/ts/functionWithPattern11.ts index 2091be4d44..f80bdb1a95 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern11.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern12.ts b/ets2panda/test/compiler/ts/functionWithPattern12.ts index 76cec574f5..a239ae375b 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern12.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern2.ts b/ets2panda/test/compiler/ts/functionWithPattern2.ts index f34e03a23c..5aac5c57ff 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern2.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern3.ts b/ets2panda/test/compiler/ts/functionWithPattern3.ts index 8318c935d7..d36b9f6c39 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern3.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern4.ts b/ets2panda/test/compiler/ts/functionWithPattern4.ts index ae9c225c58..80e092bcf0 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern4.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern5.ts b/ets2panda/test/compiler/ts/functionWithPattern5.ts index 9438a0d0ab..687910cdf4 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern5.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern6.ts b/ets2panda/test/compiler/ts/functionWithPattern6.ts index 7e5c79d36a..5c60ab3462 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern6.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern7.ts b/ets2panda/test/compiler/ts/functionWithPattern7.ts index 4e648587ec..eae2db3c96 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern7.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern8.ts b/ets2panda/test/compiler/ts/functionWithPattern8.ts index 2663216264..e366110ff5 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern8.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/functionWithPattern9.ts b/ets2panda/test/compiler/ts/functionWithPattern9.ts index 270705ec0d..ccb3687cca 100644 --- a/ets2panda/test/compiler/ts/functionWithPattern9.ts +++ b/ets2panda/test/compiler/ts/functionWithPattern9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_1.ts b/ets2panda/test/compiler/ts/function_declaration_1.ts index a7e93ffc6b..a5c553cb50 100644 --- a/ets2panda/test/compiler/ts/function_declaration_1.ts +++ b/ets2panda/test/compiler/ts/function_declaration_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_10.ts b/ets2panda/test/compiler/ts/function_declaration_10.ts index 4c3a53bd89..fa0487e5cd 100644 --- a/ets2panda/test/compiler/ts/function_declaration_10.ts +++ b/ets2panda/test/compiler/ts/function_declaration_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_11.ts b/ets2panda/test/compiler/ts/function_declaration_11.ts index 271030374c..9d5fc0aabf 100644 --- a/ets2panda/test/compiler/ts/function_declaration_11.ts +++ b/ets2panda/test/compiler/ts/function_declaration_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_2.ts b/ets2panda/test/compiler/ts/function_declaration_2.ts index 2a0e30a32f..e35e07cb39 100644 --- a/ets2panda/test/compiler/ts/function_declaration_2.ts +++ b/ets2panda/test/compiler/ts/function_declaration_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_3.ts b/ets2panda/test/compiler/ts/function_declaration_3.ts index f0b5b86c08..0438563b87 100644 --- a/ets2panda/test/compiler/ts/function_declaration_3.ts +++ b/ets2panda/test/compiler/ts/function_declaration_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_4.ts b/ets2panda/test/compiler/ts/function_declaration_4.ts index 09a3db65f4..d0aa23faa0 100644 --- a/ets2panda/test/compiler/ts/function_declaration_4.ts +++ b/ets2panda/test/compiler/ts/function_declaration_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_5.ts b/ets2panda/test/compiler/ts/function_declaration_5.ts index ffaaa48383..76ef0b3c5c 100644 --- a/ets2panda/test/compiler/ts/function_declaration_5.ts +++ b/ets2panda/test/compiler/ts/function_declaration_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_6.ts b/ets2panda/test/compiler/ts/function_declaration_6.ts index 8f29170dd8..42b1f3e57c 100644 --- a/ets2panda/test/compiler/ts/function_declaration_6.ts +++ b/ets2panda/test/compiler/ts/function_declaration_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_7.ts b/ets2panda/test/compiler/ts/function_declaration_7.ts index 34da6ae457..2059c2df5d 100644 --- a/ets2panda/test/compiler/ts/function_declaration_7.ts +++ b/ets2panda/test/compiler/ts/function_declaration_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_8.ts b/ets2panda/test/compiler/ts/function_declaration_8.ts index 0b25391453..0b5549f9a9 100644 --- a/ets2panda/test/compiler/ts/function_declaration_8.ts +++ b/ets2panda/test/compiler/ts/function_declaration_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/function_declaration_9.ts b/ets2panda/test/compiler/ts/function_declaration_9.ts index 7d0ea412c7..2d4acdd126 100644 --- a/ets2panda/test/compiler/ts/function_declaration_9.ts +++ b/ets2panda/test/compiler/ts/function_declaration_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/identifierWithoutDeclaration.ts b/ets2panda/test/compiler/ts/identifierWithoutDeclaration.ts index cf4ebb132e..7c2cca0fa6 100644 --- a/ets2panda/test/compiler/ts/identifierWithoutDeclaration.ts +++ b/ets2panda/test/compiler/ts/identifierWithoutDeclaration.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/identifier_optional_negative.ts b/ets2panda/test/compiler/ts/identifier_optional_negative.ts index 005030f10a..04c21ac6da 100644 --- a/ets2panda/test/compiler/ts/identifier_optional_negative.ts +++ b/ets2panda/test/compiler/ts/identifier_optional_negative.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/identifier_optional_positive.ts b/ets2panda/test/compiler/ts/identifier_optional_positive.ts index 1823d48500..ebf7cc5791 100644 --- a/ets2panda/test/compiler/ts/identifier_optional_positive.ts +++ b/ets2panda/test/compiler/ts/identifier_optional_positive.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/if_statement.ts b/ets2panda/test/compiler/ts/if_statement.ts index 149f3f5169..3c797fe9b4 100644 --- a/ets2panda/test/compiler/ts/if_statement.ts +++ b/ets2panda/test/compiler/ts/if_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_1.ts b/ets2panda/test/compiler/ts/in_1.ts index ca31895edf..7956c7afce 100644 --- a/ets2panda/test/compiler/ts/in_1.ts +++ b/ets2panda/test/compiler/ts/in_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_10.ts b/ets2panda/test/compiler/ts/in_10.ts index 633e2cbb4c..cbf1b5b394 100644 --- a/ets2panda/test/compiler/ts/in_10.ts +++ b/ets2panda/test/compiler/ts/in_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_11.ts b/ets2panda/test/compiler/ts/in_11.ts index 5dd55c4a30..0f781ef1d0 100644 --- a/ets2panda/test/compiler/ts/in_11.ts +++ b/ets2panda/test/compiler/ts/in_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_12.ts b/ets2panda/test/compiler/ts/in_12.ts index 9c20b34183..c035016f13 100644 --- a/ets2panda/test/compiler/ts/in_12.ts +++ b/ets2panda/test/compiler/ts/in_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_13.ts b/ets2panda/test/compiler/ts/in_13.ts index 3bdbed1dc5..a22be6c0e9 100644 --- a/ets2panda/test/compiler/ts/in_13.ts +++ b/ets2panda/test/compiler/ts/in_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_14.ts b/ets2panda/test/compiler/ts/in_14.ts index f8b363eba7..a52cba8a3a 100644 --- a/ets2panda/test/compiler/ts/in_14.ts +++ b/ets2panda/test/compiler/ts/in_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_15.ts b/ets2panda/test/compiler/ts/in_15.ts index 1d491242bd..abc8a728ba 100644 --- a/ets2panda/test/compiler/ts/in_15.ts +++ b/ets2panda/test/compiler/ts/in_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_2.ts b/ets2panda/test/compiler/ts/in_2.ts index 490e08ddc0..015a34d156 100644 --- a/ets2panda/test/compiler/ts/in_2.ts +++ b/ets2panda/test/compiler/ts/in_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_3.ts b/ets2panda/test/compiler/ts/in_3.ts index 37b7e4c7c2..20e27eeda4 100644 --- a/ets2panda/test/compiler/ts/in_3.ts +++ b/ets2panda/test/compiler/ts/in_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_4.ts b/ets2panda/test/compiler/ts/in_4.ts index 9ffe051f07..00fae6f2ff 100644 --- a/ets2panda/test/compiler/ts/in_4.ts +++ b/ets2panda/test/compiler/ts/in_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_5.ts b/ets2panda/test/compiler/ts/in_5.ts index c5fc38aab6..f772f4b761 100644 --- a/ets2panda/test/compiler/ts/in_5.ts +++ b/ets2panda/test/compiler/ts/in_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_6.ts b/ets2panda/test/compiler/ts/in_6.ts index 0f48b7b938..1f2dff8fbe 100644 --- a/ets2panda/test/compiler/ts/in_6.ts +++ b/ets2panda/test/compiler/ts/in_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_7.ts b/ets2panda/test/compiler/ts/in_7.ts index d883a39b30..405fd98269 100644 --- a/ets2panda/test/compiler/ts/in_7.ts +++ b/ets2panda/test/compiler/ts/in_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_8.ts b/ets2panda/test/compiler/ts/in_8.ts index 944b31b1ab..a53d376513 100644 --- a/ets2panda/test/compiler/ts/in_8.ts +++ b/ets2panda/test/compiler/ts/in_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/in_9.ts b/ets2panda/test/compiler/ts/in_9.ts index 1d57c14c15..edbcdb7e31 100644 --- a/ets2panda/test/compiler/ts/in_9.ts +++ b/ets2panda/test/compiler/ts/in_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_1.ts b/ets2panda/test/compiler/ts/instanceof_1.ts index 5e1ba32b38..42bdf16fb5 100644 --- a/ets2panda/test/compiler/ts/instanceof_1.ts +++ b/ets2panda/test/compiler/ts/instanceof_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_10.ts b/ets2panda/test/compiler/ts/instanceof_10.ts index 50e26e3cb9..e56e0160f9 100644 --- a/ets2panda/test/compiler/ts/instanceof_10.ts +++ b/ets2panda/test/compiler/ts/instanceof_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_11.ts b/ets2panda/test/compiler/ts/instanceof_11.ts index b793041edf..8acc9790e5 100644 --- a/ets2panda/test/compiler/ts/instanceof_11.ts +++ b/ets2panda/test/compiler/ts/instanceof_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_12.ts b/ets2panda/test/compiler/ts/instanceof_12.ts index 5b832894c9..73ddd4b386 100644 --- a/ets2panda/test/compiler/ts/instanceof_12.ts +++ b/ets2panda/test/compiler/ts/instanceof_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_13.ts b/ets2panda/test/compiler/ts/instanceof_13.ts index 9e32c4e336..c9231e0879 100644 --- a/ets2panda/test/compiler/ts/instanceof_13.ts +++ b/ets2panda/test/compiler/ts/instanceof_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_14.ts b/ets2panda/test/compiler/ts/instanceof_14.ts index ec26d323e3..56fc56398f 100644 --- a/ets2panda/test/compiler/ts/instanceof_14.ts +++ b/ets2panda/test/compiler/ts/instanceof_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_2.ts b/ets2panda/test/compiler/ts/instanceof_2.ts index 050cb25c5d..0760c1fcb5 100644 --- a/ets2panda/test/compiler/ts/instanceof_2.ts +++ b/ets2panda/test/compiler/ts/instanceof_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_3.ts b/ets2panda/test/compiler/ts/instanceof_3.ts index 3d3b391499..b21fbf3b9a 100644 --- a/ets2panda/test/compiler/ts/instanceof_3.ts +++ b/ets2panda/test/compiler/ts/instanceof_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_4.ts b/ets2panda/test/compiler/ts/instanceof_4.ts index 9bb44a0460..5d20773e33 100644 --- a/ets2panda/test/compiler/ts/instanceof_4.ts +++ b/ets2panda/test/compiler/ts/instanceof_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_5.ts b/ets2panda/test/compiler/ts/instanceof_5.ts index dc20dbbc8f..aefa10b1f4 100644 --- a/ets2panda/test/compiler/ts/instanceof_5.ts +++ b/ets2panda/test/compiler/ts/instanceof_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_6.ts b/ets2panda/test/compiler/ts/instanceof_6.ts index e70f2042b9..2c183bf771 100644 --- a/ets2panda/test/compiler/ts/instanceof_6.ts +++ b/ets2panda/test/compiler/ts/instanceof_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_7.ts b/ets2panda/test/compiler/ts/instanceof_7.ts index ca525323b9..190310ca03 100644 --- a/ets2panda/test/compiler/ts/instanceof_7.ts +++ b/ets2panda/test/compiler/ts/instanceof_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_8.ts b/ets2panda/test/compiler/ts/instanceof_8.ts index c8ebe3890f..47a6604a13 100644 --- a/ets2panda/test/compiler/ts/instanceof_8.ts +++ b/ets2panda/test/compiler/ts/instanceof_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/instanceof_9.ts b/ets2panda/test/compiler/ts/instanceof_9.ts index 5d22fb9b47..629477b340 100644 --- a/ets2panda/test/compiler/ts/instanceof_9.ts +++ b/ets2panda/test/compiler/ts/instanceof_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment.ts b/ets2panda/test/compiler/ts/interfaceAssignment.ts index 0111820944..158b284f5e 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment1.ts b/ets2panda/test/compiler/ts/interfaceAssignment1.ts index 85568752ff..b952e0f79f 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment1.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment2.ts b/ets2panda/test/compiler/ts/interfaceAssignment2.ts index 835a0e5551..5e73c6f430 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment2.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment3.ts b/ets2panda/test/compiler/ts/interfaceAssignment3.ts index c20b973408..8eb5012e47 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment3.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment4.ts b/ets2panda/test/compiler/ts/interfaceAssignment4.ts index 9da5f305e2..90adaa6237 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment4.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment5.ts b/ets2panda/test/compiler/ts/interfaceAssignment5.ts index 6ddd75f9d0..142d6628cb 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment5.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment6.ts b/ets2panda/test/compiler/ts/interfaceAssignment6.ts index c84dd2e071..3a2fcb28f2 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment6.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment7.ts b/ets2panda/test/compiler/ts/interfaceAssignment7.ts index 2d27544222..8c2bb55787 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment7.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceAssignment8.ts b/ets2panda/test/compiler/ts/interfaceAssignment8.ts index 04cd2edb98..903f0a0d69 100644 --- a/ets2panda/test/compiler/ts/interfaceAssignment8.ts +++ b/ets2panda/test/compiler/ts/interfaceAssignment8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceInheritance1.ts b/ets2panda/test/compiler/ts/interfaceInheritance1.ts index fc7f6dc44e..8f0fc5bc7e 100644 --- a/ets2panda/test/compiler/ts/interfaceInheritance1.ts +++ b/ets2panda/test/compiler/ts/interfaceInheritance1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceInheritance2.ts b/ets2panda/test/compiler/ts/interfaceInheritance2.ts index 791fb1a51a..16061ce48e 100644 --- a/ets2panda/test/compiler/ts/interfaceInheritance2.ts +++ b/ets2panda/test/compiler/ts/interfaceInheritance2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceInheritance3.ts b/ets2panda/test/compiler/ts/interfaceInheritance3.ts index 4f6d752b56..b69dc46f60 100644 --- a/ets2panda/test/compiler/ts/interfaceInheritance3.ts +++ b/ets2panda/test/compiler/ts/interfaceInheritance3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceInheritance4.ts b/ets2panda/test/compiler/ts/interfaceInheritance4.ts index 0520f0448a..409396dfe1 100644 --- a/ets2panda/test/compiler/ts/interfaceInheritance4.ts +++ b/ets2panda/test/compiler/ts/interfaceInheritance4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface.ts b/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface.ts index 1df598ccb3..7340e1707b 100644 --- a/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface.ts +++ b/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface1.ts b/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface1.ts index daf8181897..8e45b1fe27 100644 --- a/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface1.ts +++ b/ets2panda/test/compiler/ts/interfacePropertyReferenceContainingInterface1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts b/ets2panda/test/compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts index e43f9b9796..3e4ebc3342 100644 --- a/ets2panda/test/compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts +++ b/ets2panda/test/compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceUsedAsValue.ts b/ets2panda/test/compiler/ts/interfaceUsedAsValue.ts index be9ed7f44b..a319efb918 100644 --- a/ets2panda/test/compiler/ts/interfaceUsedAsValue.ts +++ b/ets2panda/test/compiler/ts/interfaceUsedAsValue.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts b/ets2panda/test/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts index 0977802f42..ea09fd128e 100644 --- a/ets2panda/test/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts +++ b/ets2panda/test/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/interface_enum_member.ts b/ets2panda/test/compiler/ts/interface_enum_member.ts index 6ce217a3e1..9d11e40d38 100644 --- a/ets2panda/test/compiler/ts/interface_enum_member.ts +++ b/ets2panda/test/compiler/ts/interface_enum_member.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/letUsedBeforeDeclaration.ts b/ets2panda/test/compiler/ts/letUsedBeforeDeclaration.ts index af20a3a851..68bde872ad 100644 --- a/ets2panda/test/compiler/ts/letUsedBeforeDeclaration.ts +++ b/ets2panda/test/compiler/ts/letUsedBeforeDeclaration.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_1.ts b/ets2panda/test/compiler/ts/memberExpTest_1.ts index cd1affd7e2..1311a3aeeb 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_1.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_2.ts b/ets2panda/test/compiler/ts/memberExpTest_2.ts index 08733f9307..4eb4fcf6fb 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_2.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_3.ts b/ets2panda/test/compiler/ts/memberExpTest_3.ts index 500fe22fba..3e96c11361 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_3.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_4.ts b/ets2panda/test/compiler/ts/memberExpTest_4.ts index 91505bf8bb..7ce5c356e9 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_4.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_5.ts b/ets2panda/test/compiler/ts/memberExpTest_5.ts index dba147aea2..8aa8655864 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_5.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTest_6.ts b/ets2panda/test/compiler/ts/memberExpTest_6.ts index ddaabe4bb6..391613f689 100644 --- a/ets2panda/test/compiler/ts/memberExpTest_6.ts +++ b/ets2panda/test/compiler/ts/memberExpTest_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/memberExpTests.ts b/ets2panda/test/compiler/ts/memberExpTests.ts index 99eea3d891..d9f598bd4d 100644 --- a/ets2panda/test/compiler/ts/memberExpTests.ts +++ b/ets2panda/test/compiler/ts/memberExpTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_1.ts b/ets2panda/test/compiler/ts/member_expression_1.ts index 0f8d2a2020..4b4b171021 100644 --- a/ets2panda/test/compiler/ts/member_expression_1.ts +++ b/ets2panda/test/compiler/ts/member_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_10.ts b/ets2panda/test/compiler/ts/member_expression_10.ts index 893d8b0262..62b27bda61 100644 --- a/ets2panda/test/compiler/ts/member_expression_10.ts +++ b/ets2panda/test/compiler/ts/member_expression_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_11.ts b/ets2panda/test/compiler/ts/member_expression_11.ts index 45652e7a9a..db03a9d6d5 100644 --- a/ets2panda/test/compiler/ts/member_expression_11.ts +++ b/ets2panda/test/compiler/ts/member_expression_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_12.ts b/ets2panda/test/compiler/ts/member_expression_12.ts index 93e8bcd0a4..d094a6992a 100644 --- a/ets2panda/test/compiler/ts/member_expression_12.ts +++ b/ets2panda/test/compiler/ts/member_expression_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_13.ts b/ets2panda/test/compiler/ts/member_expression_13.ts index 9c145228f8..f32a56762f 100644 --- a/ets2panda/test/compiler/ts/member_expression_13.ts +++ b/ets2panda/test/compiler/ts/member_expression_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_14.ts b/ets2panda/test/compiler/ts/member_expression_14.ts index c964ae9a34..a8d343a3e2 100644 --- a/ets2panda/test/compiler/ts/member_expression_14.ts +++ b/ets2panda/test/compiler/ts/member_expression_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_15.ts b/ets2panda/test/compiler/ts/member_expression_15.ts index 2c0adc2215..7c0df010d4 100644 --- a/ets2panda/test/compiler/ts/member_expression_15.ts +++ b/ets2panda/test/compiler/ts/member_expression_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_16.ts b/ets2panda/test/compiler/ts/member_expression_16.ts index 0de7f5f206..0f06fbab4b 100644 --- a/ets2panda/test/compiler/ts/member_expression_16.ts +++ b/ets2panda/test/compiler/ts/member_expression_16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_17.ts b/ets2panda/test/compiler/ts/member_expression_17.ts index c1527dbf56..98b44ddb7a 100644 --- a/ets2panda/test/compiler/ts/member_expression_17.ts +++ b/ets2panda/test/compiler/ts/member_expression_17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_18.ts b/ets2panda/test/compiler/ts/member_expression_18.ts index 680c704304..e35d418f49 100644 --- a/ets2panda/test/compiler/ts/member_expression_18.ts +++ b/ets2panda/test/compiler/ts/member_expression_18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_19.ts b/ets2panda/test/compiler/ts/member_expression_19.ts index 8995e9abd8..497f1fc348 100644 --- a/ets2panda/test/compiler/ts/member_expression_19.ts +++ b/ets2panda/test/compiler/ts/member_expression_19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_2.ts b/ets2panda/test/compiler/ts/member_expression_2.ts index e6f14e03f9..8e1924318d 100644 --- a/ets2panda/test/compiler/ts/member_expression_2.ts +++ b/ets2panda/test/compiler/ts/member_expression_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_20.ts b/ets2panda/test/compiler/ts/member_expression_20.ts index 2e47e11509..e8801b22b0 100644 --- a/ets2panda/test/compiler/ts/member_expression_20.ts +++ b/ets2panda/test/compiler/ts/member_expression_20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_21.ts b/ets2panda/test/compiler/ts/member_expression_21.ts index 95e7fa1e0f..ca8e8c5551 100644 --- a/ets2panda/test/compiler/ts/member_expression_21.ts +++ b/ets2panda/test/compiler/ts/member_expression_21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_22.ts b/ets2panda/test/compiler/ts/member_expression_22.ts index facb989707..5f5e785d0d 100644 --- a/ets2panda/test/compiler/ts/member_expression_22.ts +++ b/ets2panda/test/compiler/ts/member_expression_22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_23.ts b/ets2panda/test/compiler/ts/member_expression_23.ts index 003cf5002b..b79290e43a 100644 --- a/ets2panda/test/compiler/ts/member_expression_23.ts +++ b/ets2panda/test/compiler/ts/member_expression_23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_24.ts b/ets2panda/test/compiler/ts/member_expression_24.ts index ff137c9ec7..dafbf20b2a 100644 --- a/ets2panda/test/compiler/ts/member_expression_24.ts +++ b/ets2panda/test/compiler/ts/member_expression_24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_25.ts b/ets2panda/test/compiler/ts/member_expression_25.ts index fcbbe8ad64..28fc1a49b3 100644 --- a/ets2panda/test/compiler/ts/member_expression_25.ts +++ b/ets2panda/test/compiler/ts/member_expression_25.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_26.ts b/ets2panda/test/compiler/ts/member_expression_26.ts index f93ebad133..8cbd97463a 100644 --- a/ets2panda/test/compiler/ts/member_expression_26.ts +++ b/ets2panda/test/compiler/ts/member_expression_26.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_27.ts b/ets2panda/test/compiler/ts/member_expression_27.ts index 7cfb0e9438..d7fa840978 100644 --- a/ets2panda/test/compiler/ts/member_expression_27.ts +++ b/ets2panda/test/compiler/ts/member_expression_27.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_28.ts b/ets2panda/test/compiler/ts/member_expression_28.ts index 657db5ab15..548ea68611 100644 --- a/ets2panda/test/compiler/ts/member_expression_28.ts +++ b/ets2panda/test/compiler/ts/member_expression_28.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_29.ts b/ets2panda/test/compiler/ts/member_expression_29.ts index 30c99239aa..7992da89bc 100644 --- a/ets2panda/test/compiler/ts/member_expression_29.ts +++ b/ets2panda/test/compiler/ts/member_expression_29.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_3.ts b/ets2panda/test/compiler/ts/member_expression_3.ts index 10d0cd8dcb..911a3b6b05 100644 --- a/ets2panda/test/compiler/ts/member_expression_3.ts +++ b/ets2panda/test/compiler/ts/member_expression_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_30.ts b/ets2panda/test/compiler/ts/member_expression_30.ts index db0d7b088d..7bed92f061 100644 --- a/ets2panda/test/compiler/ts/member_expression_30.ts +++ b/ets2panda/test/compiler/ts/member_expression_30.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_31.ts b/ets2panda/test/compiler/ts/member_expression_31.ts index 796817ea61..82dd1b2151 100644 --- a/ets2panda/test/compiler/ts/member_expression_31.ts +++ b/ets2panda/test/compiler/ts/member_expression_31.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_32.ts b/ets2panda/test/compiler/ts/member_expression_32.ts index 172bd39f32..0fa77db015 100644 --- a/ets2panda/test/compiler/ts/member_expression_32.ts +++ b/ets2panda/test/compiler/ts/member_expression_32.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_33.ts b/ets2panda/test/compiler/ts/member_expression_33.ts index 2375b7b8bd..c596765786 100644 --- a/ets2panda/test/compiler/ts/member_expression_33.ts +++ b/ets2panda/test/compiler/ts/member_expression_33.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_34.ts b/ets2panda/test/compiler/ts/member_expression_34.ts index 06a8674a81..70c2755f2c 100644 --- a/ets2panda/test/compiler/ts/member_expression_34.ts +++ b/ets2panda/test/compiler/ts/member_expression_34.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_35.ts b/ets2panda/test/compiler/ts/member_expression_35.ts index 41dcf41d36..c06ef0224e 100644 --- a/ets2panda/test/compiler/ts/member_expression_35.ts +++ b/ets2panda/test/compiler/ts/member_expression_35.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_36.ts b/ets2panda/test/compiler/ts/member_expression_36.ts index 9c88306b2b..8a9116d671 100644 --- a/ets2panda/test/compiler/ts/member_expression_36.ts +++ b/ets2panda/test/compiler/ts/member_expression_36.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_37.ts b/ets2panda/test/compiler/ts/member_expression_37.ts index db7fde0e28..01ebcdeea6 100644 --- a/ets2panda/test/compiler/ts/member_expression_37.ts +++ b/ets2panda/test/compiler/ts/member_expression_37.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_38.ts b/ets2panda/test/compiler/ts/member_expression_38.ts index e3e46fe79d..ce2e8b5c44 100644 --- a/ets2panda/test/compiler/ts/member_expression_38.ts +++ b/ets2panda/test/compiler/ts/member_expression_38.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_39.ts b/ets2panda/test/compiler/ts/member_expression_39.ts index 495b45dbef..e3ee51aa90 100644 --- a/ets2panda/test/compiler/ts/member_expression_39.ts +++ b/ets2panda/test/compiler/ts/member_expression_39.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_4.ts b/ets2panda/test/compiler/ts/member_expression_4.ts index 5c0689a8ff..7ecd1a014f 100644 --- a/ets2panda/test/compiler/ts/member_expression_4.ts +++ b/ets2panda/test/compiler/ts/member_expression_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_40.ts b/ets2panda/test/compiler/ts/member_expression_40.ts index 70a9ae3ab9..a875735739 100644 --- a/ets2panda/test/compiler/ts/member_expression_40.ts +++ b/ets2panda/test/compiler/ts/member_expression_40.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_41.ts b/ets2panda/test/compiler/ts/member_expression_41.ts index 31b6435b7e..56312a5cd8 100644 --- a/ets2panda/test/compiler/ts/member_expression_41.ts +++ b/ets2panda/test/compiler/ts/member_expression_41.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_42.ts b/ets2panda/test/compiler/ts/member_expression_42.ts index a7ff909d71..b4f091018e 100644 --- a/ets2panda/test/compiler/ts/member_expression_42.ts +++ b/ets2panda/test/compiler/ts/member_expression_42.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_43.ts b/ets2panda/test/compiler/ts/member_expression_43.ts index 3749debef0..ce96167c51 100644 --- a/ets2panda/test/compiler/ts/member_expression_43.ts +++ b/ets2panda/test/compiler/ts/member_expression_43.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_44.ts b/ets2panda/test/compiler/ts/member_expression_44.ts index 1e07729faf..1d98f2b44e 100644 --- a/ets2panda/test/compiler/ts/member_expression_44.ts +++ b/ets2panda/test/compiler/ts/member_expression_44.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_45.ts b/ets2panda/test/compiler/ts/member_expression_45.ts index 9ae13e38d3..a8392f7d7e 100644 --- a/ets2panda/test/compiler/ts/member_expression_45.ts +++ b/ets2panda/test/compiler/ts/member_expression_45.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_46.ts b/ets2panda/test/compiler/ts/member_expression_46.ts index 1e3ea3675e..7e99768cdb 100644 --- a/ets2panda/test/compiler/ts/member_expression_46.ts +++ b/ets2panda/test/compiler/ts/member_expression_46.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_47.ts b/ets2panda/test/compiler/ts/member_expression_47.ts index d478002148..21c6532cee 100644 --- a/ets2panda/test/compiler/ts/member_expression_47.ts +++ b/ets2panda/test/compiler/ts/member_expression_47.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_48.ts b/ets2panda/test/compiler/ts/member_expression_48.ts index e30b1cc979..6bdfd323ac 100644 --- a/ets2panda/test/compiler/ts/member_expression_48.ts +++ b/ets2panda/test/compiler/ts/member_expression_48.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_49.ts b/ets2panda/test/compiler/ts/member_expression_49.ts index 5752dab500..e44d88a97c 100644 --- a/ets2panda/test/compiler/ts/member_expression_49.ts +++ b/ets2panda/test/compiler/ts/member_expression_49.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_5.ts b/ets2panda/test/compiler/ts/member_expression_5.ts index 5ef8be8c52..0d9c3c70d0 100644 --- a/ets2panda/test/compiler/ts/member_expression_5.ts +++ b/ets2panda/test/compiler/ts/member_expression_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_50.ts b/ets2panda/test/compiler/ts/member_expression_50.ts index 6ea8553bf5..2078428e17 100644 --- a/ets2panda/test/compiler/ts/member_expression_50.ts +++ b/ets2panda/test/compiler/ts/member_expression_50.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_51.ts b/ets2panda/test/compiler/ts/member_expression_51.ts index 9ad1d2b72f..80ca5d113e 100644 --- a/ets2panda/test/compiler/ts/member_expression_51.ts +++ b/ets2panda/test/compiler/ts/member_expression_51.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_52.ts b/ets2panda/test/compiler/ts/member_expression_52.ts index f13970efef..74eca7e965 100644 --- a/ets2panda/test/compiler/ts/member_expression_52.ts +++ b/ets2panda/test/compiler/ts/member_expression_52.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_53.ts b/ets2panda/test/compiler/ts/member_expression_53.ts index 8abd324225..d1a74597c1 100644 --- a/ets2panda/test/compiler/ts/member_expression_53.ts +++ b/ets2panda/test/compiler/ts/member_expression_53.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_54.ts b/ets2panda/test/compiler/ts/member_expression_54.ts index 6195bd1ad5..e9ce095f9f 100644 --- a/ets2panda/test/compiler/ts/member_expression_54.ts +++ b/ets2panda/test/compiler/ts/member_expression_54.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_55.ts b/ets2panda/test/compiler/ts/member_expression_55.ts index 6bdde65f3d..8cb3b402b7 100644 --- a/ets2panda/test/compiler/ts/member_expression_55.ts +++ b/ets2panda/test/compiler/ts/member_expression_55.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_56.ts b/ets2panda/test/compiler/ts/member_expression_56.ts index 77ce0626b3..b5d73546aa 100644 --- a/ets2panda/test/compiler/ts/member_expression_56.ts +++ b/ets2panda/test/compiler/ts/member_expression_56.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_57.ts b/ets2panda/test/compiler/ts/member_expression_57.ts index 4f33187fda..ebad6d5772 100644 --- a/ets2panda/test/compiler/ts/member_expression_57.ts +++ b/ets2panda/test/compiler/ts/member_expression_57.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_58.ts b/ets2panda/test/compiler/ts/member_expression_58.ts index f9b45a9ca9..110630d0d9 100644 --- a/ets2panda/test/compiler/ts/member_expression_58.ts +++ b/ets2panda/test/compiler/ts/member_expression_58.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_59.ts b/ets2panda/test/compiler/ts/member_expression_59.ts index 5a36691c4f..bd50468dab 100644 --- a/ets2panda/test/compiler/ts/member_expression_59.ts +++ b/ets2panda/test/compiler/ts/member_expression_59.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_6.ts b/ets2panda/test/compiler/ts/member_expression_6.ts index a1d4987e66..c3a0523b32 100644 --- a/ets2panda/test/compiler/ts/member_expression_6.ts +++ b/ets2panda/test/compiler/ts/member_expression_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_60.ts b/ets2panda/test/compiler/ts/member_expression_60.ts index a8ca9131cc..3d91643c1e 100644 --- a/ets2panda/test/compiler/ts/member_expression_60.ts +++ b/ets2panda/test/compiler/ts/member_expression_60.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_61.ts b/ets2panda/test/compiler/ts/member_expression_61.ts index ce4c20ec14..4f4f995945 100644 --- a/ets2panda/test/compiler/ts/member_expression_61.ts +++ b/ets2panda/test/compiler/ts/member_expression_61.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_62.ts b/ets2panda/test/compiler/ts/member_expression_62.ts index 7deb30cd88..0c4749ac70 100644 --- a/ets2panda/test/compiler/ts/member_expression_62.ts +++ b/ets2panda/test/compiler/ts/member_expression_62.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_63.ts b/ets2panda/test/compiler/ts/member_expression_63.ts index 487f0e8bcb..872ed7252e 100644 --- a/ets2panda/test/compiler/ts/member_expression_63.ts +++ b/ets2panda/test/compiler/ts/member_expression_63.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_64.ts b/ets2panda/test/compiler/ts/member_expression_64.ts index dc5d28486e..80d867c4d1 100644 --- a/ets2panda/test/compiler/ts/member_expression_64.ts +++ b/ets2panda/test/compiler/ts/member_expression_64.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_65.ts b/ets2panda/test/compiler/ts/member_expression_65.ts index 5558efd9ee..6d34b66d1d 100644 --- a/ets2panda/test/compiler/ts/member_expression_65.ts +++ b/ets2panda/test/compiler/ts/member_expression_65.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_66.ts b/ets2panda/test/compiler/ts/member_expression_66.ts index 2620614e64..5b46e27994 100644 --- a/ets2panda/test/compiler/ts/member_expression_66.ts +++ b/ets2panda/test/compiler/ts/member_expression_66.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_67.ts b/ets2panda/test/compiler/ts/member_expression_67.ts index 306baef539..49ae5141fd 100644 --- a/ets2panda/test/compiler/ts/member_expression_67.ts +++ b/ets2panda/test/compiler/ts/member_expression_67.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_68.ts b/ets2panda/test/compiler/ts/member_expression_68.ts index 3c17463e6a..6a0c13b47f 100644 --- a/ets2panda/test/compiler/ts/member_expression_68.ts +++ b/ets2panda/test/compiler/ts/member_expression_68.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_69.ts b/ets2panda/test/compiler/ts/member_expression_69.ts index 3ad9f56b54..000e3fdfa6 100644 --- a/ets2panda/test/compiler/ts/member_expression_69.ts +++ b/ets2panda/test/compiler/ts/member_expression_69.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_7.ts b/ets2panda/test/compiler/ts/member_expression_7.ts index 93cde439ee..e4edb322e0 100644 --- a/ets2panda/test/compiler/ts/member_expression_7.ts +++ b/ets2panda/test/compiler/ts/member_expression_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_70.ts b/ets2panda/test/compiler/ts/member_expression_70.ts index 1b06eadee0..78f411ec38 100644 --- a/ets2panda/test/compiler/ts/member_expression_70.ts +++ b/ets2panda/test/compiler/ts/member_expression_70.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_71.ts b/ets2panda/test/compiler/ts/member_expression_71.ts index 2555b5f35c..f9874925d3 100644 --- a/ets2panda/test/compiler/ts/member_expression_71.ts +++ b/ets2panda/test/compiler/ts/member_expression_71.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_72.ts b/ets2panda/test/compiler/ts/member_expression_72.ts index c339a02af4..64da01c301 100644 --- a/ets2panda/test/compiler/ts/member_expression_72.ts +++ b/ets2panda/test/compiler/ts/member_expression_72.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_73.ts b/ets2panda/test/compiler/ts/member_expression_73.ts index dbb599fda8..f28fe5f0d7 100644 --- a/ets2panda/test/compiler/ts/member_expression_73.ts +++ b/ets2panda/test/compiler/ts/member_expression_73.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_74.ts b/ets2panda/test/compiler/ts/member_expression_74.ts index 3bc0d7e9db..93abd56967 100644 --- a/ets2panda/test/compiler/ts/member_expression_74.ts +++ b/ets2panda/test/compiler/ts/member_expression_74.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_75.ts b/ets2panda/test/compiler/ts/member_expression_75.ts index 3c64c558a2..55f59667a2 100644 --- a/ets2panda/test/compiler/ts/member_expression_75.ts +++ b/ets2panda/test/compiler/ts/member_expression_75.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_76.ts b/ets2panda/test/compiler/ts/member_expression_76.ts index 99dcffba15..2b82fbaa42 100644 --- a/ets2panda/test/compiler/ts/member_expression_76.ts +++ b/ets2panda/test/compiler/ts/member_expression_76.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_77.ts b/ets2panda/test/compiler/ts/member_expression_77.ts index 175e181b93..6f4a688e75 100644 --- a/ets2panda/test/compiler/ts/member_expression_77.ts +++ b/ets2panda/test/compiler/ts/member_expression_77.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_78.ts b/ets2panda/test/compiler/ts/member_expression_78.ts index e975056ef3..4cb84c246e 100644 --- a/ets2panda/test/compiler/ts/member_expression_78.ts +++ b/ets2panda/test/compiler/ts/member_expression_78.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_79.ts b/ets2panda/test/compiler/ts/member_expression_79.ts index 9ce21ad447..26b17c3512 100644 --- a/ets2panda/test/compiler/ts/member_expression_79.ts +++ b/ets2panda/test/compiler/ts/member_expression_79.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_8.ts b/ets2panda/test/compiler/ts/member_expression_8.ts index 95dee3f2ff..465cc0db71 100644 --- a/ets2panda/test/compiler/ts/member_expression_8.ts +++ b/ets2panda/test/compiler/ts/member_expression_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_80.ts b/ets2panda/test/compiler/ts/member_expression_80.ts index 69c9264b75..46c6b58d67 100644 --- a/ets2panda/test/compiler/ts/member_expression_80.ts +++ b/ets2panda/test/compiler/ts/member_expression_80.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_81.ts b/ets2panda/test/compiler/ts/member_expression_81.ts index 2e215f516b..66b3555cc7 100644 --- a/ets2panda/test/compiler/ts/member_expression_81.ts +++ b/ets2panda/test/compiler/ts/member_expression_81.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_82.ts b/ets2panda/test/compiler/ts/member_expression_82.ts index afdd029ad8..6223c3e04e 100644 --- a/ets2panda/test/compiler/ts/member_expression_82.ts +++ b/ets2panda/test/compiler/ts/member_expression_82.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/member_expression_9.ts b/ets2panda/test/compiler/ts/member_expression_9.ts index d9ad8adee1..291424d41b 100644 --- a/ets2panda/test/compiler/ts/member_expression_9.ts +++ b/ets2panda/test/compiler/ts/member_expression_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_1.ts b/ets2panda/test/compiler/ts/new_expression_1.ts index 189e8de6a8..0adfbd3eef 100644 --- a/ets2panda/test/compiler/ts/new_expression_1.ts +++ b/ets2panda/test/compiler/ts/new_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_10.ts b/ets2panda/test/compiler/ts/new_expression_10.ts index 8c3770a065..449d5241b8 100644 --- a/ets2panda/test/compiler/ts/new_expression_10.ts +++ b/ets2panda/test/compiler/ts/new_expression_10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_100.ts b/ets2panda/test/compiler/ts/new_expression_100.ts index 8d0ad64be3..a3fae3a85e 100644 --- a/ets2panda/test/compiler/ts/new_expression_100.ts +++ b/ets2panda/test/compiler/ts/new_expression_100.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_101.ts b/ets2panda/test/compiler/ts/new_expression_101.ts index dae5dc94ec..ce6f5f4634 100644 --- a/ets2panda/test/compiler/ts/new_expression_101.ts +++ b/ets2panda/test/compiler/ts/new_expression_101.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_102.ts b/ets2panda/test/compiler/ts/new_expression_102.ts index 857cb7dc89..dd883f97bf 100644 --- a/ets2panda/test/compiler/ts/new_expression_102.ts +++ b/ets2panda/test/compiler/ts/new_expression_102.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_103.ts b/ets2panda/test/compiler/ts/new_expression_103.ts index 4625024132..f4f01bc28b 100644 --- a/ets2panda/test/compiler/ts/new_expression_103.ts +++ b/ets2panda/test/compiler/ts/new_expression_103.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_104.ts b/ets2panda/test/compiler/ts/new_expression_104.ts index 582cf2bb66..d13656d4f9 100644 --- a/ets2panda/test/compiler/ts/new_expression_104.ts +++ b/ets2panda/test/compiler/ts/new_expression_104.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_105.ts b/ets2panda/test/compiler/ts/new_expression_105.ts index 99d578c4b9..711b27dd61 100644 --- a/ets2panda/test/compiler/ts/new_expression_105.ts +++ b/ets2panda/test/compiler/ts/new_expression_105.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_106.ts b/ets2panda/test/compiler/ts/new_expression_106.ts index 465025103d..aaa127b98c 100644 --- a/ets2panda/test/compiler/ts/new_expression_106.ts +++ b/ets2panda/test/compiler/ts/new_expression_106.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_107.ts b/ets2panda/test/compiler/ts/new_expression_107.ts index 7ec08c7fcb..73f6014963 100644 --- a/ets2panda/test/compiler/ts/new_expression_107.ts +++ b/ets2panda/test/compiler/ts/new_expression_107.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_108.ts b/ets2panda/test/compiler/ts/new_expression_108.ts index f64b1b84c8..41c8c8bc3c 100644 --- a/ets2panda/test/compiler/ts/new_expression_108.ts +++ b/ets2panda/test/compiler/ts/new_expression_108.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_109.ts b/ets2panda/test/compiler/ts/new_expression_109.ts index 56a8d1a3f0..6d35486ef6 100644 --- a/ets2panda/test/compiler/ts/new_expression_109.ts +++ b/ets2panda/test/compiler/ts/new_expression_109.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_11.ts b/ets2panda/test/compiler/ts/new_expression_11.ts index 3b52957cc5..0fb8ad6b8f 100644 --- a/ets2panda/test/compiler/ts/new_expression_11.ts +++ b/ets2panda/test/compiler/ts/new_expression_11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_110.ts b/ets2panda/test/compiler/ts/new_expression_110.ts index e5ae7580b6..59714a51e9 100644 --- a/ets2panda/test/compiler/ts/new_expression_110.ts +++ b/ets2panda/test/compiler/ts/new_expression_110.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_111.ts b/ets2panda/test/compiler/ts/new_expression_111.ts index fb116c247b..3fa9b978b4 100644 --- a/ets2panda/test/compiler/ts/new_expression_111.ts +++ b/ets2panda/test/compiler/ts/new_expression_111.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_112.ts b/ets2panda/test/compiler/ts/new_expression_112.ts index fc01bfc2f2..5c5a09b994 100644 --- a/ets2panda/test/compiler/ts/new_expression_112.ts +++ b/ets2panda/test/compiler/ts/new_expression_112.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_113.ts b/ets2panda/test/compiler/ts/new_expression_113.ts index d7926a7a44..3b831df83d 100644 --- a/ets2panda/test/compiler/ts/new_expression_113.ts +++ b/ets2panda/test/compiler/ts/new_expression_113.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_114.ts b/ets2panda/test/compiler/ts/new_expression_114.ts index 578f20163e..942b5dff59 100644 --- a/ets2panda/test/compiler/ts/new_expression_114.ts +++ b/ets2panda/test/compiler/ts/new_expression_114.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_115.ts b/ets2panda/test/compiler/ts/new_expression_115.ts index b6711fc596..45cd9aa326 100644 --- a/ets2panda/test/compiler/ts/new_expression_115.ts +++ b/ets2panda/test/compiler/ts/new_expression_115.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_116.ts b/ets2panda/test/compiler/ts/new_expression_116.ts index bd5a5a580d..b245367ee4 100644 --- a/ets2panda/test/compiler/ts/new_expression_116.ts +++ b/ets2panda/test/compiler/ts/new_expression_116.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_117.ts b/ets2panda/test/compiler/ts/new_expression_117.ts index 40c7d2bb7e..d465a44ae7 100644 --- a/ets2panda/test/compiler/ts/new_expression_117.ts +++ b/ets2panda/test/compiler/ts/new_expression_117.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_118.ts b/ets2panda/test/compiler/ts/new_expression_118.ts index d273434168..efeb5e1bb9 100644 --- a/ets2panda/test/compiler/ts/new_expression_118.ts +++ b/ets2panda/test/compiler/ts/new_expression_118.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_119.ts b/ets2panda/test/compiler/ts/new_expression_119.ts index a951a83c90..5344cbbf5e 100644 --- a/ets2panda/test/compiler/ts/new_expression_119.ts +++ b/ets2panda/test/compiler/ts/new_expression_119.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_12.ts b/ets2panda/test/compiler/ts/new_expression_12.ts index 7e51fb2550..66fc13dda5 100644 --- a/ets2panda/test/compiler/ts/new_expression_12.ts +++ b/ets2panda/test/compiler/ts/new_expression_12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_120.ts b/ets2panda/test/compiler/ts/new_expression_120.ts index c85ff2ebe5..9cb6267d7d 100644 --- a/ets2panda/test/compiler/ts/new_expression_120.ts +++ b/ets2panda/test/compiler/ts/new_expression_120.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_121.ts b/ets2panda/test/compiler/ts/new_expression_121.ts index 92a0e3701d..839a2ed60c 100644 --- a/ets2panda/test/compiler/ts/new_expression_121.ts +++ b/ets2panda/test/compiler/ts/new_expression_121.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_122.ts b/ets2panda/test/compiler/ts/new_expression_122.ts index c6bbf6b09d..cae871257d 100644 --- a/ets2panda/test/compiler/ts/new_expression_122.ts +++ b/ets2panda/test/compiler/ts/new_expression_122.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_123.ts b/ets2panda/test/compiler/ts/new_expression_123.ts index 9cca7f940d..2009641f5e 100644 --- a/ets2panda/test/compiler/ts/new_expression_123.ts +++ b/ets2panda/test/compiler/ts/new_expression_123.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_124.ts b/ets2panda/test/compiler/ts/new_expression_124.ts index 57ec1bd623..85f29a80f2 100644 --- a/ets2panda/test/compiler/ts/new_expression_124.ts +++ b/ets2panda/test/compiler/ts/new_expression_124.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_125.ts b/ets2panda/test/compiler/ts/new_expression_125.ts index cc1fbb258e..9eb47d6b62 100644 --- a/ets2panda/test/compiler/ts/new_expression_125.ts +++ b/ets2panda/test/compiler/ts/new_expression_125.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_126.ts b/ets2panda/test/compiler/ts/new_expression_126.ts index 5658eb4642..4e6395fb9e 100644 --- a/ets2panda/test/compiler/ts/new_expression_126.ts +++ b/ets2panda/test/compiler/ts/new_expression_126.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_127.ts b/ets2panda/test/compiler/ts/new_expression_127.ts index 9d05d9134b..47cbaa4624 100644 --- a/ets2panda/test/compiler/ts/new_expression_127.ts +++ b/ets2panda/test/compiler/ts/new_expression_127.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_128.ts b/ets2panda/test/compiler/ts/new_expression_128.ts index 498db42215..5aa6a4eaed 100644 --- a/ets2panda/test/compiler/ts/new_expression_128.ts +++ b/ets2panda/test/compiler/ts/new_expression_128.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_129.ts b/ets2panda/test/compiler/ts/new_expression_129.ts index 8dfd23a231..b73c17d30b 100644 --- a/ets2panda/test/compiler/ts/new_expression_129.ts +++ b/ets2panda/test/compiler/ts/new_expression_129.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_13.ts b/ets2panda/test/compiler/ts/new_expression_13.ts index 7bf1189240..97cbe35127 100644 --- a/ets2panda/test/compiler/ts/new_expression_13.ts +++ b/ets2panda/test/compiler/ts/new_expression_13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_130.ts b/ets2panda/test/compiler/ts/new_expression_130.ts index c20224bab0..ee19cfeca7 100644 --- a/ets2panda/test/compiler/ts/new_expression_130.ts +++ b/ets2panda/test/compiler/ts/new_expression_130.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_131.ts b/ets2panda/test/compiler/ts/new_expression_131.ts index f10170f01b..2fab62c814 100644 --- a/ets2panda/test/compiler/ts/new_expression_131.ts +++ b/ets2panda/test/compiler/ts/new_expression_131.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_132.ts b/ets2panda/test/compiler/ts/new_expression_132.ts index e5fb4c7f39..ffaa060378 100644 --- a/ets2panda/test/compiler/ts/new_expression_132.ts +++ b/ets2panda/test/compiler/ts/new_expression_132.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_133.ts b/ets2panda/test/compiler/ts/new_expression_133.ts index 52aa5d25ee..4da209d86b 100644 --- a/ets2panda/test/compiler/ts/new_expression_133.ts +++ b/ets2panda/test/compiler/ts/new_expression_133.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_134.ts b/ets2panda/test/compiler/ts/new_expression_134.ts index 67f10484bb..d1c5c3f40a 100644 --- a/ets2panda/test/compiler/ts/new_expression_134.ts +++ b/ets2panda/test/compiler/ts/new_expression_134.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_135.ts b/ets2panda/test/compiler/ts/new_expression_135.ts index 63e94e02ab..adff3bc852 100644 --- a/ets2panda/test/compiler/ts/new_expression_135.ts +++ b/ets2panda/test/compiler/ts/new_expression_135.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_136.ts b/ets2panda/test/compiler/ts/new_expression_136.ts index e4a9108db0..1fb3bef1ba 100644 --- a/ets2panda/test/compiler/ts/new_expression_136.ts +++ b/ets2panda/test/compiler/ts/new_expression_136.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_137.ts b/ets2panda/test/compiler/ts/new_expression_137.ts index 41f30e9b50..97488d15d4 100644 --- a/ets2panda/test/compiler/ts/new_expression_137.ts +++ b/ets2panda/test/compiler/ts/new_expression_137.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_138.ts b/ets2panda/test/compiler/ts/new_expression_138.ts index 163be140b9..9231bcc269 100644 --- a/ets2panda/test/compiler/ts/new_expression_138.ts +++ b/ets2panda/test/compiler/ts/new_expression_138.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_139.ts b/ets2panda/test/compiler/ts/new_expression_139.ts index 11308c39e5..54dca43c6a 100644 --- a/ets2panda/test/compiler/ts/new_expression_139.ts +++ b/ets2panda/test/compiler/ts/new_expression_139.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_14.ts b/ets2panda/test/compiler/ts/new_expression_14.ts index f2c1286083..ef6928d74f 100644 --- a/ets2panda/test/compiler/ts/new_expression_14.ts +++ b/ets2panda/test/compiler/ts/new_expression_14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_140.ts b/ets2panda/test/compiler/ts/new_expression_140.ts index 40cab27b39..6f83a0a1ae 100644 --- a/ets2panda/test/compiler/ts/new_expression_140.ts +++ b/ets2panda/test/compiler/ts/new_expression_140.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_141.ts b/ets2panda/test/compiler/ts/new_expression_141.ts index 6d8e190f86..687eabc33f 100644 --- a/ets2panda/test/compiler/ts/new_expression_141.ts +++ b/ets2panda/test/compiler/ts/new_expression_141.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_142.ts b/ets2panda/test/compiler/ts/new_expression_142.ts index cf3dc2410a..0173fa5864 100644 --- a/ets2panda/test/compiler/ts/new_expression_142.ts +++ b/ets2panda/test/compiler/ts/new_expression_142.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_143.ts b/ets2panda/test/compiler/ts/new_expression_143.ts index 0a58cc16cf..e5b6cc358a 100644 --- a/ets2panda/test/compiler/ts/new_expression_143.ts +++ b/ets2panda/test/compiler/ts/new_expression_143.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_144.ts b/ets2panda/test/compiler/ts/new_expression_144.ts index 4e5ee9de16..f3978c0de0 100644 --- a/ets2panda/test/compiler/ts/new_expression_144.ts +++ b/ets2panda/test/compiler/ts/new_expression_144.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_145.ts b/ets2panda/test/compiler/ts/new_expression_145.ts index 0f2619e072..0c79d47494 100644 --- a/ets2panda/test/compiler/ts/new_expression_145.ts +++ b/ets2panda/test/compiler/ts/new_expression_145.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_146.ts b/ets2panda/test/compiler/ts/new_expression_146.ts index 0b7f55ea50..987c94a2d4 100644 --- a/ets2panda/test/compiler/ts/new_expression_146.ts +++ b/ets2panda/test/compiler/ts/new_expression_146.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_147.ts b/ets2panda/test/compiler/ts/new_expression_147.ts index 52e55ea6f5..77c2c550c5 100644 --- a/ets2panda/test/compiler/ts/new_expression_147.ts +++ b/ets2panda/test/compiler/ts/new_expression_147.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_148.ts b/ets2panda/test/compiler/ts/new_expression_148.ts index aaa14eedfa..6d2f0a7773 100644 --- a/ets2panda/test/compiler/ts/new_expression_148.ts +++ b/ets2panda/test/compiler/ts/new_expression_148.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_149.ts b/ets2panda/test/compiler/ts/new_expression_149.ts index 63d7819a1d..5b7c15cf05 100644 --- a/ets2panda/test/compiler/ts/new_expression_149.ts +++ b/ets2panda/test/compiler/ts/new_expression_149.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_15.ts b/ets2panda/test/compiler/ts/new_expression_15.ts index 78386e13bf..4d4cd12d65 100644 --- a/ets2panda/test/compiler/ts/new_expression_15.ts +++ b/ets2panda/test/compiler/ts/new_expression_15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_150.ts b/ets2panda/test/compiler/ts/new_expression_150.ts index 3b1c88dc78..887689b4df 100644 --- a/ets2panda/test/compiler/ts/new_expression_150.ts +++ b/ets2panda/test/compiler/ts/new_expression_150.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_151.ts b/ets2panda/test/compiler/ts/new_expression_151.ts index 41ca4fe28c..f12afb3974 100644 --- a/ets2panda/test/compiler/ts/new_expression_151.ts +++ b/ets2panda/test/compiler/ts/new_expression_151.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_152.ts b/ets2panda/test/compiler/ts/new_expression_152.ts index 2e346cebe6..45b1d379ea 100644 --- a/ets2panda/test/compiler/ts/new_expression_152.ts +++ b/ets2panda/test/compiler/ts/new_expression_152.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_153.ts b/ets2panda/test/compiler/ts/new_expression_153.ts index 4af5eccdab..35fc2fe377 100644 --- a/ets2panda/test/compiler/ts/new_expression_153.ts +++ b/ets2panda/test/compiler/ts/new_expression_153.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_154.ts b/ets2panda/test/compiler/ts/new_expression_154.ts index e68086a8f3..92bef24db0 100644 --- a/ets2panda/test/compiler/ts/new_expression_154.ts +++ b/ets2panda/test/compiler/ts/new_expression_154.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_155.ts b/ets2panda/test/compiler/ts/new_expression_155.ts index eb40d3b5c8..797dd8c880 100644 --- a/ets2panda/test/compiler/ts/new_expression_155.ts +++ b/ets2panda/test/compiler/ts/new_expression_155.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_156.ts b/ets2panda/test/compiler/ts/new_expression_156.ts index 55c1fbb14c..8e561d31fd 100644 --- a/ets2panda/test/compiler/ts/new_expression_156.ts +++ b/ets2panda/test/compiler/ts/new_expression_156.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_157.ts b/ets2panda/test/compiler/ts/new_expression_157.ts index c1fb42d577..6a1272daef 100644 --- a/ets2panda/test/compiler/ts/new_expression_157.ts +++ b/ets2panda/test/compiler/ts/new_expression_157.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_158.ts b/ets2panda/test/compiler/ts/new_expression_158.ts index 9443d5ef01..156c2fb275 100644 --- a/ets2panda/test/compiler/ts/new_expression_158.ts +++ b/ets2panda/test/compiler/ts/new_expression_158.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_159.ts b/ets2panda/test/compiler/ts/new_expression_159.ts index 7b9b4d92e1..057d5d4bc0 100644 --- a/ets2panda/test/compiler/ts/new_expression_159.ts +++ b/ets2panda/test/compiler/ts/new_expression_159.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_16.ts b/ets2panda/test/compiler/ts/new_expression_16.ts index 0f1f703ccb..3aeeb07f78 100644 --- a/ets2panda/test/compiler/ts/new_expression_16.ts +++ b/ets2panda/test/compiler/ts/new_expression_16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_160.ts b/ets2panda/test/compiler/ts/new_expression_160.ts index d5b9e8aadf..c17e5f766e 100644 --- a/ets2panda/test/compiler/ts/new_expression_160.ts +++ b/ets2panda/test/compiler/ts/new_expression_160.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_161.ts b/ets2panda/test/compiler/ts/new_expression_161.ts index 5df918f2eb..69e8dbe4dc 100644 --- a/ets2panda/test/compiler/ts/new_expression_161.ts +++ b/ets2panda/test/compiler/ts/new_expression_161.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_162.ts b/ets2panda/test/compiler/ts/new_expression_162.ts index 15aa0c70b3..a55978a35e 100644 --- a/ets2panda/test/compiler/ts/new_expression_162.ts +++ b/ets2panda/test/compiler/ts/new_expression_162.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_163.ts b/ets2panda/test/compiler/ts/new_expression_163.ts index 80631646e2..cec73e28c9 100644 --- a/ets2panda/test/compiler/ts/new_expression_163.ts +++ b/ets2panda/test/compiler/ts/new_expression_163.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_164.ts b/ets2panda/test/compiler/ts/new_expression_164.ts index de109afdd0..2e6f9a2286 100644 --- a/ets2panda/test/compiler/ts/new_expression_164.ts +++ b/ets2panda/test/compiler/ts/new_expression_164.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_17.ts b/ets2panda/test/compiler/ts/new_expression_17.ts index a652201337..31a820717c 100644 --- a/ets2panda/test/compiler/ts/new_expression_17.ts +++ b/ets2panda/test/compiler/ts/new_expression_17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_18.ts b/ets2panda/test/compiler/ts/new_expression_18.ts index be112eaa4e..b52589e5c2 100644 --- a/ets2panda/test/compiler/ts/new_expression_18.ts +++ b/ets2panda/test/compiler/ts/new_expression_18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_19.ts b/ets2panda/test/compiler/ts/new_expression_19.ts index e64eb1aff1..81e64349ab 100644 --- a/ets2panda/test/compiler/ts/new_expression_19.ts +++ b/ets2panda/test/compiler/ts/new_expression_19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_2.ts b/ets2panda/test/compiler/ts/new_expression_2.ts index 4c7089af57..c3587c428b 100644 --- a/ets2panda/test/compiler/ts/new_expression_2.ts +++ b/ets2panda/test/compiler/ts/new_expression_2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_20.ts b/ets2panda/test/compiler/ts/new_expression_20.ts index 0b2eaac8c0..daab881d55 100644 --- a/ets2panda/test/compiler/ts/new_expression_20.ts +++ b/ets2panda/test/compiler/ts/new_expression_20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_21.ts b/ets2panda/test/compiler/ts/new_expression_21.ts index bfa09f47f8..a7ae88d778 100644 --- a/ets2panda/test/compiler/ts/new_expression_21.ts +++ b/ets2panda/test/compiler/ts/new_expression_21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_22.ts b/ets2panda/test/compiler/ts/new_expression_22.ts index 35c7e370de..d5c2ee5ae0 100644 --- a/ets2panda/test/compiler/ts/new_expression_22.ts +++ b/ets2panda/test/compiler/ts/new_expression_22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_23.ts b/ets2panda/test/compiler/ts/new_expression_23.ts index 82abb42d43..f315280f76 100644 --- a/ets2panda/test/compiler/ts/new_expression_23.ts +++ b/ets2panda/test/compiler/ts/new_expression_23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_24.ts b/ets2panda/test/compiler/ts/new_expression_24.ts index 7b755e2428..0131bc18f7 100644 --- a/ets2panda/test/compiler/ts/new_expression_24.ts +++ b/ets2panda/test/compiler/ts/new_expression_24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_25.ts b/ets2panda/test/compiler/ts/new_expression_25.ts index 9bd97e9a96..96ce6b5c20 100644 --- a/ets2panda/test/compiler/ts/new_expression_25.ts +++ b/ets2panda/test/compiler/ts/new_expression_25.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_26.ts b/ets2panda/test/compiler/ts/new_expression_26.ts index af0fdd1d90..8825bb0944 100644 --- a/ets2panda/test/compiler/ts/new_expression_26.ts +++ b/ets2panda/test/compiler/ts/new_expression_26.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_27.ts b/ets2panda/test/compiler/ts/new_expression_27.ts index b4632d770a..14cf2eed46 100644 --- a/ets2panda/test/compiler/ts/new_expression_27.ts +++ b/ets2panda/test/compiler/ts/new_expression_27.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_28.ts b/ets2panda/test/compiler/ts/new_expression_28.ts index e632eeed4c..09bdda89ce 100644 --- a/ets2panda/test/compiler/ts/new_expression_28.ts +++ b/ets2panda/test/compiler/ts/new_expression_28.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_29.ts b/ets2panda/test/compiler/ts/new_expression_29.ts index e34d1dd886..98726d8f01 100644 --- a/ets2panda/test/compiler/ts/new_expression_29.ts +++ b/ets2panda/test/compiler/ts/new_expression_29.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_3.ts b/ets2panda/test/compiler/ts/new_expression_3.ts index c6e065b1e5..834c984917 100644 --- a/ets2panda/test/compiler/ts/new_expression_3.ts +++ b/ets2panda/test/compiler/ts/new_expression_3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_30.ts b/ets2panda/test/compiler/ts/new_expression_30.ts index 6653101ead..503df13da2 100644 --- a/ets2panda/test/compiler/ts/new_expression_30.ts +++ b/ets2panda/test/compiler/ts/new_expression_30.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_31.ts b/ets2panda/test/compiler/ts/new_expression_31.ts index 920f3d39bb..54d8ed2351 100644 --- a/ets2panda/test/compiler/ts/new_expression_31.ts +++ b/ets2panda/test/compiler/ts/new_expression_31.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_32.ts b/ets2panda/test/compiler/ts/new_expression_32.ts index b1c7f2a431..484aca4887 100644 --- a/ets2panda/test/compiler/ts/new_expression_32.ts +++ b/ets2panda/test/compiler/ts/new_expression_32.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_33.ts b/ets2panda/test/compiler/ts/new_expression_33.ts index 6fe0ad6fef..f72a076389 100644 --- a/ets2panda/test/compiler/ts/new_expression_33.ts +++ b/ets2panda/test/compiler/ts/new_expression_33.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_34.ts b/ets2panda/test/compiler/ts/new_expression_34.ts index 080362108d..a93cf548c8 100644 --- a/ets2panda/test/compiler/ts/new_expression_34.ts +++ b/ets2panda/test/compiler/ts/new_expression_34.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_35.ts b/ets2panda/test/compiler/ts/new_expression_35.ts index a9a7b5e550..ee32342cd8 100644 --- a/ets2panda/test/compiler/ts/new_expression_35.ts +++ b/ets2panda/test/compiler/ts/new_expression_35.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_36.ts b/ets2panda/test/compiler/ts/new_expression_36.ts index f1913aac64..469c2c9183 100644 --- a/ets2panda/test/compiler/ts/new_expression_36.ts +++ b/ets2panda/test/compiler/ts/new_expression_36.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_37.ts b/ets2panda/test/compiler/ts/new_expression_37.ts index fb32d0b968..300e3867e2 100644 --- a/ets2panda/test/compiler/ts/new_expression_37.ts +++ b/ets2panda/test/compiler/ts/new_expression_37.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_38.ts b/ets2panda/test/compiler/ts/new_expression_38.ts index 69b8e7f22e..34a9ef2972 100644 --- a/ets2panda/test/compiler/ts/new_expression_38.ts +++ b/ets2panda/test/compiler/ts/new_expression_38.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_39.ts b/ets2panda/test/compiler/ts/new_expression_39.ts index f628ad62be..18f89b1425 100644 --- a/ets2panda/test/compiler/ts/new_expression_39.ts +++ b/ets2panda/test/compiler/ts/new_expression_39.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_4.ts b/ets2panda/test/compiler/ts/new_expression_4.ts index 88163f265e..c36aefe926 100644 --- a/ets2panda/test/compiler/ts/new_expression_4.ts +++ b/ets2panda/test/compiler/ts/new_expression_4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_40.ts b/ets2panda/test/compiler/ts/new_expression_40.ts index c2b123c3d6..cd0746f8e3 100644 --- a/ets2panda/test/compiler/ts/new_expression_40.ts +++ b/ets2panda/test/compiler/ts/new_expression_40.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_41.ts b/ets2panda/test/compiler/ts/new_expression_41.ts index c97ac517f7..471dc7d94d 100644 --- a/ets2panda/test/compiler/ts/new_expression_41.ts +++ b/ets2panda/test/compiler/ts/new_expression_41.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_42.ts b/ets2panda/test/compiler/ts/new_expression_42.ts index d92717d2f0..fa83905f03 100644 --- a/ets2panda/test/compiler/ts/new_expression_42.ts +++ b/ets2panda/test/compiler/ts/new_expression_42.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_43.ts b/ets2panda/test/compiler/ts/new_expression_43.ts index ff04cbcfe9..ac265a6f62 100644 --- a/ets2panda/test/compiler/ts/new_expression_43.ts +++ b/ets2panda/test/compiler/ts/new_expression_43.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_44.ts b/ets2panda/test/compiler/ts/new_expression_44.ts index 8cffd30c4d..1962cba4d1 100644 --- a/ets2panda/test/compiler/ts/new_expression_44.ts +++ b/ets2panda/test/compiler/ts/new_expression_44.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_45.ts b/ets2panda/test/compiler/ts/new_expression_45.ts index 92ca38a2fe..b10ed886ad 100644 --- a/ets2panda/test/compiler/ts/new_expression_45.ts +++ b/ets2panda/test/compiler/ts/new_expression_45.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_46.ts b/ets2panda/test/compiler/ts/new_expression_46.ts index 1ac3a63e63..a7ae6112ae 100644 --- a/ets2panda/test/compiler/ts/new_expression_46.ts +++ b/ets2panda/test/compiler/ts/new_expression_46.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_47.ts b/ets2panda/test/compiler/ts/new_expression_47.ts index d3cc683eb4..82cea26e93 100644 --- a/ets2panda/test/compiler/ts/new_expression_47.ts +++ b/ets2panda/test/compiler/ts/new_expression_47.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_48.ts b/ets2panda/test/compiler/ts/new_expression_48.ts index 0a43aec929..1f9e9b13c5 100644 --- a/ets2panda/test/compiler/ts/new_expression_48.ts +++ b/ets2panda/test/compiler/ts/new_expression_48.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_49.ts b/ets2panda/test/compiler/ts/new_expression_49.ts index 9116b15f8a..25865bf75a 100644 --- a/ets2panda/test/compiler/ts/new_expression_49.ts +++ b/ets2panda/test/compiler/ts/new_expression_49.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_5.ts b/ets2panda/test/compiler/ts/new_expression_5.ts index bb69d08705..c58b83eefc 100644 --- a/ets2panda/test/compiler/ts/new_expression_5.ts +++ b/ets2panda/test/compiler/ts/new_expression_5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_50.ts b/ets2panda/test/compiler/ts/new_expression_50.ts index 821e4efaf4..8505e4c42b 100644 --- a/ets2panda/test/compiler/ts/new_expression_50.ts +++ b/ets2panda/test/compiler/ts/new_expression_50.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_51.ts b/ets2panda/test/compiler/ts/new_expression_51.ts index 1bab477598..3c3a78b416 100644 --- a/ets2panda/test/compiler/ts/new_expression_51.ts +++ b/ets2panda/test/compiler/ts/new_expression_51.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_52.ts b/ets2panda/test/compiler/ts/new_expression_52.ts index 21324da4fe..8e28f3fb99 100644 --- a/ets2panda/test/compiler/ts/new_expression_52.ts +++ b/ets2panda/test/compiler/ts/new_expression_52.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_53.ts b/ets2panda/test/compiler/ts/new_expression_53.ts index 5c907d0fd4..84a20d72a2 100644 --- a/ets2panda/test/compiler/ts/new_expression_53.ts +++ b/ets2panda/test/compiler/ts/new_expression_53.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_54.ts b/ets2panda/test/compiler/ts/new_expression_54.ts index 44519a34ea..308c021b9c 100644 --- a/ets2panda/test/compiler/ts/new_expression_54.ts +++ b/ets2panda/test/compiler/ts/new_expression_54.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_55.ts b/ets2panda/test/compiler/ts/new_expression_55.ts index ec4547e0b4..b28fd89563 100644 --- a/ets2panda/test/compiler/ts/new_expression_55.ts +++ b/ets2panda/test/compiler/ts/new_expression_55.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_56.ts b/ets2panda/test/compiler/ts/new_expression_56.ts index b99ddffa84..63523beee2 100644 --- a/ets2panda/test/compiler/ts/new_expression_56.ts +++ b/ets2panda/test/compiler/ts/new_expression_56.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_57.ts b/ets2panda/test/compiler/ts/new_expression_57.ts index 1e60125cbf..e18d61b52c 100644 --- a/ets2panda/test/compiler/ts/new_expression_57.ts +++ b/ets2panda/test/compiler/ts/new_expression_57.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_58.ts b/ets2panda/test/compiler/ts/new_expression_58.ts index 7e99e32dcb..1d3b2ab62f 100644 --- a/ets2panda/test/compiler/ts/new_expression_58.ts +++ b/ets2panda/test/compiler/ts/new_expression_58.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_59.ts b/ets2panda/test/compiler/ts/new_expression_59.ts index 334ed660e7..8151879a7c 100644 --- a/ets2panda/test/compiler/ts/new_expression_59.ts +++ b/ets2panda/test/compiler/ts/new_expression_59.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_6.ts b/ets2panda/test/compiler/ts/new_expression_6.ts index f3b715d92e..816ace1451 100644 --- a/ets2panda/test/compiler/ts/new_expression_6.ts +++ b/ets2panda/test/compiler/ts/new_expression_6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_60.ts b/ets2panda/test/compiler/ts/new_expression_60.ts index 6875b153a6..35f950bc6f 100644 --- a/ets2panda/test/compiler/ts/new_expression_60.ts +++ b/ets2panda/test/compiler/ts/new_expression_60.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_61.ts b/ets2panda/test/compiler/ts/new_expression_61.ts index 6a35c94ff1..4e05ba111f 100644 --- a/ets2panda/test/compiler/ts/new_expression_61.ts +++ b/ets2panda/test/compiler/ts/new_expression_61.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_62.ts b/ets2panda/test/compiler/ts/new_expression_62.ts index 9745650c53..37a29465f4 100644 --- a/ets2panda/test/compiler/ts/new_expression_62.ts +++ b/ets2panda/test/compiler/ts/new_expression_62.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_63.ts b/ets2panda/test/compiler/ts/new_expression_63.ts index e2783de875..a41ff79a46 100644 --- a/ets2panda/test/compiler/ts/new_expression_63.ts +++ b/ets2panda/test/compiler/ts/new_expression_63.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_64.ts b/ets2panda/test/compiler/ts/new_expression_64.ts index ae4c9eb06a..6e45851f6e 100644 --- a/ets2panda/test/compiler/ts/new_expression_64.ts +++ b/ets2panda/test/compiler/ts/new_expression_64.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_65.ts b/ets2panda/test/compiler/ts/new_expression_65.ts index f75565e785..8b119d0b14 100644 --- a/ets2panda/test/compiler/ts/new_expression_65.ts +++ b/ets2panda/test/compiler/ts/new_expression_65.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_66.ts b/ets2panda/test/compiler/ts/new_expression_66.ts index cf23557fb0..b97ed135e3 100644 --- a/ets2panda/test/compiler/ts/new_expression_66.ts +++ b/ets2panda/test/compiler/ts/new_expression_66.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_67.ts b/ets2panda/test/compiler/ts/new_expression_67.ts index f5e95ce763..e3b3ef6fe2 100644 --- a/ets2panda/test/compiler/ts/new_expression_67.ts +++ b/ets2panda/test/compiler/ts/new_expression_67.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_68.ts b/ets2panda/test/compiler/ts/new_expression_68.ts index 0c7e85c727..ce9dd96afc 100644 --- a/ets2panda/test/compiler/ts/new_expression_68.ts +++ b/ets2panda/test/compiler/ts/new_expression_68.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_69.ts b/ets2panda/test/compiler/ts/new_expression_69.ts index 4a8c4e80d4..621db15ca3 100644 --- a/ets2panda/test/compiler/ts/new_expression_69.ts +++ b/ets2panda/test/compiler/ts/new_expression_69.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_7.ts b/ets2panda/test/compiler/ts/new_expression_7.ts index 7a3de4cf90..e28548a9d6 100644 --- a/ets2panda/test/compiler/ts/new_expression_7.ts +++ b/ets2panda/test/compiler/ts/new_expression_7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_70.ts b/ets2panda/test/compiler/ts/new_expression_70.ts index 1a51910364..0bf1af6207 100644 --- a/ets2panda/test/compiler/ts/new_expression_70.ts +++ b/ets2panda/test/compiler/ts/new_expression_70.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_71.ts b/ets2panda/test/compiler/ts/new_expression_71.ts index f0994e8958..e2b5410185 100644 --- a/ets2panda/test/compiler/ts/new_expression_71.ts +++ b/ets2panda/test/compiler/ts/new_expression_71.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_72.ts b/ets2panda/test/compiler/ts/new_expression_72.ts index 1aadea40cc..cbabab7fe4 100644 --- a/ets2panda/test/compiler/ts/new_expression_72.ts +++ b/ets2panda/test/compiler/ts/new_expression_72.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_73.ts b/ets2panda/test/compiler/ts/new_expression_73.ts index b46fef8fc1..27008c865a 100644 --- a/ets2panda/test/compiler/ts/new_expression_73.ts +++ b/ets2panda/test/compiler/ts/new_expression_73.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_74.ts b/ets2panda/test/compiler/ts/new_expression_74.ts index 6dbd9fea03..2d64392302 100644 --- a/ets2panda/test/compiler/ts/new_expression_74.ts +++ b/ets2panda/test/compiler/ts/new_expression_74.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_75.ts b/ets2panda/test/compiler/ts/new_expression_75.ts index bccfe894c8..79f16af33d 100644 --- a/ets2panda/test/compiler/ts/new_expression_75.ts +++ b/ets2panda/test/compiler/ts/new_expression_75.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_76.ts b/ets2panda/test/compiler/ts/new_expression_76.ts index 8f700d098f..dd5d0ad04f 100644 --- a/ets2panda/test/compiler/ts/new_expression_76.ts +++ b/ets2panda/test/compiler/ts/new_expression_76.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_77.ts b/ets2panda/test/compiler/ts/new_expression_77.ts index e547c05255..2b12973fa3 100644 --- a/ets2panda/test/compiler/ts/new_expression_77.ts +++ b/ets2panda/test/compiler/ts/new_expression_77.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_78.ts b/ets2panda/test/compiler/ts/new_expression_78.ts index 66bf311264..07116a0dd5 100644 --- a/ets2panda/test/compiler/ts/new_expression_78.ts +++ b/ets2panda/test/compiler/ts/new_expression_78.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_79.ts b/ets2panda/test/compiler/ts/new_expression_79.ts index c2740f4cc4..740dd83e3c 100644 --- a/ets2panda/test/compiler/ts/new_expression_79.ts +++ b/ets2panda/test/compiler/ts/new_expression_79.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_8.ts b/ets2panda/test/compiler/ts/new_expression_8.ts index fc0a5ffbeb..a787532ff7 100644 --- a/ets2panda/test/compiler/ts/new_expression_8.ts +++ b/ets2panda/test/compiler/ts/new_expression_8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_80.ts b/ets2panda/test/compiler/ts/new_expression_80.ts index 080c8076ef..78757f485f 100644 --- a/ets2panda/test/compiler/ts/new_expression_80.ts +++ b/ets2panda/test/compiler/ts/new_expression_80.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_81.ts b/ets2panda/test/compiler/ts/new_expression_81.ts index 64356b5e0c..d830f851ba 100644 --- a/ets2panda/test/compiler/ts/new_expression_81.ts +++ b/ets2panda/test/compiler/ts/new_expression_81.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_82.ts b/ets2panda/test/compiler/ts/new_expression_82.ts index 83b95c3b8d..c930668d8e 100644 --- a/ets2panda/test/compiler/ts/new_expression_82.ts +++ b/ets2panda/test/compiler/ts/new_expression_82.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_83.ts b/ets2panda/test/compiler/ts/new_expression_83.ts index 527ab530ca..c9f6016f2e 100644 --- a/ets2panda/test/compiler/ts/new_expression_83.ts +++ b/ets2panda/test/compiler/ts/new_expression_83.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_84.ts b/ets2panda/test/compiler/ts/new_expression_84.ts index f477c7a10c..3664aea460 100644 --- a/ets2panda/test/compiler/ts/new_expression_84.ts +++ b/ets2panda/test/compiler/ts/new_expression_84.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_85.ts b/ets2panda/test/compiler/ts/new_expression_85.ts index b3868de88a..17ad542b0a 100644 --- a/ets2panda/test/compiler/ts/new_expression_85.ts +++ b/ets2panda/test/compiler/ts/new_expression_85.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_86.ts b/ets2panda/test/compiler/ts/new_expression_86.ts index 0ccc9a1dac..6c8768a8f7 100644 --- a/ets2panda/test/compiler/ts/new_expression_86.ts +++ b/ets2panda/test/compiler/ts/new_expression_86.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_87.ts b/ets2panda/test/compiler/ts/new_expression_87.ts index 8b75e0d604..e8b48a7cdb 100644 --- a/ets2panda/test/compiler/ts/new_expression_87.ts +++ b/ets2panda/test/compiler/ts/new_expression_87.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_88.ts b/ets2panda/test/compiler/ts/new_expression_88.ts index a4b872b515..a2a9505f76 100644 --- a/ets2panda/test/compiler/ts/new_expression_88.ts +++ b/ets2panda/test/compiler/ts/new_expression_88.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_89.ts b/ets2panda/test/compiler/ts/new_expression_89.ts index c63225d779..169df2f869 100644 --- a/ets2panda/test/compiler/ts/new_expression_89.ts +++ b/ets2panda/test/compiler/ts/new_expression_89.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_9.ts b/ets2panda/test/compiler/ts/new_expression_9.ts index 55453cf273..e387c64a12 100644 --- a/ets2panda/test/compiler/ts/new_expression_9.ts +++ b/ets2panda/test/compiler/ts/new_expression_9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_90.ts b/ets2panda/test/compiler/ts/new_expression_90.ts index 73f901308d..d9e2b294c1 100644 --- a/ets2panda/test/compiler/ts/new_expression_90.ts +++ b/ets2panda/test/compiler/ts/new_expression_90.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_91.ts b/ets2panda/test/compiler/ts/new_expression_91.ts index 7d860f96ba..b0ff9ff13f 100644 --- a/ets2panda/test/compiler/ts/new_expression_91.ts +++ b/ets2panda/test/compiler/ts/new_expression_91.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_92.ts b/ets2panda/test/compiler/ts/new_expression_92.ts index 0861800d4d..48a2448113 100644 --- a/ets2panda/test/compiler/ts/new_expression_92.ts +++ b/ets2panda/test/compiler/ts/new_expression_92.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_93.ts b/ets2panda/test/compiler/ts/new_expression_93.ts index b2feac1b86..a40de8dd0a 100644 --- a/ets2panda/test/compiler/ts/new_expression_93.ts +++ b/ets2panda/test/compiler/ts/new_expression_93.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_94.ts b/ets2panda/test/compiler/ts/new_expression_94.ts index fef51d3c82..71ed0e6748 100644 --- a/ets2panda/test/compiler/ts/new_expression_94.ts +++ b/ets2panda/test/compiler/ts/new_expression_94.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_95.ts b/ets2panda/test/compiler/ts/new_expression_95.ts index 55d02ce20a..a445216219 100644 --- a/ets2panda/test/compiler/ts/new_expression_95.ts +++ b/ets2panda/test/compiler/ts/new_expression_95.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_96.ts b/ets2panda/test/compiler/ts/new_expression_96.ts index 9d67cc5352..221d1b7d8e 100644 --- a/ets2panda/test/compiler/ts/new_expression_96.ts +++ b/ets2panda/test/compiler/ts/new_expression_96.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_97.ts b/ets2panda/test/compiler/ts/new_expression_97.ts index 69c53a89d5..cef8215916 100644 --- a/ets2panda/test/compiler/ts/new_expression_97.ts +++ b/ets2panda/test/compiler/ts/new_expression_97.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_98.ts b/ets2panda/test/compiler/ts/new_expression_98.ts index 593310d0bc..c09175ac71 100644 --- a/ets2panda/test/compiler/ts/new_expression_98.ts +++ b/ets2panda/test/compiler/ts/new_expression_98.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/new_expression_99.ts b/ets2panda/test/compiler/ts/new_expression_99.ts index 3fe8f12ca4..7463889e9b 100644 --- a/ets2panda/test/compiler/ts/new_expression_99.ts +++ b/ets2panda/test/compiler/ts/new_expression_99.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring.ts b/ets2panda/test/compiler/ts/objectDestructuring.ts index f2ac649a99..408a2b464f 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring1.ts b/ets2panda/test/compiler/ts/objectDestructuring1.ts index c5f5e4e345..d8128c1908 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring1.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring10.ts b/ets2panda/test/compiler/ts/objectDestructuring10.ts index 66c1be60dd..5e04992d5b 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring10.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring11.ts b/ets2panda/test/compiler/ts/objectDestructuring11.ts index a4d7ae316d..e1d7ae0e81 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring11.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring12.ts b/ets2panda/test/compiler/ts/objectDestructuring12.ts index d6ed9b539d..884d69ffce 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring12.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring13.ts b/ets2panda/test/compiler/ts/objectDestructuring13.ts index 10743f14b5..c19fb0e840 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring13.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring14.ts b/ets2panda/test/compiler/ts/objectDestructuring14.ts index ddd2f26e2e..d901cd3904 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring14.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring15.ts b/ets2panda/test/compiler/ts/objectDestructuring15.ts index f0e5c90f76..3c4fb85ffc 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring15.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring16.ts b/ets2panda/test/compiler/ts/objectDestructuring16.ts index 4784af8fc8..bb8764ebc5 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring16.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring17.ts b/ets2panda/test/compiler/ts/objectDestructuring17.ts index b17f47c380..c76c90a3e1 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring17.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring18.ts b/ets2panda/test/compiler/ts/objectDestructuring18.ts index 550f630de1..264b55e688 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring18.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring19.ts b/ets2panda/test/compiler/ts/objectDestructuring19.ts index bdb9e4d5ca..1778b4d805 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring19.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring2.ts b/ets2panda/test/compiler/ts/objectDestructuring2.ts index 7bafb0bb11..1ae4c87455 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring2.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring20.ts b/ets2panda/test/compiler/ts/objectDestructuring20.ts index 9c39d53783..aabf8a5dd7 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring20.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring21.ts b/ets2panda/test/compiler/ts/objectDestructuring21.ts index 643b32b11f..e559604c4c 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring21.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring22.ts b/ets2panda/test/compiler/ts/objectDestructuring22.ts index 5038e166e1..3749c27539 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring22.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring23.ts b/ets2panda/test/compiler/ts/objectDestructuring23.ts index c8b6219a0c..487802e09f 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring23.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring24.ts b/ets2panda/test/compiler/ts/objectDestructuring24.ts index d339138945..fbc77efc56 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring24.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring25.ts b/ets2panda/test/compiler/ts/objectDestructuring25.ts index 88c79411ba..783f78e27b 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring25.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring25.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring26.ts b/ets2panda/test/compiler/ts/objectDestructuring26.ts index 564ecef506..a953ec670e 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring26.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring26.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring27.ts b/ets2panda/test/compiler/ts/objectDestructuring27.ts index ad7bd14f94..e620f7cb8a 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring27.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring27.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring28.ts b/ets2panda/test/compiler/ts/objectDestructuring28.ts index a5f8eee556..a4f321a90f 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring28.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring28.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring29.ts b/ets2panda/test/compiler/ts/objectDestructuring29.ts index 456b95e182..36b3b44b43 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring29.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring29.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring3.ts b/ets2panda/test/compiler/ts/objectDestructuring3.ts index 0fcd61b0fc..5469c8cc61 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring3.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring30.ts b/ets2panda/test/compiler/ts/objectDestructuring30.ts index 9e8c291f06..7ade846eef 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring30.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring30.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring31.ts b/ets2panda/test/compiler/ts/objectDestructuring31.ts index 0506ed3520..438d16ea57 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring31.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring31.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring32.ts b/ets2panda/test/compiler/ts/objectDestructuring32.ts index 29a038d680..5655183914 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring32.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring32.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring33.ts b/ets2panda/test/compiler/ts/objectDestructuring33.ts index afbda25231..7af37424d4 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring33.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring33.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring34.ts b/ets2panda/test/compiler/ts/objectDestructuring34.ts index 5e997310a7..7a1d964e84 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring34.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring34.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring35.ts b/ets2panda/test/compiler/ts/objectDestructuring35.ts index 4a8d7059ec..ff73a8b743 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring35.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring35.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring36.ts b/ets2panda/test/compiler/ts/objectDestructuring36.ts index 27df5fe665..bb7a394880 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring36.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring36.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring37.ts b/ets2panda/test/compiler/ts/objectDestructuring37.ts index a3e91f9795..c696f50a5c 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring37.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring37.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring38.ts b/ets2panda/test/compiler/ts/objectDestructuring38.ts index b45463d3f2..9881019b02 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring38.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring38.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring39.ts b/ets2panda/test/compiler/ts/objectDestructuring39.ts index 1ffa0e513f..27daabb25d 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring39.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring39.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring4.ts b/ets2panda/test/compiler/ts/objectDestructuring4.ts index 0b8a90747f..eb64fad80f 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring4.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring40.ts b/ets2panda/test/compiler/ts/objectDestructuring40.ts index a4d9c05760..54b267377a 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring40.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring40.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring41.ts b/ets2panda/test/compiler/ts/objectDestructuring41.ts index 32a5cdfc47..c1f0fc3854 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring41.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring41.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring5.ts b/ets2panda/test/compiler/ts/objectDestructuring5.ts index f0ae713134..df3df681bc 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring5.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring6.ts b/ets2panda/test/compiler/ts/objectDestructuring6.ts index 4ac2f72fc9..86f781c9f4 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring6.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring7.ts b/ets2panda/test/compiler/ts/objectDestructuring7.ts index ed4a4d4798..a7a1a9b23a 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring7.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring8.ts b/ets2panda/test/compiler/ts/objectDestructuring8.ts index cf9c72d524..551651dea7 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring8.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectDestructuring9.ts b/ets2panda/test/compiler/ts/objectDestructuring9.ts index 30f6821ecd..1372aef923 100644 --- a/ets2panda/test/compiler/ts/objectDestructuring9.ts +++ b/ets2panda/test/compiler/ts/objectDestructuring9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability.ts index 5f7b8b1806..5faeae6d70 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability1.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability1.ts index 67af33a345..8dc5bea35c 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability1.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability10.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability10.ts index 9aade83fd5..e5e004fc31 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability10.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability11.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability11.ts index 1bfaa0d113..b46c98191b 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability11.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability12.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability12.ts index 3292b3b57f..21032e6fa0 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability12.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability13.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability13.ts index f554ab1f53..1cbcfa8d6f 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability13.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability14.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability14.ts index 15e677e8fb..373cf12c9f 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability14.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability15.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability15.ts index bf0bb64c20..db60733354 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability15.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability16.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability16.ts index 9295440fef..3e4d7fc7d0 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability16.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability17.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability17.ts index f337be03e8..b23b59b9dc 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability17.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability18.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability18.ts index 1f510c4f74..ec0b95dbba 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability18.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability19.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability19.ts index de6b7a9dc1..05e8fb7212 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability19.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability2.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability2.ts index 70f66898c2..7ff7635289 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability2.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability20.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability20.ts index 6c1ac958ee..87d3dc17aa 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability20.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability3.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability3.ts index b70bda3f83..42f53f2092 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability3.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability4.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability4.ts index 4ca9f1fc12..2cf4afaf9e 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability4.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability5.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability5.ts index 85a68b17ff..3f8c21f790 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability5.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability6.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability6.ts index c6560098c2..b23ea5537a 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability6.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability7.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability7.ts index 14d20e8460..42da9a75e4 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability7.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability8.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability8.ts index d4aa659b1d..cb54129cd4 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability8.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/objectLiteralAssignability9.ts b/ets2panda/test/compiler/ts/objectLiteralAssignability9.ts index 024e8edf90..fafc8287db 100644 --- a/ets2panda/test/compiler/ts/objectLiteralAssignability9.ts +++ b/ets2panda/test/compiler/ts/objectLiteralAssignability9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/object_expression_1.ts b/ets2panda/test/compiler/ts/object_expression_1.ts index 575df1a777..2c95bb83f8 100644 --- a/ets2panda/test/compiler/ts/object_expression_1.ts +++ b/ets2panda/test/compiler/ts/object_expression_1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/recursiveFunction.ts b/ets2panda/test/compiler/ts/recursiveFunction.ts index a678156dfc..c0061be073 100644 --- a/ets2panda/test/compiler/ts/recursiveFunction.ts +++ b/ets2panda/test/compiler/ts/recursiveFunction.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/recursiveTypeofWithProperty.ts b/ets2panda/test/compiler/ts/recursiveTypeofWithProperty.ts index dde2d56578..ba67307ab6 100644 --- a/ets2panda/test/compiler/ts/recursiveTypeofWithProperty.ts +++ b/ets2panda/test/compiler/ts/recursiveTypeofWithProperty.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/switch_statement.ts b/ets2panda/test/compiler/ts/switch_statement.ts index 4666c9a168..b3609d3473 100644 --- a/ets2panda/test/compiler/ts/switch_statement.ts +++ b/ets2panda/test/compiler/ts/switch_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/switch_statement_bad.ts b/ets2panda/test/compiler/ts/switch_statement_bad.ts index c7aec3c67f..17c54109df 100644 --- a/ets2panda/test/compiler/ts/switch_statement_bad.ts +++ b/ets2panda/test/compiler/ts/switch_statement_bad.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-interface.ts b/ets2panda/test/compiler/ts/test-interface.ts index a7254fecbd..352c44d1d2 100644 --- a/ets2panda/test/compiler/ts/test-interface.ts +++ b/ets2panda/test/compiler/ts/test-interface.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-interface4.ts b/ets2panda/test/compiler/ts/test-interface4.ts index f06e70caf3..a450d8567b 100644 --- a/ets2panda/test/compiler/ts/test-interface4.ts +++ b/ets2panda/test/compiler/ts/test-interface4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-interface5.ts b/ets2panda/test/compiler/ts/test-interface5.ts index 1043bc70b0..f0f681c579 100644 --- a/ets2panda/test/compiler/ts/test-interface5.ts +++ b/ets2panda/test/compiler/ts/test-interface5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-interface6.ts b/ets2panda/test/compiler/ts/test-interface6.ts index 9b11e17406..ce3664c54c 100644 --- a/ets2panda/test/compiler/ts/test-interface6.ts +++ b/ets2panda/test/compiler/ts/test-interface6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-interface7.ts b/ets2panda/test/compiler/ts/test-interface7.ts index b8cbd72e74..0ea85918ee 100644 --- a/ets2panda/test/compiler/ts/test-interface7.ts +++ b/ets2panda/test/compiler/ts/test-interface7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-type-literal.ts b/ets2panda/test/compiler/ts/test-type-literal.ts index e9419768cd..2e22c31d49 100644 --- a/ets2panda/test/compiler/ts/test-type-literal.ts +++ b/ets2panda/test/compiler/ts/test-type-literal.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-type-literal4.ts b/ets2panda/test/compiler/ts/test-type-literal4.ts index 56ef821ced..d334451716 100644 --- a/ets2panda/test/compiler/ts/test-type-literal4.ts +++ b/ets2panda/test/compiler/ts/test-type-literal4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-type-literal5.ts b/ets2panda/test/compiler/ts/test-type-literal5.ts index 80e50cf15b..743e46918b 100644 --- a/ets2panda/test/compiler/ts/test-type-literal5.ts +++ b/ets2panda/test/compiler/ts/test-type-literal5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-type-literal6.ts b/ets2panda/test/compiler/ts/test-type-literal6.ts index 2c11025efa..2219743b22 100644 --- a/ets2panda/test/compiler/ts/test-type-literal6.ts +++ b/ets2panda/test/compiler/ts/test-type-literal6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test-type-literal7.ts b/ets2panda/test/compiler/ts/test-type-literal7.ts index 59d84e207c..d9d2368f83 100644 --- a/ets2panda/test/compiler/ts/test-type-literal7.ts +++ b/ets2panda/test/compiler/ts/test-type-literal7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/test_variable_declaration_null.ts b/ets2panda/test/compiler/ts/test_variable_declaration_null.ts index 352887354c..0a1d52de81 100644 --- a/ets2panda/test/compiler/ts/test_variable_declaration_null.ts +++ b/ets2panda/test/compiler/ts/test_variable_declaration_null.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/try_catch_statement.ts b/ets2panda/test/compiler/ts/try_catch_statement.ts index 4a5132a146..f9efae8f77 100644 --- a/ets2panda/test/compiler/ts/try_catch_statement.ts +++ b/ets2panda/test/compiler/ts/try_catch_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability.ts b/ets2panda/test/compiler/ts/tupleAssignability.ts index 2cef4e7788..42727c2327 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability1.ts b/ets2panda/test/compiler/ts/tupleAssignability1.ts index bbddaca11d..4e93e3ff67 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability1.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability10.ts b/ets2panda/test/compiler/ts/tupleAssignability10.ts index 8a75aed755..1519d2de69 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability10.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability11.ts b/ets2panda/test/compiler/ts/tupleAssignability11.ts index 3c48de9265..d694b06192 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability11.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability12.ts b/ets2panda/test/compiler/ts/tupleAssignability12.ts index e251c1a776..32309d7497 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability12.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability13.ts b/ets2panda/test/compiler/ts/tupleAssignability13.ts index 658c5f0f2d..c17f8f43b0 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability13.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability14.ts b/ets2panda/test/compiler/ts/tupleAssignability14.ts index 0bdfa24d0f..7cdcb9c35f 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability14.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability15.ts b/ets2panda/test/compiler/ts/tupleAssignability15.ts index 08aeefba86..bb3a9d7731 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability15.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability16.ts b/ets2panda/test/compiler/ts/tupleAssignability16.ts index 452bf1f4b1..7f2e3557df 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability16.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability17.ts b/ets2panda/test/compiler/ts/tupleAssignability17.ts index a2f9d80965..a4eb3aca75 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability17.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability18.ts b/ets2panda/test/compiler/ts/tupleAssignability18.ts index e9d49b55f9..fcc51c2a54 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability18.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability19.ts b/ets2panda/test/compiler/ts/tupleAssignability19.ts index 5a98030b96..207bf19f66 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability19.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability19.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability2.ts b/ets2panda/test/compiler/ts/tupleAssignability2.ts index 101f60b79d..03cb169f74 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability2.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability20.ts b/ets2panda/test/compiler/ts/tupleAssignability20.ts index b0aacb8454..fc425079e1 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability20.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability20.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability21.ts b/ets2panda/test/compiler/ts/tupleAssignability21.ts index f7ac8de5a9..54f2f3ba8c 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability21.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability21.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability22.ts b/ets2panda/test/compiler/ts/tupleAssignability22.ts index e50058da7b..dfd61e43ca 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability22.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability22.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability23.ts b/ets2panda/test/compiler/ts/tupleAssignability23.ts index 502010b5ef..dde6b77508 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability23.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability23.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability24.ts b/ets2panda/test/compiler/ts/tupleAssignability24.ts index 32915b03d8..f89634fe1a 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability24.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability24.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability3.ts b/ets2panda/test/compiler/ts/tupleAssignability3.ts index 5797724e88..a6500e9a94 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability3.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability4.ts b/ets2panda/test/compiler/ts/tupleAssignability4.ts index c99932842b..dca42d6cc6 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability4.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability5.ts b/ets2panda/test/compiler/ts/tupleAssignability5.ts index bc6b4d64f1..e52cb334d0 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability5.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability6.ts b/ets2panda/test/compiler/ts/tupleAssignability6.ts index 3acc0d0f50..2aa26014e4 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability6.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability7.ts b/ets2panda/test/compiler/ts/tupleAssignability7.ts index 27b87a69f5..24d950bc36 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability7.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability8.ts b/ets2panda/test/compiler/ts/tupleAssignability8.ts index 49ccb20e66..d19b1020eb 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability8.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/tupleAssignability9.ts b/ets2panda/test/compiler/ts/tupleAssignability9.ts index e516a2f260..07732d06c3 100644 --- a/ets2panda/test/compiler/ts/tupleAssignability9.ts +++ b/ets2panda/test/compiler/ts/tupleAssignability9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/typeAliasUsedAsValue.ts b/ets2panda/test/compiler/ts/typeAliasUsedAsValue.ts index 7c60fddcd7..2861000967 100644 --- a/ets2panda/test/compiler/ts/typeAliasUsedAsValue.ts +++ b/ets2panda/test/compiler/ts/typeAliasUsedAsValue.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/undefined_as_value.ts b/ets2panda/test/compiler/ts/undefined_as_value.ts index 5a581f6c28..26e7f997d1 100644 --- a/ets2panda/test/compiler/ts/undefined_as_value.ts +++ b/ets2panda/test/compiler/ts/undefined_as_value.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/undefined_variable_name.ts b/ets2panda/test/compiler/ts/undefined_variable_name.ts index 9e09d47254..0a1f804ca3 100644 --- a/ets2panda/test/compiler/ts/undefined_variable_name.ts +++ b/ets2panda/test/compiler/ts/undefined_variable_name.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration.ts b/ets2panda/test/compiler/ts/varRedeclaration.ts index 8867e5863a..fb9040d8c1 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration1.ts b/ets2panda/test/compiler/ts/varRedeclaration1.ts index d744d5fe54..e9c1d84a9b 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration1.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration10.ts b/ets2panda/test/compiler/ts/varRedeclaration10.ts index 87f61a95da..d574c7183d 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration10.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration11.ts b/ets2panda/test/compiler/ts/varRedeclaration11.ts index 6a56695c6e..6b85ac3502 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration11.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration12.ts b/ets2panda/test/compiler/ts/varRedeclaration12.ts index 591ed6b443..33daa535bb 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration12.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration13.ts b/ets2panda/test/compiler/ts/varRedeclaration13.ts index e25a047027..e285ad8b19 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration13.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration14.ts b/ets2panda/test/compiler/ts/varRedeclaration14.ts index f68cc88085..51805985b3 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration14.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration15.ts b/ets2panda/test/compiler/ts/varRedeclaration15.ts index e51d8269d9..205aa980d6 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration15.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration2.ts b/ets2panda/test/compiler/ts/varRedeclaration2.ts index 6d2d8cb03a..8c070fdd74 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration2.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration3.ts b/ets2panda/test/compiler/ts/varRedeclaration3.ts index fa4da023be..77b42845d8 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration3.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration4.ts b/ets2panda/test/compiler/ts/varRedeclaration4.ts index 49ddd0a6c8..d738013803 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration4.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration5.ts b/ets2panda/test/compiler/ts/varRedeclaration5.ts index 37e73af0d5..ce19dfb448 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration5.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration6.ts b/ets2panda/test/compiler/ts/varRedeclaration6.ts index 68a8e671b7..78bf54da9c 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration6.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration7.ts b/ets2panda/test/compiler/ts/varRedeclaration7.ts index b6c3b845d4..ad55a3afc9 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration7.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration8.ts b/ets2panda/test/compiler/ts/varRedeclaration8.ts index 3f89c2eed2..2ef1b622f1 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration8.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/varRedeclaration9.ts b/ets2panda/test/compiler/ts/varRedeclaration9.ts index 872639b0d1..3c9bf3948a 100644 --- a/ets2panda/test/compiler/ts/varRedeclaration9.ts +++ b/ets2panda/test/compiler/ts/varRedeclaration9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/compiler/ts/while_statement.ts b/ets2panda/test/compiler/ts/while_statement.ts index 5d358e5af0..be8032c277 100644 --- a/ets2panda/test/compiler/ts/while_statement.ts +++ b/ets2panda/test/compiler/ts/while_statement.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_class_method.ts b/ets2panda/test/parser/as/test_class_method.ts index 4e0db7f3eb..53a71127c0 100644 --- a/ets2panda/test/parser/as/test_class_method.ts +++ b/ets2panda/test/parser/as/test_class_method.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_class_property.ts b/ets2panda/test/parser/as/test_class_property.ts index bef84585dd..b7b807ae10 100644 --- a/ets2panda/test/parser/as/test_class_property.ts +++ b/ets2panda/test/parser/as/test_class_property.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_class_property1.ts b/ets2panda/test/parser/as/test_class_property1.ts index bfccd7ad5d..176bd92331 100644 --- a/ets2panda/test/parser/as/test_class_property1.ts +++ b/ets2panda/test/parser/as/test_class_property1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_declare_method.ts b/ets2panda/test/parser/as/test_declare_method.ts index 28a57abc76..7aad71eff9 100644 --- a/ets2panda/test/parser/as/test_declare_method.ts +++ b/ets2panda/test/parser/as/test_declare_method.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_decorator.ts b/ets2panda/test/parser/as/test_decorator.ts index 1c3742537e..31999d002c 100644 --- a/ets2panda/test/parser/as/test_decorator.ts +++ b/ets2panda/test/parser/as/test_decorator.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_decorators1.ts b/ets2panda/test/parser/as/test_decorators1.ts index a99ff2cb3f..d96fd71839 100644 --- a/ets2panda/test/parser/as/test_decorators1.ts +++ b/ets2panda/test/parser/as/test_decorators1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_decorators2.ts b/ets2panda/test/parser/as/test_decorators2.ts index a7605b69f7..a5223698b1 100644 --- a/ets2panda/test/parser/as/test_decorators2.ts +++ b/ets2panda/test/parser/as/test_decorators2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_decorators3.ts b/ets2panda/test/parser/as/test_decorators3.ts index dc7a2fbbcc..b3a4eded3f 100644 --- a/ets2panda/test/parser/as/test_decorators3.ts +++ b/ets2panda/test/parser/as/test_decorators3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_decorators4.ts b/ets2panda/test/parser/as/test_decorators4.ts index 17367f2d3a..9e4a488501 100644 --- a/ets2panda/test/parser/as/test_decorators4.ts +++ b/ets2panda/test/parser/as/test_decorators4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface.ts b/ets2panda/test/parser/as/test_interface.ts index 94eba31020..9e6cf35c83 100644 --- a/ets2panda/test/parser/as/test_interface.ts +++ b/ets2panda/test/parser/as/test_interface.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface1.ts b/ets2panda/test/parser/as/test_interface1.ts index f09bf5e8f7..0246305afc 100644 --- a/ets2panda/test/parser/as/test_interface1.ts +++ b/ets2panda/test/parser/as/test_interface1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface2.ts b/ets2panda/test/parser/as/test_interface2.ts index 0db2a4a879..5478bac83c 100644 --- a/ets2panda/test/parser/as/test_interface2.ts +++ b/ets2panda/test/parser/as/test_interface2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface3.ts b/ets2panda/test/parser/as/test_interface3.ts index f09bf5e8f7..0246305afc 100644 --- a/ets2panda/test/parser/as/test_interface3.ts +++ b/ets2panda/test/parser/as/test_interface3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface4.ts b/ets2panda/test/parser/as/test_interface4.ts index 63c0c1ce6b..e8e4d1a58e 100644 --- a/ets2panda/test/parser/as/test_interface4.ts +++ b/ets2panda/test/parser/as/test_interface4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_interface5.ts b/ets2panda/test/parser/as/test_interface5.ts index f7c84659f5..3794997511 100644 --- a/ets2panda/test/parser/as/test_interface5.ts +++ b/ets2panda/test/parser/as/test_interface5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_object_literal.ts b/ets2panda/test/parser/as/test_object_literal.ts index 9310f8e9b2..ef3519fe7f 100644 --- a/ets2panda/test/parser/as/test_object_literal.ts +++ b/ets2panda/test/parser/as/test_object_literal.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_object_literal1.ts b/ets2panda/test/parser/as/test_object_literal1.ts index 86fa21274a..20878831f1 100644 --- a/ets2panda/test/parser/as/test_object_literal1.ts +++ b/ets2panda/test/parser/as/test_object_literal1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_object_literal2.ts b/ets2panda/test/parser/as/test_object_literal2.ts index 57321542c9..1bab125d27 100644 --- a/ets2panda/test/parser/as/test_object_literal2.ts +++ b/ets2panda/test/parser/as/test_object_literal2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_object_literal3.ts b/ets2panda/test/parser/as/test_object_literal3.ts index 6cadf96a27..7365e4b77b 100644 --- a/ets2panda/test/parser/as/test_object_literal3.ts +++ b/ets2panda/test/parser/as/test_object_literal3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_object_literal4.ts b/ets2panda/test/parser/as/test_object_literal4.ts index ed6eac1477..7fd9351ac8 100644 --- a/ets2panda/test/parser/as/test_object_literal4.ts +++ b/ets2panda/test/parser/as/test_object_literal4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation.ts b/ets2panda/test/parser/as/test_type_annotation.ts index 284acb6772..4480ea39ac 100644 --- a/ets2panda/test/parser/as/test_type_annotation.ts +++ b/ets2panda/test/parser/as/test_type_annotation.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation1.ts b/ets2panda/test/parser/as/test_type_annotation1.ts index bbb1e20ea6..a3fec0f8ca 100644 --- a/ets2panda/test/parser/as/test_type_annotation1.ts +++ b/ets2panda/test/parser/as/test_type_annotation1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation2.ts b/ets2panda/test/parser/as/test_type_annotation2.ts index 58bc00b02d..e7e09c88df 100644 --- a/ets2panda/test/parser/as/test_type_annotation2.ts +++ b/ets2panda/test/parser/as/test_type_annotation2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation3.ts b/ets2panda/test/parser/as/test_type_annotation3.ts index 9c7bfca7f5..130e8063d0 100644 --- a/ets2panda/test/parser/as/test_type_annotation3.ts +++ b/ets2panda/test/parser/as/test_type_annotation3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation4.ts b/ets2panda/test/parser/as/test_type_annotation4.ts index 9a63c6159c..1ea5951b7e 100644 --- a/ets2panda/test/parser/as/test_type_annotation4.ts +++ b/ets2panda/test/parser/as/test_type_annotation4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation5.ts b/ets2panda/test/parser/as/test_type_annotation5.ts index b0b10d271d..b2a352ea80 100644 --- a/ets2panda/test/parser/as/test_type_annotation5.ts +++ b/ets2panda/test/parser/as/test_type_annotation5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/as/test_type_annotation6.ts b/ets2panda/test/parser/as/test_type_annotation6.ts index 62ea51c8dc..6577a35504 100644 --- a/ets2panda/test/parser/as/test_type_annotation6.ts +++ b/ets2panda/test/parser/as/test_type_annotation6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/AccessFannkuch.ets b/ets2panda/test/parser/ets/AccessFannkuch.ets index b2da95bc43..33ee73df84 100644 --- a/ets2panda/test/parser/ets/AccessFannkuch.ets +++ b/ets2panda/test/parser/ets/AccessFannkuch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/AccessNBody.ets b/ets2panda/test/parser/ets/AccessNBody.ets index 03124bb4d6..b3d5f312bc 100644 --- a/ets2panda/test/parser/ets/AccessNBody.ets +++ b/ets2panda/test/parser/ets/AccessNBody.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/AccessNSieve.ets b/ets2panda/test/parser/ets/AccessNSieve.ets index aceb5bb109..de57a2c40e 100644 --- a/ets2panda/test/parser/ets/AccessNSieve.ets +++ b/ets2panda/test/parser/ets/AccessNSieve.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/AllowSequence.ets b/ets2panda/test/parser/ets/AllowSequence.ets index 6f5c377c52..51b347a2c1 100644 --- a/ets2panda/test/parser/ets/AllowSequence.ets +++ b/ets2panda/test/parser/ets/AllowSequence.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Bitops3BitBitsInByte.ets b/ets2panda/test/parser/ets/Bitops3BitBitsInByte.ets index 667c677595..d351ac42a6 100644 --- a/ets2panda/test/parser/ets/Bitops3BitBitsInByte.ets +++ b/ets2panda/test/parser/ets/Bitops3BitBitsInByte.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/BitopsBitsInByte.ets b/ets2panda/test/parser/ets/BitopsBitsInByte.ets index 0cd7fa18d3..b032714566 100644 --- a/ets2panda/test/parser/ets/BitopsBitsInByte.ets +++ b/ets2panda/test/parser/ets/BitopsBitsInByte.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/BitopsBitwiseAnd.ets b/ets2panda/test/parser/ets/BitopsBitwiseAnd.ets index c32922981b..210773fc14 100644 --- a/ets2panda/test/parser/ets/BitopsBitwiseAnd.ets +++ b/ets2panda/test/parser/ets/BitopsBitwiseAnd.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/BitopsNSieveBits.ets b/ets2panda/test/parser/ets/BitopsNSieveBits.ets index 54bf9edd3c..965f9e10ed 100644 --- a/ets2panda/test/parser/ets/BitopsNSieveBits.ets +++ b/ets2panda/test/parser/ets/BitopsNSieveBits.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Boolean_bitwise.ets b/ets2panda/test/parser/ets/Boolean_bitwise.ets index 16c258da82..b271ebd27a 100644 --- a/ets2panda/test/parser/ets/Boolean_bitwise.ets +++ b/ets2panda/test/parser/ets/Boolean_bitwise.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ControlFlowRecursive.ets b/ets2panda/test/parser/ets/ControlFlowRecursive.ets index 994d1b3b56..8f29736010 100644 --- a/ets2panda/test/parser/ets/ControlFlowRecursive.ets +++ b/ets2panda/test/parser/ets/ControlFlowRecursive.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Dollar_dollar_1.ets b/ets2panda/test/parser/ets/Dollar_dollar_1.ets index 499ead10db..091c1ab07f 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_1.ets +++ b/ets2panda/test/parser/ets/Dollar_dollar_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Dollar_dollar_2.ets b/ets2panda/test/parser/ets/Dollar_dollar_2.ets index 88bf1bedfd..1b589728e9 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_2.ets +++ b/ets2panda/test/parser/ets/Dollar_dollar_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Dollar_dollar_3.ets b/ets2panda/test/parser/ets/Dollar_dollar_3.ets index b16090afc4..62a1f1c5f1 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_3.ets +++ b/ets2panda/test/parser/ets/Dollar_dollar_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Dollar_dollar_4.ets b/ets2panda/test/parser/ets/Dollar_dollar_4.ets index fced037c00..5040a85fcd 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_4.ets +++ b/ets2panda/test/parser/ets/Dollar_dollar_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Dollar_dollar_invalid_identifier.ets b/ets2panda/test/parser/ets/Dollar_dollar_invalid_identifier.ets index ef47e16eb6..84d015b5a3 100644 --- a/ets2panda/test/parser/ets/Dollar_dollar_invalid_identifier.ets +++ b/ets2panda/test/parser/ets/Dollar_dollar_invalid_identifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/FunctionType.ets b/ets2panda/test/parser/ets/FunctionType.ets index c4287e8e1b..f11a02ed93 100644 --- a/ets2panda/test/parser/ets/FunctionType.ets +++ b/ets2panda/test/parser/ets/FunctionType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/FunctionalTypeAsTypeArgument.ets b/ets2panda/test/parser/ets/FunctionalTypeAsTypeArgument.ets index 2c33faa7cb..4fd0600e96 100644 --- a/ets2panda/test/parser/ets/FunctionalTypeAsTypeArgument.ets +++ b/ets2panda/test/parser/ets/FunctionalTypeAsTypeArgument.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/InterfacePrivateMethod.ets b/ets2panda/test/parser/ets/InterfacePrivateMethod.ets index 36f491b499..898d08bf94 100644 --- a/ets2panda/test/parser/ets/InterfacePrivateMethod.ets +++ b/ets2panda/test/parser/ets/InterfacePrivateMethod.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/MathCordic.ets b/ets2panda/test/parser/ets/MathCordic.ets index c47ff75600..4d7e23e27c 100644 --- a/ets2panda/test/parser/ets/MathCordic.ets +++ b/ets2panda/test/parser/ets/MathCordic.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/MathPartialSums.ets b/ets2panda/test/parser/ets/MathPartialSums.ets index f0b64067ef..edbc24f5ac 100644 --- a/ets2panda/test/parser/ets/MathPartialSums.ets +++ b/ets2panda/test/parser/ets/MathPartialSums.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/MathSpectralNorm.ets b/ets2panda/test/parser/ets/MathSpectralNorm.ets index 2fcfa4095f..0b86cfa6d6 100644 --- a/ets2panda/test/parser/ets/MathSpectralNorm.ets +++ b/ets2panda/test/parser/ets/MathSpectralNorm.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/Morph3d.ets b/ets2panda/test/parser/ets/Morph3d.ets index 156fc469de..4787e38b1b 100644 --- a/ets2panda/test/parser/ets/Morph3d.ets +++ b/ets2panda/test/parser/ets/Morph3d.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/NullCoalescingWithGenerics b/ets2panda/test/parser/ets/NullCoalescingWithGenerics index 2cfc5d722f..362fa7ba9d 100644 --- a/ets2panda/test/parser/ets/NullCoalescingWithGenerics +++ b/ets2panda/test/parser/ets/NullCoalescingWithGenerics @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/StringBase64.ets b/ets2panda/test/parser/ets/StringBase64.ets index 52b0f38e3d..3b95912b2d 100644 --- a/ets2panda/test/parser/ets/StringBase64.ets +++ b/ets2panda/test/parser/ets/StringBase64.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/StringFasta.ets b/ets2panda/test/parser/ets/StringFasta.ets index 46c3dc4ef0..4c9d73bb14 100644 --- a/ets2panda/test/parser/ets/StringFasta.ets +++ b/ets2panda/test/parser/ets/StringFasta.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/access_modifier_1.ets b/ets2panda/test/parser/ets/access_modifier_1.ets index a4cc4e802c..fb2fd21b2a 100644 --- a/ets2panda/test/parser/ets/access_modifier_1.ets +++ b/ets2panda/test/parser/ets/access_modifier_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/access_modifier_2.ets b/ets2panda/test/parser/ets/access_modifier_2.ets index eed9c9f98e..73837d6c01 100644 --- a/ets2panda/test/parser/ets/access_modifier_2.ets +++ b/ets2panda/test/parser/ets/access_modifier_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/access_modifier_3.ets b/ets2panda/test/parser/ets/access_modifier_3.ets index 16dee52a1e..812a8fae24 100644 --- a/ets2panda/test/parser/ets/access_modifier_3.ets +++ b/ets2panda/test/parser/ets/access_modifier_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/access_modifier_4.ets b/ets2panda/test/parser/ets/access_modifier_4.ets index 0287507383..6085919849 100644 --- a/ets2panda/test/parser/ets/access_modifier_4.ets +++ b/ets2panda/test/parser/ets/access_modifier_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/accessor_call.ets b/ets2panda/test/parser/ets/accessor_call.ets index c3eacd0166..134f6276c3 100644 --- a/ets2panda/test/parser/ets/accessor_call.ets +++ b/ets2panda/test/parser/ets/accessor_call.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/accessor_void.ets b/ets2panda/test/parser/ets/accessor_void.ets index 12fed6b2b3..acf141f7b1 100644 --- a/ets2panda/test/parser/ets/accessor_void.ets +++ b/ets2panda/test/parser/ets/accessor_void.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ambiguous_call_1.ets b/ets2panda/test/parser/ets/ambiguous_call_1.ets index 9158313f2d..c23ef6e094 100644 --- a/ets2panda/test/parser/ets/ambiguous_call_1.ets +++ b/ets2panda/test/parser/ets/ambiguous_call_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ambiguous_call_2.ets b/ets2panda/test/parser/ets/ambiguous_call_2.ets index bf6652f7cd..e8c80365aa 100644 --- a/ets2panda/test/parser/ets/ambiguous_call_2.ets +++ b/ets2panda/test/parser/ets/ambiguous_call_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ambiguous_call_3.ets b/ets2panda/test/parser/ets/ambiguous_call_3.ets index 2bd9227f6a..0560771cdd 100644 --- a/ets2panda/test/parser/ets/ambiguous_call_3.ets +++ b/ets2panda/test/parser/ets/ambiguous_call_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/anonymous_class.ets b/ets2panda/test/parser/ets/anonymous_class.ets index 328f29b7ae..09e04d3189 100644 --- a/ets2panda/test/parser/ets/anonymous_class.ets +++ b/ets2panda/test/parser/ets/anonymous_class.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array.ets b/ets2panda/test/parser/ets/array.ets index fa8fc31494..19e7289fe5 100644 --- a/ets2panda/test/parser/ets/array.ets +++ b/ets2panda/test/parser/ets/array.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/arrayHoldingNullValue.ets b/ets2panda/test/parser/ets/arrayHoldingNullValue.ets index 772f2bb696..50a46503a8 100644 --- a/ets2panda/test/parser/ets/arrayHoldingNullValue.ets +++ b/ets2panda/test/parser/ets/arrayHoldingNullValue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_2.ets b/ets2panda/test/parser/ets/array_2.ets index 8d09b94db2..ad0e2342bc 100644 --- a/ets2panda/test/parser/ets/array_2.ets +++ b/ets2panda/test/parser/ets/array_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_creation_expression.ets b/ets2panda/test/parser/ets/array_creation_expression.ets index 771b8f673f..180e9be91c 100644 --- a/ets2panda/test/parser/ets/array_creation_expression.ets +++ b/ets2panda/test/parser/ets/array_creation_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_expression_implicit_cast_assignment.ets b/ets2panda/test/parser/ets/array_expression_implicit_cast_assignment.ets index c2190fa243..cba385c71e 100644 --- a/ets2panda/test/parser/ets/array_expression_implicit_cast_assignment.ets +++ b/ets2panda/test/parser/ets/array_expression_implicit_cast_assignment.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_expression_implicit_cast_return.ets b/ets2panda/test/parser/ets/array_expression_implicit_cast_return.ets index 96784b0887..424225b7f9 100644 --- a/ets2panda/test/parser/ets/array_expression_implicit_cast_return.ets +++ b/ets2panda/test/parser/ets/array_expression_implicit_cast_return.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_new.ets b/ets2panda/test/parser/ets/array_new.ets index 3d6aca46c6..e93cd5eabc 100644 --- a/ets2panda/test/parser/ets/array_new.ets +++ b/ets2panda/test/parser/ets/array_new.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_new_failed.ets b/ets2panda/test/parser/ets/array_new_failed.ets index 226b20a4d5..747c83c4c5 100644 --- a/ets2panda/test/parser/ets/array_new_failed.ets +++ b/ets2panda/test/parser/ets/array_new_failed.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_type.ets b/ets2panda/test/parser/ets/array_type.ets index 8dee1caed4..6e31509862 100644 --- a/ets2panda/test/parser/ets/array_type.ets +++ b/ets2panda/test/parser/ets/array_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/array_type_from_literal.ets b/ets2panda/test/parser/ets/array_type_from_literal.ets index 0b7c065f8e..a050ebcac5 100644 --- a/ets2panda/test/parser/ets/array_type_from_literal.ets +++ b/ets2panda/test/parser/ets/array_type_from_literal.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/as_expression_unary_expression.ets b/ets2panda/test/parser/ets/as_expression_unary_expression.ets index 7e19e59dc8..a8530b8139 100644 --- a/ets2panda/test/parser/ets/as_expression_unary_expression.ets +++ b/ets2panda/test/parser/ets/as_expression_unary_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assert.ets b/ets2panda/test/parser/ets/assert.ets index bf77fb00fb..929a6d84cd 100644 --- a/ets2panda/test/parser/ets/assert.ets +++ b/ets2panda/test/parser/ets/assert.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assign-func-iface.ets b/ets2panda/test/parser/ets/assign-func-iface.ets index be7541833f..3992dae0ce 100644 --- a/ets2panda/test/parser/ets/assign-func-iface.ets +++ b/ets2panda/test/parser/ets/assign-func-iface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assign-func.ets b/ets2panda/test/parser/ets/assign-func.ets index d9954c006f..3550373f82 100644 --- a/ets2panda/test/parser/ets/assign-func.ets +++ b/ets2panda/test/parser/ets/assign-func.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assign.ets b/ets2panda/test/parser/ets/assign.ets index ba5ad51bc3..24432ab806 100644 --- a/ets2panda/test/parser/ets/assign.ets +++ b/ets2panda/test/parser/ets/assign.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assign_bad.ets b/ets2panda/test/parser/ets/assign_bad.ets index 67930b0617..9e6d5ce972 100644 --- a/ets2panda/test/parser/ets/assign_bad.ets +++ b/ets2panda/test/parser/ets/assign_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type.ets b/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type.ets index 4288ab1f6b..943f2864e2 100644 --- a/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type.ets +++ b/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type_1.ets b/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type_1.ets index fec2befa80..58fdb1487c 100644 --- a/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type_1.ets +++ b/ets2panda/test/parser/ets/assignment_non-functional_variable_to_functional_type_1.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/assignments.ets b/ets2panda/test/parser/ets/assignments.ets index 4eed80ab28..f6a891dc9e 100644 --- a/ets2panda/test/parser/ets/assignments.ets +++ b/ets2panda/test/parser/ets/assignments.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_ctor.ets b/ets2panda/test/parser/ets/async_ctor.ets index 1420d6a91a..08a5d926ef 100644 --- a/ets2panda/test/parser/ets/async_ctor.ets +++ b/ets2panda/test/parser/ets/async_ctor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_func_return_type.ets b/ets2panda/test/parser/ets/async_func_return_type.ets index 1636c8b655..9e461029f7 100644 --- a/ets2panda/test/parser/ets/async_func_return_type.ets +++ b/ets2panda/test/parser/ets/async_func_return_type.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_func_return_type_bad.ets b/ets2panda/test/parser/ets/async_func_return_type_bad.ets index ea465341c5..0f2cc9d5c9 100644 --- a/ets2panda/test/parser/ets/async_func_return_type_bad.ets +++ b/ets2panda/test/parser/ets/async_func_return_type_bad.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_function_bad.ets b/ets2panda/test/parser/ets/async_function_bad.ets index 84b2b40bcb..02e7cfa985 100644 --- a/ets2panda/test/parser/ets/async_function_bad.ets +++ b/ets2panda/test/parser/ets/async_function_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_lambda_bad.ets b/ets2panda/test/parser/ets/async_lambda_bad.ets index 40ca0e5dde..975440b3a4 100644 --- a/ets2panda/test/parser/ets/async_lambda_bad.ets +++ b/ets2panda/test/parser/ets/async_lambda_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/async_method_bad.ets b/ets2panda/test/parser/ets/async_method_bad.ets index 4b5e31bf5d..aa4b71c71a 100644 --- a/ets2panda/test/parser/ets/async_method_bad.ets +++ b/ets2panda/test/parser/ets/async_method_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/await_argument_null.ets b/ets2panda/test/parser/ets/await_argument_null.ets index 420d1f54ec..ae3a937d69 100644 --- a/ets2panda/test/parser/ets/await_argument_null.ets +++ b/ets2panda/test/parser/ets/await_argument_null.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/await_object_bad.ets b/ets2panda/test/parser/ets/await_object_bad.ets index d901cd91d9..fcdd7e68a2 100644 --- a/ets2panda/test/parser/ets/await_object_bad.ets +++ b/ets2panda/test/parser/ets/await_object_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/await_promise_bad.ets b/ets2panda/test/parser/ets/await_promise_bad.ets index 85ecd5fbdc..7b96b4f011 100644 --- a/ets2panda/test/parser/ets/await_promise_bad.ets +++ b/ets2panda/test/parser/ets/await_promise_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/binary_op.ets b/ets2panda/test/parser/ets/binary_op.ets index 64eb9f5215..1ced646276 100644 --- a/ets2panda/test/parser/ets/binary_op.ets +++ b/ets2panda/test/parser/ets/binary_op.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/binary_operations.ets b/ets2panda/test/parser/ets/binary_operations.ets index f43f2bb07f..04e34bd37b 100644 --- a/ets2panda/test/parser/ets/binary_operations.ets +++ b/ets2panda/test/parser/ets/binary_operations.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/blocks.ets b/ets2panda/test/parser/ets/blocks.ets index e7842d0293..92179d4c07 100644 --- a/ets2panda/test/parser/ets/blocks.ets +++ b/ets2panda/test/parser/ets/blocks.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/blocks_scopes.ets b/ets2panda/test/parser/ets/blocks_scopes.ets index 3356af4f96..1bafa78c43 100644 --- a/ets2panda/test/parser/ets/blocks_scopes.ets +++ b/ets2panda/test/parser/ets/blocks_scopes.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/boolean.ets b/ets2panda/test/parser/ets/boolean.ets index 71aa8b29b6..591d650826 100644 --- a/ets2panda/test/parser/ets/boolean.ets +++ b/ets2panda/test/parser/ets/boolean.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/boolean_cond.ets b/ets2panda/test/parser/ets/boolean_cond.ets index 6862d4c3b1..49d802d29f 100644 --- a/ets2panda/test/parser/ets/boolean_cond.ets +++ b/ets2panda/test/parser/ets/boolean_cond.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/boolean_default.ets b/ets2panda/test/parser/ets/boolean_default.ets index 6957caf328..98407d784b 100644 --- a/ets2panda/test/parser/ets/boolean_default.ets +++ b/ets2panda/test/parser/ets/boolean_default.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/break.ets b/ets2panda/test/parser/ets/break.ets index e47769a620..bf89cb91ac 100644 --- a/ets2panda/test/parser/ets/break.ets +++ b/ets2panda/test/parser/ets/break.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/calling_superclass_methods.ets b/ets2panda/test/parser/ets/calling_superclass_methods.ets index df494a4346..32431f1763 100644 --- a/ets2panda/test/parser/ets/calling_superclass_methods.ets +++ b/ets2panda/test/parser/ets/calling_superclass_methods.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/calls.ets b/ets2panda/test/parser/ets/calls.ets index 3950362861..d582e187ff 100644 --- a/ets2panda/test/parser/ets/calls.ets +++ b/ets2panda/test/parser/ets/calls.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions10.ets b/ets2panda/test/parser/ets/cast_expressions10.ets index e24f64a7e1..1ca417d981 100644 --- a/ets2panda/test/parser/ets/cast_expressions10.ets +++ b/ets2panda/test/parser/ets/cast_expressions10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions2.ets b/ets2panda/test/parser/ets/cast_expressions2.ets index d6430e114d..045dcae144 100644 --- a/ets2panda/test/parser/ets/cast_expressions2.ets +++ b/ets2panda/test/parser/ets/cast_expressions2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions3.ets b/ets2panda/test/parser/ets/cast_expressions3.ets index f5918419ed..35d3d780e7 100644 --- a/ets2panda/test/parser/ets/cast_expressions3.ets +++ b/ets2panda/test/parser/ets/cast_expressions3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions4.ets b/ets2panda/test/parser/ets/cast_expressions4.ets index b12edb4c90..0d7af2075b 100644 --- a/ets2panda/test/parser/ets/cast_expressions4.ets +++ b/ets2panda/test/parser/ets/cast_expressions4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions5.ets b/ets2panda/test/parser/ets/cast_expressions5.ets index 37d5461a10..f02ce18683 100644 --- a/ets2panda/test/parser/ets/cast_expressions5.ets +++ b/ets2panda/test/parser/ets/cast_expressions5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions7.ets b/ets2panda/test/parser/ets/cast_expressions7.ets index 34475923a6..cd30899ac8 100644 --- a/ets2panda/test/parser/ets/cast_expressions7.ets +++ b/ets2panda/test/parser/ets/cast_expressions7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions8.ets b/ets2panda/test/parser/ets/cast_expressions8.ets index a28ed3d354..87414f51c7 100644 --- a/ets2panda/test/parser/ets/cast_expressions8.ets +++ b/ets2panda/test/parser/ets/cast_expressions8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/cast_expressions9.ets b/ets2panda/test/parser/ets/cast_expressions9.ets index 628a9fd6ab..0ee3ae2231 100644 --- a/ets2panda/test/parser/ets/cast_expressions9.ets +++ b/ets2panda/test/parser/ets/cast_expressions9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_composite_1.ets b/ets2panda/test/parser/ets/class_composite_1.ets index 81cff691d4..1bb0386097 100644 --- a/ets2panda/test/parser/ets/class_composite_1.ets +++ b/ets2panda/test/parser/ets/class_composite_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_init.ets b/ets2panda/test/parser/ets/class_init.ets index 126633c510..8136f1e0c2 100644 --- a/ets2panda/test/parser/ets/class_init.ets +++ b/ets2panda/test/parser/ets/class_init.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_instance.ets b/ets2panda/test/parser/ets/class_instance.ets index 420f6a8d8d..dd05ef06ab 100644 --- a/ets2panda/test/parser/ets/class_instance.ets +++ b/ets2panda/test/parser/ets/class_instance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_instance_creation.ets b/ets2panda/test/parser/ets/class_instance_creation.ets index 3219491e85..b5a9dab4da 100644 --- a/ets2panda/test/parser/ets/class_instance_creation.ets +++ b/ets2panda/test/parser/ets/class_instance_creation.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_instance_import_alias.ets b/ets2panda/test/parser/ets/class_instance_import_alias.ets index 2fd33ec219..e637fb7063 100644 --- a/ets2panda/test/parser/ets/class_instance_import_alias.ets +++ b/ets2panda/test/parser/ets/class_instance_import_alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_instance_initializer.ets b/ets2panda/test/parser/ets/class_instance_initializer.ets index 9b9849ed38..bc1a238c1a 100644 --- a/ets2panda/test/parser/ets/class_instance_initializer.ets +++ b/ets2panda/test/parser/ets/class_instance_initializer.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_1.ets b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_1.ets index 19d0d405f4..34f2848ec6 100644 --- a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_1.ets +++ b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_2.ets b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_2.ets index ee21545e63..e0191ae688 100644 --- a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_2.ets +++ b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_3.ets b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_3.ets index b1f5167f9a..86526162d0 100644 --- a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_3.ets +++ b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_4.ets b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_4.ets index c35637c541..ec12afd00a 100644 --- a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_4.ets +++ b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_5.ets b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_5.ets index 108a7b9264..e2d33794d5 100644 --- a/ets2panda/test/parser/ets/class_interface_enum_only_top_level_5.ets +++ b/ets2panda/test/parser/ets/class_interface_enum_only_top_level_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_property_access.ets b/ets2panda/test/parser/ets/class_property_access.ets index 0a344eeaad..837fad242a 100644 --- a/ets2panda/test/parser/ets/class_property_access.ets +++ b/ets2panda/test/parser/ets/class_property_access.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/class_static_initializer.ets b/ets2panda/test/parser/ets/class_static_initializer.ets index 6054fd2aee..d596a91577 100644 --- a/ets2panda/test/parser/ets/class_static_initializer.ets +++ b/ets2panda/test/parser/ets/class_static_initializer.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/classes.ets b/ets2panda/test/parser/ets/classes.ets index 2fc61c96d4..3a259ca240 100644 --- a/ets2panda/test/parser/ets/classes.ets +++ b/ets2panda/test/parser/ets/classes.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/comment_block.ets b/ets2panda/test/parser/ets/comment_block.ets index c76081199b..f829fac9dd 100644 --- a/ets2panda/test/parser/ets/comment_block.ets +++ b/ets2panda/test/parser/ets/comment_block.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/comment_line.ets b/ets2panda/test/parser/ets/comment_line.ets index d7faf54e76..cb970923ea 100644 --- a/ets2panda/test/parser/ets/comment_line.ets +++ b/ets2panda/test/parser/ets/comment_line.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/conditionalExpressionType.ets b/ets2panda/test/parser/ets/conditionalExpressionType.ets index 6b4238b427..7b9b9b7de2 100644 --- a/ets2panda/test/parser/ets/conditionalExpressionType.ets +++ b/ets2panda/test/parser/ets/conditionalExpressionType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/const.ets b/ets2panda/test/parser/ets/const.ets index b5d41c51a0..d5a0ee3887 100644 --- a/ets2panda/test/parser/ets/const.ets +++ b/ets2panda/test/parser/ets/const.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/const_enum.ets b/ets2panda/test/parser/ets/const_enum.ets index 64083f6eef..f39770d298 100644 --- a/ets2panda/test/parser/ets/const_enum.ets +++ b/ets2panda/test/parser/ets/const_enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructorThrowsRethrows.ets b/ets2panda/test/parser/ets/constructorThrowsRethrows.ets index 11c69d3b97..f6eaf2cdf3 100644 --- a/ets2panda/test/parser/ets/constructorThrowsRethrows.ets +++ b/ets2panda/test/parser/ets/constructorThrowsRethrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_super_call1.ets b/ets2panda/test/parser/ets/constructor_super_call1.ets index 4836ff3d93..1fc83ee909 100644 --- a/ets2panda/test/parser/ets/constructor_super_call1.ets +++ b/ets2panda/test/parser/ets/constructor_super_call1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_super_call2.ets b/ets2panda/test/parser/ets/constructor_super_call2.ets index 78706fc420..90c6ddc7c2 100644 --- a/ets2panda/test/parser/ets/constructor_super_call2.ets +++ b/ets2panda/test/parser/ets/constructor_super_call2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_super_call3.ets b/ets2panda/test/parser/ets/constructor_super_call3.ets index eb93989954..ac971f3fa2 100644 --- a/ets2panda/test/parser/ets/constructor_super_call3.ets +++ b/ets2panda/test/parser/ets/constructor_super_call3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_test.ets b/ets2panda/test/parser/ets/constructor_test.ets index 45b1b4aa73..06f95c0a9c 100644 --- a/ets2panda/test/parser/ets/constructor_test.ets +++ b/ets2panda/test/parser/ets/constructor_test.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_with_return_1.ets b/ets2panda/test/parser/ets/constructor_with_return_1.ets index 29827a1b74..c05e033fd5 100644 --- a/ets2panda/test/parser/ets/constructor_with_return_1.ets +++ b/ets2panda/test/parser/ets/constructor_with_return_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_with_return_2.ets b/ets2panda/test/parser/ets/constructor_with_return_2.ets index 972af34d23..0c3500b993 100644 --- a/ets2panda/test/parser/ets/constructor_with_return_2.ets +++ b/ets2panda/test/parser/ets/constructor_with_return_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructor_with_return_3.ets b/ets2panda/test/parser/ets/constructor_with_return_3.ets index 5eb434acbf..2d2c1981f0 100644 --- a/ets2panda/test/parser/ets/constructor_with_return_3.ets +++ b/ets2panda/test/parser/ets/constructor_with_return_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/constructors.ets b/ets2panda/test/parser/ets/constructors.ets index 4ebbb9e0db..303a5b7d28 100644 --- a/ets2panda/test/parser/ets/constructors.ets +++ b/ets2panda/test/parser/ets/constructors.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/continue.ets b/ets2panda/test/parser/ets/continue.ets index 3822c9ac19..faea2c9c25 100644 --- a/ets2panda/test/parser/ets/continue.ets +++ b/ets2panda/test/parser/ets/continue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/decl_infer.ets b/ets2panda/test/parser/ets/decl_infer.ets index abaf105591..020600e1a1 100644 --- a/ets2panda/test/parser/ets/decl_infer.ets +++ b/ets2panda/test/parser/ets/decl_infer.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_class.ets b/ets2panda/test/parser/ets/declare_class.ets index 62edc443b9..97c571bb67 100644 --- a/ets2panda/test/parser/ets/declare_class.ets +++ b/ets2panda/test/parser/ets/declare_class.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_class_bad_1.ets b/ets2panda/test/parser/ets/declare_class_bad_1.ets index 9cd2d0a99b..adf3c0ce32 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_1.ets +++ b/ets2panda/test/parser/ets/declare_class_bad_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_class_bad_2.ets b/ets2panda/test/parser/ets/declare_class_bad_2.ets index 5a2e521a3f..839678b27f 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_2.ets +++ b/ets2panda/test/parser/ets/declare_class_bad_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_class_bad_3.ets b/ets2panda/test/parser/ets/declare_class_bad_3.ets index 6e8fe2b05c..1e5660cd60 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_3.ets +++ b/ets2panda/test/parser/ets/declare_class_bad_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_class_bad_4.ets b/ets2panda/test/parser/ets/declare_class_bad_4.ets index 8cf4aaf7b8..1432ed4a2f 100644 --- a/ets2panda/test/parser/ets/declare_class_bad_4.ets +++ b/ets2panda/test/parser/ets/declare_class_bad_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_func.ets b/ets2panda/test/parser/ets/declare_func.ets index 046abfcff5..c30083220d 100644 --- a/ets2panda/test/parser/ets/declare_func.ets +++ b/ets2panda/test/parser/ets/declare_func.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_func_bad.ets b/ets2panda/test/parser/ets/declare_func_bad.ets index 14ea6fd51e..8b5e5cf5d6 100644 --- a/ets2panda/test/parser/ets/declare_func_bad.ets +++ b/ets2panda/test/parser/ets/declare_func_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/declare_iface.ets b/ets2panda/test/parser/ets/declare_iface.ets index cd034442eb..0af93f551d 100644 --- a/ets2panda/test/parser/ets/declare_iface.ets +++ b/ets2panda/test/parser/ets/declare_iface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter1.ets b/ets2panda/test/parser/ets/default_parameter1.ets index 6aee941fae..9a4c9d20e8 100644 --- a/ets2panda/test/parser/ets/default_parameter1.ets +++ b/ets2panda/test/parser/ets/default_parameter1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter2.ets b/ets2panda/test/parser/ets/default_parameter2.ets index 859a01ddef..be09129a0b 100644 --- a/ets2panda/test/parser/ets/default_parameter2.ets +++ b/ets2panda/test/parser/ets/default_parameter2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter3.ets b/ets2panda/test/parser/ets/default_parameter3.ets index 9c871eb074..6760693d4d 100644 --- a/ets2panda/test/parser/ets/default_parameter3.ets +++ b/ets2panda/test/parser/ets/default_parameter3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter4.ets b/ets2panda/test/parser/ets/default_parameter4.ets index 76f878cd16..684d7748d1 100644 --- a/ets2panda/test/parser/ets/default_parameter4.ets +++ b/ets2panda/test/parser/ets/default_parameter4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter5.ets b/ets2panda/test/parser/ets/default_parameter5.ets index 67afd4d9ee..bae9882708 100644 --- a/ets2panda/test/parser/ets/default_parameter5.ets +++ b/ets2panda/test/parser/ets/default_parameter5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter6.ets b/ets2panda/test/parser/ets/default_parameter6.ets index 2cb74c5e65..d901295b3f 100644 --- a/ets2panda/test/parser/ets/default_parameter6.ets +++ b/ets2panda/test/parser/ets/default_parameter6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter7.ets b/ets2panda/test/parser/ets/default_parameter7.ets index 490da83dbf..bb4b83450a 100644 --- a/ets2panda/test/parser/ets/default_parameter7.ets +++ b/ets2panda/test/parser/ets/default_parameter7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/default_parameter_implicitly_typed_return_void.ets b/ets2panda/test/parser/ets/default_parameter_implicitly_typed_return_void.ets index 2125d48120..2c175254ac 100644 --- a/ets2panda/test/parser/ets/default_parameter_implicitly_typed_return_void.ets +++ b/ets2panda/test/parser/ets/default_parameter_implicitly_typed_return_void.ets @@ -1,5 +1,5 @@ /* -Copyright (c) 2021-2023 Huawei Device Co., Ltd. +Copyright (c) 2021-2024 Huawei Device Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/distinguishable-decl-1.ets b/ets2panda/test/parser/ets/distinguishable-decl-1.ets index b35e28b725..1a9f5fc8a3 100644 --- a/ets2panda/test/parser/ets/distinguishable-decl-1.ets +++ b/ets2panda/test/parser/ets/distinguishable-decl-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_ctor_decl_import_bad.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_ctor_decl_import_bad.ets index 3ec1bbbb3c..db8c206669 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_ctor_decl_import_bad.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_ctor_decl_import_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_1.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_1.ets index 007038fa8d..b5717a7eb4 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_1.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_2.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_2.ets index 8038de547a..e5aebf6c6d 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_2.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_1.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_1.ets index 5ac3323811..17f6a9503e 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_1.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_2.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_2.ets index 239d7de91a..1d3c3a61e5 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_2.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_func_decl_import_bad.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_func_decl_import_bad.ets index 2b92609ebf..325d2f6dcc 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_func_decl_import_bad.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_func_decl_import_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.ets b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.ets index f1ec0bc850..465689d7b0 100644 --- a/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.ets +++ b/ets2panda/test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/empty_class.ets b/ets2panda/test/parser/ets/empty_class.ets index 6dc3040372..e1b2d0e664 100644 --- a/ets2panda/test/parser/ets/empty_class.ets +++ b/ets2panda/test/parser/ets/empty_class.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/empty_launch.ets b/ets2panda/test/parser/ets/empty_launch.ets index f1f9db72c0..5c6d67708f 100644 --- a/ets2panda/test/parser/ets/empty_launch.ets +++ b/ets2panda/test/parser/ets/empty_launch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/empty_statement.ets b/ets2panda/test/parser/ets/empty_statement.ets index 7902fa6936..4e1785d429 100644 --- a/ets2panda/test/parser/ets/empty_statement.ets +++ b/ets2panda/test/parser/ets/empty_statement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum.ets b/ets2panda/test/parser/ets/enum.ets index a083ef2e55..c57006936e 100644 --- a/ets2panda/test/parser/ets/enum.ets +++ b/ets2panda/test/parser/ets/enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum10.ets b/ets2panda/test/parser/ets/enum10.ets index 4a0f93fe52..d5a3d379cd 100644 --- a/ets2panda/test/parser/ets/enum10.ets +++ b/ets2panda/test/parser/ets/enum10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum11.ets b/ets2panda/test/parser/ets/enum11.ets index 1b4df59799..cf202d738e 100644 --- a/ets2panda/test/parser/ets/enum11.ets +++ b/ets2panda/test/parser/ets/enum11.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum12.ets b/ets2panda/test/parser/ets/enum12.ets index 66c36e6461..2dc9fd0524 100644 --- a/ets2panda/test/parser/ets/enum12.ets +++ b/ets2panda/test/parser/ets/enum12.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum13.ets b/ets2panda/test/parser/ets/enum13.ets index 91e1245147..c5b9815f7c 100644 --- a/ets2panda/test/parser/ets/enum13.ets +++ b/ets2panda/test/parser/ets/enum13.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum14.ets b/ets2panda/test/parser/ets/enum14.ets index e4959e68c5..d8b24c4a22 100644 --- a/ets2panda/test/parser/ets/enum14.ets +++ b/ets2panda/test/parser/ets/enum14.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum15.ets b/ets2panda/test/parser/ets/enum15.ets index b3b2f177b3..ae77b2eee5 100644 --- a/ets2panda/test/parser/ets/enum15.ets +++ b/ets2panda/test/parser/ets/enum15.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum16.ets b/ets2panda/test/parser/ets/enum16.ets index 4bb9d2ee9e..5d226db381 100644 --- a/ets2panda/test/parser/ets/enum16.ets +++ b/ets2panda/test/parser/ets/enum16.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum17.ets b/ets2panda/test/parser/ets/enum17.ets index be40177d55..fb60e07f2d 100644 --- a/ets2panda/test/parser/ets/enum17.ets +++ b/ets2panda/test/parser/ets/enum17.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum18.ets b/ets2panda/test/parser/ets/enum18.ets index 8ef77a1dca..9d9011d391 100644 --- a/ets2panda/test/parser/ets/enum18.ets +++ b/ets2panda/test/parser/ets/enum18.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum19.ets b/ets2panda/test/parser/ets/enum19.ets index 391d5d0c5a..3f968f522d 100644 --- a/ets2panda/test/parser/ets/enum19.ets +++ b/ets2panda/test/parser/ets/enum19.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum2.ets b/ets2panda/test/parser/ets/enum2.ets index 5e788dc4c9..736c93138d 100644 --- a/ets2panda/test/parser/ets/enum2.ets +++ b/ets2panda/test/parser/ets/enum2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum20.ets b/ets2panda/test/parser/ets/enum20.ets index 8d0cb08af3..55cd83dc46 100644 --- a/ets2panda/test/parser/ets/enum20.ets +++ b/ets2panda/test/parser/ets/enum20.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum21.ets b/ets2panda/test/parser/ets/enum21.ets index 54dfe00e9f..e4b470f71a 100644 --- a/ets2panda/test/parser/ets/enum21.ets +++ b/ets2panda/test/parser/ets/enum21.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum22.ets b/ets2panda/test/parser/ets/enum22.ets index 27f85fd0a4..16749a0ee7 100644 --- a/ets2panda/test/parser/ets/enum22.ets +++ b/ets2panda/test/parser/ets/enum22.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum23.ets b/ets2panda/test/parser/ets/enum23.ets index de2a396d37..2528758cea 100644 --- a/ets2panda/test/parser/ets/enum23.ets +++ b/ets2panda/test/parser/ets/enum23.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum3.ets b/ets2panda/test/parser/ets/enum3.ets index a0a56045cb..94dfe84d5a 100644 --- a/ets2panda/test/parser/ets/enum3.ets +++ b/ets2panda/test/parser/ets/enum3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum4.ets b/ets2panda/test/parser/ets/enum4.ets index 791bd7a0bc..ef4583c0a6 100644 --- a/ets2panda/test/parser/ets/enum4.ets +++ b/ets2panda/test/parser/ets/enum4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum5.ets b/ets2panda/test/parser/ets/enum5.ets index 91a8e71e05..ebe5d94cc1 100644 --- a/ets2panda/test/parser/ets/enum5.ets +++ b/ets2panda/test/parser/ets/enum5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum6.ets b/ets2panda/test/parser/ets/enum6.ets index 90853b1e4f..7a3d00d829 100644 --- a/ets2panda/test/parser/ets/enum6.ets +++ b/ets2panda/test/parser/ets/enum6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum7.ets b/ets2panda/test/parser/ets/enum7.ets index 2057e390e5..260d5f025e 100644 --- a/ets2panda/test/parser/ets/enum7.ets +++ b/ets2panda/test/parser/ets/enum7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum8.ets b/ets2panda/test/parser/ets/enum8.ets index 2dd51124b8..5b633a116f 100644 --- a/ets2panda/test/parser/ets/enum8.ets +++ b/ets2panda/test/parser/ets/enum8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/enum9.ets b/ets2panda/test/parser/ets/enum9.ets index a5ed87e7d2..ef54ce3311 100644 --- a/ets2panda/test/parser/ets/enum9.ets +++ b/ets2panda/test/parser/ets/enum9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/exports.ets b/ets2panda/test/parser/ets/exports.ets index 0a47c1f285..dd34bae426 100644 --- a/ets2panda/test/parser/ets/exports.ets +++ b/ets2panda/test/parser/ets/exports.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field.ets index 5e76ccbd87..0b3c8105b8 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_private_field.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_protected_field.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_protected_field.ets index df4e2e959e..bf2168534f 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_protected_field.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_access_protected_field.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_called_by_class.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_called_by_class.ets index abb7390853..dceab58118 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_called_by_class.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_called_by_class.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplicated_with_private_field.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplicated_with_private_field.ets index 6547ad7912..90e828ff7e 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplicated_with_private_field.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplicated_with_private_field.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplication.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplication.ets index 049cc8bf70..7e0f138dc7 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplication.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_duplication.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_for_unresolved_type.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_for_unresolved_type.ets index 75bb750b6f..d45d0b1a6e 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_for_unresolved_type.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_for_unresolved_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_matched_by_normal_function_callsite.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_matched_by_normal_function_callsite.ets index cd6520d409..613f8bd93a 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_matched_by_normal_function_callsite.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_matched_by_normal_function_callsite.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_for_class_type.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_for_class_type.ets index d36100c1e9..927cc2e183 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_for_class_type.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_for_class_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_in_toplevel.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_in_toplevel.ets index 97cbd77931..76c5d1ba73 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_in_toplevel.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_not_in_toplevel.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_different_return_type_interface_function.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_different_return_type_interface_function.ets index 292a85fc66..9976f17af1 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_different_return_type_interface_function.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_different_return_type_interface_function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_member_function.ets b/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_member_function.ets index 6794315e6c..27f00d9ea4 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_member_function.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/extension_function_shadowed_by_member_function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/normal_function_duplicated_with_extension_function.ets b/ets2panda/test/parser/ets/extension_function_tests/normal_function_duplicated_with_extension_function.ets index bb97d76827..6c72fd494c 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/normal_function_duplicated_with_extension_function.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/normal_function_duplicated_with_extension_function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/extension_function_tests/normal_function_with_extension_style_signature.ets b/ets2panda/test/parser/ets/extension_function_tests/normal_function_with_extension_style_signature.ets index 81f36215d6..1b7c5a5f7a 100644 --- a/ets2panda/test/parser/ets/extension_function_tests/normal_function_with_extension_style_signature.ets +++ b/ets2panda/test/parser/ets/extension_function_tests/normal_function_with_extension_style_signature.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/external_cyclic_constructor_check.ets b/ets2panda/test/parser/ets/external_cyclic_constructor_check.ets index 05364dcae3..608cab2e7a 100644 --- a/ets2panda/test/parser/ets/external_cyclic_constructor_check.ets +++ b/ets2panda/test/parser/ets/external_cyclic_constructor_check.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/field_decl.ets b/ets2panda/test/parser/ets/field_decl.ets index 4e3e79e4e7..d128588706 100644 --- a/ets2panda/test/parser/ets/field_decl.ets +++ b/ets2panda/test/parser/ets/field_decl.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/fields.ets b/ets2panda/test/parser/ets/fields.ets index 17ff0933d8..872557244a 100644 --- a/ets2panda/test/parser/ets/fields.ets +++ b/ets2panda/test/parser/ets/fields.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/final_empty_class.ets b/ets2panda/test/parser/ets/final_empty_class.ets index 20dad69df6..d9ee4ceed1 100644 --- a/ets2panda/test/parser/ets/final_empty_class.ets +++ b/ets2panda/test/parser/ets/final_empty_class.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_1.ets b/ets2panda/test/parser/ets/float_pont_format_1.ets index eef8156eb8..1ea3241a04 100644 --- a/ets2panda/test/parser/ets/float_pont_format_1.ets +++ b/ets2panda/test/parser/ets/float_pont_format_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_2.ets b/ets2panda/test/parser/ets/float_pont_format_2.ets index 5bb13acfbe..12c59ce7cc 100644 --- a/ets2panda/test/parser/ets/float_pont_format_2.ets +++ b/ets2panda/test/parser/ets/float_pont_format_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_3.ets b/ets2panda/test/parser/ets/float_pont_format_3.ets index 47c0104192..23b73db504 100644 --- a/ets2panda/test/parser/ets/float_pont_format_3.ets +++ b/ets2panda/test/parser/ets/float_pont_format_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_4.ets b/ets2panda/test/parser/ets/float_pont_format_4.ets index d7e4e497b0..7e6c4be9bd 100644 --- a/ets2panda/test/parser/ets/float_pont_format_4.ets +++ b/ets2panda/test/parser/ets/float_pont_format_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_5.ets b/ets2panda/test/parser/ets/float_pont_format_5.ets index f8149009a6..605a1002b3 100644 --- a/ets2panda/test/parser/ets/float_pont_format_5.ets +++ b/ets2panda/test/parser/ets/float_pont_format_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_6.ets b/ets2panda/test/parser/ets/float_pont_format_6.ets index 89171c3360..feabf44433 100644 --- a/ets2panda/test/parser/ets/float_pont_format_6.ets +++ b/ets2panda/test/parser/ets/float_pont_format_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_7.ets b/ets2panda/test/parser/ets/float_pont_format_7.ets index a564236b7a..30f0ca9a29 100644 --- a/ets2panda/test/parser/ets/float_pont_format_7.ets +++ b/ets2panda/test/parser/ets/float_pont_format_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_pont_format_8.ets b/ets2panda/test/parser/ets/float_pont_format_8.ets index b2d00c5e1b..7c1fa984b0 100644 --- a/ets2panda/test/parser/ets/float_pont_format_8.ets +++ b/ets2panda/test/parser/ets/float_pont_format_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/float_separator_1.ets b/ets2panda/test/parser/ets/float_separator_1.ets index 2d3fb2d02a..0b761b150a 100644 --- a/ets2panda/test/parser/ets/float_separator_1.ets +++ b/ets2panda/test/parser/ets/float_separator_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/folder_import_index/index.ets b/ets2panda/test/parser/ets/folder_import_index/index.ets index 1e4379a5a2..551bb6adcf 100644 --- a/ets2panda/test/parser/ets/folder_import_index/index.ets +++ b/ets2panda/test/parser/ets/folder_import_index/index.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/for_of.ets b/ets2panda/test/parser/ets/for_of.ets index c85f5b8d6b..1b3a24bc39 100644 --- a/ets2panda/test/parser/ets/for_of.ets +++ b/ets2panda/test/parser/ets/for_of.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/for_with_break.ets b/ets2panda/test/parser/ets/for_with_break.ets index 7f7b26aefb..fdadeab65b 100644 --- a/ets2panda/test/parser/ets/for_with_break.ets +++ b/ets2panda/test/parser/ets/for_with_break.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function.ets b/ets2panda/test/parser/ets/function.ets index cf7b9765c0..96c528159d 100644 --- a/ets2panda/test/parser/ets/function.ets +++ b/ets2panda/test/parser/ets/function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/functionThrowsRethrows.ets b/ets2panda/test/parser/ets/functionThrowsRethrows.ets index f270b55232..e9b47cf5b1 100644 --- a/ets2panda/test/parser/ets/functionThrowsRethrows.ets +++ b/ets2panda/test/parser/ets/functionThrowsRethrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/functionTypeRethrows.ets b/ets2panda/test/parser/ets/functionTypeRethrows.ets index 83a21ff559..2247c42712 100644 --- a/ets2panda/test/parser/ets/functionTypeRethrows.ets +++ b/ets2panda/test/parser/ets/functionTypeRethrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/functionTypeThrows.ets b/ets2panda/test/parser/ets/functionTypeThrows.ets index a0117f8f24..9f7e6bf2ab 100644 --- a/ets2panda/test/parser/ets/functionTypeThrows.ets +++ b/ets2panda/test/parser/ets/functionTypeThrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_decl.ets b/ets2panda/test/parser/ets/function_decl.ets index adde8cb2f2..717f558b93 100644 --- a/ets2panda/test/parser/ets/function_decl.ets +++ b/ets2panda/test/parser/ets/function_decl.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type.ets b/ets2panda/test/parser/ets/function_implicit_return_type.ets index 933b4e8a1a..bda32b7bab 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type2.ets b/ets2panda/test/parser/ets/function_implicit_return_type2.ets index 9eb73fe8c8..30f407faa0 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type2.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type2.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type3.ets b/ets2panda/test/parser/ets/function_implicit_return_type3.ets index 6a050c243f..705577bbb5 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type3.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type3.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type4.ets b/ets2panda/test/parser/ets/function_implicit_return_type4.ets index 4accaf5458..c1d6131c70 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type4.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type4.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type5.ets b/ets2panda/test/parser/ets/function_implicit_return_type5.ets index 10b0e94b95..311a96d807 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type5.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type5.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type6.ets b/ets2panda/test/parser/ets/function_implicit_return_type6.ets index 9570f2caf4..287b3b19d8 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type6.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type6.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type7.ets b/ets2panda/test/parser/ets/function_implicit_return_type7.ets index e8f0331066..6a1c707919 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type7.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type7.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type8.ets b/ets2panda/test/parser/ets/function_implicit_return_type8.ets index fb5027bebf..55ecfe97c0 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type8.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type8.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/function_implicit_return_type9.ets b/ets2panda/test/parser/ets/function_implicit_return_type9.ets index c12257616c..44a9837cd7 100644 --- a/ets2panda/test/parser/ets/function_implicit_return_type9.ets +++ b/ets2panda/test/parser/ets/function_implicit_return_type9.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/genericDefaultParam_1.ets b/ets2panda/test/parser/ets/genericDefaultParam_1.ets index 366de812fc..991d185e94 100644 --- a/ets2panda/test/parser/ets/genericDefaultParam_1.ets +++ b/ets2panda/test/parser/ets/genericDefaultParam_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/genericDefaultParam_2.ets b/ets2panda/test/parser/ets/genericDefaultParam_2.ets index a82f70029d..213f95375a 100644 --- a/ets2panda/test/parser/ets/genericDefaultParam_2.ets +++ b/ets2panda/test/parser/ets/genericDefaultParam_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/genericDefaultParam_3.ets b/ets2panda/test/parser/ets/genericDefaultParam_3.ets index 2f74b05ce0..c22eb40c34 100644 --- a/ets2panda/test/parser/ets/genericDefaultParam_3.ets +++ b/ets2panda/test/parser/ets/genericDefaultParam_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generic_error.ets b/ets2panda/test/parser/ets/generic_error.ets index 46597ef15a..c63e237956 100644 --- a/ets2panda/test/parser/ets/generic_error.ets +++ b/ets2panda/test/parser/ets/generic_error.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generic_exception.ets b/ets2panda/test/parser/ets/generic_exception.ets index 7777908957..f1c9f6e7fd 100644 --- a/ets2panda/test/parser/ets/generic_exception.ets +++ b/ets2panda/test/parser/ets/generic_exception.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generic_resolve.ets b/ets2panda/test/parser/ets/generic_resolve.ets index 3acc4a887b..3579fd4eec 100644 --- a/ets2panda/test/parser/ets/generic_resolve.ets +++ b/ets2panda/test/parser/ets/generic_resolve.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_1.ets b/ets2panda/test/parser/ets/generics_1.ets index ca9297c395..f3fe778bf8 100644 --- a/ets2panda/test/parser/ets/generics_1.ets +++ b/ets2panda/test/parser/ets/generics_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_2.ets b/ets2panda/test/parser/ets/generics_2.ets index 4568781a45..dafaa06df9 100644 --- a/ets2panda/test/parser/ets/generics_2.ets +++ b/ets2panda/test/parser/ets/generics_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_1.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_1.ets index d8417c9a35..0c8173aed0 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_1.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_10.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_10.ets index 17b5c5a98b..5f0fdedb1a 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_10.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_2.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_2.ets index d06d34b560..ebba6da885 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_2.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_3.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_3.ets index 5f22a29644..76e2415271 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_3.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_4.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_4.ets index 369ca4643a..428cc5568e 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_4.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_5.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_5.ets index c3f94be24d..cf4384e0cb 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_5.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_6.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_6.ets index 34cdb626a4..6ea3d7b909 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_6.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_7.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_7.ets index 5144fef006..20b49af742 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_7.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_8.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_8.ets index 75d51601cc..ed88c420a5 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_8.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/generics_type_param_constraint_9.ets b/ets2panda/test/parser/ets/generics_type_param_constraint_9.ets index b210876fe1..edb6863d25 100644 --- a/ets2panda/test/parser/ets/generics_type_param_constraint_9.ets +++ b/ets2panda/test/parser/ets/generics_type_param_constraint_9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/getter_native.ets b/ets2panda/test/parser/ets/getter_native.ets index 885f6850bd..d85345e6b7 100644 --- a/ets2panda/test/parser/ets/getter_native.ets +++ b/ets2panda/test/parser/ets/getter_native.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/getter_setter_access_modifiers.ets b/ets2panda/test/parser/ets/getter_setter_access_modifiers.ets index 1fd99ceddf..8e9e276bb8 100644 --- a/ets2panda/test/parser/ets/getter_setter_access_modifiers.ets +++ b/ets2panda/test/parser/ets/getter_setter_access_modifiers.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/getter_setter_access_modifiers_2.ets b/ets2panda/test/parser/ets/getter_setter_access_modifiers_2.ets index 0d2f6d0677..b8cf9b0dca 100644 --- a/ets2panda/test/parser/ets/getter_setter_access_modifiers_2.ets +++ b/ets2panda/test/parser/ets/getter_setter_access_modifiers_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/getter_setter_modifier_diff.ets b/ets2panda/test/parser/ets/getter_setter_modifier_diff.ets index 3e14c4a17e..8910db21dc 100644 --- a/ets2panda/test/parser/ets/getter_setter_modifier_diff.ets +++ b/ets2panda/test/parser/ets/getter_setter_modifier_diff.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_const_vars1.ets b/ets2panda/test/parser/ets/global_const_vars1.ets index b0db9fd00a..33e7bf4cb0 100644 --- a/ets2panda/test/parser/ets/global_const_vars1.ets +++ b/ets2panda/test/parser/ets/global_const_vars1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_const_vars2.ets b/ets2panda/test/parser/ets/global_const_vars2.ets index 489490fa89..dc7d5cdfbb 100644 --- a/ets2panda/test/parser/ets/global_const_vars2.ets +++ b/ets2panda/test/parser/ets/global_const_vars2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_const_vars3.ets b/ets2panda/test/parser/ets/global_const_vars3.ets index 7d70294942..bdaa00dbc4 100644 --- a/ets2panda/test/parser/ets/global_const_vars3.ets +++ b/ets2panda/test/parser/ets/global_const_vars3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_const_vars4.ets b/ets2panda/test/parser/ets/global_const_vars4.ets index be07e9b0ed..81a3730369 100644 --- a/ets2panda/test/parser/ets/global_const_vars4.ets +++ b/ets2panda/test/parser/ets/global_const_vars4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_scope_boolean.ets b/ets2panda/test/parser/ets/global_scope_boolean.ets index 9dd222a122..e933b30f45 100644 --- a/ets2panda/test/parser/ets/global_scope_boolean.ets +++ b/ets2panda/test/parser/ets/global_scope_boolean.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/global_scope_string.ets b/ets2panda/test/parser/ets/global_scope_string.ets index 0c9c6496d5..16e91b9929 100644 --- a/ets2panda/test/parser/ets/global_scope_string.ets +++ b/ets2panda/test/parser/ets/global_scope_string.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/identifier.ets b/ets2panda/test/parser/ets/identifier.ets index 4623882a74..56f0e0bd34 100644 --- a/ets2panda/test/parser/ets/identifier.ets +++ b/ets2panda/test/parser/ets/identifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/if.ets b/ets2panda/test/parser/ets/if.ets index 6392d02fe9..724b536fac 100644 --- a/ets2panda/test/parser/ets/if.ets +++ b/ets2panda/test/parser/ets/if.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ifs.ets b/ets2panda/test/parser/ets/ifs.ets index 863183bf85..6f469653f4 100644 --- a/ets2panda/test/parser/ets/ifs.ets +++ b/ets2panda/test/parser/ets/ifs.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_conts.ets b/ets2panda/test/parser/ets/import_conts.ets index ffeb3e6f0a..fede3d7176 100644 --- a/ets2panda/test/parser/ets/import_conts.ets +++ b/ets2panda/test/parser/ets/import_conts.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/check_exported_3.ets b/ets2panda/test/parser/ets/import_tests/check_exported_3.ets index f21d10b9dc..3dfaadcbf5 100644 --- a/ets2panda/test/parser/ets/import_tests/check_exported_3.ets +++ b/ets2panda/test/parser/ets/import_tests/check_exported_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/check_exported_default_struct.ets b/ets2panda/test/parser/ets/import_tests/check_exported_default_struct.ets index 307cea9f3a..75bc6fdd7e 100644 --- a/ets2panda/test/parser/ets/import_tests/check_exported_default_struct.ets +++ b/ets2panda/test/parser/ets/import_tests/check_exported_default_struct.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/check_exported_struct.ets b/ets2panda/test/parser/ets/import_tests/check_exported_struct.ets index b87c6103c3..64043b71dd 100644 --- a/ets2panda/test/parser/ets/import_tests/check_exported_struct.ets +++ b/ets2panda/test/parser/ets/import_tests/check_exported_struct.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/default_import.ets b/ets2panda/test/parser/ets/import_tests/default_import.ets index affc9d9c84..b10c7e46ca 100644 --- a/ets2panda/test/parser/ets/import_tests/default_import.ets +++ b/ets2panda/test/parser/ets/import_tests/default_import.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/default_import2.ets b/ets2panda/test/parser/ets/import_tests/default_import2.ets index 0355998d86..d9dd2d02cd 100644 --- a/ets2panda/test/parser/ets/import_tests/default_import2.ets +++ b/ets2panda/test/parser/ets/import_tests/default_import2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test1.ets b/ets2panda/test/parser/ets/import_tests/diamond/test1.ets index 66c54a6184..24a2634426 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test1.ets +++ b/ets2panda/test/parser/ets/import_tests/diamond/test1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test2.ets b/ets2panda/test/parser/ets/import_tests/diamond/test2.ets index 490a84bd49..582d5398a9 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test2.ets +++ b/ets2panda/test/parser/ets/import_tests/diamond/test2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test3.ets b/ets2panda/test/parser/ets/import_tests/diamond/test3.ets index ba98b9b006..5f33abdc04 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test3.ets +++ b/ets2panda/test/parser/ets/import_tests/diamond/test3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/diamond/test4.ets b/ets2panda/test/parser/ets/import_tests/diamond/test4.ets index edc1145f1f..527c479a12 100644 --- a/ets2panda/test/parser/ets/import_tests/diamond/test4.ets +++ b/ets2panda/test/parser/ets/import_tests/diamond/test4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/duplicated/classdef.ets b/ets2panda/test/parser/ets/import_tests/duplicated/classdef.ets index fb618a86de..778b68f9a6 100644 --- a/ets2panda/test/parser/ets/import_tests/duplicated/classdef.ets +++ b/ets2panda/test/parser/ets/import_tests/duplicated/classdef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/duplicated/extdef.ets b/ets2panda/test/parser/ets/import_tests/duplicated/extdef.ets index edb5b9cd88..58f9d74b0b 100644 --- a/ets2panda/test/parser/ets/import_tests/duplicated/extdef.ets +++ b/ets2panda/test/parser/ets/import_tests/duplicated/extdef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/duplicated/extusedef.ets b/ets2panda/test/parser/ets/import_tests/duplicated/extusedef.ets index 3615f79434..d84f477eb6 100644 --- a/ets2panda/test/parser/ets/import_tests/duplicated/extusedef.ets +++ b/ets2panda/test/parser/ets/import_tests/duplicated/extusedef.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/export_type_alias.ets b/ets2panda/test/parser/ets/import_tests/export_type_alias.ets index 44816d18d1..b280be74b8 100644 --- a/ets2panda/test/parser/ets/import_tests/export_type_alias.ets +++ b/ets2panda/test/parser/ets/import_tests/export_type_alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/export.ets b/ets2panda/test/parser/ets/import_tests/import_alias/export.ets index 3084aa2101..ca15c4f335 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/export.ets +++ b/ets2panda/test/parser/ets/import_tests/import_alias/export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_1.ets b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_1.ets index e6660d824b..eae53c7b9e 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_2.ets b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_2.ets index ad528288da..c27952972e 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_3.ets b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_3.ets index 2de65c1342..6c365c16a9 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_3.ets +++ b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_4.ets b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_4.ets index ba7b2a0435..a0e5674c2c 100644 --- a/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_4.ets +++ b/ets2panda/test/parser/ets/import_tests/import_alias/import_alias_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_all_alias_1.ets b/ets2panda/test/parser/ets/import_tests/import_all_alias_1.ets index fb4b7ea51f..6213c6fed0 100644 --- a/ets2panda/test/parser/ets/import_tests/import_all_alias_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_all_alias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_all_alias_2.ets b/ets2panda/test/parser/ets/import_tests/import_all_alias_2.ets index d60d129e0b..475815acac 100644 --- a/ets2panda/test/parser/ets/import_tests/import_all_alias_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_all_alias_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_all_type_alias.ets b/ets2panda/test/parser/ets/import_tests/import_all_type_alias.ets index 51ef2e61d6..a249da5fb4 100644 --- a/ets2panda/test/parser/ets/import_tests/import_all_type_alias.ets +++ b/ets2panda/test/parser/ets/import_tests/import_all_type_alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_class_members_1.ets b/ets2panda/test/parser/ets/import_tests/import_class_members_1.ets index 29db05d250..c9015eedcb 100644 --- a/ets2panda/test/parser/ets/import_tests/import_class_members_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_class_members_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_class_members_2.ets b/ets2panda/test/parser/ets/import_tests/import_class_members_2.ets index 5641595e64..1f751046bc 100644 --- a/ets2panda/test/parser/ets/import_tests/import_class_members_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_class_members_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_class_members_3.ets b/ets2panda/test/parser/ets/import_tests/import_class_members_3.ets index dab9d9615e..113513f2c5 100644 --- a/ets2panda/test/parser/ets/import_tests/import_class_members_3.ets +++ b/ets2panda/test/parser/ets/import_tests/import_class_members_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_diff_paths.ets b/ets2panda/test/parser/ets/import_tests/import_diff_paths.ets index b768dbc1fc..54186242a6 100644 --- a/ets2panda/test/parser/ets/import_tests/import_diff_paths.ets +++ b/ets2panda/test/parser/ets/import_tests/import_diff_paths.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_max_as_alias.ets b/ets2panda/test/parser/ets/import_tests/import_max_as_alias.ets index 3ade12242f..a64b130798 100644 --- a/ets2panda/test/parser/ets/import_tests/import_max_as_alias.ets +++ b/ets2panda/test/parser/ets/import_tests/import_max_as_alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_1.ets b/ets2panda/test/parser/ets/import_tests/import_name_1.ets index dcd4a9e2a3..39e54951dc 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_2.ets b/ets2panda/test/parser/ets/import_tests/import_name_2.ets index c332eac00c..63091f3d2f 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_3.ets b/ets2panda/test/parser/ets/import_tests/import_name_3.ets index 26d74ced85..399344c952 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_3.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_alias_1.ets b/ets2panda/test/parser/ets/import_tests/import_name_alias_1.ets index 521cd2e410..02e9d8aa66 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_alias_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_alias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_alias_2.ets b/ets2panda/test/parser/ets/import_tests/import_name_alias_2.ets index 3b42fb5f07..3e3cdc2ae5 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_alias_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_alias_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_conflict_1.ets b/ets2panda/test/parser/ets/import_tests/import_name_conflict_1.ets index 69ecd2c1e4..49f4e29fa0 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_conflict_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_conflict_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_name_conflict_3.ets b/ets2panda/test/parser/ets/import_tests/import_name_conflict_3.ets index 5d781356dd..845d6b175d 100644 --- a/ets2panda/test/parser/ets/import_tests/import_name_conflict_3.ets +++ b/ets2panda/test/parser/ets/import_tests/import_name_conflict_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_nested_class_1.ets b/ets2panda/test/parser/ets/import_tests/import_nested_class_1.ets index 96c2aacae8..46ea06f711 100644 --- a/ets2panda/test/parser/ets/import_tests/import_nested_class_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_nested_class_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_nested_class_2.ets b/ets2panda/test/parser/ets/import_tests/import_nested_class_2.ets index 812a0c9ffe..c3a91eeb9f 100644 --- a/ets2panda/test/parser/ets/import_tests/import_nested_class_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_nested_class_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_nested_class_3.ets b/ets2panda/test/parser/ets/import_tests/import_nested_class_3.ets index cb9980a25e..52a32aae64 100644 --- a/ets2panda/test/parser/ets/import_tests/import_nested_class_3.ets +++ b/ets2panda/test/parser/ets/import_tests/import_nested_class_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_1.ets b/ets2panda/test/parser/ets/import_tests/import_several_1.ets index a58d704c3a..0cbcf852f9 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_1.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_2.ets b/ets2panda/test/parser/ets/import_tests/import_several_2.ets index 77e64a8b45..573e66ca10 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_2.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_4.ets b/ets2panda/test/parser/ets/import_tests/import_several_4.ets index 046a6b02f4..6da8c6b50f 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_4.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_6.ets b/ets2panda/test/parser/ets/import_tests/import_several_6.ets index bb5eea59b6..ec72c2dec5 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_6.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_7.ets b/ets2panda/test/parser/ets/import_tests/import_several_7.ets index be7df1bdc2..336a364bb5 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_7.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_several_8.ets b/ets2panda/test/parser/ets/import_tests/import_several_8.ets index 5bb24acedf..680c2cc8a0 100644 --- a/ets2panda/test/parser/ets/import_tests/import_several_8.ets +++ b/ets2panda/test/parser/ets/import_tests/import_several_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/import_ts_file.ets b/ets2panda/test/parser/ets/import_tests/import_ts_file.ets index a520f515a9..1da07850f0 100644 --- a/ets2panda/test/parser/ets/import_tests/import_ts_file.ets +++ b/ets2panda/test/parser/ets/import_tests/import_ts_file.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/class_default_module.ets b/ets2panda/test/parser/ets/import_tests/modules/class_default_module.ets index a45efed7cd..b16f96a626 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/class_default_module.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/class_default_module.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/default_export.ets b/ets2panda/test/parser/ets/import_tests/modules/default_export.ets index ad1595540a..4f19f210b2 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/default_export.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/default_export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/missing_default_export.ets b/ets2panda/test/parser/ets/import_tests/modules/missing_default_export.ets index 68ed41e1f5..bb7597f14d 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/missing_default_export.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/missing_default_export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/module.ets b/ets2panda/test/parser/ets/import_tests/modules/module.ets index 259d367516..f97227da6d 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/module.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/module.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/struct_default_module.ets b/ets2panda/test/parser/ets/import_tests/modules/struct_default_module.ets index 0c2ff26164..eb59f4df08 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/struct_default_module.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/struct_default_module.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/struct_module.ets b/ets2panda/test/parser/ets/import_tests/modules/struct_module.ets index 55aba2dee6..5eac0852b1 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/struct_module.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/struct_module.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/test_lib1.ets b/ets2panda/test/parser/ets/import_tests/modules/test_lib1.ets index 03521fe135..4d5858921e 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/test_lib1.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/test_lib1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/test_lib2.ets b/ets2panda/test/parser/ets/import_tests/modules/test_lib2.ets index 858acdc0f8..48351437c4 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/test_lib2.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/test_lib2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports.ets b/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports.ets index b4a93d8a00..ac2c968d3a 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports_2.ets b/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports_2.ets index 9364f4aae5..8c88c32012 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports_2.ets +++ b/ets2panda/test/parser/ets/import_tests/modules/too_many_default_exports_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/modules/typescript_file_import.ts b/ets2panda/test/parser/ets/import_tests/modules/typescript_file_import.ts index 8d55f1d98f..73f2510224 100644 --- a/ets2panda/test/parser/ets/import_tests/modules/typescript_file_import.ts +++ b/ets2panda/test/parser/ets/import_tests/modules/typescript_file_import.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.ets b/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.ets index 589bae98ea..f0a29c0e77 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.ets b/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.ets index 959da90eca..ed80c46d81 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1.ets index f4215eac2a..93f1bc51af 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2.ets b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2.ets index eb24ba6086..79f2f34f8c 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/different-header/subpackage_module_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/package_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/package_module_1.ets index 97a4851af5..d0df5fda82 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/package_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/package_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/package_module_2.ets b/ets2panda/test/parser/ets/import_tests/packages/package_module_2.ets index 9d136f052b..274f22b6c5 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/package_module_2.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/package_module_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1.ets index 5e8e533400..cef73bf19e 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/subpackage-1/package_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1.ets index 118287ab3f..97a51c5c6b 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/subpackage-2/package_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/subpackage/package_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/subpackage/package_module_1.ets index a663fc0d35..94f8519982 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/subpackage/package_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/subpackage/package_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1.ets b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1.ets index a68f2dcb02..2661205266 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2.ets b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2.ets index a68f2dcb02..2661205266 100644 --- a/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2.ets +++ b/ets2panda/test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/Line.ets b/ets2panda/test/parser/ets/import_tests/relative_import/Line.ets index 53862e9742..ad54d121b9 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/Line.ets +++ b/ets2panda/test/parser/ets/import_tests/relative_import/Line.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/Point.ets b/ets2panda/test/parser/ets/import_tests/relative_import/Point.ets index f2ab42b0a3..b0bfa80a64 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/Point.ets +++ b/ets2panda/test/parser/ets/import_tests/relative_import/Point.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/alias1.ets b/ets2panda/test/parser/ets/import_tests/relative_import/alias1.ets index ce209c5bfa..e9fdbef92b 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/alias1.ets +++ b/ets2panda/test/parser/ets/import_tests/relative_import/alias1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/relative_import/alias2.ets b/ets2panda/test/parser/ets/import_tests/relative_import/alias2.ets index 761d46ba7a..89237aac0b 100644 --- a/ets2panda/test/parser/ets/import_tests/relative_import/alias2.ets +++ b/ets2panda/test/parser/ets/import_tests/relative_import/alias2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1.ets b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1.ets index 0e9629a81a..c019a63ea5 100644 --- a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1.ets +++ b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2.ets b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2.ets index 399bc574a6..ca9abda8b0 100644 --- a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2.ets +++ b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3.ets b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3.ets index 9f49bdbaa5..40f177e673 100644 --- a/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3.ets +++ b/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/index_expressions.ets b/ets2panda/test/parser/ets/index_expressions.ets index e1fcd401ef..95fd4d5d0d 100644 --- a/ets2panda/test/parser/ets/index_expressions.ets +++ b/ets2panda/test/parser/ets/index_expressions.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/inferingEntryPointReturn.ets b/ets2panda/test/parser/ets/inferingEntryPointReturn.ets index 3b091a9753..9b7a826327 100644 --- a/ets2panda/test/parser/ets/inferingEntryPointReturn.ets +++ b/ets2panda/test/parser/ets/inferingEntryPointReturn.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/inheritance-cyclic.ets b/ets2panda/test/parser/ets/inheritance-cyclic.ets index 6794d54eae..7d4d123800 100644 --- a/ets2panda/test/parser/ets/inheritance-cyclic.ets +++ b/ets2panda/test/parser/ets/inheritance-cyclic.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/inheritance.ets b/ets2panda/test/parser/ets/inheritance.ets index 2de19a782b..db4034d579 100644 --- a/ets2panda/test/parser/ets/inheritance.ets +++ b/ets2panda/test/parser/ets/inheritance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/inheritance2.ets b/ets2panda/test/parser/ets/inheritance2.ets index 7a30ad4a7f..8ce340ccf8 100644 --- a/ets2panda/test/parser/ets/inheritance2.ets +++ b/ets2panda/test/parser/ets/inheritance2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interface-override-function.ets b/ets2panda/test/parser/ets/interface-override-function.ets index d1570405b2..166069668b 100644 --- a/ets2panda/test/parser/ets/interface-override-function.ets +++ b/ets2panda/test/parser/ets/interface-override-function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interfaceAbstract.ets b/ets2panda/test/parser/ets/interfaceAbstract.ets index 43254f6f96..9a41b72ab3 100644 --- a/ets2panda/test/parser/ets/interfaceAbstract.ets +++ b/ets2panda/test/parser/ets/interfaceAbstract.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interface_static_function_1.ets b/ets2panda/test/parser/ets/interface_static_function_1.ets index 2e2c41175a..b0fd2ddba3 100644 --- a/ets2panda/test/parser/ets/interface_static_function_1.ets +++ b/ets2panda/test/parser/ets/interface_static_function_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interface_static_function_2.ets b/ets2panda/test/parser/ets/interface_static_function_2.ets index 26ac6c3343..c5e19e9f74 100644 --- a/ets2panda/test/parser/ets/interface_static_function_2.ets +++ b/ets2panda/test/parser/ets/interface_static_function_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interfaces.ets b/ets2panda/test/parser/ets/interfaces.ets index 9bb0541499..378f058df4 100644 --- a/ets2panda/test/parser/ets/interfaces.ets +++ b/ets2panda/test/parser/ets/interfaces.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interfaces2.ets b/ets2panda/test/parser/ets/interfaces2.ets index fed952ef2b..6596c00baf 100644 --- a/ets2panda/test/parser/ets/interfaces2.ets +++ b/ets2panda/test/parser/ets/interfaces2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/interfaces3.ets b/ets2panda/test/parser/ets/interfaces3.ets index 584d7e350b..4a18de7c4f 100644 --- a/ets2panda/test/parser/ets/interfaces3.ets +++ b/ets2panda/test/parser/ets/interfaces3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/internalParsing.ets b/ets2panda/test/parser/ets/internalParsing.ets index 6060abdc79..ff1bf9a0a8 100644 --- a/ets2panda/test/parser/ets/internalParsing.ets +++ b/ets2panda/test/parser/ets/internalParsing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/internalProtectedParsing.ets b/ets2panda/test/parser/ets/internalProtectedParsing.ets index 28f95705b5..5d37871f7e 100644 --- a/ets2panda/test/parser/ets/internalProtectedParsing.ets +++ b/ets2panda/test/parser/ets/internalProtectedParsing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeled.ets b/ets2panda/test/parser/ets/labeled.ets index 7808952831..92d49ac369 100644 --- a/ets2panda/test/parser/ets/labeled.ets +++ b/ets2panda/test/parser/ets/labeled.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeledBlockStatement.ets b/ets2panda/test/parser/ets/labeledBlockStatement.ets index f750b5c4b7..021141489d 100644 --- a/ets2panda/test/parser/ets/labeledBlockStatement.ets +++ b/ets2panda/test/parser/ets/labeledBlockStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeledDoWhileStatement.ets b/ets2panda/test/parser/ets/labeledDoWhileStatement.ets index 4c65da3071..61b57f4c85 100644 --- a/ets2panda/test/parser/ets/labeledDoWhileStatement.ets +++ b/ets2panda/test/parser/ets/labeledDoWhileStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeledForStatement.ets b/ets2panda/test/parser/ets/labeledForStatement.ets index c70bd71c83..2617a6afe7 100644 --- a/ets2panda/test/parser/ets/labeledForStatement.ets +++ b/ets2panda/test/parser/ets/labeledForStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeledSwitchStatement.ets b/ets2panda/test/parser/ets/labeledSwitchStatement.ets index 16eec97fdb..b368df358d 100644 --- a/ets2panda/test/parser/ets/labeledSwitchStatement.ets +++ b/ets2panda/test/parser/ets/labeledSwitchStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/labeledWhileStatement.ets b/ets2panda/test/parser/ets/labeledWhileStatement.ets index 5ae8f1d8fc..f03d84e927 100644 --- a/ets2panda/test/parser/ets/labeledWhileStatement.ets +++ b/ets2panda/test/parser/ets/labeledWhileStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-lambda.ets b/ets2panda/test/parser/ets/lambda-lambda.ets index 1e860d9bbf..5185df48ed 100644 --- a/ets2panda/test/parser/ets/lambda-lambda.ets +++ b/ets2panda/test/parser/ets/lambda-lambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-alias.ets b/ets2panda/test/parser/ets/lambda-type-inference-alias.ets index 94f2f5a38d..288b9f7680 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-alias.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-arg-no-type.ets b/ets2panda/test/parser/ets/lambda-type-inference-arg-no-type.ets index dfedc6dc1f..471dcbc58e 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-arg-no-type.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-arg-no-type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-bad-arrow.ets b/ets2panda/test/parser/ets/lambda-type-inference-bad-arrow.ets index 457ad1a84a..c43ec1f7d7 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-bad-arrow.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-bad-arrow.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-neg.ets b/ets2panda/test/parser/ets/lambda-type-inference-neg.ets index b21a9b175b..bf6f8159ca 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-neg.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-neg2.ets b/ets2panda/test/parser/ets/lambda-type-inference-neg2.ets index 61b3fa4f4d..4037e171c3 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-neg2.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-neg2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-no-ret-type.ets b/ets2panda/test/parser/ets/lambda-type-inference-no-ret-type.ets index 2efccedbf3..397b6d6844 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-no-ret-type.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-no-ret-type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-1.ets b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-1.ets index ba564495ff..22d54e480e 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-1.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-2.ets b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-2.ets index ef0125c4e8..e1d1cb6fe2 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-2.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-3.ets b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-3.ets index 463381ce51..584c83b521 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-overloaded-3.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-overloaded-3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference-overloaded.ets b/ets2panda/test/parser/ets/lambda-type-inference-overloaded.ets index 1e0a26008b..a04074a8ee 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference-overloaded.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference-overloaded.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda-type-inference.ets b/ets2panda/test/parser/ets/lambda-type-inference.ets index b91afb7f4e..59698938cf 100644 --- a/ets2panda/test/parser/ets/lambda-type-inference.ets +++ b/ets2panda/test/parser/ets/lambda-type-inference.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda.ets b/ets2panda/test/parser/ets/lambda.ets index 09e900e52d..0c70f8a97e 100644 --- a/ets2panda/test/parser/ets/lambda.ets +++ b/ets2panda/test/parser/ets/lambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatement.ets b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatement.ets index 9007940334..155bbc388b 100644 --- a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatement.ets +++ b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction.ets b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction.ets index 4df4a6c71a..2c6607e27d 100644 --- a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction.ets +++ b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementVoid.ets b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementVoid.ets index 9625635127..c786ccff73 100644 --- a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementVoid.ets +++ b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementVoid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters.ets b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters.ets index d28251996e..5c9d0810e0 100644 --- a/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters.ets +++ b/ets2panda/test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambdaThrowsRethrows.ets b/ets2panda/test/parser/ets/lambdaThrowsRethrows.ets index e61293461a..e273228ddd 100644 --- a/ets2panda/test/parser/ets/lambdaThrowsRethrows.ets +++ b/ets2panda/test/parser/ets/lambdaThrowsRethrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda_import_alias_1-2.ets b/ets2panda/test/parser/ets/lambda_import_alias_1-2.ets index 683d87a188..7b5162e349 100644 --- a/ets2panda/test/parser/ets/lambda_import_alias_1-2.ets +++ b/ets2panda/test/parser/ets/lambda_import_alias_1-2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda_import_alias_1-3.ets b/ets2panda/test/parser/ets/lambda_import_alias_1-3.ets index eb62a75704..20414848b4 100644 --- a/ets2panda/test/parser/ets/lambda_import_alias_1-3.ets +++ b/ets2panda/test/parser/ets/lambda_import_alias_1-3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lambda_import_alias_1.ets b/ets2panda/test/parser/ets/lambda_import_alias_1.ets index c506b029ca..75d6e361dc 100644 --- a/ets2panda/test/parser/ets/lambda_import_alias_1.ets +++ b/ets2panda/test/parser/ets/lambda_import_alias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch.ets b/ets2panda/test/parser/ets/launch.ets index e462257a0b..935a5c2306 100644 --- a/ets2panda/test/parser/ets/launch.ets +++ b/ets2panda/test/parser/ets/launch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_non_callable.ets b/ets2panda/test/parser/ets/launch_non_callable.ets index 7790af47a4..cf32f4f803 100644 --- a/ets2panda/test/parser/ets/launch_non_callable.ets +++ b/ets2panda/test/parser/ets/launch_non_callable.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_ret.ets b/ets2panda/test/parser/ets/launch_ret.ets index 532b793a80..2656797f4a 100644 --- a/ets2panda/test/parser/ets/launch_ret.ets +++ b/ets2panda/test/parser/ets/launch_ret.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_super.ets b/ets2panda/test/parser/ets/launch_super.ets index fda6b0f019..3711df1ec8 100644 --- a/ets2panda/test/parser/ets/launch_super.ets +++ b/ets2panda/test/parser/ets/launch_super.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_super_ctor.ets b/ets2panda/test/parser/ets/launch_super_ctor.ets index 60ab10d80d..74a44322e3 100644 --- a/ets2panda/test/parser/ets/launch_super_ctor.ets +++ b/ets2panda/test/parser/ets/launch_super_ctor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_this_callee.ets b/ets2panda/test/parser/ets/launch_this_callee.ets index 55ac3029ae..d8ebb44a07 100644 --- a/ets2panda/test/parser/ets/launch_this_callee.ets +++ b/ets2panda/test/parser/ets/launch_this_callee.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_unresolved.ets b/ets2panda/test/parser/ets/launch_unresolved.ets index f5d2779ed1..9d2908c3fc 100644 --- a/ets2panda/test/parser/ets/launch_unresolved.ets +++ b/ets2panda/test/parser/ets/launch_unresolved.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/launch_with_call_expression.ets b/ets2panda/test/parser/ets/launch_with_call_expression.ets index 3d83c60d2c..4f744f0004 100644 --- a/ets2panda/test/parser/ets/launch_with_call_expression.ets +++ b/ets2panda/test/parser/ets/launch_with_call_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lexer001.ets b/ets2panda/test/parser/ets/lexer001.ets index 103b368037..6f3ef1eef5 100644 --- a/ets2panda/test/parser/ets/lexer001.ets +++ b/ets2panda/test/parser/ets/lexer001.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/lexer002.ets b/ets2panda/test/parser/ets/lexer002.ets index 7f4cd25c8a..5d06d2dcf2 100644 --- a/ets2panda/test/parser/ets/lexer002.ets +++ b/ets2panda/test/parser/ets/lexer002.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/literals.ets b/ets2panda/test/parser/ets/literals.ets index 66f10e29ac..b84aec9843 100644 --- a/ets2panda/test/parser/ets/literals.ets +++ b/ets2panda/test/parser/ets/literals.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/localClassIsPermitted.ets b/ets2panda/test/parser/ets/localClassIsPermitted.ets index 784a7456cc..f317721e6c 100644 --- a/ets2panda/test/parser/ets/localClassIsPermitted.ets +++ b/ets2panda/test/parser/ets/localClassIsPermitted.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/loops.ets b/ets2panda/test/parser/ets/loops.ets index 38087c10e4..9e51afee29 100644 --- a/ets2panda/test/parser/ets/loops.ets +++ b/ets2panda/test/parser/ets/loops.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_1.ets b/ets2panda/test/parser/ets/main_entry_point_1.ets index c3581ce353..2663a596e4 100644 --- a/ets2panda/test/parser/ets/main_entry_point_1.ets +++ b/ets2panda/test/parser/ets/main_entry_point_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_2.ets b/ets2panda/test/parser/ets/main_entry_point_2.ets index bdfb953974..9909a62959 100644 --- a/ets2panda/test/parser/ets/main_entry_point_2.ets +++ b/ets2panda/test/parser/ets/main_entry_point_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_3.ets b/ets2panda/test/parser/ets/main_entry_point_3.ets index 766b6a4faa..8449f659c7 100644 --- a/ets2panda/test/parser/ets/main_entry_point_3.ets +++ b/ets2panda/test/parser/ets/main_entry_point_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_4.ets b/ets2panda/test/parser/ets/main_entry_point_4.ets index 8b8d173a2c..ce37df413a 100644 --- a/ets2panda/test/parser/ets/main_entry_point_4.ets +++ b/ets2panda/test/parser/ets/main_entry_point_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_5.ets b/ets2panda/test/parser/ets/main_entry_point_5.ets index 7b5a1138ca..8c651201fe 100644 --- a/ets2panda/test/parser/ets/main_entry_point_5.ets +++ b/ets2panda/test/parser/ets/main_entry_point_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_6.ets b/ets2panda/test/parser/ets/main_entry_point_6.ets index 9f04c7f64b..e1d12c48e7 100644 --- a/ets2panda/test/parser/ets/main_entry_point_6.ets +++ b/ets2panda/test/parser/ets/main_entry_point_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_7.ets b/ets2panda/test/parser/ets/main_entry_point_7.ets index 96f7c91eb3..ec012239d9 100644 --- a/ets2panda/test/parser/ets/main_entry_point_7.ets +++ b/ets2panda/test/parser/ets/main_entry_point_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_8.ets b/ets2panda/test/parser/ets/main_entry_point_8.ets index c5eb3c02ae..4be26be7b6 100644 --- a/ets2panda/test/parser/ets/main_entry_point_8.ets +++ b/ets2panda/test/parser/ets/main_entry_point_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/main_entry_point_9.ets b/ets2panda/test/parser/ets/main_entry_point_9.ets index cb5453498c..111f41a445 100644 --- a/ets2panda/test/parser/ets/main_entry_point_9.ets +++ b/ets2panda/test/parser/ets/main_entry_point_9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/methodThrowsRethrows.ets b/ets2panda/test/parser/ets/methodThrowsRethrows.ets index 1d6faa3e20..6aa71eb74a 100644 --- a/ets2panda/test/parser/ets/methodThrowsRethrows.ets +++ b/ets2panda/test/parser/ets/methodThrowsRethrows.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_empty.ets b/ets2panda/test/parser/ets/method_empty.ets index 1b404ff741..087954767d 100644 --- a/ets2panda/test/parser/ets/method_empty.ets +++ b/ets2panda/test/parser/ets/method_empty.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_full.ets b/ets2panda/test/parser/ets/method_full.ets index 9fb4161afd..94df9d988d 100644 --- a/ets2panda/test/parser/ets/method_full.ets +++ b/ets2panda/test/parser/ets/method_full.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_1.ets b/ets2panda/test/parser/ets/method_modifier_check_1.ets index 79b1100c46..9cdcfe1394 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_1.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_10.ets b/ets2panda/test/parser/ets/method_modifier_check_10.ets index 9955d6d125..895d4aaa14 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_10.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_11.ets b/ets2panda/test/parser/ets/method_modifier_check_11.ets index f760988f4a..045009cef7 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_11.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_11.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_12.ets b/ets2panda/test/parser/ets/method_modifier_check_12.ets index 72fb833a2a..91be439c2b 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_12.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_12.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_14.ets b/ets2panda/test/parser/ets/method_modifier_check_14.ets index 3966c00a24..8055717808 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_14.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_14.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_15.ets b/ets2panda/test/parser/ets/method_modifier_check_15.ets index 8a002ad805..1c27bc9571 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_15.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_15.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_16.ets b/ets2panda/test/parser/ets/method_modifier_check_16.ets index 302d6a67a3..f55348e412 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_16.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_16.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_2.ets b/ets2panda/test/parser/ets/method_modifier_check_2.ets index cc9a3cf28f..fffa2f584c 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_2.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_3.ets b/ets2panda/test/parser/ets/method_modifier_check_3.ets index d09b5c2fac..fe2efa3dbc 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_3.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_4.ets b/ets2panda/test/parser/ets/method_modifier_check_4.ets index 36f58077ca..5a0d935306 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_4.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_6.ets b/ets2panda/test/parser/ets/method_modifier_check_6.ets index 22ead5607f..b982d9cf56 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_6.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_7.ets b/ets2panda/test/parser/ets/method_modifier_check_7.ets index 2844d34a37..e347b8f99a 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_7.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_modifier_check_8.ets b/ets2panda/test/parser/ets/method_modifier_check_8.ets index c0713a237f..83fb0d7261 100644 --- a/ets2panda/test/parser/ets/method_modifier_check_8.ets +++ b/ets2panda/test/parser/ets/method_modifier_check_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_1.ets b/ets2panda/test/parser/ets/method_override_throw_1.ets index 8c5cbd71a9..27d177a84f 100644 --- a/ets2panda/test/parser/ets/method_override_throw_1.ets +++ b/ets2panda/test/parser/ets/method_override_throw_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_2.ets b/ets2panda/test/parser/ets/method_override_throw_2.ets index f080b986f1..90b907d766 100644 --- a/ets2panda/test/parser/ets/method_override_throw_2.ets +++ b/ets2panda/test/parser/ets/method_override_throw_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_3.ets b/ets2panda/test/parser/ets/method_override_throw_3.ets index 00aba7e965..c1ec3082c9 100644 --- a/ets2panda/test/parser/ets/method_override_throw_3.ets +++ b/ets2panda/test/parser/ets/method_override_throw_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_4.ets b/ets2panda/test/parser/ets/method_override_throw_4.ets index d2b185e522..267e3eeaa2 100644 --- a/ets2panda/test/parser/ets/method_override_throw_4.ets +++ b/ets2panda/test/parser/ets/method_override_throw_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_5.ets b/ets2panda/test/parser/ets/method_override_throw_5.ets index 0946cd97ed..2bdc85f81a 100644 --- a/ets2panda/test/parser/ets/method_override_throw_5.ets +++ b/ets2panda/test/parser/ets/method_override_throw_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/method_override_throw_6.ets b/ets2panda/test/parser/ets/method_override_throw_6.ets index d153399d0a..ceb79ea1c6 100644 --- a/ets2panda/test/parser/ets/method_override_throw_6.ets +++ b/ets2panda/test/parser/ets/method_override_throw_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/methods.ets b/ets2panda/test/parser/ets/methods.ets index a11470469a..a1d62a4edd 100644 --- a/ets2panda/test/parser/ets/methods.ets +++ b/ets2panda/test/parser/ets/methods.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_arrayHoldingNullValue.ets b/ets2panda/test/parser/ets/n_arrayHoldingNullValue.ets index 8e452d4b3f..2ba8a95bf1 100644 --- a/ets2panda/test/parser/ets/n_arrayHoldingNullValue.ets +++ b/ets2panda/test/parser/ets/n_arrayHoldingNullValue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_assignNullableFromFunctionToNonNullable.ets b/ets2panda/test/parser/ets/n_assignNullableFromFunctionToNonNullable.ets index 02bcd13858..c52953ce50 100644 --- a/ets2panda/test/parser/ets/n_assignNullableFromFunctionToNonNullable.ets +++ b/ets2panda/test/parser/ets/n_assignNullableFromFunctionToNonNullable.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_nullableTypeMissingNull.ets b/ets2panda/test/parser/ets/n_nullableTypeMissingNull.ets index 9c69f37195..8a47c3d4c8 100644 --- a/ets2panda/test/parser/ets/n_nullableTypeMissingNull.ets +++ b/ets2panda/test/parser/ets/n_nullableTypeMissingNull.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_overrideWithNullable.ets b/ets2panda/test/parser/ets/n_overrideWithNullable.ets index 6203e0e206..1ea49acbbe 100644 --- a/ets2panda/test/parser/ets/n_overrideWithNullable.ets +++ b/ets2panda/test/parser/ets/n_overrideWithNullable.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_returnNullFromFunction.ets b/ets2panda/test/parser/ets/n_returnNullFromFunction.ets index b066ba975f..3a413bb12c 100644 --- a/ets2panda/test/parser/ets/n_returnNullFromFunction.ets +++ b/ets2panda/test/parser/ets/n_returnNullFromFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/n_returnNullFromMethod.ets b/ets2panda/test/parser/ets/n_returnNullFromMethod.ets index a1d3d984e2..936e3c0b16 100644 --- a/ets2panda/test/parser/ets/n_returnNullFromMethod.ets +++ b/ets2panda/test/parser/ets/n_returnNullFromMethod.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/named_types.ets b/ets2panda/test/parser/ets/named_types.ets index 0254b41458..470b3b1b9a 100644 --- a/ets2panda/test/parser/ets/named_types.ets +++ b/ets2panda/test/parser/ets/named_types.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/native_function_with_return_type.ets b/ets2panda/test/parser/ets/native_function_with_return_type.ets index 67d15a0bb5..09b81543d3 100644 --- a/ets2panda/test/parser/ets/native_function_with_return_type.ets +++ b/ets2panda/test/parser/ets/native_function_with_return_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/native_function_without_return_type.ets b/ets2panda/test/parser/ets/native_function_without_return_type.ets index 8b52a892c5..e1a3d43152 100644 --- a/ets2panda/test/parser/ets/native_function_without_return_type.ets +++ b/ets2panda/test/parser/ets/native_function_without_return_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nested_function.ets b/ets2panda/test/parser/ets/nested_function.ets index 28e067065b..cde174fdb6 100755 --- a/ets2panda/test/parser/ets/nested_function.ets +++ b/ets2panda/test/parser/ets/nested_function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nested_function_1.ets b/ets2panda/test/parser/ets/nested_function_1.ets index af61590c16..00335f5555 100644 --- a/ets2panda/test/parser/ets/nested_function_1.ets +++ b/ets2panda/test/parser/ets/nested_function_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nested_function_in_method.ets b/ets2panda/test/parser/ets/nested_function_in_method.ets index 7e363b18db..9206922ad3 100644 --- a/ets2panda/test/parser/ets/nested_function_in_method.ets +++ b/ets2panda/test/parser/ets/nested_function_in_method.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/new_expressions.ets b/ets2panda/test/parser/ets/new_expressions.ets index 9b85173c64..00f8133b2b 100644 --- a/ets2panda/test/parser/ets/new_expressions.ets +++ b/ets2panda/test/parser/ets/new_expressions.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/new_object_1.ets b/ets2panda/test/parser/ets/new_object_1.ets index a642ad8cd9..6cb43d2184 100644 --- a/ets2panda/test/parser/ets/new_object_1.ets +++ b/ets2panda/test/parser/ets/new_object_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/new_object_2.ets b/ets2panda/test/parser/ets/new_object_2.ets index 15c9a471c7..bb6a9892ca 100644 --- a/ets2panda/test/parser/ets/new_object_2.ets +++ b/ets2panda/test/parser/ets/new_object_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/new_object_3.ets b/ets2panda/test/parser/ets/new_object_3.ets index 27f2b7314b..5ebe5d4bd7 100644 --- a/ets2panda/test/parser/ets/new_object_3.ets +++ b/ets2panda/test/parser/ets/new_object_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nonIntegralIndex.ets b/ets2panda/test/parser/ets/nonIntegralIndex.ets index d34ad61719..c10abe26ac 100644 --- a/ets2panda/test/parser/ets/nonIntegralIndex.ets +++ b/ets2panda/test/parser/ets/nonIntegralIndex.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/null-coalesc-negative.ets b/ets2panda/test/parser/ets/null-coalesc-negative.ets index 1281f0a831..a1b77fcdaa 100644 --- a/ets2panda/test/parser/ets/null-coalesc-negative.ets +++ b/ets2panda/test/parser/ets/null-coalesc-negative.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/null.ets b/ets2panda/test/parser/ets/null.ets index 011717a1bd..c2abefc2ea 100644 --- a/ets2panda/test/parser/ets/null.ets +++ b/ets2panda/test/parser/ets/null.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/null_invalid.ets b/ets2panda/test/parser/ets/null_invalid.ets index a4085aca00..de6f31c9c4 100644 --- a/ets2panda/test/parser/ets/null_invalid.ets +++ b/ets2panda/test/parser/ets/null_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/null_valid.ets b/ets2panda/test/parser/ets/null_valid.ets index 9063566865..396179eef3 100644 --- a/ets2panda/test/parser/ets/null_valid.ets +++ b/ets2panda/test/parser/ets/null_valid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nullableGenericSignature.ets b/ets2panda/test/parser/ets/nullableGenericSignature.ets index a17c97b967..1b2b438244 100644 --- a/ets2panda/test/parser/ets/nullableGenericSignature.ets +++ b/ets2panda/test/parser/ets/nullableGenericSignature.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nullableType.ets b/ets2panda/test/parser/ets/nullableType.ets index 42ac0dd84a..de78b80515 100644 --- a/ets2panda/test/parser/ets/nullableType.ets +++ b/ets2panda/test/parser/ets/nullableType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/nullable_union_array.ets b/ets2panda/test/parser/ets/nullable_union_array.ets index 280288eb3d..50e077c280 100644 --- a/ets2panda/test/parser/ets/nullable_union_array.ets +++ b/ets2panda/test/parser/ets/nullable_union_array.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/object.ets b/ets2panda/test/parser/ets/object.ets index 390bfa664c..bac7e1b0ca 100644 --- a/ets2panda/test/parser/ets/object.ets +++ b/ets2panda/test/parser/ets/object.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/optional-chaining-array.ets b/ets2panda/test/parser/ets/optional-chaining-array.ets index ca9980cc90..606015ed90 100644 --- a/ets2panda/test/parser/ets/optional-chaining-array.ets +++ b/ets2panda/test/parser/ets/optional-chaining-array.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/optional_chaining_invalid_property.ets b/ets2panda/test/parser/ets/optional_chaining_invalid_property.ets index 52f2029de3..1458066d44 100644 --- a/ets2panda/test/parser/ets/optional_chaining_invalid_property.ets +++ b/ets2panda/test/parser/ets/optional_chaining_invalid_property.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/optional_chaining_nested_property.ets b/ets2panda/test/parser/ets/optional_chaining_nested_property.ets index 88c8bbfc40..5eb1ef699e 100644 --- a/ets2panda/test/parser/ets/optional_chaining_nested_property.ets +++ b/ets2panda/test/parser/ets/optional_chaining_nested_property.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/optional_chaining_object_property.ets b/ets2panda/test/parser/ets/optional_chaining_object_property.ets index debef1ea23..69cf8de6d0 100644 --- a/ets2panda/test/parser/ets/optional_chaining_object_property.ets +++ b/ets2panda/test/parser/ets/optional_chaining_object_property.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/optional_union_paramter.ets b/ets2panda/test/parser/ets/optional_union_paramter.ets index 4ee62946d8..5a3184faca 100644 --- a/ets2panda/test/parser/ets/optional_union_paramter.ets +++ b/ets2panda/test/parser/ets/optional_union_paramter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/override_method.ets b/ets2panda/test/parser/ets/override_method.ets index 38ff0c2edd..22e1d5e87f 100644 --- a/ets2panda/test/parser/ets/override_method.ets +++ b/ets2panda/test/parser/ets/override_method.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/parentheses_expression_value.ets b/ets2panda/test/parser/ets/parentheses_expression_value.ets index 6018b5924a..7506bdc441 100644 --- a/ets2panda/test/parser/ets/parentheses_expression_value.ets +++ b/ets2panda/test/parser/ets/parentheses_expression_value.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/predefined_non_primitive_types.ets b/ets2panda/test/parser/ets/predefined_non_primitive_types.ets index 6fa8da82c5..1d71f30cad 100644 --- a/ets2panda/test/parser/ets/predefined_non_primitive_types.ets +++ b/ets2panda/test/parser/ets/predefined_non_primitive_types.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/predefined_types.ets b/ets2panda/test/parser/ets/predefined_types.ets index f2679c1063..06011511b2 100644 --- a/ets2panda/test/parser/ets/predefined_types.ets +++ b/ets2panda/test/parser/ets/predefined_types.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/property-access-field-1.ets b/ets2panda/test/parser/ets/property-access-field-1.ets index d8e808ded3..f59e0924a4 100644 --- a/ets2panda/test/parser/ets/property-access-field-1.ets +++ b/ets2panda/test/parser/ets/property-access-field-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/property-access-field-2.ets b/ets2panda/test/parser/ets/property-access-field-2.ets index b3795dca13..29a8e11312 100644 --- a/ets2panda/test/parser/ets/property-access-field-2.ets +++ b/ets2panda/test/parser/ets/property-access-field-2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/property-access-method-1.ets b/ets2panda/test/parser/ets/property-access-method-1.ets index 44656b1608..fefb766cc7 100644 --- a/ets2panda/test/parser/ets/property-access-method-1.ets +++ b/ets2panda/test/parser/ets/property-access-method-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/property-access-method-2.ets b/ets2panda/test/parser/ets/property-access-method-2.ets index 125c7394eb..1445d371bc 100644 --- a/ets2panda/test/parser/ets/property-access-method-2.ets +++ b/ets2panda/test/parser/ets/property-access-method-2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/proxyVoidGeneration.ets b/ets2panda/test/parser/ets/proxyVoidGeneration.ets index 05b7cbecef..13329a68c0 100644 --- a/ets2panda/test/parser/ets/proxyVoidGeneration.ets +++ b/ets2panda/test/parser/ets/proxyVoidGeneration.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/export.ets b/ets2panda/test/parser/ets/re_export/export.ets index 511cd311c9..e470ab2fd5 100644 --- a/ets2panda/test/parser/ets/re_export/export.ets +++ b/ets2panda/test/parser/ets/re_export/export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folder/export.ets b/ets2panda/test/parser/ets/re_export/folder/export.ets index 511cd311c9..e470ab2fd5 100644 --- a/ets2panda/test/parser/ets/re_export/folder/export.ets +++ b/ets2panda/test/parser/ets/re_export/folder/export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folder/folder2/export.ets b/ets2panda/test/parser/ets/re_export/folder/folder2/export.ets index 511cd311c9..e470ab2fd5 100644 --- a/ets2panda/test/parser/ets/re_export/folder/folder2/export.ets +++ b/ets2panda/test/parser/ets/re_export/folder/folder2/export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folder/re_export_6.ets b/ets2panda/test/parser/ets/re_export/folder/re_export_6.ets index f4b79397bb..694e25824d 100644 --- a/ets2panda/test/parser/ets/re_export/folder/re_export_6.ets +++ b/ets2panda/test/parser/ets/re_export/folder/re_export_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folder/re_export_7.ets b/ets2panda/test/parser/ets/re_export/folder/re_export_7.ets index 77101058c4..16bcd2bb97 100644 --- a/ets2panda/test/parser/ets/re_export/folder/re_export_7.ets +++ b/ets2panda/test/parser/ets/re_export/folder/re_export_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folderIndex/index.ets b/ets2panda/test/parser/ets/re_export/folderIndex/index.ets index 2de0cf1179..f1883a043d 100644 --- a/ets2panda/test/parser/ets/re_export/folderIndex/index.ets +++ b/ets2panda/test/parser/ets/re_export/folderIndex/index.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/folderIndex/test.ets b/ets2panda/test/parser/ets/re_export/folderIndex/test.ets index 0e0ed62502..174701abb2 100644 --- a/ets2panda/test/parser/ets/re_export/folderIndex/test.ets +++ b/ets2panda/test/parser/ets/re_export/folderIndex/test.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/import_3.ets b/ets2panda/test/parser/ets/re_export/import_3.ets index a7c77cb50d..0990c54063 100644 --- a/ets2panda/test/parser/ets/re_export/import_3.ets +++ b/ets2panda/test/parser/ets/re_export/import_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/import_7.ets b/ets2panda/test/parser/ets/re_export/import_7.ets index 8d160577ad..e7d9bcf7bd 100644 --- a/ets2panda/test/parser/ets/re_export/import_7.ets +++ b/ets2panda/test/parser/ets/re_export/import_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/import_index_2.ets b/ets2panda/test/parser/ets/re_export/import_index_2.ets index 0c187b82dc..92e98dca3c 100644 --- a/ets2panda/test/parser/ets/re_export/import_index_2.ets +++ b/ets2panda/test/parser/ets/re_export/import_index_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/re_export.ets b/ets2panda/test/parser/ets/re_export/re_export.ets index f4b79397bb..694e25824d 100644 --- a/ets2panda/test/parser/ets/re_export/re_export.ets +++ b/ets2panda/test/parser/ets/re_export/re_export.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/re_export_2.ets b/ets2panda/test/parser/ets/re_export/re_export_2.ets index 8e7ecd65a9..9ed7529b8e 100644 --- a/ets2panda/test/parser/ets/re_export/re_export_2.ets +++ b/ets2panda/test/parser/ets/re_export/re_export_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/re_export_3.ets b/ets2panda/test/parser/ets/re_export/re_export_3.ets index b891ef7e9a..a089d39855 100644 --- a/ets2panda/test/parser/ets/re_export/re_export_3.ets +++ b/ets2panda/test/parser/ets/re_export/re_export_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/re_export_4.ets b/ets2panda/test/parser/ets/re_export/re_export_4.ets index 31d8c57fb1..1390cb95df 100644 --- a/ets2panda/test/parser/ets/re_export/re_export_4.ets +++ b/ets2panda/test/parser/ets/re_export/re_export_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/re_export/re_export_5.ets b/ets2panda/test/parser/ets/re_export/re_export_5.ets index 66e570889e..27bf6ef4be 100644 --- a/ets2panda/test/parser/ets/re_export/re_export_5.ets +++ b/ets2panda/test/parser/ets/re_export/re_export_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/regression-target-type-context.ets b/ets2panda/test/parser/ets/regression-target-type-context.ets index d2f007dcd5..5db3391538 100644 --- a/ets2panda/test/parser/ets/regression-target-type-context.ets +++ b/ets2panda/test/parser/ets/regression-target-type-context.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/rest_parameter_01.ets b/ets2panda/test/parser/ets/rest_parameter_01.ets index dd5329892b..61fc3ea45e 100644 --- a/ets2panda/test/parser/ets/rest_parameter_01.ets +++ b/ets2panda/test/parser/ets/rest_parameter_01.ets @@ -1,5 +1,5 @@ /* -* Copyright (c) 2022-2023 Huawei Device Co., Ltd. +* Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/rest_parameter_02.ets b/ets2panda/test/parser/ets/rest_parameter_02.ets index 08fb43c7ef..1253a0e5bb 100644 --- a/ets2panda/test/parser/ets/rest_parameter_02.ets +++ b/ets2panda/test/parser/ets/rest_parameter_02.ets @@ -1,5 +1,5 @@ /* -* Copyright (c) 2022-2023 Huawei Device Co., Ltd. +* Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/rest_parameter_03.ets b/ets2panda/test/parser/ets/rest_parameter_03.ets index 06a0e0c5c0..3f3f5ecbcc 100644 --- a/ets2panda/test/parser/ets/rest_parameter_03.ets +++ b/ets2panda/test/parser/ets/rest_parameter_03.ets @@ -1,5 +1,5 @@ /* -* Copyright (c) 2022-2023 Huawei Device Co., Ltd. +* Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/rethrow-func-1.ets b/ets2panda/test/parser/ets/rethrow-func-1.ets index c380310397..6d7162a806 100644 --- a/ets2panda/test/parser/ets/rethrow-func-1.ets +++ b/ets2panda/test/parser/ets/rethrow-func-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/return.ets b/ets2panda/test/parser/ets/return.ets index 219bb9d58e..48b349b9e0 100644 --- a/ets2panda/test/parser/ets/return.ets +++ b/ets2panda/test/parser/ets/return.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/scoped_decl.ets b/ets2panda/test/parser/ets/scoped_decl.ets index b5f9e03aad..9b45fd51c7 100644 --- a/ets2panda/test/parser/ets/scoped_decl.ets +++ b/ets2panda/test/parser/ets/scoped_decl.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/selective_export/selective_export_1.ets b/ets2panda/test/parser/ets/selective_export/selective_export_1.ets index 37c93c3959..27b464fd27 100644 --- a/ets2panda/test/parser/ets/selective_export/selective_export_1.ets +++ b/ets2panda/test/parser/ets/selective_export/selective_export_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/selective_export/selective_export_2.ets b/ets2panda/test/parser/ets/selective_export/selective_export_2.ets index 3a0c5b8985..39d8a14aaf 100644 --- a/ets2panda/test/parser/ets/selective_export/selective_export_2.ets +++ b/ets2panda/test/parser/ets/selective_export/selective_export_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/selective_export/selective_export_3.ets b/ets2panda/test/parser/ets/selective_export/selective_export_3.ets index 1a64e5b86f..54a39abf5d 100644 --- a/ets2panda/test/parser/ets/selective_export/selective_export_3.ets +++ b/ets2panda/test/parser/ets/selective_export/selective_export_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/selective_export/selective_export_4.ets b/ets2panda/test/parser/ets/selective_export/selective_export_4.ets index 75cc498e0e..a936e69fea 100644 --- a/ets2panda/test/parser/ets/selective_export/selective_export_4.ets +++ b/ets2panda/test/parser/ets/selective_export/selective_export_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/selective_export/selective_export_bad.ets b/ets2panda/test/parser/ets/selective_export/selective_export_bad.ets index 0e6c6f7c87..0923f19e7b 100644 --- a/ets2panda/test/parser/ets/selective_export/selective_export_bad.ets +++ b/ets2panda/test/parser/ets/selective_export/selective_export_bad.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/setter_native.ets b/ets2panda/test/parser/ets/setter_native.ets index 082f64c007..5a16d2327b 100644 --- a/ets2panda/test/parser/ets/setter_native.ets +++ b/ets2panda/test/parser/ets/setter_native.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/setter_with_non_void.ets b/ets2panda/test/parser/ets/setter_with_non_void.ets index 3d823dc16f..fd45d7a68f 100644 --- a/ets2panda/test/parser/ets/setter_with_non_void.ets +++ b/ets2panda/test/parser/ets/setter_with_non_void.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/simple_types.ets b/ets2panda/test/parser/ets/simple_types.ets index 825cc76c7a..c32da6dbfd 100644 --- a/ets2panda/test/parser/ets/simple_types.ets +++ b/ets2panda/test/parser/ets/simple_types.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/special_signatures.ets b/ets2panda/test/parser/ets/special_signatures.ets index 874cf1e3a5..b6ba396293 100644 --- a/ets2panda/test/parser/ets/special_signatures.ets +++ b/ets2panda/test/parser/ets/special_signatures.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_func_call_1.ets b/ets2panda/test/parser/ets/static_func_call_1.ets index 7708f7e5e1..00a475d41b 100644 --- a/ets2panda/test/parser/ets/static_func_call_1.ets +++ b/ets2panda/test/parser/ets/static_func_call_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_func_call_2.ets b/ets2panda/test/parser/ets/static_func_call_2.ets index 206bcb5d87..5632601ca2 100644 --- a/ets2panda/test/parser/ets/static_func_call_2.ets +++ b/ets2panda/test/parser/ets/static_func_call_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method.ets index 1b659108ea..7f618c5f9e 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_1.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_1.ets index 74d9c978f6..d6940c7a1a 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_1.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_2.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_2.ets index fc2ae029ca..f36925e7ec 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_2.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_3.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_3.ets index 1d6d4e6f3e..a1ce0bc798 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_3.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_4.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_4.ets index 179bd1504d..c94a89cf65 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_4.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature.ets index bde2c95ca1..4513eff6f4 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_1.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_1.ets index c4358de520..00a2d0c01f 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_1.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_2.ets b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_2.ets index bf102b35c0..00c85012ee 100644 --- a/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_2.ets +++ b/ets2panda/test/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/string.ets b/ets2panda/test/parser/ets/string.ets index e90f240c58..f89de5f359 100644 --- a/ets2panda/test/parser/ets/string.ets +++ b/ets2panda/test/parser/ets/string.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/string_literal_01.ets b/ets2panda/test/parser/ets/string_literal_01.ets index 8e0b515f90..b8b2520d74 100644 --- a/ets2panda/test/parser/ets/string_literal_01.ets +++ b/ets2panda/test/parser/ets/string_literal_01.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_identifier.ets b/ets2panda/test/parser/ets/struct_identifier.ets index 2429bb31c5..f79f90bd9b 100644 --- a/ets2panda/test/parser/ets/struct_identifier.ets +++ b/ets2panda/test/parser/ets/struct_identifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_init.ets b/ets2panda/test/parser/ets/struct_init.ets index 0f22374277..f122ff021c 100644 --- a/ets2panda/test/parser/ets/struct_init.ets +++ b/ets2panda/test/parser/ets/struct_init.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_abstract.ets b/ets2panda/test/parser/ets/struct_invalid_abstract.ets index f082714aad..3e8b6aa67f 100644 --- a/ets2panda/test/parser/ets/struct_invalid_abstract.ets +++ b/ets2panda/test/parser/ets/struct_invalid_abstract.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_extends1.ets b/ets2panda/test/parser/ets/struct_invalid_extends1.ets index 526bd3f070..f1efb84e1c 100644 --- a/ets2panda/test/parser/ets/struct_invalid_extends1.ets +++ b/ets2panda/test/parser/ets/struct_invalid_extends1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_extends2.ets b/ets2panda/test/parser/ets/struct_invalid_extends2.ets index be76b6f41a..85285878e0 100644 --- a/ets2panda/test/parser/ets/struct_invalid_extends2.ets +++ b/ets2panda/test/parser/ets/struct_invalid_extends2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_extends3.ets b/ets2panda/test/parser/ets/struct_invalid_extends3.ets index c22e6af969..5e79b30199 100644 --- a/ets2panda/test/parser/ets/struct_invalid_extends3.ets +++ b/ets2panda/test/parser/ets/struct_invalid_extends3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_extends4.ets b/ets2panda/test/parser/ets/struct_invalid_extends4.ets index e741104634..7ffe03e98d 100644 --- a/ets2panda/test/parser/ets/struct_invalid_extends4.ets +++ b/ets2panda/test/parser/ets/struct_invalid_extends4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_local.ets b/ets2panda/test/parser/ets/struct_invalid_local.ets index fa3b62fc5c..c535b2d087 100644 --- a/ets2panda/test/parser/ets/struct_invalid_local.ets +++ b/ets2panda/test/parser/ets/struct_invalid_local.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_nested1.ets b/ets2panda/test/parser/ets/struct_invalid_nested1.ets index 0702fcbc46..3b098fdbdb 100644 --- a/ets2panda/test/parser/ets/struct_invalid_nested1.ets +++ b/ets2panda/test/parser/ets/struct_invalid_nested1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_nested2.ets b/ets2panda/test/parser/ets/struct_invalid_nested2.ets index b72ed932f3..26361ae44e 100644 --- a/ets2panda/test/parser/ets/struct_invalid_nested2.ets +++ b/ets2panda/test/parser/ets/struct_invalid_nested2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_invalid_nested3.ets b/ets2panda/test/parser/ets/struct_invalid_nested3.ets index 6c899990bf..165ccaf24f 100644 --- a/ets2panda/test/parser/ets/struct_invalid_nested3.ets +++ b/ets2panda/test/parser/ets/struct_invalid_nested3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_static_initializer.ets b/ets2panda/test/parser/ets/struct_static_initializer.ets index 258a86a76a..f766688698 100644 --- a/ets2panda/test/parser/ets/struct_static_initializer.ets +++ b/ets2panda/test/parser/ets/struct_static_initializer.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/struct_templete.ets b/ets2panda/test/parser/ets/struct_templete.ets index 58e2c57a00..3042aae856 100644 --- a/ets2panda/test/parser/ets/struct_templete.ets +++ b/ets2panda/test/parser/ets/struct_templete.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch.ets b/ets2panda/test/parser/ets/switch.ets index c6e1f36ee0..6e950a4596 100644 --- a/ets2panda/test/parser/ets/switch.ets +++ b/ets2panda/test/parser/ets/switch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch2.ets b/ets2panda/test/parser/ets/switch2.ets index 743afebe99..b056d21e48 100644 --- a/ets2panda/test/parser/ets/switch2.ets +++ b/ets2panda/test/parser/ets/switch2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_alive_1.ets b/ets2panda/test/parser/ets/switch_alive_1.ets index 69843a6533..cbf38d74cb 100644 --- a/ets2panda/test/parser/ets/switch_alive_1.ets +++ b/ets2panda/test/parser/ets/switch_alive_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_alive_2.ets b/ets2panda/test/parser/ets/switch_alive_2.ets index 6d5ec458c3..df69a868dd 100644 --- a/ets2panda/test/parser/ets/switch_alive_2.ets +++ b/ets2panda/test/parser/ets/switch_alive_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_alive_3.ets b/ets2panda/test/parser/ets/switch_alive_3.ets index beca701ba5..d5e89cf364 100644 --- a/ets2panda/test/parser/ets/switch_alive_3.ets +++ b/ets2panda/test/parser/ets/switch_alive_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_alive_4.ets b/ets2panda/test/parser/ets/switch_alive_4.ets index c827d24fb2..b368a3fbeb 100644 --- a/ets2panda/test/parser/ets/switch_alive_4.ets +++ b/ets2panda/test/parser/ets/switch_alive_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_char_compare_num.ets b/ets2panda/test/parser/ets/switch_char_compare_num.ets index 716d8e526e..5ceab86066 100644 --- a/ets2panda/test/parser/ets/switch_char_compare_num.ets +++ b/ets2panda/test/parser/ets/switch_char_compare_num.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_const_int_compare_char_duplicate.ets b/ets2panda/test/parser/ets/switch_const_int_compare_char_duplicate.ets index fca991eb18..161dd58540 100644 --- a/ets2panda/test/parser/ets/switch_const_int_compare_char_duplicate.ets +++ b/ets2panda/test/parser/ets/switch_const_int_compare_char_duplicate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_enum.ets b/ets2panda/test/parser/ets/switch_enum.ets index 2f5ee7ec16..ca6b7bbc27 100644 --- a/ets2panda/test/parser/ets/switch_enum.ets +++ b/ets2panda/test/parser/ets/switch_enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_enum2.ets b/ets2panda/test/parser/ets/switch_enum2.ets index ec9b7a96c8..371a664878 100644 --- a/ets2panda/test/parser/ets/switch_enum2.ets +++ b/ets2panda/test/parser/ets/switch_enum2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_enum_3.ets b/ets2panda/test/parser/ets/switch_enum_3.ets index 9774430238..7ff82102d9 100644 --- a/ets2panda/test/parser/ets/switch_enum_3.ets +++ b/ets2panda/test/parser/ets/switch_enum_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_enum_case_duplicate.ets b/ets2panda/test/parser/ets/switch_enum_case_duplicate.ets index 08bcc327bc..6c0501aca9 100644 --- a/ets2panda/test/parser/ets/switch_enum_case_duplicate.ets +++ b/ets2panda/test/parser/ets/switch_enum_case_duplicate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_num_compare_char.ets b/ets2panda/test/parser/ets/switch_num_compare_char.ets index 978d12b16d..54b9bd49df 100644 --- a/ets2panda/test/parser/ets/switch_num_compare_char.ets +++ b/ets2panda/test/parser/ets/switch_num_compare_char.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_num_compare_char_duplicate.ets b/ets2panda/test/parser/ets/switch_num_compare_char_duplicate.ets index d40991d6f9..8dc1b4f86d 100644 --- a/ets2panda/test/parser/ets/switch_num_compare_char_duplicate.ets +++ b/ets2panda/test/parser/ets/switch_num_compare_char_duplicate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member.ets b/ets2panda/test/parser/ets/switch_readonly_member.ets index 3428bd015c..829caa06ac 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_compare_char.ets b/ets2panda/test/parser/ets/switch_readonly_member_compare_char.ets index 74d804eb06..d8dfeae13e 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_compare_char.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_compare_char.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2.ets b/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2.ets index 8b9591b444..c5b01f5354 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_compare_char_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_different_enum.ets b/ets2panda/test/parser/ets/switch_readonly_member_different_enum.ets index fcc69318d6..cb08f725ac 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_different_enum.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_different_enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2.ets b/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2.ets index c966845d47..a50c2c52bb 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_different_enum_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_enum.ets b/ets2panda/test/parser/ets/switch_readonly_member_enum.ets index 31cdcb5ca2..b6651c756d 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_enum.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate.ets b/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate.ets index b2756d8e9f..7daefb3aa7 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_enum_duplicate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate.ets b/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate.ets index 0b72cb55fa..59f8e78e6d 100644 --- a/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate.ets +++ b/ets2panda/test/parser/ets/switch_readonly_member_number_duplicate.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/swtich_not_const.ets b/ets2panda/test/parser/ets/swtich_not_const.ets index 37526c7fb3..b70a27fc9f 100644 --- a/ets2panda/test/parser/ets/swtich_not_const.ets +++ b/ets2panda/test/parser/ets/swtich_not_const.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/ternary.ets b/ets2panda/test/parser/ets/ternary.ets index 1ac47900d5..f92bc8c92f 100644 --- a/ets2panda/test/parser/ets/ternary.ets +++ b/ets2panda/test/parser/ets/ternary.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_interface.ets b/ets2panda/test/parser/ets/test_interface.ets index 522b35e132..691787cf41 100644 --- a/ets2panda/test/parser/ets/test_interface.ets +++ b/ets2panda/test/parser/ets/test_interface.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue.ets b/ets2panda/test/parser/ets/test_jsvalue.ets index acf09c211f..d6ee0f114b 100644 --- a/ets2panda/test/parser/ets/test_jsvalue.ets +++ b/ets2panda/test/parser/ets/test_jsvalue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_double.ets b/ets2panda/test/parser/ets/test_jsvalue_get_double.ets index 427ee04bd3..3a7e770e27 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_double.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_get_double.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_property_1.ets b/ets2panda/test/parser/ets/test_jsvalue_get_property_1.ets index 58b85b91a1..f3166615fe 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_property_1.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_get_property_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_get_property_2.ets b/ets2panda/test/parser/ets/test_jsvalue_get_property_2.ets index a11328f993..0249ffbf68 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_get_property_2.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_get_property_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_set_double.ets b/ets2panda/test/parser/ets/test_jsvalue_set_double.ets index ada3ec5b2e..8b60865a3b 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_set_double.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_set_double.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_set_property_1.ets b/ets2panda/test/parser/ets/test_jsvalue_set_property_1.ets index 386beaea0c..d230d31019 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_set_property_1.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_set_property_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_jsvalue_set_property_2.ets b/ets2panda/test/parser/ets/test_jsvalue_set_property_2.ets index de8dc1144c..bc43809ecb 100644 --- a/ets2panda/test/parser/ets/test_jsvalue_set_property_2.ets +++ b/ets2panda/test/parser/ets/test_jsvalue_set_property_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias1.ets b/ets2panda/test/parser/ets/test_type_alias1.ets index 5fdb201db7..db0244813b 100644 --- a/ets2panda/test/parser/ets/test_type_alias1.ets +++ b/ets2panda/test/parser/ets/test_type_alias1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias10.ets b/ets2panda/test/parser/ets/test_type_alias10.ets index cf1e242a71..ed35db2db8 100644 --- a/ets2panda/test/parser/ets/test_type_alias10.ets +++ b/ets2panda/test/parser/ets/test_type_alias10.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias2.ets b/ets2panda/test/parser/ets/test_type_alias2.ets index 18b3981b3a..96f28162f4 100644 --- a/ets2panda/test/parser/ets/test_type_alias2.ets +++ b/ets2panda/test/parser/ets/test_type_alias2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias3.ets b/ets2panda/test/parser/ets/test_type_alias3.ets index df84679de3..934e33d7e6 100644 --- a/ets2panda/test/parser/ets/test_type_alias3.ets +++ b/ets2panda/test/parser/ets/test_type_alias3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias4.ets b/ets2panda/test/parser/ets/test_type_alias4.ets index 7048316416..699a53b9a7 100644 --- a/ets2panda/test/parser/ets/test_type_alias4.ets +++ b/ets2panda/test/parser/ets/test_type_alias4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias5.ets b/ets2panda/test/parser/ets/test_type_alias5.ets index 5bd567e23f..035db4806f 100644 --- a/ets2panda/test/parser/ets/test_type_alias5.ets +++ b/ets2panda/test/parser/ets/test_type_alias5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias6.ets b/ets2panda/test/parser/ets/test_type_alias6.ets index a45beb7ad2..c222a55869 100644 --- a/ets2panda/test/parser/ets/test_type_alias6.ets +++ b/ets2panda/test/parser/ets/test_type_alias6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias7.ets b/ets2panda/test/parser/ets/test_type_alias7.ets index c3befa23e1..5bb10882c8 100644 --- a/ets2panda/test/parser/ets/test_type_alias7.ets +++ b/ets2panda/test/parser/ets/test_type_alias7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias8.ets b/ets2panda/test/parser/ets/test_type_alias8.ets index 083656bf67..ccf0b29892 100644 --- a/ets2panda/test/parser/ets/test_type_alias8.ets +++ b/ets2panda/test/parser/ets/test_type_alias8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/test_type_alias9.ets b/ets2panda/test/parser/ets/test_type_alias9.ets index f942a2a687..9c37be5e48 100644 --- a/ets2panda/test/parser/ets/test_type_alias9.ets +++ b/ets2panda/test/parser/ets/test_type_alias9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_callee.ets b/ets2panda/test/parser/ets/this_callee.ets index 27f0a4315a..048edcdc83 100644 --- a/ets2panda/test/parser/ets/this_callee.ets +++ b/ets2panda/test/parser/ets/this_callee.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_cmp_object.ets b/ets2panda/test/parser/ets/this_cmp_object.ets index 6f64737987..c6d4f6612f 100644 --- a/ets2panda/test/parser/ets/this_cmp_object.ets +++ b/ets2panda/test/parser/ets/this_cmp_object.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_equality.ets b/ets2panda/test/parser/ets/this_equality.ets index 87ddac49f6..d9fcc255e0 100644 --- a/ets2panda/test/parser/ets/this_equality.ets +++ b/ets2panda/test/parser/ets/this_equality.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_expression.ets b/ets2panda/test/parser/ets/this_expression.ets index 9289eea4fa..1cdef4c922 100644 --- a/ets2panda/test/parser/ets/this_expression.ets +++ b/ets2panda/test/parser/ets/this_expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_class_field_invalid.ets b/ets2panda/test/parser/ets/this_type_class_field_invalid.ets index a0f3bab042..0bd6dd1c37 100644 --- a/ets2panda/test/parser/ets/this_type_class_field_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_class_field_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_class_method_parameter_invalid.ets b/ets2panda/test/parser/ets/this_type_class_method_parameter_invalid.ets index 059bc19059..e01751b7cf 100644 --- a/ets2panda/test/parser/ets/this_type_class_method_parameter_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_class_method_parameter_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_class_method_return_valid.ets b/ets2panda/test/parser/ets/this_type_class_method_return_valid.ets index 4120e8608a..7667a92074 100644 --- a/ets2panda/test/parser/ets/this_type_class_method_return_valid.ets +++ b/ets2panda/test/parser/ets/this_type_class_method_return_valid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_class_static_method_parameter_invalid.ets b/ets2panda/test/parser/ets/this_type_class_static_method_parameter_invalid.ets index 1138526622..460ae97038 100644 --- a/ets2panda/test/parser/ets/this_type_class_static_method_parameter_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_class_static_method_parameter_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_class_static_method_return_invalid.ets b/ets2panda/test/parser/ets/this_type_class_static_method_return_invalid.ets index 7fabdb2fb1..844361aab2 100644 --- a/ets2panda/test/parser/ets/this_type_class_static_method_return_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_class_static_method_return_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_function_parameter_invalid.ets b/ets2panda/test/parser/ets/this_type_function_parameter_invalid.ets index 22f3277e7d..53e268f9fc 100644 --- a/ets2panda/test/parser/ets/this_type_function_parameter_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_function_parameter_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_function_return_invalid.ets b/ets2panda/test/parser/ets/this_type_function_return_invalid.ets index acea016f96..e9baad70ca 100644 --- a/ets2panda/test/parser/ets/this_type_function_return_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_function_return_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_in_class_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_in_class_invalid.ets index 47f9e6f199..bb6e0ff3f3 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_in_class_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_in_class_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_invalid.ets index d2f833f7e4..9cd10ef3b1 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_declaration_parameter_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_declaration_return_in_class_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_declaration_return_in_class_invalid.ets index 8987c94df5..367144d949 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_declaration_return_in_class_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_declaration_return_in_class_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_declaration_return_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_declaration_return_invalid.ets index 8e8fb02878..db4eda304e 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_declaration_return_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_declaration_return_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_in_class_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_in_class_invalid.ets index d75fb8dec4..ecf624ffcf 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_in_class_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_in_class_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_invalid.ets index d9574a1a3c..a5578922d0 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_definition_parameter_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_definition_return_in_class_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_definition_return_in_class_invalid.ets index 3fa47d952e..5c8d8c369e 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_definition_return_in_class_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_definition_return_in_class_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/this_type_lambda_definition_return_invalid.ets b/ets2panda/test/parser/ets/this_type_lambda_definition_return_invalid.ets index b681c247ae..4fdb0127b6 100644 --- a/ets2panda/test/parser/ets/this_type_lambda_definition_return_invalid.ets +++ b/ets2panda/test/parser/ets/this_type_lambda_definition_return_invalid.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/throwsRethrowsAsVariables.ets b/ets2panda/test/parser/ets/throwsRethrowsAsVariables.ets index e2cc9fdc5d..d1db305bb5 100644 --- a/ets2panda/test/parser/ets/throwsRethrowsAsVariables.ets +++ b/ets2panda/test/parser/ets/throwsRethrowsAsVariables.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/topLevelStaticClass.ets b/ets2panda/test/parser/ets/topLevelStaticClass.ets index 54e6106b12..c092095315 100644 --- a/ets2panda/test/parser/ets/topLevelStaticClass.ets +++ b/ets2panda/test/parser/ets/topLevelStaticClass.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body.ets index f09d6132cc..a07b327264 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable.ets index 2831c8b050..a59f8859bb 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature.ets index dc7ee18137..6f0d0634fe 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature_1.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature_1.ets index 40d5480b39..354227874c 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature_1.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_1.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_1.ets index 7a2740173b..65edb5c33c 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_1.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_2.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_2.ets index 9b5efbcef3..caee60c190 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_2.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.ets index 1e7b1c9c9f..b495000d73 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.ets index 6bd891e652..d12c540936 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_5.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_5.ets index 1bdf8ec51b..18b058a1d2 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_5.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_omit_call_parentheses.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_omit_call_parentheses.ets index 29f963ee11..a7af32efd9 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_omit_call_parentheses.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_omit_call_parentheses.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload.ets index 2ba97a435c..41b1e7d6e5 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1.ets index abe9dfa4d0..49f491a370 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block.ets index e541acd06b..c7ebc450f6 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias.ets index eb8276cd2c..c37062951a 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw.ets b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw.ets index 9c99d55844..a0cb84287a 100644 --- a/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw.ets +++ b/ets2panda/test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tryBlockOnly.ets b/ets2panda/test/parser/ets/tryBlockOnly.ets index 844490e8be..9d43d80693 100644 --- a/ets2panda/test/parser/ets/tryBlockOnly.ets +++ b/ets2panda/test/parser/ets/tryBlockOnly.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tryFinallyBlockOnly.ets b/ets2panda/test/parser/ets/tryFinallyBlockOnly.ets index 61fc3ccd2b..cc0068c56d 100644 --- a/ets2panda/test/parser/ets/tryFinallyBlockOnly.ets +++ b/ets2panda/test/parser/ets/tryFinallyBlockOnly.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_2.ets b/ets2panda/test/parser/ets/try_catch_alive_2.ets index 952771103f..d2a1ddff2d 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_2.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_3.ets b/ets2panda/test/parser/ets/try_catch_alive_3.ets index 135a17e6dd..bb783009d2 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_3.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_6.ets b/ets2panda/test/parser/ets/try_catch_alive_6.ets index 56aa4a6f21..aa40afe2e2 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_6.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_7.ets b/ets2panda/test/parser/ets/try_catch_alive_7.ets index b7f2613c93..d0b57d1576 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_7.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_8.ets b/ets2panda/test/parser/ets/try_catch_alive_8.ets index 2a2fdb1106..736c0f4cde 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_8.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_8.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/try_catch_alive_9.ets b/ets2panda/test/parser/ets/try_catch_alive_9.ets index 39e7476782..a4b5df2162 100644 --- a/ets2panda/test/parser/ets/try_catch_alive_9.ets +++ b/ets2panda/test/parser/ets/try_catch_alive_9.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tuple_type_1.ets b/ets2panda/test/parser/ets/tuple_type_1.ets index 00298b8b96..4b005c62cc 100644 --- a/ets2panda/test/parser/ets/tuple_type_1.ets +++ b/ets2panda/test/parser/ets/tuple_type_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tuple_type_2_neg.ets b/ets2panda/test/parser/ets/tuple_type_2_neg.ets index 551fe58e83..bede86193b 100644 --- a/ets2panda/test/parser/ets/tuple_type_2_neg.ets +++ b/ets2panda/test/parser/ets/tuple_type_2_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tuple_type_3_neg.ets b/ets2panda/test/parser/ets/tuple_type_3_neg.ets index 112d7709a7..e6916d12ba 100644 --- a/ets2panda/test/parser/ets/tuple_type_3_neg.ets +++ b/ets2panda/test/parser/ets/tuple_type_3_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/tuple_type_4_neg.ets b/ets2panda/test/parser/ets/tuple_type_4_neg.ets index 94226d0d84..77074f262f 100644 --- a/ets2panda/test/parser/ets/tuple_type_4_neg.ets +++ b/ets2panda/test/parser/ets/tuple_type_4_neg.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_alias_1.ets b/ets2panda/test/parser/ets/type_alias_1.ets index cd19926eeb..160e037553 100644 --- a/ets2panda/test/parser/ets/type_alias_1.ets +++ b/ets2panda/test/parser/ets/type_alias_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_alias_2.ets b/ets2panda/test/parser/ets/type_alias_2.ets index 1dd1f63873..e56b236a21 100644 --- a/ets2panda/test/parser/ets/type_alias_2.ets +++ b/ets2panda/test/parser/ets/type_alias_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_cast.ets b/ets2panda/test/parser/ets/type_cast.ets index a7ba0957f6..bb2436f9e3 100644 --- a/ets2panda/test/parser/ets/type_cast.ets +++ b/ets2panda/test/parser/ets/type_cast.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_references.ets b/ets2panda/test/parser/ets/type_references.ets index 6d0ed091c3..c9cb7b9291 100644 --- a/ets2panda/test/parser/ets/type_references.ets +++ b/ets2panda/test/parser/ets/type_references.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_variance1.ets b/ets2panda/test/parser/ets/type_variance1.ets index 73015c18fb..df814f59a1 100644 --- a/ets2panda/test/parser/ets/type_variance1.ets +++ b/ets2panda/test/parser/ets/type_variance1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_variance2.ets b/ets2panda/test/parser/ets/type_variance2.ets index b7066130f4..f394ed9cbf 100644 --- a/ets2panda/test/parser/ets/type_variance2.ets +++ b/ets2panda/test/parser/ets/type_variance2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_variance3.ets b/ets2panda/test/parser/ets/type_variance3.ets index ffb011318b..04fcda66f8 100644 --- a/ets2panda/test/parser/ets/type_variance3.ets +++ b/ets2panda/test/parser/ets/type_variance3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/type_variance4.ets b/ets2panda/test/parser/ets/type_variance4.ets index 0155a55beb..cc8e719e10 100644 --- a/ets2panda/test/parser/ets/type_variance4.ets +++ b/ets2panda/test/parser/ets/type_variance4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/types_decls.ets b/ets2panda/test/parser/ets/types_decls.ets index d288174eee..a9de9ba172 100644 --- a/ets2panda/test/parser/ets/types_decls.ets +++ b/ets2panda/test/parser/ets/types_decls.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/unary_op.ets b/ets2panda/test/parser/ets/unary_op.ets index 4044a21e4f..8cfae71254 100644 --- a/ets2panda/test/parser/ets/unary_op.ets +++ b/ets2panda/test/parser/ets/unary_op.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/unary_operations.ets b/ets2panda/test/parser/ets/unary_operations.ets index b26d8e449a..19bd8ae3c2 100644 --- a/ets2panda/test/parser/ets/unary_operations.ets +++ b/ets2panda/test/parser/ets/unary_operations.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_1.ets b/ets2panda/test/parser/ets/user_defined_1.ets index 1526ba71ce..0cc0b544b9 100644 --- a/ets2panda/test/parser/ets/user_defined_1.ets +++ b/ets2panda/test/parser/ets/user_defined_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_2.ets b/ets2panda/test/parser/ets/user_defined_2.ets index 40fda4d104..2c48c100b3 100644 --- a/ets2panda/test/parser/ets/user_defined_2.ets +++ b/ets2panda/test/parser/ets/user_defined_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_3.ets b/ets2panda/test/parser/ets/user_defined_3.ets index 0229303f7c..d12ec544e1 100644 --- a/ets2panda/test/parser/ets/user_defined_3.ets +++ b/ets2panda/test/parser/ets/user_defined_3.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_4.ets b/ets2panda/test/parser/ets/user_defined_4.ets index 2409131fa2..f600a3d6fd 100644 --- a/ets2panda/test/parser/ets/user_defined_4.ets +++ b/ets2panda/test/parser/ets/user_defined_4.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_5.ets b/ets2panda/test/parser/ets/user_defined_5.ets index b8daa74632..01cadd18e0 100644 --- a/ets2panda/test/parser/ets/user_defined_5.ets +++ b/ets2panda/test/parser/ets/user_defined_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_6.ets b/ets2panda/test/parser/ets/user_defined_6.ets index 1d791996d0..ba7c8104f3 100644 --- a/ets2panda/test/parser/ets/user_defined_6.ets +++ b/ets2panda/test/parser/ets/user_defined_6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/user_defined_7.ets b/ets2panda/test/parser/ets/user_defined_7.ets index ea71bbbe8e..7fa74794aa 100644 --- a/ets2panda/test/parser/ets/user_defined_7.ets +++ b/ets2panda/test/parser/ets/user_defined_7.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/var_declare.ets b/ets2panda/test/parser/ets/var_declare.ets index 130e0cdd21..869d75626a 100644 --- a/ets2panda/test/parser/ets/var_declare.ets +++ b/ets2panda/test/parser/ets/var_declare.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/variable_throw_function_1.ets b/ets2panda/test/parser/ets/variable_throw_function_1.ets index 7fb6696ebc..80b6a61a9b 100644 --- a/ets2panda/test/parser/ets/variable_throw_function_1.ets +++ b/ets2panda/test/parser/ets/variable_throw_function_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/variable_throw_function_2.ets b/ets2panda/test/parser/ets/variable_throw_function_2.ets index 69390f0104..e9cdc2560d 100644 --- a/ets2panda/test/parser/ets/variable_throw_function_2.ets +++ b/ets2panda/test/parser/ets/variable_throw_function_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ets/void.ets b/ets2panda/test/parser/ets/void.ets index f4f50f361b..60bfbbac55 100644 --- a/ets2panda/test/parser/ets/void.ets +++ b/ets2panda/test/parser/ets/void.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/invalid-left-hand-side-in-prefix-operation.js b/ets2panda/test/parser/js/invalid-left-hand-side-in-prefix-operation.js index 377ea698e5..f08c23d52d 100644 --- a/ets2panda/test/parser/js/invalid-left-hand-side-in-prefix-operation.js +++ b/ets2panda/test/parser/js/invalid-left-hand-side-in-prefix-operation.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/new-expression.js b/ets2panda/test/parser/js/new-expression.js index d73903bdc5..09f7037c0d 100644 --- a/ets2panda/test/parser/js/new-expression.js +++ b/ets2panda/test/parser/js/new-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-array-expression-1.js b/ets2panda/test/parser/js/test-array-expression-1.js index e268bb56dc..d5111d377d 100644 --- a/ets2panda/test/parser/js/test-array-expression-1.js +++ b/ets2panda/test/parser/js/test-array-expression-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-array-expression-2.js b/ets2panda/test/parser/js/test-array-expression-2.js index 5f0300ffb3..45a084a4bd 100644 --- a/ets2panda/test/parser/js/test-array-expression-2.js +++ b/ets2panda/test/parser/js/test-array-expression-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-array-expression.js b/ets2panda/test/parser/js/test-array-expression.js index 2150a6ec72..9a9668f5da 100644 --- a/ets2panda/test/parser/js/test-array-expression.js +++ b/ets2panda/test/parser/js/test-array-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-arrow-function.js b/ets2panda/test/parser/js/test-arrow-function.js index a4cf03851e..8b179dcd9d 100644 --- a/ets2panda/test/parser/js/test-arrow-function.js +++ b/ets2panda/test/parser/js/test-arrow-function.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-assignment-expression.js b/ets2panda/test/parser/js/test-assignment-expression.js index d0b8f906db..74a58d5d14 100644 --- a/ets2panda/test/parser/js/test-assignment-expression.js +++ b/ets2panda/test/parser/js/test-assignment-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-async-arrow-function-1.js b/ets2panda/test/parser/js/test-async-arrow-function-1.js index fbd33e996d..7e70717dcc 100644 --- a/ets2panda/test/parser/js/test-async-arrow-function-1.js +++ b/ets2panda/test/parser/js/test-async-arrow-function-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-async-function-1.js b/ets2panda/test/parser/js/test-async-function-1.js index c0887cfe23..a9bb507840 100644 --- a/ets2panda/test/parser/js/test-async-function-1.js +++ b/ets2panda/test/parser/js/test-async-function-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-async-function-2.js b/ets2panda/test/parser/js/test-async-function-2.js index b54a9ff133..b6bd791242 100644 --- a/ets2panda/test/parser/js/test-async-function-2.js +++ b/ets2panda/test/parser/js/test-async-function-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-binary-expression.js b/ets2panda/test/parser/js/test-binary-expression.js index 781ea621b6..1b42c51abd 100644 --- a/ets2panda/test/parser/js/test-binary-expression.js +++ b/ets2panda/test/parser/js/test-binary-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-call-expression.js b/ets2panda/test/parser/js/test-call-expression.js index 1cdaa3b034..af4c20cf13 100644 --- a/ets2panda/test/parser/js/test-call-expression.js +++ b/ets2panda/test/parser/js/test-call-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-async-method.js b/ets2panda/test/parser/js/test-class-async-method.js index 6b16ddd077..6147affbd2 100644 --- a/ets2panda/test/parser/js/test-class-async-method.js +++ b/ets2panda/test/parser/js/test-class-async-method.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition.js b/ets2panda/test/parser/js/test-class-definition.js index acae759635..2488e86091 100644 --- a/ets2panda/test/parser/js/test-class-definition.js +++ b/ets2panda/test/parser/js/test-class-definition.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition1.js b/ets2panda/test/parser/js/test-class-definition1.js index 1205bb8730..037105e267 100644 --- a/ets2panda/test/parser/js/test-class-definition1.js +++ b/ets2panda/test/parser/js/test-class-definition1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition2.js b/ets2panda/test/parser/js/test-class-definition2.js index 4476239a0c..0bedeaf5f8 100644 --- a/ets2panda/test/parser/js/test-class-definition2.js +++ b/ets2panda/test/parser/js/test-class-definition2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition3.js b/ets2panda/test/parser/js/test-class-definition3.js index 4a0ee620e5..a99ba4e292 100644 --- a/ets2panda/test/parser/js/test-class-definition3.js +++ b/ets2panda/test/parser/js/test-class-definition3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition4.js b/ets2panda/test/parser/js/test-class-definition4.js index 65e4ff9068..91a76cc8c2 100644 --- a/ets2panda/test/parser/js/test-class-definition4.js +++ b/ets2panda/test/parser/js/test-class-definition4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-definition5.js b/ets2panda/test/parser/js/test-class-definition5.js index fa4ac29d4c..caedc5ea9a 100644 --- a/ets2panda/test/parser/js/test-class-definition5.js +++ b/ets2panda/test/parser/js/test-class-definition5.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-expression.js b/ets2panda/test/parser/js/test-class-expression.js index d12d33975e..525e5d126b 100644 --- a/ets2panda/test/parser/js/test-class-expression.js +++ b/ets2panda/test/parser/js/test-class-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block.js b/ets2panda/test/parser/js/test-class-static-block.js index 17d76f1d3c..eca5c1c791 100644 --- a/ets2panda/test/parser/js/test-class-static-block.js +++ b/ets2panda/test/parser/js/test-class-static-block.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block1.js b/ets2panda/test/parser/js/test-class-static-block1.js index 68a1fb7343..9db3dd9579 100644 --- a/ets2panda/test/parser/js/test-class-static-block1.js +++ b/ets2panda/test/parser/js/test-class-static-block1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block2.js b/ets2panda/test/parser/js/test-class-static-block2.js index cc925d697a..0d09aff194 100644 --- a/ets2panda/test/parser/js/test-class-static-block2.js +++ b/ets2panda/test/parser/js/test-class-static-block2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block3.js b/ets2panda/test/parser/js/test-class-static-block3.js index 655de5f117..2ef4442e90 100644 --- a/ets2panda/test/parser/js/test-class-static-block3.js +++ b/ets2panda/test/parser/js/test-class-static-block3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block4.js b/ets2panda/test/parser/js/test-class-static-block4.js index fd992e38d1..232129a439 100644 --- a/ets2panda/test/parser/js/test-class-static-block4.js +++ b/ets2panda/test/parser/js/test-class-static-block4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block5.js b/ets2panda/test/parser/js/test-class-static-block5.js index 0ccbe61359..1b6a618611 100644 --- a/ets2panda/test/parser/js/test-class-static-block5.js +++ b/ets2panda/test/parser/js/test-class-static-block5.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-class-static-block6.js b/ets2panda/test/parser/js/test-class-static-block6.js index 49722acb7e..b60ede0126 100644 --- a/ets2panda/test/parser/js/test-class-static-block6.js +++ b/ets2panda/test/parser/js/test-class-static-block6.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-comment.js b/ets2panda/test/parser/js/test-comment.js index 926c84ba3c..f7a7488e76 100644 --- a/ets2panda/test/parser/js/test-comment.js +++ b/ets2panda/test/parser/js/test-comment.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-conditional-expression.js b/ets2panda/test/parser/js/test-conditional-expression.js index c469d76acd..36641de7a7 100644 --- a/ets2panda/test/parser/js/test-conditional-expression.js +++ b/ets2panda/test/parser/js/test-conditional-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-const-without-init.js b/ets2panda/test/parser/js/test-const-without-init.js index b1ba15c3fe..507d65fdff 100644 --- a/ets2panda/test/parser/js/test-const-without-init.js +++ b/ets2panda/test/parser/js/test-const-without-init.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-continue-in-switch.js b/ets2panda/test/parser/js/test-continue-in-switch.js index d94995d243..dd773ca4b3 100644 --- a/ets2panda/test/parser/js/test-continue-in-switch.js +++ b/ets2panda/test/parser/js/test-continue-in-switch.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-debugger-statement.js b/ets2panda/test/parser/js/test-debugger-statement.js index af618ee985..55d7f79053 100644 --- a/ets2panda/test/parser/js/test-debugger-statement.js +++ b/ets2panda/test/parser/js/test-debugger-statement.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-delete-identifier.js b/ets2panda/test/parser/js/test-delete-identifier.js index ccf91ead0b..c5ba3fb7dd 100644 --- a/ets2panda/test/parser/js/test-delete-identifier.js +++ b/ets2panda/test/parser/js/test-delete-identifier.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-do-while-1.js b/ets2panda/test/parser/js/test-do-while-1.js index 1a0cc0c121..3958437b85 100644 --- a/ets2panda/test/parser/js/test-do-while-1.js +++ b/ets2panda/test/parser/js/test-do-while-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-do-while.js b/ets2panda/test/parser/js/test-do-while.js index af0e6445dc..ae614ee347 100644 --- a/ets2panda/test/parser/js/test-do-while.js +++ b/ets2panda/test/parser/js/test-do-while.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-escaped-keyword.js b/ets2panda/test/parser/js/test-escaped-keyword.js index 831475126e..01f2826173 100644 --- a/ets2panda/test/parser/js/test-escaped-keyword.js +++ b/ets2panda/test/parser/js/test-escaped-keyword.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-export-all.js b/ets2panda/test/parser/js/test-export-all.js index d2df372b23..c37b4cf7dc 100644 --- a/ets2panda/test/parser/js/test-export-all.js +++ b/ets2panda/test/parser/js/test-export-all.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-export-named-decl.js b/ets2panda/test/parser/js/test-export-named-decl.js index 1048902428..02b465b006 100644 --- a/ets2panda/test/parser/js/test-export-named-decl.js +++ b/ets2panda/test/parser/js/test-export-named-decl.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-expression-after-unary-expression.js b/ets2panda/test/parser/js/test-expression-after-unary-expression.js index dacdf9f2b7..ed46be8b1a 100644 --- a/ets2panda/test/parser/js/test-expression-after-unary-expression.js +++ b/ets2panda/test/parser/js/test-expression-after-unary-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-for-1.js b/ets2panda/test/parser/js/test-for-1.js index d55e403d89..fae81b0da1 100644 --- a/ets2panda/test/parser/js/test-for-1.js +++ b/ets2panda/test/parser/js/test-for-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-for-2.js b/ets2panda/test/parser/js/test-for-2.js index accd02a3e5..bc9c7b65c2 100644 --- a/ets2panda/test/parser/js/test-for-2.js +++ b/ets2panda/test/parser/js/test-for-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-for-3.js b/ets2panda/test/parser/js/test-for-3.js index b5b575a0ba..be39f8a69b 100644 --- a/ets2panda/test/parser/js/test-for-3.js +++ b/ets2panda/test/parser/js/test-for-3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-for-4.js b/ets2panda/test/parser/js/test-for-4.js index c54e3d5474..324b634745 100644 --- a/ets2panda/test/parser/js/test-for-4.js +++ b/ets2panda/test/parser/js/test-for-4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-for.js b/ets2panda/test/parser/js/test-for.js index 1e1eb20a7e..5365c0839e 100644 --- a/ets2panda/test/parser/js/test-for.js +++ b/ets2panda/test/parser/js/test-for.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-function-decl-1.js b/ets2panda/test/parser/js/test-function-decl-1.js index e5247e66fc..2ed36fb6ff 100644 --- a/ets2panda/test/parser/js/test-function-decl-1.js +++ b/ets2panda/test/parser/js/test-function-decl-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-function-decl-2.js b/ets2panda/test/parser/js/test-function-decl-2.js index 2fced0871e..d5cc5d30f7 100644 --- a/ets2panda/test/parser/js/test-function-decl-2.js +++ b/ets2panda/test/parser/js/test-function-decl-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-function-decl.js b/ets2panda/test/parser/js/test-function-decl.js index ae07840465..1c1b4223e6 100644 --- a/ets2panda/test/parser/js/test-function-decl.js +++ b/ets2panda/test/parser/js/test-function-decl.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-function-scope-violation-1.js b/ets2panda/test/parser/js/test-function-scope-violation-1.js index aab672486b..a9886996e7 100644 --- a/ets2panda/test/parser/js/test-function-scope-violation-1.js +++ b/ets2panda/test/parser/js/test-function-scope-violation-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-function-scope-violation-2.js b/ets2panda/test/parser/js/test-function-scope-violation-2.js index 9f1666a865..d00a475a7a 100644 --- a/ets2panda/test/parser/js/test-function-scope-violation-2.js +++ b/ets2panda/test/parser/js/test-function-scope-violation-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-grouping-level.js b/ets2panda/test/parser/js/test-grouping-level.js index d9f9a1ba42..242b1cba17 100644 --- a/ets2panda/test/parser/js/test-grouping-level.js +++ b/ets2panda/test/parser/js/test-grouping-level.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-if-1.js b/ets2panda/test/parser/js/test-if-1.js index 6243f71f2b..a864d30ad0 100644 --- a/ets2panda/test/parser/js/test-if-1.js +++ b/ets2panda/test/parser/js/test-if-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-if-2.js b/ets2panda/test/parser/js/test-if-2.js index b2528458d7..80cf38da02 100644 --- a/ets2panda/test/parser/js/test-if-2.js +++ b/ets2panda/test/parser/js/test-if-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-if.js b/ets2panda/test/parser/js/test-if.js index bd8b356f70..99f7ab5f7e 100644 --- a/ets2panda/test/parser/js/test-if.js +++ b/ets2panda/test/parser/js/test-if.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-import-decl.js b/ets2panda/test/parser/js/test-import-decl.js index b0234c9153..5dd34df548 100644 --- a/ets2panda/test/parser/js/test-import-decl.js +++ b/ets2panda/test/parser/js/test-import-decl.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-import-expression.js b/ets2panda/test/parser/js/test-import-expression.js index accb0bcbd4..44719dac7c 100644 --- a/ets2panda/test/parser/js/test-import-expression.js +++ b/ets2panda/test/parser/js/test-import-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-import-meta.js b/ets2panda/test/parser/js/test-import-meta.js index d1a6633a4d..acaaa4bf1f 100644 --- a/ets2panda/test/parser/js/test-import-meta.js +++ b/ets2panda/test/parser/js/test-import-meta.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-imported-decl1.js b/ets2panda/test/parser/js/test-imported-decl1.js index ce69b2ac1e..f138ed4cc0 100644 --- a/ets2panda/test/parser/js/test-imported-decl1.js +++ b/ets2panda/test/parser/js/test-imported-decl1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-labelled-statement.js b/ets2panda/test/parser/js/test-labelled-statement.js index 7b6251a1ff..8d62258901 100644 --- a/ets2panda/test/parser/js/test-labelled-statement.js +++ b/ets2panda/test/parser/js/test-labelled-statement.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-labelled-statement1.js b/ets2panda/test/parser/js/test-labelled-statement1.js index be53d6c7ab..d6e2c3cb22 100644 --- a/ets2panda/test/parser/js/test-labelled-statement1.js +++ b/ets2panda/test/parser/js/test-labelled-statement1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-labelled-statement2.js b/ets2panda/test/parser/js/test-labelled-statement2.js index 36c24a71c0..33bb3e30e5 100644 --- a/ets2panda/test/parser/js/test-labelled-statement2.js +++ b/ets2panda/test/parser/js/test-labelled-statement2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-let-redeclaration.js b/ets2panda/test/parser/js/test-let-redeclaration.js index 8ecfe7242a..4597804462 100644 --- a/ets2panda/test/parser/js/test-let-redeclaration.js +++ b/ets2panda/test/parser/js/test-let-redeclaration.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-logical-expression.js b/ets2panda/test/parser/js/test-logical-expression.js index eb7cf4a7b7..7311e7096c 100644 --- a/ets2panda/test/parser/js/test-logical-expression.js +++ b/ets2panda/test/parser/js/test-logical-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-member-expression-1.js b/ets2panda/test/parser/js/test-member-expression-1.js index b03388633b..2c7f3af8ba 100644 --- a/ets2panda/test/parser/js/test-member-expression-1.js +++ b/ets2panda/test/parser/js/test-member-expression-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-member-expression-2.js b/ets2panda/test/parser/js/test-member-expression-2.js index 3020012c1b..f0b2804b03 100644 --- a/ets2panda/test/parser/js/test-member-expression-2.js +++ b/ets2panda/test/parser/js/test-member-expression-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-member-expression-3.js b/ets2panda/test/parser/js/test-member-expression-3.js index 84a7a5e829..1416f4be1d 100644 --- a/ets2panda/test/parser/js/test-member-expression-3.js +++ b/ets2panda/test/parser/js/test-member-expression-3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-member-expression.js b/ets2panda/test/parser/js/test-member-expression.js index e50a535488..7e9dc5a148 100644 --- a/ets2panda/test/parser/js/test-member-expression.js +++ b/ets2panda/test/parser/js/test-member-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-missing-catch-argument.js b/ets2panda/test/parser/js/test-missing-catch-argument.js index fc49d97e6c..3490378247 100644 --- a/ets2panda/test/parser/js/test-missing-catch-argument.js +++ b/ets2panda/test/parser/js/test-missing-catch-argument.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-multi-line-string.js b/ets2panda/test/parser/js/test-multi-line-string.js index 080eabdb2d..116062e435 100644 --- a/ets2panda/test/parser/js/test-multi-line-string.js +++ b/ets2panda/test/parser/js/test-multi-line-string.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-multiple-update-expression.js b/ets2panda/test/parser/js/test-multiple-update-expression.js index ed0d2569cc..639f76671c 100644 --- a/ets2panda/test/parser/js/test-multiple-update-expression.js +++ b/ets2panda/test/parser/js/test-multiple-update-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-new-expression.js b/ets2panda/test/parser/js/test-new-expression.js index 0879a60655..776fc40dfe 100644 --- a/ets2panda/test/parser/js/test-new-expression.js +++ b/ets2panda/test/parser/js/test-new-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-nullish-coalescing.js b/ets2panda/test/parser/js/test-nullish-coalescing.js index e71921beb5..df7b4eb21a 100644 --- a/ets2panda/test/parser/js/test-nullish-coalescing.js +++ b/ets2panda/test/parser/js/test-nullish-coalescing.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-nullish-coalescing1.js b/ets2panda/test/parser/js/test-nullish-coalescing1.js index a52d728219..01e40ef8fd 100644 --- a/ets2panda/test/parser/js/test-nullish-coalescing1.js +++ b/ets2panda/test/parser/js/test-nullish-coalescing1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-nullish-coalescing2.js b/ets2panda/test/parser/js/test-nullish-coalescing2.js index 1fdc15c818..497acc8590 100644 --- a/ets2panda/test/parser/js/test-nullish-coalescing2.js +++ b/ets2panda/test/parser/js/test-nullish-coalescing2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-numeric-separator.js b/ets2panda/test/parser/js/test-numeric-separator.js index 8b88870094..81eb9ac12a 100644 --- a/ets2panda/test/parser/js/test-numeric-separator.js +++ b/ets2panda/test/parser/js/test-numeric-separator.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-numeric-separator1.js b/ets2panda/test/parser/js/test-numeric-separator1.js index f0f4217f11..b255aff3ee 100644 --- a/ets2panda/test/parser/js/test-numeric-separator1.js +++ b/ets2panda/test/parser/js/test-numeric-separator1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-numeric-separator2.js b/ets2panda/test/parser/js/test-numeric-separator2.js index 6c34f12605..a2f53a11b7 100644 --- a/ets2panda/test/parser/js/test-numeric-separator2.js +++ b/ets2panda/test/parser/js/test-numeric-separator2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression.js b/ets2panda/test/parser/js/test-object-expression.js index 1557519d54..457ab18899 100644 --- a/ets2panda/test/parser/js/test-object-expression.js +++ b/ets2panda/test/parser/js/test-object-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression1.js b/ets2panda/test/parser/js/test-object-expression1.js index 8eb099fe66..cd775b5b82 100644 --- a/ets2panda/test/parser/js/test-object-expression1.js +++ b/ets2panda/test/parser/js/test-object-expression1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression2.js b/ets2panda/test/parser/js/test-object-expression2.js index 00ee1e7328..a7b33168e1 100644 --- a/ets2panda/test/parser/js/test-object-expression2.js +++ b/ets2panda/test/parser/js/test-object-expression2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression3.js b/ets2panda/test/parser/js/test-object-expression3.js index e255053a2e..968f032a8a 100644 --- a/ets2panda/test/parser/js/test-object-expression3.js +++ b/ets2panda/test/parser/js/test-object-expression3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression4.js b/ets2panda/test/parser/js/test-object-expression4.js index 606df39a0c..48844972d3 100644 --- a/ets2panda/test/parser/js/test-object-expression4.js +++ b/ets2panda/test/parser/js/test-object-expression4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-expression5.js b/ets2panda/test/parser/js/test-object-expression5.js index b68e5b534e..d7deb7ee67 100644 --- a/ets2panda/test/parser/js/test-object-expression5.js +++ b/ets2panda/test/parser/js/test-object-expression5.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-object-proto.js b/ets2panda/test/parser/js/test-object-proto.js index 4be66d7c38..320c839f01 100644 --- a/ets2panda/test/parser/js/test-object-proto.js +++ b/ets2panda/test/parser/js/test-object-proto.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-one-default-export-allowed.js b/ets2panda/test/parser/js/test-one-default-export-allowed.js index c206e2209f..a8523e2427 100644 --- a/ets2panda/test/parser/js/test-one-default-export-allowed.js +++ b/ets2panda/test/parser/js/test-one-default-export-allowed.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-optional-chain.js b/ets2panda/test/parser/js/test-optional-chain.js index 5276fa55be..ceef73beb7 100644 --- a/ets2panda/test/parser/js/test-optional-chain.js +++ b/ets2panda/test/parser/js/test-optional-chain.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-patterns.js b/ets2panda/test/parser/js/test-patterns.js index 28277e28a9..7cd9478713 100644 --- a/ets2panda/test/parser/js/test-patterns.js +++ b/ets2panda/test/parser/js/test-patterns.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field.js b/ets2panda/test/parser/js/test-private-field.js index b994251229..f348f2909c 100644 --- a/ets2panda/test/parser/js/test-private-field.js +++ b/ets2panda/test/parser/js/test-private-field.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field1.js b/ets2panda/test/parser/js/test-private-field1.js index 7d9392a9fb..9f99e1e67e 100644 --- a/ets2panda/test/parser/js/test-private-field1.js +++ b/ets2panda/test/parser/js/test-private-field1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field10.js b/ets2panda/test/parser/js/test-private-field10.js index 6a0851e309..0c6f83f5b8 100644 --- a/ets2panda/test/parser/js/test-private-field10.js +++ b/ets2panda/test/parser/js/test-private-field10.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field11.js b/ets2panda/test/parser/js/test-private-field11.js index 7a98b75abb..7c64c93125 100644 --- a/ets2panda/test/parser/js/test-private-field11.js +++ b/ets2panda/test/parser/js/test-private-field11.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field12.js b/ets2panda/test/parser/js/test-private-field12.js index 357cdad110..faaa1e5638 100644 --- a/ets2panda/test/parser/js/test-private-field12.js +++ b/ets2panda/test/parser/js/test-private-field12.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field13.js b/ets2panda/test/parser/js/test-private-field13.js index a2d2535c0e..c26550b04e 100644 --- a/ets2panda/test/parser/js/test-private-field13.js +++ b/ets2panda/test/parser/js/test-private-field13.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field14.js b/ets2panda/test/parser/js/test-private-field14.js index b9aafcb989..2ef38dad4a 100644 --- a/ets2panda/test/parser/js/test-private-field14.js +++ b/ets2panda/test/parser/js/test-private-field14.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field15.js b/ets2panda/test/parser/js/test-private-field15.js index bcaa6dab32..9a71f3713f 100644 --- a/ets2panda/test/parser/js/test-private-field15.js +++ b/ets2panda/test/parser/js/test-private-field15.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field16.js b/ets2panda/test/parser/js/test-private-field16.js index b2affe2381..769c4fe987 100644 --- a/ets2panda/test/parser/js/test-private-field16.js +++ b/ets2panda/test/parser/js/test-private-field16.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field2.js b/ets2panda/test/parser/js/test-private-field2.js index e3874a09f8..a050935d26 100644 --- a/ets2panda/test/parser/js/test-private-field2.js +++ b/ets2panda/test/parser/js/test-private-field2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field3.js b/ets2panda/test/parser/js/test-private-field3.js index d6429cbb14..68dc052578 100644 --- a/ets2panda/test/parser/js/test-private-field3.js +++ b/ets2panda/test/parser/js/test-private-field3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field4.js b/ets2panda/test/parser/js/test-private-field4.js index fde130d65e..798c024a3a 100644 --- a/ets2panda/test/parser/js/test-private-field4.js +++ b/ets2panda/test/parser/js/test-private-field4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field5.js b/ets2panda/test/parser/js/test-private-field5.js index a9a26cec27..6416215d22 100644 --- a/ets2panda/test/parser/js/test-private-field5.js +++ b/ets2panda/test/parser/js/test-private-field5.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field6.js b/ets2panda/test/parser/js/test-private-field6.js index 0c68f7dc66..0ab22a0ac3 100644 --- a/ets2panda/test/parser/js/test-private-field6.js +++ b/ets2panda/test/parser/js/test-private-field6.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field7.js b/ets2panda/test/parser/js/test-private-field7.js index 5b0c95379e..c797ccede7 100644 --- a/ets2panda/test/parser/js/test-private-field7.js +++ b/ets2panda/test/parser/js/test-private-field7.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field8.js b/ets2panda/test/parser/js/test-private-field8.js index 4ed2b78f6c..d862fdb13e 100644 --- a/ets2panda/test/parser/js/test-private-field8.js +++ b/ets2panda/test/parser/js/test-private-field8.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-private-field9.js b/ets2panda/test/parser/js/test-private-field9.js index 2e875c7003..cd8a73f145 100644 --- a/ets2panda/test/parser/js/test-private-field9.js +++ b/ets2panda/test/parser/js/test-private-field9.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-sequence-expression.js b/ets2panda/test/parser/js/test-sequence-expression.js index ff7c0aa3fc..e4bf53f452 100644 --- a/ets2panda/test/parser/js/test-sequence-expression.js +++ b/ets2panda/test/parser/js/test-sequence-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-string-literal.js b/ets2panda/test/parser/js/test-string-literal.js index a55fccfef5..78cad45175 100644 --- a/ets2panda/test/parser/js/test-string-literal.js +++ b/ets2panda/test/parser/js/test-string-literal.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-super-expression.js b/ets2panda/test/parser/js/test-super-expression.js index 676ff27cde..263a8b037f 100644 --- a/ets2panda/test/parser/js/test-super-expression.js +++ b/ets2panda/test/parser/js/test-super-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-1.js b/ets2panda/test/parser/js/test-switch-1.js index 2717f2abfa..86d4d64c2a 100644 --- a/ets2panda/test/parser/js/test-switch-1.js +++ b/ets2panda/test/parser/js/test-switch-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-2.js b/ets2panda/test/parser/js/test-switch-2.js index a272d3c93c..1e9bc9d7e0 100644 --- a/ets2panda/test/parser/js/test-switch-2.js +++ b/ets2panda/test/parser/js/test-switch-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-3.js b/ets2panda/test/parser/js/test-switch-3.js index d7cab30b40..ef1425e219 100644 --- a/ets2panda/test/parser/js/test-switch-3.js +++ b/ets2panda/test/parser/js/test-switch-3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-4.js b/ets2panda/test/parser/js/test-switch-4.js index c40a9e67a6..001fd1b8a4 100644 --- a/ets2panda/test/parser/js/test-switch-4.js +++ b/ets2panda/test/parser/js/test-switch-4.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-5.js b/ets2panda/test/parser/js/test-switch-5.js index 4d09de2740..b1a223a225 100644 --- a/ets2panda/test/parser/js/test-switch-5.js +++ b/ets2panda/test/parser/js/test-switch-5.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch-6.js b/ets2panda/test/parser/js/test-switch-6.js index eabe3ff86d..3a9507ecc0 100644 --- a/ets2panda/test/parser/js/test-switch-6.js +++ b/ets2panda/test/parser/js/test-switch-6.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-switch.js b/ets2panda/test/parser/js/test-switch.js index a359d8b36d..a197e8083b 100644 --- a/ets2panda/test/parser/js/test-switch.js +++ b/ets2panda/test/parser/js/test-switch.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-tagged-template-expression.js b/ets2panda/test/parser/js/test-tagged-template-expression.js index 6e354661e4..282a5dbc7c 100644 --- a/ets2panda/test/parser/js/test-tagged-template-expression.js +++ b/ets2panda/test/parser/js/test-tagged-template-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-template-literal-1.js b/ets2panda/test/parser/js/test-template-literal-1.js index 36ec7297fb..bb1480da7a 100644 --- a/ets2panda/test/parser/js/test-template-literal-1.js +++ b/ets2panda/test/parser/js/test-template-literal-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-template-literal-2.js b/ets2panda/test/parser/js/test-template-literal-2.js index 901edb627e..1156606765 100644 --- a/ets2panda/test/parser/js/test-template-literal-2.js +++ b/ets2panda/test/parser/js/test-template-literal-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-template-literal.js b/ets2panda/test/parser/js/test-template-literal.js index 8bab078ea1..262966901f 100644 --- a/ets2panda/test/parser/js/test-template-literal.js +++ b/ets2panda/test/parser/js/test-template-literal.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-this-expression.js b/ets2panda/test/parser/js/test-this-expression.js index d1161118a4..b988602ad5 100644 --- a/ets2panda/test/parser/js/test-this-expression.js +++ b/ets2panda/test/parser/js/test-this-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-throw-statement-without-expression.js b/ets2panda/test/parser/js/test-throw-statement-without-expression.js index 3d516647e6..7b4e4d2680 100644 --- a/ets2panda/test/parser/js/test-throw-statement-without-expression.js +++ b/ets2panda/test/parser/js/test-throw-statement-without-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-throw-statement.js b/ets2panda/test/parser/js/test-throw-statement.js index a498337b26..6b45982dfd 100644 --- a/ets2panda/test/parser/js/test-throw-statement.js +++ b/ets2panda/test/parser/js/test-throw-statement.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-try-catch-lexical-declaration.js b/ets2panda/test/parser/js/test-try-catch-lexical-declaration.js index 9660bb1a39..dc5cf902e0 100644 --- a/ets2panda/test/parser/js/test-try-catch-lexical-declaration.js +++ b/ets2panda/test/parser/js/test-try-catch-lexical-declaration.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-try-statement.js b/ets2panda/test/parser/js/test-try-statement.js index 894a94f45a..b45760f48c 100644 --- a/ets2panda/test/parser/js/test-try-statement.js +++ b/ets2panda/test/parser/js/test-try-statement.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-try-without-catch-and-finally.js b/ets2panda/test/parser/js/test-try-without-catch-and-finally.js index 6d55d5a81a..0f67a0994c 100644 --- a/ets2panda/test/parser/js/test-try-without-catch-and-finally.js +++ b/ets2panda/test/parser/js/test-try-without-catch-and-finally.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-unary-expression.js b/ets2panda/test/parser/js/test-unary-expression.js index 64c8ee67cf..53ee533977 100644 --- a/ets2panda/test/parser/js/test-unary-expression.js +++ b/ets2panda/test/parser/js/test-unary-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-update-expression.js b/ets2panda/test/parser/js/test-update-expression.js index 5eb9e7e4c4..84933817ba 100644 --- a/ets2panda/test/parser/js/test-update-expression.js +++ b/ets2panda/test/parser/js/test-update-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-use-strict-1.js b/ets2panda/test/parser/js/test-use-strict-1.js index 27f3e2a9ef..f270679b38 100644 --- a/ets2panda/test/parser/js/test-use-strict-1.js +++ b/ets2panda/test/parser/js/test-use-strict-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-use-strict-2.js b/ets2panda/test/parser/js/test-use-strict-2.js index c9876d05a6..26fcc24459 100644 --- a/ets2panda/test/parser/js/test-use-strict-2.js +++ b/ets2panda/test/parser/js/test-use-strict-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-var-decl.js b/ets2panda/test/parser/js/test-var-decl.js index b71805b791..d96e02b794 100644 --- a/ets2panda/test/parser/js/test-var-decl.js +++ b/ets2panda/test/parser/js/test-var-decl.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-wrong-function-decl-1.js b/ets2panda/test/parser/js/test-wrong-function-decl-1.js index a9b15e557d..9e8b20b079 100644 --- a/ets2panda/test/parser/js/test-wrong-function-decl-1.js +++ b/ets2panda/test/parser/js/test-wrong-function-decl-1.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-wrong-function-decl-2.js b/ets2panda/test/parser/js/test-wrong-function-decl-2.js index d30d1c0d3d..a668373c53 100644 --- a/ets2panda/test/parser/js/test-wrong-function-decl-2.js +++ b/ets2panda/test/parser/js/test-wrong-function-decl-2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/test-wrong-function-decl-3.js b/ets2panda/test/parser/js/test-wrong-function-decl-3.js index 0e2ba64515..39a664363b 100644 --- a/ets2panda/test/parser/js/test-wrong-function-decl-3.js +++ b/ets2panda/test/parser/js/test-wrong-function-decl-3.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/js/this-expression.js b/ets2panda/test/parser/js/this-expression.js index 482c29c947..9f43acab28 100644 --- a/ets2panda/test/parser/js/this-expression.js +++ b/ets2panda/test/parser/js/this-expression.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-arrow-function.ts b/ets2panda/test/parser/ts/test-arrow-function.ts index f63f613709..d1e974d6bd 100644 --- a/ets2panda/test/parser/ts/test-arrow-function.ts +++ b/ets2panda/test/parser/ts/test-arrow-function.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-as-expression.ts b/ets2panda/test/parser/ts/test-as-expression.ts index fcb85d0f33..fee596bc8d 100644 --- a/ets2panda/test/parser/ts/test-as-expression.ts +++ b/ets2panda/test/parser/ts/test-as-expression.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor.ts b/ets2panda/test/parser/ts/test-class-constructor.ts index 4d6e46921d..d1f8e69570 100644 --- a/ets2panda/test/parser/ts/test-class-constructor.ts +++ b/ets2panda/test/parser/ts/test-class-constructor.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor1.ts b/ets2panda/test/parser/ts/test-class-constructor1.ts index 439762c98f..f613d37bcc 100644 --- a/ets2panda/test/parser/ts/test-class-constructor1.ts +++ b/ets2panda/test/parser/ts/test-class-constructor1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor2.ts b/ets2panda/test/parser/ts/test-class-constructor2.ts index 420f9d4326..f2ccda4ab7 100644 --- a/ets2panda/test/parser/ts/test-class-constructor2.ts +++ b/ets2panda/test/parser/ts/test-class-constructor2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor3.ts b/ets2panda/test/parser/ts/test-class-constructor3.ts index fe4ce5e15a..366bba3b0e 100644 --- a/ets2panda/test/parser/ts/test-class-constructor3.ts +++ b/ets2panda/test/parser/ts/test-class-constructor3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor4.ts b/ets2panda/test/parser/ts/test-class-constructor4.ts index 884f24519e..dbdcd151e0 100644 --- a/ets2panda/test/parser/ts/test-class-constructor4.ts +++ b/ets2panda/test/parser/ts/test-class-constructor4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-constructor5.ts b/ets2panda/test/parser/ts/test-class-constructor5.ts index 4650afdf63..122a79ef01 100644 --- a/ets2panda/test/parser/ts/test-class-constructor5.ts +++ b/ets2panda/test/parser/ts/test-class-constructor5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definition.ts b/ets2panda/test/parser/ts/test-class-definition.ts index 19f474c935..cb32ba23b8 100644 --- a/ets2panda/test/parser/ts/test-class-definition.ts +++ b/ets2panda/test/parser/ts/test-class-definition.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton1.ts b/ets2panda/test/parser/ts/test-class-definiton1.ts index f47f6308ce..844bdac458 100644 --- a/ets2panda/test/parser/ts/test-class-definiton1.ts +++ b/ets2panda/test/parser/ts/test-class-definiton1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton10.ts b/ets2panda/test/parser/ts/test-class-definiton10.ts index acd60b0221..4962ef8af4 100644 --- a/ets2panda/test/parser/ts/test-class-definiton10.ts +++ b/ets2panda/test/parser/ts/test-class-definiton10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton11.ts b/ets2panda/test/parser/ts/test-class-definiton11.ts index 191ea09d86..ca356e11dc 100644 --- a/ets2panda/test/parser/ts/test-class-definiton11.ts +++ b/ets2panda/test/parser/ts/test-class-definiton11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton12.ts b/ets2panda/test/parser/ts/test-class-definiton12.ts index 257c51111f..6747f2baa9 100644 --- a/ets2panda/test/parser/ts/test-class-definiton12.ts +++ b/ets2panda/test/parser/ts/test-class-definiton12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton13.ts b/ets2panda/test/parser/ts/test-class-definiton13.ts index b705c668f7..a00a8d009e 100644 --- a/ets2panda/test/parser/ts/test-class-definiton13.ts +++ b/ets2panda/test/parser/ts/test-class-definiton13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton14.ts b/ets2panda/test/parser/ts/test-class-definiton14.ts index ea1eea4f1d..fe21736d85 100644 --- a/ets2panda/test/parser/ts/test-class-definiton14.ts +++ b/ets2panda/test/parser/ts/test-class-definiton14.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton15.ts b/ets2panda/test/parser/ts/test-class-definiton15.ts index 2e0ac2657b..5b32f2e159 100644 --- a/ets2panda/test/parser/ts/test-class-definiton15.ts +++ b/ets2panda/test/parser/ts/test-class-definiton15.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton16.ts b/ets2panda/test/parser/ts/test-class-definiton16.ts index 6395c69a33..04eae78649 100644 --- a/ets2panda/test/parser/ts/test-class-definiton16.ts +++ b/ets2panda/test/parser/ts/test-class-definiton16.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton17.ts b/ets2panda/test/parser/ts/test-class-definiton17.ts index 7a8cf7096c..3436798e11 100644 --- a/ets2panda/test/parser/ts/test-class-definiton17.ts +++ b/ets2panda/test/parser/ts/test-class-definiton17.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton18.ts b/ets2panda/test/parser/ts/test-class-definiton18.ts index 700141124f..714898b3b2 100644 --- a/ets2panda/test/parser/ts/test-class-definiton18.ts +++ b/ets2panda/test/parser/ts/test-class-definiton18.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton2.ts b/ets2panda/test/parser/ts/test-class-definiton2.ts index e9068eebbf..610faae18c 100644 --- a/ets2panda/test/parser/ts/test-class-definiton2.ts +++ b/ets2panda/test/parser/ts/test-class-definiton2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton3.ts b/ets2panda/test/parser/ts/test-class-definiton3.ts index 5f129be02f..69c554547e 100644 --- a/ets2panda/test/parser/ts/test-class-definiton3.ts +++ b/ets2panda/test/parser/ts/test-class-definiton3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton4.ts b/ets2panda/test/parser/ts/test-class-definiton4.ts index f73cdc808f..4677277033 100644 --- a/ets2panda/test/parser/ts/test-class-definiton4.ts +++ b/ets2panda/test/parser/ts/test-class-definiton4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton5.ts b/ets2panda/test/parser/ts/test-class-definiton5.ts index 12b2b010d0..19cc9db825 100644 --- a/ets2panda/test/parser/ts/test-class-definiton5.ts +++ b/ets2panda/test/parser/ts/test-class-definiton5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton6.ts b/ets2panda/test/parser/ts/test-class-definiton6.ts index 13e493e87f..b3b2975067 100644 --- a/ets2panda/test/parser/ts/test-class-definiton6.ts +++ b/ets2panda/test/parser/ts/test-class-definiton6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton7.ts b/ets2panda/test/parser/ts/test-class-definiton7.ts index 741dd3bac8..8ac223a65a 100644 --- a/ets2panda/test/parser/ts/test-class-definiton7.ts +++ b/ets2panda/test/parser/ts/test-class-definiton7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton8.ts b/ets2panda/test/parser/ts/test-class-definiton8.ts index c60e2b4616..fd5b9ca477 100644 --- a/ets2panda/test/parser/ts/test-class-definiton8.ts +++ b/ets2panda/test/parser/ts/test-class-definiton8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-definiton9.ts b/ets2panda/test/parser/ts/test-class-definiton9.ts index 00779a0a3c..a194589658 100644 --- a/ets2panda/test/parser/ts/test-class-definiton9.ts +++ b/ets2panda/test/parser/ts/test-class-definiton9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload.ts b/ets2panda/test/parser/ts/test-class-method-overload.ts index 69f9ad7450..3c7fcdfead 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload1.ts b/ets2panda/test/parser/ts/test-class-method-overload1.ts index 248f22cb69..1edfdaf228 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload1.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload10.ts b/ets2panda/test/parser/ts/test-class-method-overload10.ts index 5070ab1cde..cf3a41c3a4 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload10.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload11.ts b/ets2panda/test/parser/ts/test-class-method-overload11.ts index 804ebf9b56..6b4af2bb7a 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload11.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload12.ts b/ets2panda/test/parser/ts/test-class-method-overload12.ts index 649138163a..3a5c4d2940 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload12.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload13.ts b/ets2panda/test/parser/ts/test-class-method-overload13.ts index 123a775425..32b970d490 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload13.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload2.ts b/ets2panda/test/parser/ts/test-class-method-overload2.ts index b3489d4e12..debff3f387 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload2.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload3.ts b/ets2panda/test/parser/ts/test-class-method-overload3.ts index 4d93c5d058..f1293e7abf 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload3.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload4.ts b/ets2panda/test/parser/ts/test-class-method-overload4.ts index fb59c8fbb6..fe7696c658 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload4.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload5.ts b/ets2panda/test/parser/ts/test-class-method-overload5.ts index 230546d164..9c76049ac0 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload5.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload6.ts b/ets2panda/test/parser/ts/test-class-method-overload6.ts index b9caa430fd..cff232fe85 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload6.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload7.ts b/ets2panda/test/parser/ts/test-class-method-overload7.ts index e0d6b9f258..5adbb5e782 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload7.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload8.ts b/ets2panda/test/parser/ts/test-class-method-overload8.ts index 173d094cdc..267cdcf84e 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload8.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-class-method-overload9.ts b/ets2panda/test/parser/ts/test-class-method-overload9.ts index 796886524a..2981ce7fa9 100644 --- a/ets2panda/test/parser/ts/test-class-method-overload9.ts +++ b/ets2panda/test/parser/ts/test-class-method-overload9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration.ts b/ets2panda/test/parser/ts/test-enum-declaration.ts index e6d3b6a5bb..b7835950ed 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration1.ts b/ets2panda/test/parser/ts/test-enum-declaration1.ts index 279e7d12d3..40ce55b208 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration1.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration2.ts b/ets2panda/test/parser/ts/test-enum-declaration2.ts index 3d269306d3..bdc124d7b7 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration2.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration3.ts b/ets2panda/test/parser/ts/test-enum-declaration3.ts index b01c86137b..033e1516dd 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration3.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration4.ts b/ets2panda/test/parser/ts/test-enum-declaration4.ts index 9b28fe68fa..7c2c534990 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration4.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-enum-declaration5.ts b/ets2panda/test/parser/ts/test-enum-declaration5.ts index 43d8a7d180..a102d542d1 100644 --- a/ets2panda/test/parser/ts/test-enum-declaration5.ts +++ b/ets2panda/test/parser/ts/test-enum-declaration5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-decl1.ts b/ets2panda/test/parser/ts/test-func-decl1.ts index e2848e4757..32cae03d2a 100644 --- a/ets2panda/test/parser/ts/test-func-decl1.ts +++ b/ets2panda/test/parser/ts/test-func-decl1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param.ts b/ets2panda/test/parser/ts/test-func-param.ts index bc13c5129d..d79c471e53 100644 --- a/ets2panda/test/parser/ts/test-func-param.ts +++ b/ets2panda/test/parser/ts/test-func-param.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param1.ts b/ets2panda/test/parser/ts/test-func-param1.ts index be7d57a665..f9db0d68f9 100644 --- a/ets2panda/test/parser/ts/test-func-param1.ts +++ b/ets2panda/test/parser/ts/test-func-param1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param2.ts b/ets2panda/test/parser/ts/test-func-param2.ts index a1b2eaf082..8b0a339905 100644 --- a/ets2panda/test/parser/ts/test-func-param2.ts +++ b/ets2panda/test/parser/ts/test-func-param2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param3.ts b/ets2panda/test/parser/ts/test-func-param3.ts index c07c1ae097..3c9fa58dbe 100644 --- a/ets2panda/test/parser/ts/test-func-param3.ts +++ b/ets2panda/test/parser/ts/test-func-param3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param4.ts b/ets2panda/test/parser/ts/test-func-param4.ts index ce5d745090..7730a8d9f5 100644 --- a/ets2panda/test/parser/ts/test-func-param4.ts +++ b/ets2panda/test/parser/ts/test-func-param4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param5.ts b/ets2panda/test/parser/ts/test-func-param5.ts index a6dc7e44c2..c53496564e 100644 --- a/ets2panda/test/parser/ts/test-func-param5.ts +++ b/ets2panda/test/parser/ts/test-func-param5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param6.ts b/ets2panda/test/parser/ts/test-func-param6.ts index 9c1f00939e..c22f18688d 100644 --- a/ets2panda/test/parser/ts/test-func-param6.ts +++ b/ets2panda/test/parser/ts/test-func-param6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param7.ts b/ets2panda/test/parser/ts/test-func-param7.ts index 14852d8aeb..2ff354b2ac 100644 --- a/ets2panda/test/parser/ts/test-func-param7.ts +++ b/ets2panda/test/parser/ts/test-func-param7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-func-param8.ts b/ets2panda/test/parser/ts/test-func-param8.ts index e0b5280302..8f4fe3dcb1 100644 --- a/ets2panda/test/parser/ts/test-func-param8.ts +++ b/ets2panda/test/parser/ts/test-func-param8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-function-overload.ts b/ets2panda/test/parser/ts/test-function-overload.ts index 6de3f1be06..bf84ea671b 100644 --- a/ets2panda/test/parser/ts/test-function-overload.ts +++ b/ets2panda/test/parser/ts/test-function-overload.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-function-overload1.ts b/ets2panda/test/parser/ts/test-function-overload1.ts index 2923655b0c..2ef67bc6e5 100644 --- a/ets2panda/test/parser/ts/test-function-overload1.ts +++ b/ets2panda/test/parser/ts/test-function-overload1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-function-overload2.ts b/ets2panda/test/parser/ts/test-function-overload2.ts index 85f0070e43..a0be0bdecd 100644 --- a/ets2panda/test/parser/ts/test-function-overload2.ts +++ b/ets2panda/test/parser/ts/test-function-overload2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-if.ts b/ets2panda/test/parser/ts/test-if.ts index df1aa01a5e..0b4593f00a 100644 --- a/ets2panda/test/parser/ts/test-if.ts +++ b/ets2panda/test/parser/ts/test-if.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-interface.ts b/ets2panda/test/parser/ts/test-interface.ts index 1072c19fd2..4987531fdb 100644 --- a/ets2panda/test/parser/ts/test-interface.ts +++ b/ets2panda/test/parser/ts/test-interface.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-interface1.ts b/ets2panda/test/parser/ts/test-interface1.ts index 09f0b32a7d..69f4ceceec 100644 --- a/ets2panda/test/parser/ts/test-interface1.ts +++ b/ets2panda/test/parser/ts/test-interface1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-interface2.ts b/ets2panda/test/parser/ts/test-interface2.ts index 3b9d59fdb9..7f4114d595 100644 --- a/ets2panda/test/parser/ts/test-interface2.ts +++ b/ets2panda/test/parser/ts/test-interface2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-interface3.ts b/ets2panda/test/parser/ts/test-interface3.ts index e56398657f..b6f847f5a6 100644 --- a/ets2panda/test/parser/ts/test-interface3.ts +++ b/ets2panda/test/parser/ts/test-interface3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-intersection.ts b/ets2panda/test/parser/ts/test-intersection.ts index 87ba8cb25a..a6bc632b68 100644 --- a/ets2panda/test/parser/ts/test-intersection.ts +++ b/ets2panda/test/parser/ts/test-intersection.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-intersection1.ts b/ets2panda/test/parser/ts/test-intersection1.ts index 557f529202..35a9afb0f2 100644 --- a/ets2panda/test/parser/ts/test-intersection1.ts +++ b/ets2panda/test/parser/ts/test-intersection1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-intersection2.ts b/ets2panda/test/parser/ts/test-intersection2.ts index ae6eb195cc..0d7e8b86f7 100644 --- a/ets2panda/test/parser/ts/test-intersection2.ts +++ b/ets2panda/test/parser/ts/test-intersection2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-intersection3.ts b/ets2panda/test/parser/ts/test-intersection3.ts index cc11fef3f5..1455d9d18b 100644 --- a/ets2panda/test/parser/ts/test-intersection3.ts +++ b/ets2panda/test/parser/ts/test-intersection3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare.ts b/ets2panda/test/parser/ts/test-keyword-declare.ts index e42283e57c..9338d26686 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare1.ts b/ets2panda/test/parser/ts/test-keyword-declare1.ts index 11d8dce914..8906a16a2e 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare1.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare10.ts b/ets2panda/test/parser/ts/test-keyword-declare10.ts index 7e147ac870..efeb93a8e0 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare10.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare11.ts b/ets2panda/test/parser/ts/test-keyword-declare11.ts index 30ba7d5061..8ac22394f5 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare11.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare12.ts b/ets2panda/test/parser/ts/test-keyword-declare12.ts index 18e1fcb088..47d9622e78 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare12.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare13.ts b/ets2panda/test/parser/ts/test-keyword-declare13.ts index d3b1056681..b5e5b0a35e 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare13.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare13.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare2.ts b/ets2panda/test/parser/ts/test-keyword-declare2.ts index f70a9e0565..6e54e05c75 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare2.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare3.ts b/ets2panda/test/parser/ts/test-keyword-declare3.ts index d3c876d82a..6f7f3e0967 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare3.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare4.ts b/ets2panda/test/parser/ts/test-keyword-declare4.ts index 5c726c9982..3c40cda2ae 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare4.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare5.ts b/ets2panda/test/parser/ts/test-keyword-declare5.ts index 0026a71fc2..b3bfafd7d5 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare5.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare6.ts b/ets2panda/test/parser/ts/test-keyword-declare6.ts index f2fb4f6ea6..f9699643d8 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare6.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare7.ts b/ets2panda/test/parser/ts/test-keyword-declare7.ts index 732c16c18c..db1e9625d4 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare7.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare8.ts b/ets2panda/test/parser/ts/test-keyword-declare8.ts index 66435c36aa..b765e41f85 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare8.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-keyword-declare9.ts b/ets2panda/test/parser/ts/test-keyword-declare9.ts index 4f885b6c3b..d3da502e79 100644 --- a/ets2panda/test/parser/ts/test-keyword-declare9.ts +++ b/ets2panda/test/parser/ts/test-keyword-declare9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-member-expression1.ts b/ets2panda/test/parser/ts/test-member-expression1.ts index 9363c4cfad..fabbd12afb 100644 --- a/ets2panda/test/parser/ts/test-member-expression1.ts +++ b/ets2panda/test/parser/ts/test-member-expression1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-member-expression2.ts b/ets2panda/test/parser/ts/test-member-expression2.ts index bf7f7667c2..5a6af3c46f 100644 --- a/ets2panda/test/parser/ts/test-member-expression2.ts +++ b/ets2panda/test/parser/ts/test-member-expression2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-as-expression.ts b/ets2panda/test/parser/ts/test-ts-as-expression.ts index 64d150e2bd..7c5a6f7278 100644 --- a/ets2panda/test/parser/ts/test-ts-as-expression.ts +++ b/ets2panda/test/parser/ts/test-ts-as-expression.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type.ts b/ets2panda/test/parser/ts/test-ts-conditional-type.ts index afeec0ad7f..9d3a485ca8 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type1.ts b/ets2panda/test/parser/ts/test-ts-conditional-type1.ts index 45adf005fe..089930d987 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type1.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type2.ts b/ets2panda/test/parser/ts/test-ts-conditional-type2.ts index ce3c9812af..4144c0672b 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type2.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type3.ts b/ets2panda/test/parser/ts/test-ts-conditional-type3.ts index 6ec7f2aa29..e2ccb0a1c6 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type3.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type4.ts b/ets2panda/test/parser/ts/test-ts-conditional-type4.ts index 5fa65b4d13..31a0cfa1e3 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type4.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type5.ts b/ets2panda/test/parser/ts/test-ts-conditional-type5.ts index fb455ddb18..0d8e5a0aa4 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type5.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type6.ts b/ets2panda/test/parser/ts/test-ts-conditional-type6.ts index 4b1a534e39..be8b97065f 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type6.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-conditional-type7.ts b/ets2panda/test/parser/ts/test-ts-conditional-type7.ts index 3b2466bd8e..c330860ead 100644 --- a/ets2panda/test/parser/ts/test-ts-conditional-type7.ts +++ b/ets2panda/test/parser/ts/test-ts-conditional-type7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-constructor-type1.ts b/ets2panda/test/parser/ts/test-ts-constructor-type1.ts index 4d4e96673b..ca29a84515 100644 --- a/ets2panda/test/parser/ts/test-ts-constructor-type1.ts +++ b/ets2panda/test/parser/ts/test-ts-constructor-type1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-constructor-type2.ts b/ets2panda/test/parser/ts/test-ts-constructor-type2.ts index e6dcf24d0d..e714daee45 100644 --- a/ets2panda/test/parser/ts/test-ts-constructor-type2.ts +++ b/ets2panda/test/parser/ts/test-ts-constructor-type2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-constructor-type3.ts b/ets2panda/test/parser/ts/test-ts-constructor-type3.ts index 28c51cc0fe..2e74c133df 100644 --- a/ets2panda/test/parser/ts/test-ts-constructor-type3.ts +++ b/ets2panda/test/parser/ts/test-ts-constructor-type3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-constructor-type4.ts b/ets2panda/test/parser/ts/test-ts-constructor-type4.ts index d4df308c57..258f1f0865 100644 --- a/ets2panda/test/parser/ts/test-ts-constructor-type4.ts +++ b/ets2panda/test/parser/ts/test-ts-constructor-type4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type.ts b/ets2panda/test/parser/ts/test-ts-mapped-type.ts index 8fbb2ccb6b..0cf752c920 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type1.ts b/ets2panda/test/parser/ts/test-ts-mapped-type1.ts index e094346a79..3e616aa751 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type1.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type2.ts b/ets2panda/test/parser/ts/test-ts-mapped-type2.ts index d348090e5e..aeaf5d6624 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type2.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type3.ts b/ets2panda/test/parser/ts/test-ts-mapped-type3.ts index 0431af218f..73db013954 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type3.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type4.ts b/ets2panda/test/parser/ts/test-ts-mapped-type4.ts index ad02fdbaa0..6b3962c042 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type4.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type5.ts b/ets2panda/test/parser/ts/test-ts-mapped-type5.ts index aa84e6fef4..427fffdf32 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type5.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type6.ts b/ets2panda/test/parser/ts/test-ts-mapped-type6.ts index 4ad902edb3..89fbb49a54 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type6.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-mapped-type7.ts b/ets2panda/test/parser/ts/test-ts-mapped-type7.ts index 56da301c6f..dccbfed590 100644 --- a/ets2panda/test/parser/ts/test-ts-mapped-type7.ts +++ b/ets2panda/test/parser/ts/test-ts-mapped-type7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-non-null-expression.ts b/ets2panda/test/parser/ts/test-ts-non-null-expression.ts index 6567bffc30..2d051420b3 100644 --- a/ets2panda/test/parser/ts/test-ts-non-null-expression.ts +++ b/ets2panda/test/parser/ts/test-ts-non-null-expression.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property.ts b/ets2panda/test/parser/ts/test-ts-parameter-property.ts index b541e5476d..4b1066fbdc 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property1.ts b/ets2panda/test/parser/ts/test-ts-parameter-property1.ts index f03903448b..0556a465c2 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property1.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property10.ts b/ets2panda/test/parser/ts/test-ts-parameter-property10.ts index e9c4620080..6a4a158b9d 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property10.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property10.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property11.ts b/ets2panda/test/parser/ts/test-ts-parameter-property11.ts index 8eda486228..2dc01b8d8c 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property11.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property12.ts b/ets2panda/test/parser/ts/test-ts-parameter-property12.ts index c4668e06f2..b285b3a925 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property12.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property12.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property2.ts b/ets2panda/test/parser/ts/test-ts-parameter-property2.ts index e938aa0a97..5db059f6ce 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property2.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property3.ts b/ets2panda/test/parser/ts/test-ts-parameter-property3.ts index 1ef5519430..a307ac76d2 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property3.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property4.ts b/ets2panda/test/parser/ts/test-ts-parameter-property4.ts index ab98f17984..a15519ed61 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property4.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property5.ts b/ets2panda/test/parser/ts/test-ts-parameter-property5.ts index 904691b137..e44d00ef3d 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property5.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property6.ts b/ets2panda/test/parser/ts/test-ts-parameter-property6.ts index d3b3cb12c1..d18393e612 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property6.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property7.ts b/ets2panda/test/parser/ts/test-ts-parameter-property7.ts index ccac0696d6..25b74f251b 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property7.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property8.ts b/ets2panda/test/parser/ts/test-ts-parameter-property8.ts index 2ea5cda5ae..8d51fff40d 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property8.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-parameter-property9.ts b/ets2panda/test/parser/ts/test-ts-parameter-property9.ts index 3d7df36d5a..1de00f3de1 100644 --- a/ets2panda/test/parser/ts/test-ts-parameter-property9.ts +++ b/ets2panda/test/parser/ts/test-ts-parameter-property9.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-assertion.ts b/ets2panda/test/parser/ts/test-ts-type-assertion.ts index 8686a05c1f..d3b31d06de 100644 --- a/ets2panda/test/parser/ts/test-ts-type-assertion.ts +++ b/ets2panda/test/parser/ts/test-ts-type-assertion.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate.ts b/ets2panda/test/parser/ts/test-ts-type-predicate.ts index db5b78f8ea..123c4fa16f 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate1.ts b/ets2panda/test/parser/ts/test-ts-type-predicate1.ts index ec4ca9acbc..113823aa46 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate1.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate2.ts b/ets2panda/test/parser/ts/test-ts-type-predicate2.ts index ea16869307..4632e2b015 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate2.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate3.ts b/ets2panda/test/parser/ts/test-ts-type-predicate3.ts index dae4c431d9..1bd8c7e827 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate3.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate4.ts b/ets2panda/test/parser/ts/test-ts-type-predicate4.ts index 927e29e7be..e7ef7fbece 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate4.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate5.ts b/ets2panda/test/parser/ts/test-ts-type-predicate5.ts index eaf51510a9..93d0f4a48e 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate5.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate6.ts b/ets2panda/test/parser/ts/test-ts-type-predicate6.ts index bfbdbca439..67f4cca135 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate6.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate7.ts b/ets2panda/test/parser/ts/test-ts-type-predicate7.ts index 15a6b8a0e8..9bf266fee1 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate7.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-ts-type-predicate8.ts b/ets2panda/test/parser/ts/test-ts-type-predicate8.ts index 63aa16dc47..38fc56a064 100644 --- a/ets2panda/test/parser/ts/test-ts-type-predicate8.ts +++ b/ets2panda/test/parser/ts/test-ts-type-predicate8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-tuple-type.ts b/ets2panda/test/parser/ts/test-tuple-type.ts index 180ce4a82e..3581d64d26 100644 --- a/ets2panda/test/parser/ts/test-tuple-type.ts +++ b/ets2panda/test/parser/ts/test-tuple-type.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-tuple-type1.ts b/ets2panda/test/parser/ts/test-tuple-type1.ts index 0a71d68b3f..637053e55a 100644 --- a/ets2panda/test/parser/ts/test-tuple-type1.ts +++ b/ets2panda/test/parser/ts/test-tuple-type1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-tuple-type2.ts b/ets2panda/test/parser/ts/test-tuple-type2.ts index 17dcf7109d..f2676f6b7c 100644 --- a/ets2panda/test/parser/ts/test-tuple-type2.ts +++ b/ets2panda/test/parser/ts/test-tuple-type2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-tuple-type3.ts b/ets2panda/test/parser/ts/test-tuple-type3.ts index e4af3e32fb..830eaf4e52 100644 --- a/ets2panda/test/parser/ts/test-tuple-type3.ts +++ b/ets2panda/test/parser/ts/test-tuple-type3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-tuple-type4.ts b/ets2panda/test/parser/ts/test-tuple-type4.ts index 8afce7388f..81915162ae 100644 --- a/ets2panda/test/parser/ts/test-tuple-type4.ts +++ b/ets2panda/test/parser/ts/test-tuple-type4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-alias.ts b/ets2panda/test/parser/ts/test-type-alias.ts index 491accecbe..dd3388024c 100644 --- a/ets2panda/test/parser/ts/test-type-alias.ts +++ b/ets2panda/test/parser/ts/test-type-alias.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-alias1.ts b/ets2panda/test/parser/ts/test-type-alias1.ts index d2b61be22f..fd3303f760 100644 --- a/ets2panda/test/parser/ts/test-type-alias1.ts +++ b/ets2panda/test/parser/ts/test-type-alias1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-alias2.ts b/ets2panda/test/parser/ts/test-type-alias2.ts index 5493c36883..f38521217a 100644 --- a/ets2panda/test/parser/ts/test-type-alias2.ts +++ b/ets2panda/test/parser/ts/test-type-alias2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-alias3.ts b/ets2panda/test/parser/ts/test-type-alias3.ts index 3006471413..d0c4b713dd 100644 --- a/ets2panda/test/parser/ts/test-type-alias3.ts +++ b/ets2panda/test/parser/ts/test-type-alias3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-annotation.ts b/ets2panda/test/parser/ts/test-type-annotation.ts index 42d34c24d0..f3a1fe3b82 100644 --- a/ets2panda/test/parser/ts/test-type-annotation.ts +++ b/ets2panda/test/parser/ts/test-type-annotation.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-literal.ts b/ets2panda/test/parser/ts/test-type-literal.ts index 0146d36ac6..3a2c35f352 100644 --- a/ets2panda/test/parser/ts/test-type-literal.ts +++ b/ets2panda/test/parser/ts/test-type-literal.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-literal1.ts b/ets2panda/test/parser/ts/test-type-literal1.ts index 5a42274690..668745d998 100644 --- a/ets2panda/test/parser/ts/test-type-literal1.ts +++ b/ets2panda/test/parser/ts/test-type-literal1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-literal2.ts b/ets2panda/test/parser/ts/test-type-literal2.ts index 449ac6fdf8..cd56fed413 100644 --- a/ets2panda/test/parser/ts/test-type-literal2.ts +++ b/ets2panda/test/parser/ts/test-type-literal2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-literal3.ts b/ets2panda/test/parser/ts/test-type-literal3.ts index 19d6c9de33..eac1433bb8 100644 --- a/ets2panda/test/parser/ts/test-type-literal3.ts +++ b/ets2panda/test/parser/ts/test-type-literal3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-query.ts b/ets2panda/test/parser/ts/test-type-query.ts index f4ec555d85..cea8f76df9 100644 --- a/ets2panda/test/parser/ts/test-type-query.ts +++ b/ets2panda/test/parser/ts/test-type-query.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-query1.ts b/ets2panda/test/parser/ts/test-type-query1.ts index c35ac32fb8..cb624a0449 100644 --- a/ets2panda/test/parser/ts/test-type-query1.ts +++ b/ets2panda/test/parser/ts/test-type-query1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test-type-query2.ts b/ets2panda/test/parser/ts/test-type-query2.ts index 777da8bd08..bebfb4401f 100644 --- a/ets2panda/test/parser/ts/test-type-query2.ts +++ b/ets2panda/test/parser/ts/test-type-query2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator.ts b/ets2panda/test/parser/ts/test_decorator.ts index 38962b2fc1..549e08c948 100644 --- a/ets2panda/test/parser/ts/test_decorator.ts +++ b/ets2panda/test/parser/ts/test_decorator.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator1.ts b/ets2panda/test/parser/ts/test_decorator1.ts index ad35ff1699..3840fd4d18 100644 --- a/ets2panda/test/parser/ts/test_decorator1.ts +++ b/ets2panda/test/parser/ts/test_decorator1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator2.ts b/ets2panda/test/parser/ts/test_decorator2.ts index a904974dd1..3d6d3a4364 100644 --- a/ets2panda/test/parser/ts/test_decorator2.ts +++ b/ets2panda/test/parser/ts/test_decorator2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator3.ts b/ets2panda/test/parser/ts/test_decorator3.ts index 5d55ddf958..b7105651bc 100644 --- a/ets2panda/test/parser/ts/test_decorator3.ts +++ b/ets2panda/test/parser/ts/test_decorator3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator4.ts b/ets2panda/test/parser/ts/test_decorator4.ts index 8dec3658df..43fae6eb65 100644 --- a/ets2panda/test/parser/ts/test_decorator4.ts +++ b/ets2panda/test/parser/ts/test_decorator4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator5.ts b/ets2panda/test/parser/ts/test_decorator5.ts index 8a51550bf7..2a950bfe40 100644 --- a/ets2panda/test/parser/ts/test_decorator5.ts +++ b/ets2panda/test/parser/ts/test_decorator5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator6.ts b/ets2panda/test/parser/ts/test_decorator6.ts index 88ccd8408c..f02d46aa40 100644 --- a/ets2panda/test/parser/ts/test_decorator6.ts +++ b/ets2panda/test/parser/ts/test_decorator6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator7.ts b/ets2panda/test/parser/ts/test_decorator7.ts index 9726df035c..7e9cb6ea9e 100644 --- a/ets2panda/test/parser/ts/test_decorator7.ts +++ b/ets2panda/test/parser/ts/test_decorator7.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_decorator8.ts b/ets2panda/test/parser/ts/test_decorator8.ts index fb983d6d42..0f7cd85c7a 100644 --- a/ets2panda/test/parser/ts/test_decorator8.ts +++ b/ets2panda/test/parser/ts/test_decorator8.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_generic.ts b/ets2panda/test/parser/ts/test_generic.ts index 23e2769a02..1c1e90c033 100644 --- a/ets2panda/test/parser/ts/test_generic.ts +++ b/ets2panda/test/parser/ts/test_generic.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_import_type.ts b/ets2panda/test/parser/ts/test_import_type.ts index 4300268e7b..4e741275d2 100644 --- a/ets2panda/test/parser/ts/test_import_type.ts +++ b/ets2panda/test/parser/ts/test_import_type.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module.ts b/ets2panda/test/parser/ts/test_module.ts index 5ceae19d5b..94d95592d3 100644 --- a/ets2panda/test/parser/ts/test_module.ts +++ b/ets2panda/test/parser/ts/test_module.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module1.ts b/ets2panda/test/parser/ts/test_module1.ts index 1f389def93..3fd8bc3c10 100644 --- a/ets2panda/test/parser/ts/test_module1.ts +++ b/ets2panda/test/parser/ts/test_module1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module2.ts b/ets2panda/test/parser/ts/test_module2.ts index 56da09d96d..c5730dc651 100644 --- a/ets2panda/test/parser/ts/test_module2.ts +++ b/ets2panda/test/parser/ts/test_module2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module3.ts b/ets2panda/test/parser/ts/test_module3.ts index 25a9f8732e..6b17df5d4f 100644 --- a/ets2panda/test/parser/ts/test_module3.ts +++ b/ets2panda/test/parser/ts/test_module3.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module4.ts b/ets2panda/test/parser/ts/test_module4.ts index baeda6aea6..7c02792d06 100644 --- a/ets2panda/test/parser/ts/test_module4.ts +++ b/ets2panda/test/parser/ts/test_module4.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module5.ts b/ets2panda/test/parser/ts/test_module5.ts index 14f781c4f6..f4d154218d 100644 --- a/ets2panda/test/parser/ts/test_module5.ts +++ b/ets2panda/test/parser/ts/test_module5.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_module6.ts b/ets2panda/test/parser/ts/test_module6.ts index 01a295bd88..9f3ae3f60b 100644 --- a/ets2panda/test/parser/ts/test_module6.ts +++ b/ets2panda/test/parser/ts/test_module6.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_this_type.ts b/ets2panda/test/parser/ts/test_this_type.ts index b8bf547061..db7fb67781 100644 --- a/ets2panda/test/parser/ts/test_this_type.ts +++ b/ets2panda/test/parser/ts/test_this_type.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_this_type1.ts b/ets2panda/test/parser/ts/test_this_type1.ts index 693b272d0a..8dfe284b71 100644 --- a/ets2panda/test/parser/ts/test_this_type1.ts +++ b/ets2panda/test/parser/ts/test_this_type1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/parser/ts/test_this_type2.ts b/ets2panda/test/parser/ts/test_this_type2.ts index a0b18c106f..d4837e134e 100644 --- a/ets2panda/test/parser/ts/test_this_type2.ts +++ b/ets2panda/test/parser/ts/test_this_type2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/AccessFannkuch.ets b/ets2panda/test/runtime/ets/AccessFannkuch.ets index b2da95bc43..33ee73df84 100644 --- a/ets2panda/test/runtime/ets/AccessFannkuch.ets +++ b/ets2panda/test/runtime/ets/AccessFannkuch.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/AccessNBody.ets b/ets2panda/test/runtime/ets/AccessNBody.ets index 8c3123d773..83277899a5 100644 --- a/ets2panda/test/runtime/ets/AccessNBody.ets +++ b/ets2panda/test/runtime/ets/AccessNBody.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/AccessNSieve.ets b/ets2panda/test/runtime/ets/AccessNSieve.ets index aceb5bb109..de57a2c40e 100644 --- a/ets2panda/test/runtime/ets/AccessNSieve.ets +++ b/ets2panda/test/runtime/ets/AccessNSieve.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/AccessorAlone.ets b/ets2panda/test/runtime/ets/AccessorAlone.ets index 90c30b08a5..8d9dfda134 100644 --- a/ets2panda/test/runtime/ets/AccessorAlone.ets +++ b/ets2panda/test/runtime/ets/AccessorAlone.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ArrayLiteral.ets b/ets2panda/test/runtime/ets/ArrayLiteral.ets index 259f984a15..212818692c 100644 --- a/ets2panda/test/runtime/ets/ArrayLiteral.ets +++ b/ets2panda/test/runtime/ets/ArrayLiteral.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ArrowFunctionRuntime.ets b/ets2panda/test/runtime/ets/ArrowFunctionRuntime.ets index b0cc7d2092..4290b5a9f3 100644 --- a/ets2panda/test/runtime/ets/ArrowFunctionRuntime.ets +++ b/ets2panda/test/runtime/ets/ArrowFunctionRuntime.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Bitops3BitBitsInByte.ets b/ets2panda/test/runtime/ets/Bitops3BitBitsInByte.ets index 667c677595..d351ac42a6 100644 --- a/ets2panda/test/runtime/ets/Bitops3BitBitsInByte.ets +++ b/ets2panda/test/runtime/ets/Bitops3BitBitsInByte.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/BitopsBitsInByte.ets b/ets2panda/test/runtime/ets/BitopsBitsInByte.ets index 93e6617701..54b5ecd402 100644 --- a/ets2panda/test/runtime/ets/BitopsBitsInByte.ets +++ b/ets2panda/test/runtime/ets/BitopsBitsInByte.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/BitopsBitwiseAnd.ets b/ets2panda/test/runtime/ets/BitopsBitwiseAnd.ets index c1539a911a..187f6d5f02 100644 --- a/ets2panda/test/runtime/ets/BitopsBitwiseAnd.ets +++ b/ets2panda/test/runtime/ets/BitopsBitwiseAnd.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/BitopsNSieveBits.ets b/ets2panda/test/runtime/ets/BitopsNSieveBits.ets index a3c75d587a..d3a505d072 100644 --- a/ets2panda/test/runtime/ets/BitopsNSieveBits.ets +++ b/ets2panda/test/runtime/ets/BitopsNSieveBits.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/CallThisGetter.ets b/ets2panda/test/runtime/ets/CallThisGetter.ets index 87eacc995f..d7883617e4 100644 --- a/ets2panda/test/runtime/ets/CallThisGetter.ets +++ b/ets2panda/test/runtime/ets/CallThisGetter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/CastPrimitive.ets b/ets2panda/test/runtime/ets/CastPrimitive.ets index 515f18f033..fd7a6a5631 100644 --- a/ets2panda/test/runtime/ets/CastPrimitive.ets +++ b/ets2panda/test/runtime/ets/CastPrimitive.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/CastReference.ets b/ets2panda/test/runtime/ets/CastReference.ets index 9ceec44d53..10902bd540 100644 --- a/ets2panda/test/runtime/ets/CastReference.ets +++ b/ets2panda/test/runtime/ets/CastReference.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/CastReference2.ets b/ets2panda/test/runtime/ets/CastReference2.ets index 6e58617863..03b3155b1b 100644 --- a/ets2panda/test/runtime/ets/CastReference2.ets +++ b/ets2panda/test/runtime/ets/CastReference2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ClassNewInstance.ets b/ets2panda/test/runtime/ets/ClassNewInstance.ets index 5be90d9960..3d81784429 100644 --- a/ets2panda/test/runtime/ets/ClassNewInstance.ets +++ b/ets2panda/test/runtime/ets/ClassNewInstance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ControlFlowRecursive.ets b/ets2panda/test/runtime/ets/ControlFlowRecursive.ets index f067406d05..1bfc779f7d 100644 --- a/ets2panda/test/runtime/ets/ControlFlowRecursive.ets +++ b/ets2panda/test/runtime/ets/ControlFlowRecursive.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/DefaultParam_5.ets b/ets2panda/test/runtime/ets/DefaultParam_5.ets index a3a080ea90..29b5f24f4f 100644 --- a/ets2panda/test/runtime/ets/DefaultParam_5.ets +++ b/ets2panda/test/runtime/ets/DefaultParam_5.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Enum.ets b/ets2panda/test/runtime/ets/Enum.ets index a083ef2e55..c57006936e 100644 --- a/ets2panda/test/runtime/ets/Enum.ets +++ b/ets2panda/test/runtime/ets/Enum.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Enum2.ets b/ets2panda/test/runtime/ets/Enum2.ets index ee4fa5d0bd..fcca5a4f90 100644 --- a/ets2panda/test/runtime/ets/Enum2.ets +++ b/ets2panda/test/runtime/ets/Enum2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Enum6.ets b/ets2panda/test/runtime/ets/Enum6.ets index 39b8f0c5db..3163dcfd18 100644 --- a/ets2panda/test/runtime/ets/Enum6.ets +++ b/ets2panda/test/runtime/ets/Enum6.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/FunctionType.ets b/ets2panda/test/runtime/ets/FunctionType.ets index a18e9d1c73..46543f00ec 100644 --- a/ets2panda/test/runtime/ets/FunctionType.ets +++ b/ets2panda/test/runtime/ets/FunctionType.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/GenericsTest.ets b/ets2panda/test/runtime/ets/GenericsTest.ets index c5b24f3a1c..0ba24fe8a9 100644 --- a/ets2panda/test/runtime/ets/GenericsTest.ets +++ b/ets2panda/test/runtime/ets/GenericsTest.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/InterfacePrivateMethod2.ets b/ets2panda/test/runtime/ets/InterfacePrivateMethod2.ets index d493737f77..6de3ffcebf 100644 --- a/ets2panda/test/runtime/ets/InterfacePrivateMethod2.ets +++ b/ets2panda/test/runtime/ets/InterfacePrivateMethod2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Lambda.ets b/ets2panda/test/runtime/ets/Lambda.ets index 668f66b545..5790f1057d 100644 --- a/ets2panda/test/runtime/ets/Lambda.ets +++ b/ets2panda/test/runtime/ets/Lambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/LongLiteralLimits.ets b/ets2panda/test/runtime/ets/LongLiteralLimits.ets index d25e467252..27d956ad1d 100644 --- a/ets2panda/test/runtime/ets/LongLiteralLimits.ets +++ b/ets2panda/test/runtime/ets/LongLiteralLimits.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ManyLocalOutRegInstruction.ets b/ets2panda/test/runtime/ets/ManyLocalOutRegInstruction.ets index 17b9574054..b93c60041a 100644 --- a/ets2panda/test/runtime/ets/ManyLocalOutRegInstruction.ets +++ b/ets2panda/test/runtime/ets/ManyLocalOutRegInstruction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/MathCordic.ets b/ets2panda/test/runtime/ets/MathCordic.ets index ec24ee55d2..7985bfade7 100644 --- a/ets2panda/test/runtime/ets/MathCordic.ets +++ b/ets2panda/test/runtime/ets/MathCordic.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/MathPartialSums.ets b/ets2panda/test/runtime/ets/MathPartialSums.ets index 196bdb9a62..584772c232 100644 --- a/ets2panda/test/runtime/ets/MathPartialSums.ets +++ b/ets2panda/test/runtime/ets/MathPartialSums.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/MathSpectralNorm.ets b/ets2panda/test/runtime/ets/MathSpectralNorm.ets index 2fcfa4095f..0b86cfa6d6 100644 --- a/ets2panda/test/runtime/ets/MathSpectralNorm.ets +++ b/ets2panda/test/runtime/ets/MathSpectralNorm.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Morph3d.ets b/ets2panda/test/runtime/ets/Morph3d.ets index 072ab4e48f..0f98007725 100644 --- a/ets2panda/test/runtime/ets/Morph3d.ets +++ b/ets2panda/test/runtime/ets/Morph3d.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/MutatorAccessor.ets b/ets2panda/test/runtime/ets/MutatorAccessor.ets index b064a1f3e8..b9bafed194 100644 --- a/ets2panda/test/runtime/ets/MutatorAccessor.ets +++ b/ets2panda/test/runtime/ets/MutatorAccessor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/MutatorAlone.ets b/ets2panda/test/runtime/ets/MutatorAlone.ets index 11e09e67de..4c5e36ab1e 100644 --- a/ets2panda/test/runtime/ets/MutatorAlone.ets +++ b/ets2panda/test/runtime/ets/MutatorAlone.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Object-type-in-binary-logical-expression.ets b/ets2panda/test/runtime/ets/Object-type-in-binary-logical-expression.ets index 352bdd8afd..8bcebf5fd3 100644 --- a/ets2panda/test/runtime/ets/Object-type-in-binary-logical-expression.ets +++ b/ets2panda/test/runtime/ets/Object-type-in-binary-logical-expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ObjectIndexing_1.ets b/ets2panda/test/runtime/ets/ObjectIndexing_1.ets index af0f8d9d18..d35913bb33 100644 --- a/ets2panda/test/runtime/ets/ObjectIndexing_1.ets +++ b/ets2panda/test/runtime/ets/ObjectIndexing_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ObjectIndexing_2.ets b/ets2panda/test/runtime/ets/ObjectIndexing_2.ets index cb4b812dde..0c06f5a2cb 100644 --- a/ets2panda/test/runtime/ets/ObjectIndexing_2.ets +++ b/ets2panda/test/runtime/ets/ObjectIndexing_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/OptionalCall.ets b/ets2panda/test/runtime/ets/OptionalCall.ets index 8953a0a35c..5e53dc759d 100644 --- a/ets2panda/test/runtime/ets/OptionalCall.ets +++ b/ets2panda/test/runtime/ets/OptionalCall.ets @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Override-1.ets b/ets2panda/test/runtime/ets/Override-1.ets index d58635c879..3effae8f26 100644 --- a/ets2panda/test/runtime/ets/Override-1.ets +++ b/ets2panda/test/runtime/ets/Override-1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Override-2.ets b/ets2panda/test/runtime/ets/Override-2.ets index 908e8c1d2c..02eed2edaf 100644 --- a/ets2panda/test/runtime/ets/Override-2.ets +++ b/ets2panda/test/runtime/ets/Override-2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/Override.ets b/ets2panda/test/runtime/ets/Override.ets index 2d2e09b881..ae3db71b03 100644 --- a/ets2panda/test/runtime/ets/Override.ets +++ b/ets2panda/test/runtime/ets/Override.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/PunctuatorAnyEqual.ets b/ets2panda/test/runtime/ets/PunctuatorAnyEqual.ets index 6fab0f8ab2..6cdbd01aa4 100644 --- a/ets2panda/test/runtime/ets/PunctuatorAnyEqual.ets +++ b/ets2panda/test/runtime/ets/PunctuatorAnyEqual.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/RegSpillerArray.ets b/ets2panda/test/runtime/ets/RegSpillerArray.ets index 4f0cbcf473..edfd96b1fa 100644 --- a/ets2panda/test/runtime/ets/RegSpillerArray.ets +++ b/ets2panda/test/runtime/ets/RegSpillerArray.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/RegisterSpiller.ets b/ets2panda/test/runtime/ets/RegisterSpiller.ets index ee21ba1298..c4adb762bd 100644 --- a/ets2panda/test/runtime/ets/RegisterSpiller.ets +++ b/ets2panda/test/runtime/ets/RegisterSpiller.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/StringBase64.ets b/ets2panda/test/runtime/ets/StringBase64.ets index f2afd448cb..911c9127da 100644 --- a/ets2panda/test/runtime/ets/StringBase64.ets +++ b/ets2panda/test/runtime/ets/StringBase64.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/StringFasta.ets b/ets2panda/test/runtime/ets/StringFasta.ets index 659eb1d2d2..72a7a5a7f1 100644 --- a/ets2panda/test/runtime/ets/StringFasta.ets +++ b/ets2panda/test/runtime/ets/StringFasta.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/SuperCall.ets b/ets2panda/test/runtime/ets/SuperCall.ets index 88f71f630c..4e8d54e156 100644 --- a/ets2panda/test/runtime/ets/SuperCall.ets +++ b/ets2panda/test/runtime/ets/SuperCall.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/UnaryExpression.ets b/ets2panda/test/runtime/ets/UnaryExpression.ets index 91bc438ad7..77ed1b35c0 100644 --- a/ets2panda/test/runtime/ets/UnaryExpression.ets +++ b/ets2panda/test/runtime/ets/UnaryExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/UnionConstraint.ets b/ets2panda/test/runtime/ets/UnionConstraint.ets index 9cadb73ace..06bbf4413e 100644 --- a/ets2panda/test/runtime/ets/UnionConstraint.ets +++ b/ets2panda/test/runtime/ets/UnionConstraint.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/UpdateExpression.ets b/ets2panda/test/runtime/ets/UpdateExpression.ets index ef41ddc581..655f76ff73 100644 --- a/ets2panda/test/runtime/ets/UpdateExpression.ets +++ b/ets2panda/test/runtime/ets/UpdateExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/accessor_chained.ets b/ets2panda/test/runtime/ets/accessor_chained.ets index c0f24ed33e..9621ee3bf4 100644 --- a/ets2panda/test/runtime/ets/accessor_chained.ets +++ b/ets2panda/test/runtime/ets/accessor_chained.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/accessor_functional.ets b/ets2panda/test/runtime/ets/accessor_functional.ets index d313aa1206..cb43f4f310 100644 --- a/ets2panda/test/runtime/ets/accessor_functional.ets +++ b/ets2panda/test/runtime/ets/accessor_functional.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/accessor_inherited.ets b/ets2panda/test/runtime/ets/accessor_inherited.ets index 91273032dc..ce31caf217 100644 --- a/ets2panda/test/runtime/ets/accessor_inherited.ets +++ b/ets2panda/test/runtime/ets/accessor_inherited.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/array-expression.ets b/ets2panda/test/runtime/ets/array-expression.ets index 3e663fd2a3..30be4e2a47 100644 --- a/ets2panda/test/runtime/ets/array-expression.ets +++ b/ets2panda/test/runtime/ets/array-expression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/array-new-catched.ets b/ets2panda/test/runtime/ets/array-new-catched.ets index 9fd9a7201f..fd95d3e481 100644 --- a/ets2panda/test/runtime/ets/array-new-catched.ets +++ b/ets2panda/test/runtime/ets/array-new-catched.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/array-new.ets b/ets2panda/test/runtime/ets/array-new.ets index 16037be12b..9cb031ee7b 100644 --- a/ets2panda/test/runtime/ets/array-new.ets +++ b/ets2panda/test/runtime/ets/array-new.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/assignment_lowering.ets b/ets2panda/test/runtime/ets/assignment_lowering.ets index 75bbd8afd9..82d1f69a16 100644 --- a/ets2panda/test/runtime/ets/assignment_lowering.ets +++ b/ets2panda/test/runtime/ets/assignment_lowering.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/boxing.ets b/ets2panda/test/runtime/ets/boxing.ets index f3c960a687..6f4e7531c9 100644 --- a/ets2panda/test/runtime/ets/boxing.ets +++ b/ets2panda/test/runtime/ets/boxing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/boxingUnboxingCalls.ets b/ets2panda/test/runtime/ets/boxingUnboxingCalls.ets index 67bbac5f14..8fee7e8138 100644 --- a/ets2panda/test/runtime/ets/boxingUnboxingCalls.ets +++ b/ets2panda/test/runtime/ets/boxingUnboxingCalls.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/boxingUnboxingOutput.ets b/ets2panda/test/runtime/ets/boxingUnboxingOutput.ets index 314a2fd42d..b004cb4c0c 100644 --- a/ets2panda/test/runtime/ets/boxingUnboxingOutput.ets +++ b/ets2panda/test/runtime/ets/boxingUnboxingOutput.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/char-type.ets b/ets2panda/test/runtime/ets/char-type.ets index 54d38fbc8a..7b0606dbd3 100644 --- a/ets2panda/test/runtime/ets/char-type.ets +++ b/ets2panda/test/runtime/ets/char-type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/class-abstract-inheritance.ets b/ets2panda/test/runtime/ets/class-abstract-inheritance.ets index 808c460760..e1c4848e26 100644 --- a/ets2panda/test/runtime/ets/class-abstract-inheritance.ets +++ b/ets2panda/test/runtime/ets/class-abstract-inheritance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/class-constructor-calls.ets b/ets2panda/test/runtime/ets/class-constructor-calls.ets index 1a872967ef..871471e957 100644 --- a/ets2panda/test/runtime/ets/class-constructor-calls.ets +++ b/ets2panda/test/runtime/ets/class-constructor-calls.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/class-constructor-calls2.ets b/ets2panda/test/runtime/ets/class-constructor-calls2.ets index 8ea585c3ba..3c6f8227ca 100644 --- a/ets2panda/test/runtime/ets/class-constructor-calls2.ets +++ b/ets2panda/test/runtime/ets/class-constructor-calls2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/class-init2.ets b/ets2panda/test/runtime/ets/class-init2.ets index 78a5053a1f..ce0c54dd8e 100644 --- a/ets2panda/test/runtime/ets/class-init2.ets +++ b/ets2panda/test/runtime/ets/class-init2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/class-virtual-call.ets b/ets2panda/test/runtime/ets/class-virtual-call.ets index d54a5ae0e2..0391471e64 100644 --- a/ets2panda/test/runtime/ets/class-virtual-call.ets +++ b/ets2panda/test/runtime/ets/class-virtual-call.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/condition-with-boolean-reference.ets b/ets2panda/test/runtime/ets/condition-with-boolean-reference.ets index 1acb975493..676efd23d5 100644 --- a/ets2panda/test/runtime/ets/condition-with-boolean-reference.ets +++ b/ets2panda/test/runtime/ets/condition-with-boolean-reference.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/conditionalExpressionGenericLUB.ets b/ets2panda/test/runtime/ets/conditionalExpressionGenericLUB.ets index 6de97dd518..8ef9168ea9 100644 --- a/ets2panda/test/runtime/ets/conditionalExpressionGenericLUB.ets +++ b/ets2panda/test/runtime/ets/conditionalExpressionGenericLUB.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/conversion-binary.ets b/ets2panda/test/runtime/ets/conversion-binary.ets index 277e28e039..5a57776456 100644 --- a/ets2panda/test/runtime/ets/conversion-binary.ets +++ b/ets2panda/test/runtime/ets/conversion-binary.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/count.ets b/ets2panda/test/runtime/ets/count.ets index 8943199730..600258cbdd 100644 --- a/ets2panda/test/runtime/ets/count.ets +++ b/ets2panda/test/runtime/ets/count.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/date-now.ets b/ets2panda/test/runtime/ets/date-now.ets index 291e0af5a0..df985f7192 100644 --- a/ets2panda/test/runtime/ets/date-now.ets +++ b/ets2panda/test/runtime/ets/date-now.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/default_parameters.ets b/ets2panda/test/runtime/ets/default_parameters.ets index a660a80c04..1921086359 100644 --- a/ets2panda/test/runtime/ets/default_parameters.ets +++ b/ets2panda/test/runtime/ets/default_parameters.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/exdended_conditional_expression_float.ets b/ets2panda/test/runtime/ets/exdended_conditional_expression_float.ets index 1d07e49551..7991c47c71 100644 --- a/ets2panda/test/runtime/ets/exdended_conditional_expression_float.ets +++ b/ets2panda/test/runtime/ets/exdended_conditional_expression_float.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extended_conditional_expression_string.ets b/ets2panda/test/runtime/ets/extended_conditional_expression_string.ets index f023797700..2e8d6cd718 100644 --- a/ets2panda/test/runtime/ets/extended_conditional_expression_string.ets +++ b/ets2panda/test/runtime/ets/extended_conditional_expression_string.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/callExtensionFunctionByThisInExtensionAndClassFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/callExtensionFunctionByThisInExtensionAndClassFunction.ets index 97b57bcc1b..795280d931 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/callExtensionFunctionByThisInExtensionAndClassFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/callExtensionFunctionByThisInExtensionAndClassFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunction.ets index caeb0ef4e8..1d5e044ecc 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionCalledBySubclassInstance.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionCalledBySubclassInstance.ets index e6753e9ad0..c2431487f7 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionCalledBySubclassInstance.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionCalledBySubclassInstance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingAccessor.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingAccessor.ets index f6dda2dc82..6afd292e52 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingAccessor.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingAccessor.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambda.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambda.ets index b085833684..7e2eb918d9 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambda.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambdaWithInstance.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambdaWithInstance.ets index 953ed54ce8..01e159f831 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambdaWithInstance.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionContainingLambdaWithInstance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDifferentSignatureWithInstanceFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDifferentSignatureWithInstanceFunction.ets index 3262abe2cb..bb0414142f 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDifferentSignatureWithInstanceFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDifferentSignatureWithInstanceFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithInstanceFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithInstanceFunction.ets index 31e10302ac..d94a25f1b5 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithInstanceFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithInstanceFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithNormalFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithNormalFunction.ets index 56363cd895..4e99859199 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithNormalFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithNormalFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionInExtension.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionInExtension.ets index 3de960f78d..20b59e2c77 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionInExtension.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionInExtension.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionOverrideSuperclassExtension.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionOverrideSuperclassExtension.ets index 882ade22fc..ac127cf845 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionOverrideSuperclassExtension.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionOverrideSuperclassExtension.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionShadowedBySuperclassInstance.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionShadowedBySuperclassInstance.ets index a605c9d282..e0fa2eec23 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionShadowedBySuperclassInstance.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionShadowedBySuperclassInstance.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithAsExpression.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithAsExpression.ets index fbcc294a62..742cc9770f 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithAsExpression.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithAsExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithNewExpression.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithNewExpression.ets index 810ccb6d23..1e4283822d 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithNewExpression.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithNewExpression.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithTrailingLambda.ets b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithTrailingLambda.ets index 0829d198f9..676b410611 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithTrailingLambda.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/extensionFunctionWithTrailingLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/extension_function_tests/thisInExtensionFunction.ets b/ets2panda/test/runtime/ets/extension_function_tests/thisInExtensionFunction.ets index c1abea2ab0..2dbd5407d7 100644 --- a/ets2panda/test/runtime/ets/extension_function_tests/thisInExtensionFunction.ets +++ b/ets2panda/test/runtime/ets/extension_function_tests/thisInExtensionFunction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyCatchExecutedNormally.ets b/ets2panda/test/runtime/ets/finallyCatchExecutedNormally.ets index 3bc9b2e5c6..fc13102fcb 100644 --- a/ets2panda/test/runtime/ets/finallyCatchExecutedNormally.ets +++ b/ets2panda/test/runtime/ets/finallyCatchExecutedNormally.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyClauseInterrupted.ets b/ets2panda/test/runtime/ets/finallyClauseInterrupted.ets index 03056c75fd..d1077a59e7 100644 --- a/ets2panda/test/runtime/ets/finallyClauseInterrupted.ets +++ b/ets2panda/test/runtime/ets/finallyClauseInterrupted.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyClauseThrow.ets b/ets2panda/test/runtime/ets/finallyClauseThrow.ets index 2b38ee38ef..18ef0bce91 100644 --- a/ets2panda/test/runtime/ets/finallyClauseThrow.ets +++ b/ets2panda/test/runtime/ets/finallyClauseThrow.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyExecutedAbruptly.ets b/ets2panda/test/runtime/ets/finallyExecutedAbruptly.ets index f82609ce6e..f12e0d12fc 100644 --- a/ets2panda/test/runtime/ets/finallyExecutedAbruptly.ets +++ b/ets2panda/test/runtime/ets/finallyExecutedAbruptly.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyTryAbruptedByBreak.ets b/ets2panda/test/runtime/ets/finallyTryAbruptedByBreak.ets index dc5ba58737..3566a41c2b 100644 --- a/ets2panda/test/runtime/ets/finallyTryAbruptedByBreak.ets +++ b/ets2panda/test/runtime/ets/finallyTryAbruptedByBreak.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyTryAbruptedByContinue.ets b/ets2panda/test/runtime/ets/finallyTryAbruptedByContinue.ets index f097e5f008..f34fb475e2 100644 --- a/ets2panda/test/runtime/ets/finallyTryAbruptedByContinue.ets +++ b/ets2panda/test/runtime/ets/finallyTryAbruptedByContinue.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyTryAbruptedByReturn.ets b/ets2panda/test/runtime/ets/finallyTryAbruptedByReturn.ets index b835dbbe27..9051b5fad3 100644 --- a/ets2panda/test/runtime/ets/finallyTryAbruptedByReturn.ets +++ b/ets2panda/test/runtime/ets/finallyTryAbruptedByReturn.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/finallyTryExecutedNormally.ets b/ets2panda/test/runtime/ets/finallyTryExecutedNormally.ets index 97bf3715a1..8a3c921ef3 100644 --- a/ets2panda/test/runtime/ets/finallyTryExecutedNormally.ets +++ b/ets2panda/test/runtime/ets/finallyTryExecutedNormally.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/float-literal.ets b/ets2panda/test/runtime/ets/float-literal.ets index df9b6bf771..bd8b5ee7cc 100644 --- a/ets2panda/test/runtime/ets/float-literal.ets +++ b/ets2panda/test/runtime/ets/float-literal.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/float_format.ets b/ets2panda/test/runtime/ets/float_format.ets index 404662ff80..75e5fd9477 100644 --- a/ets2panda/test/runtime/ets/float_format.ets +++ b/ets2panda/test/runtime/ets/float_format.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/float_separator.ets b/ets2panda/test/runtime/ets/float_separator.ets index 4f92b55333..df6e724dd6 100644 --- a/ets2panda/test/runtime/ets/float_separator.ets +++ b/ets2panda/test/runtime/ets/float_separator.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/for-statement.ets b/ets2panda/test/runtime/ets/for-statement.ets index 2ab9767fa9..6c9abc4a66 100644 --- a/ets2panda/test/runtime/ets/for-statement.ets +++ b/ets2panda/test/runtime/ets/for-statement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/generic-function.ets b/ets2panda/test/runtime/ets/generic-function.ets index 1c1469d45e..9eb174970c 100644 --- a/ets2panda/test/runtime/ets/generic-function.ets +++ b/ets2panda/test/runtime/ets/generic-function.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/generic-set.ets b/ets2panda/test/runtime/ets/generic-set.ets index 7b44cc8833..2d86fd9bca 100644 --- a/ets2panda/test/runtime/ets/generic-set.ets +++ b/ets2panda/test/runtime/ets/generic-set.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/generic_getter.ets b/ets2panda/test/runtime/ets/generic_getter.ets index 07ab5a1e51..5b4ec46529 100644 --- a/ets2panda/test/runtime/ets/generic_getter.ets +++ b/ets2panda/test/runtime/ets/generic_getter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/generics_1.ets b/ets2panda/test/runtime/ets/generics_1.ets index 80527194a9..9113ba0d56 100644 --- a/ets2panda/test/runtime/ets/generics_1.ets +++ b/ets2panda/test/runtime/ets/generics_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/getter_setter.ets b/ets2panda/test/runtime/ets/getter_setter.ets index eefa1041d3..ec47fcafd5 100644 --- a/ets2panda/test/runtime/ets/getter_setter.ets +++ b/ets2panda/test/runtime/ets/getter_setter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/getter_setter2.ets b/ets2panda/test/runtime/ets/getter_setter2.ets index 37aa849b29..4d6322962b 100644 --- a/ets2panda/test/runtime/ets/getter_setter2.ets +++ b/ets2panda/test/runtime/ets/getter_setter2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/getter_setter_static_modifier.ets b/ets2panda/test/runtime/ets/getter_setter_static_modifier.ets index 375e08bd3a..51e53f4162 100644 --- a/ets2panda/test/runtime/ets/getter_setter_static_modifier.ets +++ b/ets2panda/test/runtime/ets/getter_setter_static_modifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/identifier-reference.ets b/ets2panda/test/runtime/ets/identifier-reference.ets index ba2d7f6852..b8cdf09550 100644 --- a/ets2panda/test/runtime/ets/identifier-reference.ets +++ b/ets2panda/test/runtime/ets/identifier-reference.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/if-unbox.ets b/ets2panda/test/runtime/ets/if-unbox.ets index 5ce73ce033..c217f1f7a2 100644 --- a/ets2panda/test/runtime/ets/if-unbox.ets +++ b/ets2panda/test/runtime/ets/if-unbox.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/inferTypeOfArrayLiteral.ets b/ets2panda/test/runtime/ets/inferTypeOfArrayLiteral.ets index 3603b83633..57b6c48ec8 100644 --- a/ets2panda/test/runtime/ets/inferTypeOfArrayLiteral.ets +++ b/ets2panda/test/runtime/ets/inferTypeOfArrayLiteral.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/interface-virtual-call.ets b/ets2panda/test/runtime/ets/interface-virtual-call.ets index 8b10d6392c..fe56fc6c0c 100644 --- a/ets2panda/test/runtime/ets/interface-virtual-call.ets +++ b/ets2panda/test/runtime/ets/interface-virtual-call.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/interfaceGetterSetter.ets b/ets2panda/test/runtime/ets/interfaceGetterSetter.ets index 8ee95ccf20..48f14faae6 100644 --- a/ets2panda/test/runtime/ets/interfaceGetterSetter.ets +++ b/ets2panda/test/runtime/ets/interfaceGetterSetter.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/ir-returnStatement.ets b/ets2panda/test/runtime/ets/ir-returnStatement.ets index 9caa1cb403..0a1b24f714 100644 --- a/ets2panda/test/runtime/ets/ir-returnStatement.ets +++ b/ets2panda/test/runtime/ets/ir-returnStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/labeledStatement.ets b/ets2panda/test/runtime/ets/labeledStatement.ets index 90e7c476b9..42d1967bdb 100644 --- a/ets2panda/test/runtime/ets/labeledStatement.ets +++ b/ets2panda/test/runtime/ets/labeledStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatement.ets b/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatement.ets index 203d121321..4a103837dd 100644 --- a/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatement.ets +++ b/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatement.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatementSimple.ets b/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatementSimple.ets index 3af1520185..10c08baf66 100644 --- a/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatementSimple.ets +++ b/ets2panda/test/runtime/ets/lambdaExpressionWithoutBlockStatementSimple.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/memberExprInLambda.ets b/ets2panda/test/runtime/ets/memberExprInLambda.ets index 3f58ad2579..e905bdedb2 100644 --- a/ets2panda/test/runtime/ets/memberExprInLambda.ets +++ b/ets2panda/test/runtime/ets/memberExprInLambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/multi-array.ets b/ets2panda/test/runtime/ets/multi-array.ets index 0d46ee4ae1..ce58756a9d 100644 --- a/ets2panda/test/runtime/ets/multi-array.ets +++ b/ets2panda/test/runtime/ets/multi-array.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/non-const-capture.ets b/ets2panda/test/runtime/ets/non-const-capture.ets index 5a7d273704..fd84b6c637 100644 --- a/ets2panda/test/runtime/ets/non-const-capture.ets +++ b/ets2panda/test/runtime/ets/non-const-capture.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/notNullMultidimensionalArray.ets b/ets2panda/test/runtime/ets/notNullMultidimensionalArray.ets index 66602d9481..10099414ef 100644 --- a/ets2panda/test/runtime/ets/notNullMultidimensionalArray.ets +++ b/ets2panda/test/runtime/ets/notNullMultidimensionalArray.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/nullCoalesc.ets b/ets2panda/test/runtime/ets/nullCoalesc.ets index 0bfb0a1197..72f615db8a 100644 --- a/ets2panda/test/runtime/ets/nullCoalesc.ets +++ b/ets2panda/test/runtime/ets/nullCoalesc.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/number-from-narrow-prim.ets b/ets2panda/test/runtime/ets/number-from-narrow-prim.ets index 0c4744297c..ed58035661 100644 --- a/ets2panda/test/runtime/ets/number-from-narrow-prim.ets +++ b/ets2panda/test/runtime/ets/number-from-narrow-prim.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/objectEquality.ets b/ets2panda/test/runtime/ets/objectEquality.ets index 1213b26346..ba941ef380 100644 --- a/ets2panda/test/runtime/ets/objectEquality.ets +++ b/ets2panda/test/runtime/ets/objectEquality.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/objectLiteral.ets b/ets2panda/test/runtime/ets/objectLiteral.ets index 796a8d1630..0ea1b02657 100644 --- a/ets2panda/test/runtime/ets/objectLiteral.ets +++ b/ets2panda/test/runtime/ets/objectLiteral.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/precedence.ets b/ets2panda/test/runtime/ets/precedence.ets index 40ed74ce0c..967845fc4c 100644 --- a/ets2panda/test/runtime/ets/precedence.ets +++ b/ets2panda/test/runtime/ets/precedence.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/referenceEquality.ets b/ets2panda/test/runtime/ets/referenceEquality.ets index a9a2b82478..e232f919da 100644 --- a/ets2panda/test/runtime/ets/referenceEquality.ets +++ b/ets2panda/test/runtime/ets/referenceEquality.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/referenceThisEquality.ets b/ets2panda/test/runtime/ets/referenceThisEquality.ets index 60c54236e2..825c3332a2 100644 --- a/ets2panda/test/runtime/ets/referenceThisEquality.ets +++ b/ets2panda/test/runtime/ets/referenceThisEquality.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/return-type-deduction.ets b/ets2panda/test/runtime/ets/return-type-deduction.ets index 9531b4a6e3..0e9672e604 100644 --- a/ets2panda/test/runtime/ets/return-type-deduction.ets +++ b/ets2panda/test/runtime/ets/return-type-deduction.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/shift.ets b/ets2panda/test/runtime/ets/shift.ets index 44963caa0e..0aad11aef8 100644 --- a/ets2panda/test/runtime/ets/shift.ets +++ b/ets2panda/test/runtime/ets/shift.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/skippedTest.ets b/ets2panda/test/runtime/ets/skippedTest.ets index 17291c65eb..56215ee3a2 100644 --- a/ets2panda/test/runtime/ets/skippedTest.ets +++ b/ets2panda/test/runtime/ets/skippedTest.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/static-invoke.ets b/ets2panda/test/runtime/ets/static-invoke.ets index 1bd426772c..ab0b0c6d7a 100644 --- a/ets2panda/test/runtime/ets/static-invoke.ets +++ b/ets2panda/test/runtime/ets/static-invoke.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/string-assignment.ets b/ets2panda/test/runtime/ets/string-assignment.ets index 31953297e2..4f09b22c06 100644 --- a/ets2panda/test/runtime/ets/string-assignment.ets +++ b/ets2panda/test/runtime/ets/string-assignment.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/string-builder.ets b/ets2panda/test/runtime/ets/string-builder.ets index fb12505039..0d58412740 100644 --- a/ets2panda/test/runtime/ets/string-builder.ets +++ b/ets2panda/test/runtime/ets/string-builder.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/struct-identifier.ets b/ets2panda/test/runtime/ets/struct-identifier.ets index 2429bb31c5..f79f90bd9b 100644 --- a/ets2panda/test/runtime/ets/struct-identifier.ets +++ b/ets2panda/test/runtime/ets/struct-identifier.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/struct-init2.ets b/ets2panda/test/runtime/ets/struct-init2.ets index 5e8c4e854e..8393766769 100644 --- a/ets2panda/test/runtime/ets/struct-init2.ets +++ b/ets2panda/test/runtime/ets/struct-init2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/struct_implements.ets b/ets2panda/test/runtime/ets/struct_implements.ets index 98f29990bf..cdccf7fe2b 100644 --- a/ets2panda/test/runtime/ets/struct_implements.ets +++ b/ets2panda/test/runtime/ets/struct_implements.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/this_type.ets b/ets2panda/test/runtime/ets/this_type.ets index c9b141dd3a..56999bc85f 100644 --- a/ets2panda/test/runtime/ets/this_type.ets +++ b/ets2panda/test/runtime/ets/this_type.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/top_level_01.ets b/ets2panda/test/runtime/ets/top_level_01.ets index f8a91752d8..55afc5a955 100644 --- a/ets2panda/test/runtime/ets/top_level_01.ets +++ b/ets2panda/test/runtime/ets/top_level_01.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/top_level_02.ets b/ets2panda/test/runtime/ets/top_level_02.ets index 17b996c4de..dbbfeeeeda 100644 --- a/ets2panda/test/runtime/ets/top_level_02.ets +++ b/ets2panda/test/runtime/ets/top_level_02.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/top_level_03.ets b/ets2panda/test/runtime/ets/top_level_03.ets index 2121516f8a..c9d7caa2ef 100644 --- a/ets2panda/test/runtime/ets/top_level_03.ets +++ b/ets2panda/test/runtime/ets/top_level_03.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/trailing-lambda-with-capture.ets b/ets2panda/test/runtime/ets/trailing-lambda-with-capture.ets index a2de84ba70..6a43791744 100644 --- a/ets2panda/test/runtime/ets/trailing-lambda-with-capture.ets +++ b/ets2panda/test/runtime/ets/trailing-lambda-with-capture.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/trailing-lambda.ets b/ets2panda/test/runtime/ets/trailing-lambda.ets index b8b9c07749..31bb70bf2c 100644 --- a/ets2panda/test/runtime/ets/trailing-lambda.ets +++ b/ets2panda/test/runtime/ets/trailing-lambda.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/try-catch-error-no-param.ets b/ets2panda/test/runtime/ets/try-catch-error-no-param.ets index 948f4ef63a..4b15425af6 100644 --- a/ets2panda/test/runtime/ets/try-catch-error-no-param.ets +++ b/ets2panda/test/runtime/ets/try-catch-error-no-param.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/try-catch-error.ets b/ets2panda/test/runtime/ets/try-catch-error.ets index c3d80ce83f..fbc2ab3c0b 100644 --- a/ets2panda/test/runtime/ets/try-catch-error.ets +++ b/ets2panda/test/runtime/ets/try-catch-error.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/try-catch-no-param.ets b/ets2panda/test/runtime/ets/try-catch-no-param.ets index dfcb3e78ce..0f5f033ae7 100644 --- a/ets2panda/test/runtime/ets/try-catch-no-param.ets +++ b/ets2panda/test/runtime/ets/try-catch-no-param.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/unboxing.ets b/ets2panda/test/runtime/ets/unboxing.ets index 6d8611e9d8..5111ac85e6 100644 --- a/ets2panda/test/runtime/ets/unboxing.ets +++ b/ets2panda/test/runtime/ets/unboxing.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/unboxing2.ets b/ets2panda/test/runtime/ets/unboxing2.ets index 30ac96aee6..59d883a839 100644 --- a/ets2panda/test/runtime/ets/unboxing2.ets +++ b/ets2panda/test/runtime/ets/unboxing2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/unboxing2_x64.ets b/ets2panda/test/runtime/ets/unboxing2_x64.ets index 6d23f11356..02068cb14f 100644 --- a/ets2panda/test/runtime/ets/unboxing2_x64.ets +++ b/ets2panda/test/runtime/ets/unboxing2_x64.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/union_type_parameters.ets b/ets2panda/test/runtime/ets/union_type_parameters.ets index b305590d44..f1f0be96db 100644 --- a/ets2panda/test/runtime/ets/union_type_parameters.ets +++ b/ets2panda/test/runtime/ets/union_type_parameters.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/user_defined_1.ets b/ets2panda/test/runtime/ets/user_defined_1.ets index 6749b99e91..005c0ad5a3 100644 --- a/ets2panda/test/runtime/ets/user_defined_1.ets +++ b/ets2panda/test/runtime/ets/user_defined_1.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/user_defined_2.ets b/ets2panda/test/runtime/ets/user_defined_2.ets index f9bff4da97..b275a650ed 100644 --- a/ets2panda/test/runtime/ets/user_defined_2.ets +++ b/ets2panda/test/runtime/ets/user_defined_2.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/runtime/ets/validate_signatures_throw_type_error.ets b/ets2panda/test/runtime/ets/validate_signatures_throw_type_error.ets index 9fc7a733c1..bb7ae41acf 100644 --- a/ets2panda/test/runtime/ets/validate_signatures_throw_type_error.ets +++ b/ets2panda/test/runtime/ets/validate_signatures_throw_type_error.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/CMakeLists.txt b/ets2panda/test/tsconfig/CMakeLists.txt index 9dc7525634..5a2018377b 100644 --- a/ets2panda/test/tsconfig/CMakeLists.txt +++ b/ets2panda/test/tsconfig/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/empty_include/src/index.ts b/ets2panda/test/tsconfig/empty_include/src/index.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/empty_include/src/index.ts +++ b/ets2panda/test/tsconfig/empty_include/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/ets/packages/world.ets b/ets2panda/test/tsconfig/ets/packages/world.ets index c900852369..1ad32e9394 100644 --- a/ets2panda/test/tsconfig/ets/packages/world.ets +++ b/ets2panda/test/tsconfig/ets/packages/world.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/extends/src/component/exclude.ts b/ets2panda/test/tsconfig/extends/src/component/exclude.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/extends/src/component/exclude.ts +++ b/ets2panda/test/tsconfig/extends/src/component/exclude.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/extends/src/component/index.ts b/ets2panda/test/tsconfig/extends/src/component/index.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/extends/src/component/index.ts +++ b/ets2panda/test/tsconfig/extends/src/component/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/extends/src/file1.ts b/ets2panda/test/tsconfig/extends/src/file1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/extends/src/file1.ts +++ b/ets2panda/test/tsconfig/extends/src/file1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/extends/src/file2.ts b/ets2panda/test/tsconfig/extends/src/file2.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/extends/src/file2.ts +++ b/ets2panda/test/tsconfig/extends/src/file2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/file1.ts b/ets2panda/test/tsconfig/include/file1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/file1.ts +++ b/ets2panda/test/tsconfig/include/file1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/file2.ts b/ets2panda/test/tsconfig/include/file2.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/file2.ts +++ b/ets2panda/test/tsconfig/include/file2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/main.ts b/ets2panda/test/tsconfig/include/main.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/main.ts +++ b/ets2panda/test/tsconfig/include/main.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/exampleComponent.ts b/ets2panda/test/tsconfig/include/src/component1/exampleComponent.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/exampleComponent.ts +++ b/ets2panda/test/tsconfig/include/src/component1/exampleComponent.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/exampleComponent1.ts b/ets2panda/test/tsconfig/include/src/component1/exampleComponent1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/exampleComponent1.ts +++ b/ets2panda/test/tsconfig/include/src/component1/exampleComponent1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/exampleUtil1.ts b/ets2panda/test/tsconfig/include/src/component1/exampleUtil1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/exampleUtil1.ts +++ b/ets2panda/test/tsconfig/include/src/component1/exampleUtil1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/exampleUtil11.ts b/ets2panda/test/tsconfig/include/src/component1/exampleUtil11.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/exampleUtil11.ts +++ b/ets2panda/test/tsconfig/include/src/component1/exampleUtil11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/exampleUtil2.ts b/ets2panda/test/tsconfig/include/src/component1/exampleUtil2.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/exampleUtil2.ts +++ b/ets2panda/test/tsconfig/include/src/component1/exampleUtil2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component1/index.ts b/ets2panda/test/tsconfig/include/src/component1/index.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component1/index.ts +++ b/ets2panda/test/tsconfig/include/src/component1/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/exampleComponent.ts b/ets2panda/test/tsconfig/include/src/component2/exampleComponent.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/exampleComponent.ts +++ b/ets2panda/test/tsconfig/include/src/component2/exampleComponent.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/exampleComponent1.ts b/ets2panda/test/tsconfig/include/src/component2/exampleComponent1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/exampleComponent1.ts +++ b/ets2panda/test/tsconfig/include/src/component2/exampleComponent1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/exampleUtil1.ts b/ets2panda/test/tsconfig/include/src/component2/exampleUtil1.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/exampleUtil1.ts +++ b/ets2panda/test/tsconfig/include/src/component2/exampleUtil1.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/exampleUtil11.ts b/ets2panda/test/tsconfig/include/src/component2/exampleUtil11.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/exampleUtil11.ts +++ b/ets2panda/test/tsconfig/include/src/component2/exampleUtil11.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/exampleUtil2.ts b/ets2panda/test/tsconfig/include/src/component2/exampleUtil2.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/exampleUtil2.ts +++ b/ets2panda/test/tsconfig/include/src/component2/exampleUtil2.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/component2/index.ts b/ets2panda/test/tsconfig/include/src/component2/index.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/component2/index.ts +++ b/ets2panda/test/tsconfig/include/src/component2/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/src/main.ts b/ets2panda/test/tsconfig/include/src/main.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/src/main.ts +++ b/ets2panda/test/tsconfig/include/src/main.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/test.ts b/ets2panda/test/tsconfig/include/test.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/test.ts +++ b/ets2panda/test/tsconfig/include/test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/include/test/index.ts b/ets2panda/test/tsconfig/include/test/index.ts index 7b3459b75a..a72b80468f 100644 --- a/ets2panda/test/tsconfig/include/test/index.ts +++ b/ets2panda/test/tsconfig/include/test/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/paths/lib/module1/lib.ets b/ets2panda/test/tsconfig/paths/lib/module1/lib.ets index 4ead7034a5..0deedb0f1d 100644 --- a/ets2panda/test/tsconfig/paths/lib/module1/lib.ets +++ b/ets2panda/test/tsconfig/paths/lib/module1/lib.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/paths/lib/module2/lib.ets b/ets2panda/test/tsconfig/paths/lib/module2/lib.ets index 3405b3d59e..3ea4260faa 100644 --- a/ets2panda/test/tsconfig/paths/lib/module2/lib.ets +++ b/ets2panda/test/tsconfig/paths/lib/module2/lib.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/tsconfig/test.sh b/ets2panda/test/tsconfig/test.sh index 81531e485a..053ef29a3d 100755 --- a/ets2panda/test/tsconfig/test.sh +++ b/ets2panda/test/tsconfig/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ets2panda/test/unit/public/e2p_test_plugin.c b/ets2panda/test/unit/public/e2p_test_plugin.c index 2de3ca54a7..9d58103bae 100644 --- a/ets2panda/test/unit/public/e2p_test_plugin.c +++ b/ets2panda/test/unit/public/e2p_test_plugin.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/test/unit/public/t.ets b/ets2panda/test/unit/public/t.ets index 56969fa7e1..d02ff483b9 100644 --- a/ets2panda/test/unit/public/t.ets +++ b/ets2panda/test/unit/public/t.ets @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/bitset.cpp b/ets2panda/util/bitset.cpp index c5c709baa3..93058fcc87 100644 --- a/ets2panda/util/bitset.cpp +++ b/ets2panda/util/bitset.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/bitset.h b/ets2panda/util/bitset.h index 9c66834c2d..0f99c6a604 100644 --- a/ets2panda/util/bitset.h +++ b/ets2panda/util/bitset.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/enumbitops.h b/ets2panda/util/enumbitops.h index d64b5fe2d1..71625922f3 100644 --- a/ets2panda/util/enumbitops.h +++ b/ets2panda/util/enumbitops.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/generateBin.h b/ets2panda/util/generateBin.h index cbeefd5556..ea7e3b1965 100644 --- a/ets2panda/util/generateBin.h +++ b/ets2panda/util/generateBin.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/language.h b/ets2panda/util/language.h index a2fa7e389c..c485786609 100644 --- a/ets2panda/util/language.h +++ b/ets2panda/util/language.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/path.h b/ets2panda/util/path.h index c427b1d453..5758690ef2 100644 --- a/ets2panda/util/path.h +++ b/ets2panda/util/path.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/plugin.cpp b/ets2panda/util/plugin.cpp index bd8b815971..93084e1cb4 100644 --- a/ets2panda/util/plugin.cpp +++ b/ets2panda/util/plugin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/plugin.h b/ets2panda/util/plugin.h index 05d5f46506..72ea8b0d92 100644 --- a/ets2panda/util/plugin.h +++ b/ets2panda/util/plugin.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/ustring.cpp b/ets2panda/util/ustring.cpp index 209ffe8ba4..edef442212 100644 --- a/ets2panda/util/ustring.cpp +++ b/ets2panda/util/ustring.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/util/ustring.h b/ets2panda/util/ustring.h index 6add6d4ea6..644124b57d 100644 --- a/ets2panda/util/ustring.h +++ b/ets2panda/util/ustring.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/ASBinder.cpp b/ets2panda/varbinder/ASBinder.cpp index 206024c219..05a59dd5ed 100644 --- a/ets2panda/varbinder/ASBinder.cpp +++ b/ets2panda/varbinder/ASBinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/ASBinder.h b/ets2panda/varbinder/ASBinder.h index 60c01377df..08b05d403f 100644 --- a/ets2panda/varbinder/ASBinder.h +++ b/ets2panda/varbinder/ASBinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/JSBinder.cpp b/ets2panda/varbinder/JSBinder.cpp index 9de3570082..349e3f8f60 100644 --- a/ets2panda/varbinder/JSBinder.cpp +++ b/ets2panda/varbinder/JSBinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/JSBinder.h b/ets2panda/varbinder/JSBinder.h index 9baaa86d41..b80acdec38 100644 --- a/ets2panda/varbinder/JSBinder.h +++ b/ets2panda/varbinder/JSBinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/TSBinder.cpp b/ets2panda/varbinder/TSBinder.cpp index 92422a2c7a..f2bf04c868 100644 --- a/ets2panda/varbinder/TSBinder.cpp +++ b/ets2panda/varbinder/TSBinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/TSBinder.h b/ets2panda/varbinder/TSBinder.h index ba4777fcc0..0ce5b99cf8 100644 --- a/ets2panda/varbinder/TSBinder.h +++ b/ets2panda/varbinder/TSBinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/TypedBinder.cpp b/ets2panda/varbinder/TypedBinder.cpp index b825499d53..7677ca3c1c 100644 --- a/ets2panda/varbinder/TypedBinder.cpp +++ b/ets2panda/varbinder/TypedBinder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/TypedBinder.h b/ets2panda/varbinder/TypedBinder.h index 2992fefa8b..56abe35045 100644 --- a/ets2panda/varbinder/TypedBinder.h +++ b/ets2panda/varbinder/TypedBinder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/declaration.cpp b/ets2panda/varbinder/declaration.cpp index 7879fe820c..0ead833f51 100644 --- a/ets2panda/varbinder/declaration.cpp +++ b/ets2panda/varbinder/declaration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/enumMemberResult.h b/ets2panda/varbinder/enumMemberResult.h index 00f9857bdc..ff3ca55551 100644 --- a/ets2panda/varbinder/enumMemberResult.h +++ b/ets2panda/varbinder/enumMemberResult.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/privateBinding.h b/ets2panda/varbinder/privateBinding.h index 5626d1afd3..afb9900793 100644 --- a/ets2panda/varbinder/privateBinding.h +++ b/ets2panda/varbinder/privateBinding.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/tsBinding.h b/ets2panda/varbinder/tsBinding.h index f25d6b13ee..2daa17f14e 100644 --- a/ets2panda/varbinder/tsBinding.h +++ b/ets2panda/varbinder/tsBinding.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/variable.cpp b/ets2panda/varbinder/variable.cpp index 68e80725c3..777498d0d7 100644 --- a/ets2panda/varbinder/variable.cpp +++ b/ets2panda/varbinder/variable.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ets2panda/varbinder/variable.h b/ets2panda/varbinder/variable.h index 71416a738a..ce9600fb3d 100644 --- a/ets2panda/varbinder/variable.h +++ b/ets2panda/varbinder/variable.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee