From 7cae652309511b93e94fbb01130594cf4220fae4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 1 Dec 2020 11:14:15 +0800 Subject: [PATCH] [test] license v1 to v2 --- test/main.py | 10 +++++----- test/maple_test/__init__.py | 10 +++++----- test/maple_test/compare.py | 10 +++++----- test/maple_test/configs.py | 10 +++++----- test/maple_test/main.py | 10 +++++----- test/maple_test/run.py | 10 +++++----- test/maple_test/task.py | 10 +++++----- test/maple_test/test.py | 10 +++++----- test/maple_test/utils.py | 10 +++++----- test/testsuite/maple.py | 10 +++++----- .../ABCOcatchArrayIndexOutOfBoundsException.java | 10 +++++----- .../ABCOcatchIndexOutOfBoundsException.java | 10 +++++----- .../ABCOcatchStringIndexOutOfBoundsException.java | 10 +++++----- .../ABCOconstOperation.java | 10 +++++----- .../ABCOcustomClass.java | 10 +++++----- .../ABCOdoWhile.java | 10 +++++----- .../ABCOemptyArray.java | 10 +++++----- .../ABCOemptyString.java | 10 +++++----- .../RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java | 10 +++++----- .../ABCOglobalArray.java | 10 +++++----- .../ABCOglobalIndex.java | 10 +++++----- .../ABCOglobalString.java | 10 +++++----- .../RT0013-rt-arrayboundary-ABCOif/ABCOif.java | 10 +++++----- .../ABCOincreaseArray.java | 10 +++++----- .../ABCOindexAssociation.java | 10 +++++----- .../ABCOindexDoWhile.java | 10 +++++----- .../ABCOindexFor.java | 10 +++++----- .../ABCOindexFromArrayFromParam.java | 10 +++++----- .../ABCOindexIf.java | 10 +++++----- .../ABCOindexMutiLoop.java | 10 +++++----- .../ABCOindexNesting.java | 10 +++++----- .../ABCOindexSwitch.java | 10 +++++----- .../RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java | 10 +++++----- .../ABCOlistToArray.java | 10 +++++----- .../ABCOlocalArray.java | 10 +++++----- .../ABCOlocalIndex.java | 10 +++++----- .../ABCOnewArraySize.java | 10 +++++----- .../RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java | 10 +++++----- .../ABCOparamIndex.java | 10 +++++----- .../RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java | 10 +++++----- .../ABCOreflectArray.java | 10 +++++----- .../ABCOreturnArray.java | 10 +++++----- .../ABCOreturnIndex.java | 10 +++++----- .../ABCOreturnString.java | 10 +++++----- .../ABCOStringBuilderCatchEx.java | 10 +++++----- .../ABCOStringConstOperation.java | 10 +++++----- .../ABCOstringDoWhile.java | 10 +++++----- .../ABCOstringFor.java | 10 +++++----- .../ABCOstringIf.java | 10 +++++----- .../ABCOstringIndexNesting.java | 10 +++++----- .../ABCOStringMaxValue.java | 10 +++++----- .../ABCOstringMutiLoop.java | 10 +++++----- .../ABCOstringSwitch.java | 10 +++++----- .../RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java | 10 +++++----- .../ABCOtryExtEh.java | 10 +++++----- .../ABCOmaxValue.java | 10 +++++----- .../RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java | 10 +++++----- .../ABCOwhileString.java | 10 +++++----- .../ClinitBase001.java | 10 +++++----- .../ClinitBase002.java | 10 +++++----- .../ClinitBase003.java | 10 +++++----- .../ClinitBase004.java | 10 +++++----- .../ClinitBase005.java | 10 +++++----- .../ClinitBase006.java | 10 +++++----- .../ClinitBase008.java | 10 +++++----- .../RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java | 10 +++++----- .../RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java | 10 +++++----- .../RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java | 10 +++++----- .../RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java | 10 +++++----- .../RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java | 10 +++++----- .../NativeCatchExceptionTest.java | 10 +++++----- .../jniNativeCatchExceptionTest.cpp | 10 +++++----- .../NativeCodeCheckExceptionTest.java | 10 +++++----- .../jniNativeCodeCheckExceptionTest.cpp | 10 +++++----- .../NativeNewExceptionTest.java | 10 +++++----- .../jniNativeNewExceptionTest.cpp | 10 +++++----- .../NativeTryCatchNewExceptionTest.java | 10 +++++----- .../jniNativeTryCatchNewExceptionTest.cpp | 10 +++++----- .../NativeCodeCheckNewExceptionTest.java | 10 +++++----- .../jniNativeCodeCheckNewExceptionTest.cpp | 10 +++++----- .../NativeClearExceptionTest.java | 10 +++++----- .../jniNativeClearExceptionTest.cpp | 10 +++++----- .../NativeCodeCatchThrowNewExceptionTest.java | 10 +++++----- .../jniNativeCodeCatchThrowNewExceptionTest.cpp | 10 +++++----- .../NativeCheckFatalErrorExceptionTest.java | 10 +++++----- .../jniNativeCheckFatalErrorExceptionTest.cpp | 10 +++++----- .../TryFinallyExceptionTest.java | 10 +++++----- .../TryCatchExceptionTest.java | 10 +++++----- .../TryMultiCatchExceptionTest.java | 10 +++++----- .../TryMultiCatchMatchFirstExceptionTest.java | 10 +++++----- .../TryCatchPipelineExceptionTest.java | 10 +++++----- .../TryMultiCatchFinallyExceptionTest.java | 10 +++++----- .../TryCatchResourceExceptionTest.java | 10 +++++----- .../TryCatchThrowExceptionTest.java | 10 +++++----- .../TryExceptionFinallyExceptionTest.java | 10 +++++----- .../TryTryThrowExceptionTest.java | 10 +++++----- .../TryTryCatchExceptionTest.java | 10 +++++----- .../TryCatchTryExceptionTest.java | 10 +++++----- .../DoubleTryCatchFinallyExceptionTest.java | 10 +++++----- .../TryCatchTryCatchFinallyExceptionTest.java | 10 +++++----- .../TryCatchTryCatchExceptionFinallyTest.java | 10 +++++----- .../CatchThrowNewExceptionTest.java | 10 +++++----- .../CatchTryCatchNewExceptionTest.java | 10 +++++----- .../CatchTryThrowNewExceptionTest.java | 10 +++++----- .../FinallyThrowExceptionTest.java | 10 +++++----- .../FinallyTryCatchExceptionTest.java | 10 +++++----- .../FinallyTryThrowExceptionTest.java | 10 +++++----- .../TryResourceStartThrowExceptionTest.java | 10 +++++----- .../TryResourceCloseThrowExceptionTest.java | 10 +++++----- .../TryResourceStartAndCloseExceptionTest.java | 10 +++++----- .../JvmArrayIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../JvmStaticExceptionInInitializerErrorTest.java | 10 +++++----- .../MultiTryNoExceptionTest.java | 10 +++++----- .../TryCatchReturnExceptionTest.java | 10 +++++----- .../TryReturnValueExceptionTest.java | 10 +++++----- .../TryCatchReturnValueExceptionTest.java | 10 +++++----- .../RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java | 10 +++++----- .../RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java | 10 +++++----- .../RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java | 10 +++++----- ...ctGetAnnotationsByTypeNullPointerExceptionTest.java | 10 +++++----- ...ssibleObjectGetDeclaredAnnotationExceptionTest.java | 10 +++++----- ...bjectGetDeclaredAnnotationsByTypeExceptionTest.java | 10 +++++----- ...terCodePointCountIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../CharactercodePointCountNullPointerException.java | 10 +++++----- ...teroffsetByCodePointsIndexOutOfBoundsException.java | 10 +++++----- ...haracteroffsetByCodePointsNullPointerException.java | 10 +++++----- .../ClassasSubclassClassCastException.java | 10 +++++----- .../ClasscastClassCastException.java | 10 +++++----- .../ClassforName1ParExceptionInInitializerError.java | 10 +++++----- .../ClassforNameExceptionInInitializerError.java | 10 +++++----- .../ClassgAnnotationsByTypeNullPointerException.java | 10 +++++----- ...ClassgetDeclaredAnnotationNullPointerException.java | 10 +++++----- .../ClassgetDeclaredFieldNoSuchFieldException.java | 10 +++++----- .../ClassgetDeclaredFieldNullPointerException.java | 10 +++++----- .../ConstructorgAnnotationNullPointerException.java | 10 +++++----- ...structornewInstanceExceptionInInitializerError.java | 10 +++++----- .../FieldgetAnnotationNullPointerException.java | 10 +++++----- .../FieldgetAnnotationsByTypeNullPointerException.java | 10 +++++----- .../FieldgetByteExceptionInInitializerError.java | 10 +++++----- .../FieldgetCharExceptionInInitializerError.java | 10 +++++----- .../FieldgetDoubleExceptionInInitializerError.java | 10 +++++----- .../FieldgetExceptionInInitializerError.java | 10 +++++----- .../FieldgetFloatExceptionInInitializerError.java | 10 +++++----- .../FieldGetIntExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldGetLongExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldGetShortExceptionInInitializerErrorTest.java | 10 +++++----- ...FieldSetBooleanExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetByteExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetCharExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetDoubleExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetFloatExceptionInInitializerErrorTest.java | 10 +++++----- .../FieldSetIntExceptionTest.java | 10 +++++----- .../FieldSetLongExceptionTest.java | 10 +++++----- .../FieldSetShortExceptionTest.java | 10 +++++----- .../MethodGetAnnotationExceptionTest.java | 10 +++++----- .../MethodInvokeExceptionInInitializerErrorTest.java | 10 +++++----- ...ParameterGetAnnotationNullPointerExceptionTest.java | 10 +++++----- ...erGetAnnotationsByTypeNullPointerExceptionTest.java | 10 +++++----- ...rGetDeclaredAnnotationNullPointerExceptionTest.java | 10 +++++----- ...meterGetDeclaredAnnotationsByTypeExceptionTest.java | 10 +++++----- .../ThrowableAddSuppressedExceptionTest.java | 10 +++++----- ...ThrowableAddSuppressedNullPointerExceptionTest.java | 10 +++++----- .../MethodInvokeExceptionTest.java | 10 +++++----- .../MethodInvokeObjectObjectsTest.java | 10 +++++----- .../MethodInvokeInvocationTargetExceptionTest.java | 10 +++++----- .../UninitializedExNullPointerExceptionTest.java | 10 +++++----- .../JvmInitializeOutOfMemoryErrorTest.java | 10 +++++----- .../RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java | 10 +++++----- .../RT0002-rt-fuzzapi-EHOrder/Message011706.java | 10 +++++----- .../ThreadcountStackFramesTest.java | 10 +++++----- .../Message021404.java | 10 +++++----- .../Message61004.java | 10 +++++----- .../RCWeakRefTest.java | 10 +++++----- .../RCWeakRefTest2.java | 10 +++++----- .../RCWeakRefTest4.java | 10 +++++----- .../RCWeakRefThreadTest.java | 10 +++++----- .../RCUnownedRefTest2.java | 10 +++++----- .../RCUnownedRefUnCycle.java | 10 +++++----- .../RCUnownedRefUncycleThread.java | 10 +++++----- .../RCAnnotationThread01.java | 10 +++++----- .../RCAnnotationThread02.java | 10 +++++----- .../RCAnnotationThread03.java | 10 +++++----- .../RCAnnotationThread04.java | 10 +++++----- .../RCAnnotationThread05.java | 10 +++++----- .../RCAnnotationOneCycle.java | 10 +++++----- .../RCAnnotationOneCycleThread.java | 10 +++++----- .../RCAnnotationTwoCycle.java | 10 +++++----- .../RCAnnotationTwoCycle2.java | 10 +++++----- .../RCAnnotationTwoCycleThread.java | 10 +++++----- .../RCAnnotationTwoCycleThread2.java | 10 +++++----- .../RCAnnotationMultiCycle.java | 10 +++++----- .../RCAnnotationMultiCycle2.java | 10 +++++----- .../RCAnnotationMultiCycleThread.java | 10 +++++----- .../RCAnnotationMultiCycleThread2.java | 10 +++++----- .../RCUnownedLocalTest.java | 10 +++++----- .../RCUnownedLocalThreadTest.java | 10 +++++----- .../RCUnownedOuterTest.java | 10 +++++----- .../RCMixThreadTest.java | 10 +++++----- .../RCUnownedRefUncycle02.java | 10 +++++----- .../RCUnownedRefUncycleThread2.java | 10 +++++----- .../RC_Array_01.java | 10 +++++----- .../RC_Array_02.java | 10 +++++----- .../RC_Array_03.java | 10 +++++----- .../RC_Array_04.java | 10 +++++----- .../RC_Array_05.java | 10 +++++----- .../RC_Array_06.java | 10 +++++----- .../RC_Array_07.java | 10 +++++----- .../RC_Array_08.java | 10 +++++----- .../RC_Array_09.java | 10 +++++----- .../ArrayCloneTest.java | 10 +++++----- .../ArrayCloneTest02.java | 10 +++++----- .../ArrayCopyTest.java | 10 +++++----- .../UnsafeTest01.java | 10 +++++----- .../UnsafeTest02.java | 10 +++++----- .../UnsafeTest03.java | 10 +++++----- .../UnsafeTest04.java | 10 +++++----- .../UnsafeTest05.java | 10 +++++----- .../UnsafeTest06.java | 10 +++++----- .../DTS/RC0406-rc-DTS-stringIntern/stringIntern.java | 10 +++++----- .../RC0407-rc-DTS-stackAllocField/stackAllocField.java | 10 +++++----- .../DTS/RC0408-rc-DTS-OOMtest/OOMtest.java | 10 +++++----- .../Ex_eight_arguments.java | 10 +++++----- .../Cycle_a_00180.java | 10 +++++----- .../Cycle_a_00190.java | 10 +++++----- .../Cycle_a_00200.java | 10 +++++----- .../Cycle_a_00210.java | 10 +++++----- .../Cycle_a_00220.java | 10 +++++----- .../Cycle_a_00230.java | 10 +++++----- .../Cycle_a_00240.java | 10 +++++----- .../Cycle_a_00250.java | 10 +++++----- .../Cycle_a_00260.java | 10 +++++----- .../Cycle_a_00270.java | 10 +++++----- .../Cycle_a_00280.java | 10 +++++----- .../Cycle_a_00290.java | 10 +++++----- .../Cycle_a_00300.java | 10 +++++----- .../Cycle_a_00310.java | 10 +++++----- .../Cycle_a_00320.java | 10 +++++----- .../Cycle_a_00330.java | 10 +++++----- .../Cycle_a_00340.java | 10 +++++----- .../Cycle_a_00350.java | 10 +++++----- .../Cycle_a_00360.java | 10 +++++----- .../Cycle_a_00370.java | 10 +++++----- .../Cycle_a_00380.java | 10 +++++----- .../Cycle_a_00390.java | 10 +++++----- .../Cycle_a_00400.java | 10 +++++----- .../Cycle_a_00410.java | 10 +++++----- .../Cycle_a_00420.java | 10 +++++----- .../Cycle_a_00430.java | 10 +++++----- .../Cycle_a_00440.java | 10 +++++----- .../Cycle_a_00450.java | 10 +++++----- .../Cycle_a_00460.java | 10 +++++----- .../Cycle_a_00470.java | 10 +++++----- .../Cycle_a_00480.java | 10 +++++----- .../Cycle_a_00490.java | 10 +++++----- .../Cycle_a_00500.java | 10 +++++----- .../Cycle_a_10010.java | 10 +++++----- .../Cycle_a_10020.java | 10 +++++----- .../Cycle_B_1_00010.java | 10 +++++----- .../Cycle_B_1_00020.java | 10 +++++----- .../Cycle_B_1_00030.java | 10 +++++----- .../Cycle_B_1_00040.java | 10 +++++----- .../Cycle_B_1_00050.java | 10 +++++----- .../Cycle_B_1_00060.java | 10 +++++----- .../Cycle_B_1_00070.java | 10 +++++----- .../Cycle_B_1_00080.java | 10 +++++----- .../Cycle_B_1_00090.java | 10 +++++----- .../Cycle_B_1_00100.java | 10 +++++----- .../Cycle_B_1_00110.java | 10 +++++----- .../Cycle_B_1_00120.java | 10 +++++----- .../Cycle_B_1_00130.java | 10 +++++----- .../Cycle_B_1_00140.java | 10 +++++----- .../Cycle_B_1_00150.java | 10 +++++----- .../Cycle_B_1_00160.java | 10 +++++----- .../Cycle_B_1_00170.java | 10 +++++----- .../Cycle_B_1_00180.java | 10 +++++----- .../Cycle_B_1_00190.java | 10 +++++----- .../Cycle_B_1_00200.java | 10 +++++----- .../Cycle_B_1_10010.java | 10 +++++----- .../Cycle_B_1_10020.java | 10 +++++----- .../Cycle_B_2_00010.java | 10 +++++----- .../Cycle_B_2_00020.java | 10 +++++----- .../Cycle_B_2_00030.java | 10 +++++----- .../Cycle_B_2_00040.java | 10 +++++----- .../Cycle_B_2_00050.java | 10 +++++----- .../Cycle_B_2_00060.java | 10 +++++----- .../Cycle_B_2_00070.java | 10 +++++----- .../Cycle_B_2_00080.java | 10 +++++----- .../Cycle_B_2_00090.java | 10 +++++----- .../Cycle_B_2_00100.java | 10 +++++----- .../Cycle_B_2_00110.java | 10 +++++----- .../Cycle_B_2_00120.java | 10 +++++----- .../Cycle_B_2_00130.java | 10 +++++----- .../Cycle_B_2_00140.java | 10 +++++----- .../Cycle_B_2_00150.java | 10 +++++----- .../Cycle_B_2_00160.java | 10 +++++----- .../Cycle_B_2_00170.java | 10 +++++----- .../Cycle_B_2_00180.java | 10 +++++----- .../Cycle_B_2_00190.java | 10 +++++----- .../Cycle_B_2_00200.java | 10 +++++----- .../Cycle_B_2_00210.java | 10 +++++----- .../Cycle_B_2_00220.java | 10 +++++----- .../Cycle_B_2_00230.java | 10 +++++----- .../Cycle_B_2_00240.java | 10 +++++----- .../Nocycle_a_00010.java | 10 +++++----- .../Nocycle_a_00020.java | 10 +++++----- .../Nocycle_a_00030.java | 10 +++++----- .../Nocycle_a_00040.java | 10 +++++----- .../Nocycle_a_00050.java | 10 +++++----- .../Nocycle_a_00060.java | 10 +++++----- .../Nocycle_a_00070.java | 10 +++++----- .../Nocycle_a_00080.java | 10 +++++----- .../Nocycle_a_00090.java | 10 +++++----- .../Nocycle_a_00100.java | 10 +++++----- .../Nocycle_a_00110.java | 10 +++++----- .../Nocycle_a_00120.java | 10 +++++----- .../Nocycle_a_00130.java | 10 +++++----- .../Nocycle_a_00140.java | 10 +++++----- .../Nocycle_a_00150.java | 10 +++++----- .../Nocycle_a_00160.java | 10 +++++----- .../Nocycle_a_00170.java | 10 +++++----- .../Nocycle_a_00180.java | 10 +++++----- .../Nocycle_a_2_00010.java | 10 +++++----- .../Nocycle_a_2_00020.java | 10 +++++----- .../Function/RC0102-rc-function-RC_basic/RC_basic.java | 10 +++++----- .../Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java | 10 +++++----- .../RC_Finalize_01.java | 10 +++++----- .../Function/RC0105-rc-function-RC_flow/RC_flow.java | 10 +++++----- .../RC0106-rc-function-RC_multest/RC_multest.java | 10 +++++----- .../Cycle_aDec_00010.java | 10 +++++----- .../Cycle_aDec_00020.java | 10 +++++----- .../Cycle_BDec_00010.java | 10 +++++----- .../Cycle_BDec_00020.java | 10 +++++----- .../Cycle_BDec_00030.java | 10 +++++----- .../Cycle_BDec_00040.java | 10 +++++----- .../Cycle_BDec_00050.java | 10 +++++----- .../Nocycle_aDec_00010.java | 10 +++++----- .../Nocycle_aDec_00020.java | 10 +++++----- .../Nocycle_aDec_00030.java | 10 +++++----- .../Nocycle_aDec_00040.java | 10 +++++----- .../Nocycle_aDec_00050.java | 10 +++++----- .../Nocycle_aDec_00060.java | 10 +++++----- .../Cycle_am_00180.java | 10 +++++----- .../Cycle_am_00190.java | 10 +++++----- .../Cycle_am_00200.java | 10 +++++----- .../Cycle_am_00210.java | 10 +++++----- .../Cycle_am_00220.java | 10 +++++----- .../Cycle_am_00230.java | 10 +++++----- .../Cycle_am_00240.java | 10 +++++----- .../Cycle_am_00250.java | 10 +++++----- .../Cycle_am_00260.java | 10 +++++----- .../Cycle_am_00270.java | 10 +++++----- .../Cycle_am_00280.java | 10 +++++----- .../Cycle_am_00290.java | 10 +++++----- .../Cycle_am_00300.java | 10 +++++----- .../Cycle_am_00310.java | 10 +++++----- .../Cycle_am_00320.java | 10 +++++----- .../Cycle_am_00330.java | 10 +++++----- .../Cycle_am_00340.java | 10 +++++----- .../Cycle_am_00350.java | 10 +++++----- .../Cycle_am_00360.java | 10 +++++----- .../Cycle_am_00370.java | 10 +++++----- .../Cycle_am_00380.java | 10 +++++----- .../Cycle_am_00390.java | 10 +++++----- .../Cycle_am_00400.java | 10 +++++----- .../Cycle_am_00410.java | 10 +++++----- .../Cycle_am_00420.java | 10 +++++----- .../Cycle_am_00430.java | 10 +++++----- .../Cycle_am_00440.java | 10 +++++----- .../Cycle_am_00450.java | 10 +++++----- .../Cycle_am_00460.java | 10 +++++----- .../Cycle_am_00470.java | 10 +++++----- .../Cycle_am_00480.java | 10 +++++----- .../Cycle_am_00490.java | 10 +++++----- .../Cycle_am_00500.java | 10 +++++----- .../Cycle_am_00510.java | 10 +++++----- .../Cycle_am_10010.java | 10 +++++----- .../Cycle_am_10020.java | 10 +++++----- .../Cycle_am_10030.java | 10 +++++----- .../Cycle_Bm_1_00010.java | 10 +++++----- .../Cycle_Bm_1_00020.java | 10 +++++----- .../Cycle_Bm_1_00030.java | 10 +++++----- .../Cycle_Bm_1_00040.java | 10 +++++----- .../Cycle_Bm_1_00050.java | 10 +++++----- .../Cycle_Bm_1_00060.java | 10 +++++----- .../Cycle_Bm_1_00070.java | 10 +++++----- .../Cycle_Bm_1_00080.java | 10 +++++----- .../Cycle_Bm_1_00090.java | 10 +++++----- .../Cycle_Bm_1_00100.java | 10 +++++----- .../Cycle_Bm_1_00110.java | 10 +++++----- .../Cycle_Bm_1_00120.java | 10 +++++----- .../Cycle_Bm_1_00130.java | 10 +++++----- .../Cycle_Bm_1_00140.java | 10 +++++----- .../Cycle_Bm_1_00150.java | 10 +++++----- .../Cycle_Bm_1_00160.java | 10 +++++----- .../Cycle_Bm_1_00170.java | 10 +++++----- .../Cycle_Bm_1_00180.java | 10 +++++----- .../Cycle_Bm_1_00190.java | 10 +++++----- .../Cycle_Bm_1_00200.java | 10 +++++----- .../Cycle_Bm_1_00210.java | 10 +++++----- .../Cycle_Bm_1_10010.java | 10 +++++----- .../Cycle_Bm_1_10020.java | 10 +++++----- .../Cycle_Bm_1_10030.java | 10 +++++----- .../Cycle_Bm_2_00010.java | 10 +++++----- .../Cycle_Bm_2_00020.java | 10 +++++----- .../Cycle_Bm_2_00030.java | 10 +++++----- .../Cycle_Bm_2_00040.java | 10 +++++----- .../Cycle_Bm_2_00050.java | 10 +++++----- .../Cycle_Bm_2_00060.java | 10 +++++----- .../Cycle_Bm_2_00070.java | 10 +++++----- .../Cycle_Bm_2_00080.java | 10 +++++----- .../Cycle_Bm_2_00090.java | 10 +++++----- .../Cycle_Bm_2_00100.java | 10 +++++----- .../Cycle_Bm_2_00110.java | 10 +++++----- .../Cycle_Bm_2_00120.java | 10 +++++----- .../Cycle_Bm_2_00130.java | 10 +++++----- .../Cycle_Bm_2_00140.java | 10 +++++----- .../Cycle_Bm_2_00150.java | 10 +++++----- .../Cycle_Bm_2_00160.java | 10 +++++----- .../Cycle_Bm_2_00170.java | 10 +++++----- .../Cycle_Bm_2_00180.java | 10 +++++----- .../Cycle_Bm_2_00190.java | 10 +++++----- .../Cycle_Bm_2_00200.java | 10 +++++----- .../Cycle_Bm_2_00210.java | 10 +++++----- .../Cycle_Bm_2_00220.java | 10 +++++----- .../Cycle_Bm_2_00230.java | 10 +++++----- .../Cycle_Bm_2_00240.java | 10 +++++----- .../Cycle_Bm_2_10240.java | 10 +++++----- .../Nocycle_am_00020.java | 10 +++++----- .../Nocycle_am_00030.java | 10 +++++----- .../Nocycle_am_00040.java | 10 +++++----- .../Nocycle_am_00050.java | 10 +++++----- .../Nocycle_am_00060.java | 10 +++++----- .../Nocycle_am_00070.java | 10 +++++----- .../Nocycle_am_00080.java | 10 +++++----- .../Nocycle_am_00090.java | 10 +++++----- .../Nocycle_am_00100.java | 10 +++++----- .../Nocycle_am_00110.java | 10 +++++----- .../Nocycle_am_00120.java | 10 +++++----- .../Nocycle_am_00130.java | 10 +++++----- .../Nocycle_am_00140.java | 10 +++++----- .../Nocycle_am_00150.java | 10 +++++----- .../Nocycle_am_00160.java | 10 +++++----- .../Nocycle_am_00170.java | 10 +++++----- .../Nocycle_am_00180.java | 10 +++++----- .../Nocycle_am_00190.java | 10 +++++----- .../Nocycle_am_2_00010.java | 10 +++++----- .../Nocycle_am_2_00020.java | 10 +++++----- .../Nocycle_am_2_00030.java | 10 +++++----- .../RC_Thread_01.java | 10 +++++----- .../RC_Thread_02.java | 10 +++++----- .../RC_Thread_03.java | 10 +++++----- .../RC_Thread_04.java | 10 +++++----- .../RC_Thread_05.java | 10 +++++----- .../RC_Thread_06.java | 10 +++++----- .../RC_Thread_07.java | 10 +++++----- .../RC_Thread_08.java | 10 +++++----- .../RC_Thread_09.java | 10 +++++----- .../RC_Thread_10.java | 10 +++++----- .../RC_Thread_11.java | 10 +++++----- .../RC_Thread_12.java | 10 +++++----- .../RC_Thread_13.java | 10 +++++----- .../RC_Thread_14.java | 10 +++++----- .../RC_Thread_15.java | 10 +++++----- .../RC_Thread_16.java | 10 +++++----- .../RC_Thread_17.java | 10 +++++----- .../RC_Thread_18.java | 10 +++++----- .../RC_Thread_19.java | 10 +++++----- .../RC_Thread_20.java | 10 +++++----- .../RC_Finalize_02.java | 10 +++++----- .../Alloc_11_15x8B.java | 10 +++++----- .../Alloc_128x8B.java | 10 +++++----- .../Alloc_16_20x8B.java | 10 +++++----- .../Alloc_192x8B.java | 10 +++++----- .../Alloc_21_25x8B.java | 10 +++++----- .../Alloc_256x8B.java | 10 +++++----- .../Alloc_26_30x8B.java | 10 +++++----- .../Alloc_3_10x8B.java | 10 +++++----- .../Alloc_31_35x8B.java | 10 +++++----- .../Alloc_36_40x8B.java | 10 +++++----- .../Alloc_41_45x8B.java | 10 +++++----- .../Alloc_46_50x8B.java | 10 +++++----- .../Alloc_51_55x8B.java | 10 +++++----- .../Alloc_56_60x8B.java | 10 +++++----- .../Alloc_61_64x8B.java | 10 +++++----- .../Alloc_B256x8B.java | 10 +++++----- .../Alloc_Thread2_64x8B.java | 10 +++++----- .../Alloc_Threadm_192x8B.java | 10 +++++----- .../Alloc_Threadm_256x8B_2.java | 10 +++++----- .../Alloc_Threadm_256x8B.java | 10 +++++----- .../PhantomRefTest.java | 10 +++++----- .../SoftRefTest.java | 10 +++++----- .../RC0305-rc-function-SubsumeRC01/SubsumeRC01.java | 10 +++++----- .../RC0306-rc-function-SubsumeRC02/SubsumeRC02.java | 10 +++++----- .../RC0307-rc-function-SubsumeRC03/SubsumeRC03.java | 10 +++++----- .../CondBasedRC01.java | 10 +++++----- .../RC_newObjectIassign_01.java | 10 +++++----- .../RC_newObjectIassign_02.java | 10 +++++----- .../RC_newObjectToField.java | 10 +++++----- .../RC_newObjectToField_02.java | 10 +++++----- .../RC_staticInput.java | 10 +++++----- .../RC_staticInput_02.java | 10 +++++----- .../BackupTracingAndRefPro.java | 10 +++++----- .../RaceInLoadAndWriteWeakRef.java | 10 +++++----- .../WeakAndCleanerRef.java | 10 +++++----- .../Memory_stressTestCase29.java | 10 +++++----- .../DeadReferenceTest.java | 10 +++++----- .../IsCleanerInDeadCycle.java | 10 +++++----- .../IsCleanerNotInDeadCycleFreeRef.java | 10 +++++----- .../IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java | 10 +++++----- .../NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java | 10 +++++----- .../FinalizerReferenceTest04.java | 10 +++++----- .../FinalizerReferenceTest08.java | 10 +++++----- .../RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java | 10 +++++----- .../RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java | 10 +++++----- .../RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java | 10 +++++----- .../StackScan/RC0477-rc-StackScan-CB_01/CB_01.java | 10 +++++----- .../StackScan/RC0478-rc-StackScan-CB_02/CB_02.java | 10 +++++----- .../StackScan/RC0479-rc-StackScan-CB_03/CB_03.java | 10 +++++----- .../StackScan/RC0480-rc-StackScan-CB_04/CB_04.java | 10 +++++----- .../StackScan/RC0481-rc-StackScan-CB_05/CB_05.java | 10 +++++----- .../StackScan/RC0482-rc-StackScan-CB_06/CB_06.java | 10 +++++----- .../StackScan/RC0483-rc-StackScan-CB_07/CB_07.java | 10 +++++----- .../StackScan/RC0484-rc-StackScan-CB_08/CB_08.java | 10 +++++----- .../StackScan/RC0485-rc-StackScan-CB_09/CB_09.java | 10 +++++----- .../RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java | 10 +++++----- .../RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java | 10 +++++----- .../RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java | 10 +++++----- .../RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java | 10 +++++----- .../RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java | 10 +++++----- .../RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java | 10 +++++----- .../RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java | 10 +++++----- .../CharacterNativeUncover.java | 10 +++++----- .../ClassNativeUncover.java | 10 +++++----- .../ConstructorNativeUncover.java | 10 +++++----- .../MethodNativeUncover.java | 10 +++++----- .../ThreadNativeUncover.java | 10 +++++----- .../ThrowableNativeUncover.java | 10 +++++----- .../ArrayNativeUncover.java | 10 +++++----- .../AccessibleObjectExObjectequals.java | 10 +++++----- .../AccessibleObjectExObjecthashCode.java | 10 +++++----- ...tExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...jectExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../AccessibleObjectExObjecttoString.java | 10 +++++----- ...ObjectExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ArrayExObjecthashCode.java | 10 +++++----- ...yExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...rrayExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ArrayExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ArrayExObjectwaitInterruptedException.java | 10 +++++----- .../ArrayExObjectwait.java | 10 +++++----- .../CharacterExObjectgetClass.java | 10 +++++----- ...cterExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...racterExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../CharacterExObjectwaitInterruptedException.java | 10 +++++----- .../CharacterExObjectwait.java | 10 +++++----- .../CharacterSubsetExObjectgetClass.java | 10 +++++----- ...tExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...bsetExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...cterSubsetExObjectwaitIllegalArgumentException.java | 10 +++++----- ...SubsetExObjectwaitIllegalMonitorStateException.java | 10 +++++----- ...haracterSubsetExObjectwaitInterruptedException.java | 10 +++++----- .../ClassExObjectHashcode.java | 10 +++++----- ...sExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...lassExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ClassExObjectwaitIllegalArgumentException.java | 10 +++++----- .../ClassExObjectwaitInterruptedException.java | 10 +++++----- .../ClassExObjectwait.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...aderExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...lassLoaderExObjectwaitIllegalArgumentException.java | 10 +++++----- ...LoaderExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ClassLoaderExObjectwaitInterruptedException.java | 10 +++++----- .../ClassLoaderExObjectwait.java | 10 +++++----- .../ConstructorExAccessibleObjectisAccessible.java | 10 +++++----- ...AccessibleObjectsetAccessibleSecurityException.java | 10 +++++----- .../ConstructorExExecutablegetExceptionTypes.java | 10 +++++----- ...onstructorExExecutablegetGenericParameterTypes.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...ctorExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...onstructorExObjectwaitIllegalArgumentException.java | 10 +++++----- ...ructorExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ConstructorExObjectwaitInterruptedException.java | 10 +++++----- .../ConstructorExObjectwait.java | 10 +++++----- .../FieldExAccessibleObjectisAccessible.java | 10 +++++----- ...AccessibleObjectsetAccessibleSecurityException.java | 10 +++++----- .../FieldExObjectgetClass.java | 10 +++++----- ...dExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...ieldExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../FieldExObjectwaitIllegalArgumentException.java | 10 +++++----- .../FieldExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../FieldExObjectwaitInterruptedException.java | 10 +++++----- .../FieldExObjectwait.java | 10 +++++----- .../MethodExAccessibleObjectisAccessible.java | 10 +++++----- ...eObjectisAnnotationPresentNullPointerException.java | 10 +++++----- .../MethodExAccessibleObjectSetAccessible.java | 10 +++++----- ...utablegetAnnotationsByTypeNullPointerException.java | 10 +++++----- ...ExExecutablegetGenericParameterTypesExceptions.java | 10 +++++----- ...dExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...thodExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../MethodExObjectwaitIllegalArgumentException.java | 10 +++++----- ...MethodExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../MethodExObjectwaitInterruptedException.java | 10 +++++----- .../MethodExObjectwait.java | 10 +++++----- .../ModifierExObjectgetClass.java | 10 +++++----- .../ModifierExObjecthashCode.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...fierExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ModifierExObjectwaitInterruptedException.java | 10 +++++----- .../ModifierExObjectwait.java | 10 +++++----- .../ParameterExObjectgetClass.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...eterExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ParameterExObjectwait.java | 10 +++++----- .../ProxyExObjecthashCode.java | 10 +++++----- ...yExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...roxyExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ProxyExObjectwaitIllegalArgumentException.java | 10 +++++----- .../ProxyExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ProxyExObjectwaitInterruptedException.java | 10 +++++----- .../ProxyExObjectwait.java | 10 +++++----- .../ReflectPermissionExBasicPermissionimplies.java | 10 +++++----- .../ReflectPermissionExObjectgetClass.java | 10 +++++----- ...nExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...sionExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ReflectPermissionExObjecttoString.java | 10 +++++----- ...issionExObjectwaitIllegalMonitorStateException.java | 10 +++++----- ...lectPermissionExObjectwaitInterruptedException.java | 10 +++++----- .../ReflectPermissionExObjectwait.java | 10 +++++----- .../ReflectPermissionExPermissioncheckGuard.java | 10 +++++----- .../StringBufferExObjectgetClass.java | 10 +++++----- .../StringBufferExObjecthashCode.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...fferExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...ringBufferExObjectwaitIllegalArgumentException.java | 10 +++++----- ...BufferExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../StringBufferExObjectwait.java | 10 +++++----- .../StringBuilderExObjectgetClass.java | 10 +++++----- .../StringBuilderExObjecthashCode.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...lderExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- ...ingBuilderExObjectwaitIllegalArgumentException.java | 10 +++++----- ...uilderExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../StringBuilderExObjectwait.java | 10 +++++----- .../StringExObjectgetClass.java | 10 +++++----- ...gExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...ringExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../StringExObjectwaitIllegalArgumentException.java | 10 +++++----- ...StringExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../StringExObjectwait.java | 10 +++++----- .../ThreadExObjecthashCode.java | 10 +++++----- ...dExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...readExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ThreadExObjectwaitIllegalArgumentException.java | 10 +++++----- ...ThreadExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ThreadExObjectwait.java | 10 +++++----- .../ThreadGroupExObjectequals.java | 10 +++++----- .../ThreadGroupExObjectgetClass.java | 10 +++++----- .../ThreadGroupExObjecthashCode.java | 10 +++++----- ...pExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...roupExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ThreadGroupExObjecttoString.java | 10 +++++----- ...hreadGroupExObjectwaitIllegalArgumentException.java | 10 +++++----- ...dGroupExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ThreadGroupExObjectwaitInterruptedException.java | 10 +++++----- .../ThreadLocalExObjectgetClass.java | 10 +++++----- .../ThreadLocalExObjecthashCode.java | 10 +++++----- ...lExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...ocalExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ThreadLocalExObjecttoString.java | 10 +++++----- ...hreadLocalExObjectwaitIllegalArgumentException.java | 10 +++++----- ...dLocalExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ThreadLocalExObjectwaitInterruptedException.java | 10 +++++----- .../ThrowableExObjecthashCode.java | 10 +++++----- ...eExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...ableExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../ThrowableExObjectwaitIllegalArgumentException.java | 10 +++++----- ...owableExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ThrowableExObjectwaitInterruptedException.java | 10 +++++----- .../ThrowableExObjectwait.java | 10 +++++----- .../UnicodeBlockExObjectgetClass.java | 10 +++++----- .../UnicodeBlockExObjecthashCode.java | 10 +++++----- ...kExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- ...lockExObjectnotifyIllegalMonitorStateException.java | 10 +++++----- .../UnicodeBlockExObjecttoString.java | 10 +++++----- ...eBlockExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../UnicodeBlockExObjectwaitInterruptedException.java | 10 +++++----- .../UnicodeBlockExObjectwait.java | 10 +++++----- ...cessibleObjectExObjectwaitInterruptedException.java | 10 +++++----- ...rExObjectnotifyAllIllegalMonitorStateException.java | 10 +++++----- .../ModifierExObjectwaitIllegalArgumentException.java | 10 +++++----- ...difierExObjectwaitIllegalMonitorStateException.java | 10 +++++----- .../ReflectingGetConstructor1.java | 10 +++++----- .../ReflectingGetConstructor2.java | 10 +++++----- .../ReflectingGetConstructors.java | 10 +++++----- .../ReflectingGetDeclaredConstructor1.java | 10 +++++----- .../ReflectingGetDeclaredConstructor2.java | 10 +++++----- .../ReflectingGetDeclaredConstructors.java | 10 +++++----- .../ReflectionAsSubclass1.java | 10 +++++----- .../ReflectionAsSubclass2.java | 10 +++++----- .../ReflectionAsSubclass3.java | 10 +++++----- .../ReflectionCast1.java | 10 +++++----- .../ReflectionCast2.java | 10 +++++----- .../ReflectionCast3.java | 10 +++++----- .../ReflectionCast4.java | 10 +++++----- .../ReflectionDesiredAssertionStatus.java | 10 +++++----- .../ReflectionForName1.java | 10 +++++----- .../ReflectionForName4.java | 10 +++++----- .../ReflectionForName5.java | 10 +++++----- .../ReflectionGetAnnotation3.java | 10 +++++----- .../ReflectionGetAnnotation4.java | 10 +++++----- .../ReflectionGetAnnotationsByType2.java | 10 +++++----- .../ReflectionGetCanonicalName.java | 10 +++++----- .../ReflectionGetComponentType.java | 10 +++++----- .../ReflectionGetDeclaredAnnotations1.java | 10 +++++----- .../ReflectionGetDeclaredAnnotations2.java | 10 +++++----- ...tDeclaredAnnotationsByTypeNullPointerException.java | 10 +++++----- .../ReflectionGetDeclaredClasses.java | 10 +++++----- .../ReflectionGetDeclaredField1.java | 10 +++++----- ...ReflectionGetDeclaredFieldNullPointerException.java | 10 +++++----- .../ReflectionGetDeclaredFields1.java | 10 +++++----- .../ReflectionGetDeclaredFields.java | 10 +++++----- .../ReflectionGetDeclaredMethod1.java | 10 +++++----- .../ReflectionGetDeclaredMethod2.java | 10 +++++----- .../ReflectionGetDeclaredMethod3.java | 10 +++++----- .../ReflectionGetDeclaredMethods1.java | 10 +++++----- .../ReflectionGetDeclaredMethods2.java | 10 +++++----- .../ReflectionGetDeclaringClass.java | 10 +++++----- .../ReflectionGetEnumConstants.java | 10 +++++----- .../ReflectionGetField1.java | 10 +++++----- .../ReflectionGetField2.java | 10 +++++----- .../ReflectionGetFields.java | 10 +++++----- .../ReflectionGetMethod1.java | 10 +++++----- .../ReflectionGetMethod2.java | 10 +++++----- .../ReflectionGetSigners.java | 10 +++++----- .../ReflectionGetSimpleName.java | 10 +++++----- .../ReflectionIsArray.java | 10 +++++----- .../ReflectionIsAssignableFrom1.java | 10 +++++----- ...ReflectionIsAssignableFromNullPointerException.java | 10 +++++----- .../ReflectionIsLocalClass.java | 10 +++++----- .../ReflectionIsMemberClass.java | 10 +++++----- .../ReflectionIsPrimitive.java | 10 +++++----- .../ReflectionIsSynthetic.java | 10 +++++----- .../ReflectionNewInstance1.java | 10 +++++----- ...ceInstantiationExceptionIllegalAccessException.java | 10 +++++----- .../ReflectionToGenericString.java | 10 +++++----- .../ReflectionToString.java | 10 +++++----- .../RTConstructorGetAnnotation2.java | 10 +++++----- .../RTConstructorGetDeclaredAnnotations2.java | 10 +++++----- .../RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java | 10 +++++----- .../RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java | 10 +++++----- .../RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java | 10 +++++----- .../RTFieldGetAnnotation1.java | 10 +++++----- .../RTFieldGetDeclaredAnnotations2.java | 10 +++++----- .../RTFieldGetDeclaringClass.java | 10 +++++----- .../RTFieldGetModifiers.java | 10 +++++----- .../RTFieldGetName.java | 10 +++++----- .../RTFieldGetType.java | 10 +++++----- .../RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java | 10 +++++----- .../RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java | 10 +++++----- .../RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java | 10 +++++----- .../RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java | 10 +++++----- .../RTFieldToString.java | 10 +++++----- .../RTMethodGetAnnotation2.java | 10 +++++----- .../RTMethodGetDeclaredAnnotations2.java | 10 +++++----- .../RTMethodGetParameterCount.java | 10 +++++----- .../RTMethodIsDefault.java | 10 +++++----- .../RTModifierParameterModifiers.java | 10 +++++----- .../RTParameterGetAnnotation2.java | 10 +++++----- .../RTParameterGetAnnotationsByType2.java | 10 +++++----- .../RTParameterGetDeclaredAnnotations2.java | 10 +++++----- .../RTProxyGetProxyClass1.java | 10 +++++----- .../ClassGetDeclaredAnnotationNPE.java | 10 +++++----- .../ClassIsAssignableFromNPE.java | 10 +++++----- .../ClassGetAnnotationsByType.java | 10 +++++----- .../ClassGetEnumConstants.java | 10 +++++----- .../ClassGetTypeParameters.java | 10 +++++----- .../ClassToGenericString.java | 10 +++++----- .../ConstructorGetExceptionTypes.java | 10 +++++----- .../ConstructorGetTypeParameters.java | 10 +++++----- .../ConstructorToGenericString.java | 10 +++++----- .../FieldToGenericString.java | 10 +++++----- .../MethodGetDefaultValue.java | 10 +++++----- .../MethodGetParameterCount.java | 10 +++++----- .../MethodGetTypeParameters.java | 10 +++++----- .../MethodIsDefault.java | 10 +++++----- .../MethodToGenericString.java | 10 +++++----- .../ReflectionAnnotationGetClass.java | 10 +++++----- .../ClassInitClassNewInstance.java | 10 +++++----- .../ClassInitConstructorNewInstance.java | 10 +++++----- .../ClassInitFieldGetBooleanStatic.java | 10 +++++----- .../ClassInitFieldGetByteStatic.java | 10 +++++----- .../ClassInitFieldGetCharStatic.java | 10 +++++----- .../ClassInitFieldGetDoubleStatic.java | 10 +++++----- .../ClassInitFieldGetFloatStatic.java | 10 +++++----- .../ClassInitFieldGetIntStatic.java | 10 +++++----- .../ClassInitFieldGetLongStatic.java | 10 +++++----- .../ClassInitFieldGetShortStatic.java | 10 +++++----- .../ClassInitFieldGetStatic.java | 10 +++++----- .../ClassInitFieldOtherMethod.java | 10 +++++----- .../ClassInitFieldSetBooleanStatic.java | 10 +++++----- .../ClassInitFieldSetByteStatic.java | 10 +++++----- .../ClassInitFieldSetCharStatic.java | 10 +++++----- .../ClassInitFieldSetDoubleStatic.java | 10 +++++----- .../ClassInitFieldSetFloatStatic.java | 10 +++++----- .../ClassInitFieldSetIntStatic.java | 10 +++++----- .../ClassInitFieldSetLongStatic.java | 10 +++++----- .../ClassInitFieldSetShortStatic.java | 10 +++++----- .../ClassInitFieldSetStatic.java | 10 +++++----- .../ClassInitMethodInvokeStatic.java | 10 +++++----- .../ClassInitFieldGetBooleanInterface.java | 10 +++++----- .../ClassInitFieldGetByteInterface.java | 10 +++++----- .../ClassInitFieldGetCharInterface.java | 10 +++++----- .../ClassInitFieldGetDoubleInterface.java | 10 +++++----- .../ClassInitFieldGetFloatInterface.java | 10 +++++----- .../ClassInitFieldGetInterface.java | 10 +++++----- .../ClassInitFieldGetIntInterface.java | 10 +++++----- .../ClassInitFieldGetLongInterface.java | 10 +++++----- .../ClassInitFieldGetShortInterface.java | 10 +++++----- .../ClassInitFieldOtherMethodInterface.java | 10 +++++----- .../ClassInitFieldSetBooleanInterface.java | 10 +++++----- .../ClassInitFieldSetByteInterface.java | 10 +++++----- .../ClassInitFieldSetFloatInterface.java | 10 +++++----- .../ClassInitFieldSetInterface.java | 10 +++++----- .../ClassInitFieldSetIntInterface.java | 10 +++++----- .../ClassInitFieldSetLongInterface.java | 10 +++++----- .../ClassInitFieldSetShortInterface.java | 10 +++++----- .../ClassInitMethodInvokeInterface.java | 10 +++++----- .../RT0184-rt-reflection-MethodTest/MethodTest.java | 10 +++++----- .../ConstructorTest.java | 10 +++++----- .../MethodHandleReflectCombineTest.java | 10 +++++----- .../RT0189-rt-reflection-FieldTest/FieldTest.java | 10 +++++----- .../AnnoA.java | 10 +++++----- .../AnnoB.java | 10 +++++----- .../AnnotationTypeParameterSetTest.java | 10 +++++----- .../AnnoA.java | 10 +++++----- .../AnnoB.java | 10 +++++----- .../AnnotationTypeUseSetTest.java | 10 +++++----- .../AnnoA.java | 10 +++++----- .../AnnoB.java | 10 +++++----- .../AnnoC.java | 10 +++++----- .../AnnoD.java | 10 +++++----- .../AnnotationMultiThread.java | 10 +++++----- .../ENUMA.java | 10 +++++----- .../RT0208-rt-reflection-MetadataCheck/FieldTest.java | 10 +++++----- .../RT0208-rt-reflection-MetadataCheck/MethodTest.java | 10 +++++----- .../ReflectionForName2.java | 10 +++++----- .../ClassInitFieldSetCharInterface.java | 10 +++++----- .../ClassInitFieldSetDoubleInterface.java | 10 +++++----- .../RT0001-rt-String-StmtTest01/StmtTest01.java | 10 +++++----- .../RT0002-rt-String-StmtTest02/StmtTest02.java | 10 +++++----- .../RT0003-rt-String-StmtTest03/StmtTest03.java | 10 +++++----- .../RT0004-rt-String-StmtTest04/StmtTest04.java | 10 +++++----- .../RT0005-rt-String-StmtTest05/StmtTest05.java | 10 +++++----- .../RT0006-rt-String-StmtTest06/StmtTest06.java | 10 +++++----- .../RT0007-rt-String-StmtTest07/StmtTest07.java | 10 +++++----- .../RT0008-rt-String-StmtTest08/StmtTest08.java | 10 +++++----- .../RT0009-rt-String-StmtTest09/StmtTest09.java | 10 +++++----- .../RT0010-rt-String-StmtTest10/StmtTest10.java | 10 +++++----- .../RT0011-rt-String-StmtTest11/StmtTest11.java | 10 +++++----- .../RT0013-rt-String-StmtTest13/StmtTest13.java | 10 +++++----- .../RT0014-rt-String-StmtTest14/StmtTest14.java | 10 +++++----- .../RT0001-rt-string-ReflectString/ReflectString.java | 10 +++++----- .../StringBufferConstructorsTest.java | 10 +++++----- .../StringBufferAppendAndAppendCodePointTest.java | 10 +++++----- .../StringBufferInsertTest.java | 10 +++++----- .../StringBufferDeleteAndDeleteCharAtTest.java | 10 +++++----- .../StringBufferCodePointExceptionTest.java | 10 +++++----- .../StringBufferCapacityAndEnsureCapacityTest.java | 10 +++++----- .../StringBufferCharAtAndSetCharAtExceptionTest.java | 10 +++++----- .../StringBufferGetCharsTest.java | 10 +++++----- .../StringBufferIndexOfAndLastIndexOfTest.java | 10 +++++----- .../StringBufferReplaceAndReverseTest.java | 10 +++++----- .../StringBufferSubstringAndToStringTest.java | 10 +++++----- .../StringBuilderConstructorsTest.java | 10 +++++----- .../StringBuilderAppendAndAppendCodePointTest.java | 10 +++++----- .../StringBuilderInsertTest.java | 10 +++++----- .../StringBuilderDeleteAndDeleteCharAtTest.java | 10 +++++----- .../StringBuilderCodePointExceptionTest.java | 10 +++++----- .../StringBuilderCapacityAndEnsureCapacityTest.java | 10 +++++----- .../StringBuilderCharAtAndSetCharAtExceptionTest.java | 10 +++++----- .../StringBuilderGetCharsTest.java | 10 +++++----- .../StringBuilderIndexOfAndLastIndexOfTest.java | 10 +++++----- .../StringBuilderReplaceAndReverseTest.java | 10 +++++----- .../StringBuilderSubstringAndToStringTest.java | 10 +++++----- ...ngConsBytesIntIntIndexOutOfBoundsExceptionTest.java | 10 +++++----- ...ringConsCharArrayIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringConsIntArrayExceptionsTest.java | 10 +++++----- ...onsBytesIntIntIntIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringConsBytesIntIntCharsetExceptionTest.java | 10 +++++----- .../StringCharAtIndexOutOfBoundsExceptionTest.java | 10 +++++----- ...CodePointAtStringIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringCodePointBeforeExceptionTest.java | 10 +++++----- ...ingCodePointCountIndexOutOfBoundsExceptionTest.java | 10 +++++----- ...ffsetByCodePointsIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringGetCharsExceptionsTest.java | 10 +++++----- .../StringGetBytesExceptionTest.java | 10 +++++----- ...ngSubstringStringIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringSubstringIntIntExceptionTest.java | 10 +++++----- ...StringSubSequenceIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringReplaceNullPointerExceptionTest.java | 10 +++++----- .../StringValueOfAndCopyValueOfExceptionTest.java | 10 +++++----- .../StringGetClassTest.java | 10 +++++----- .../StringEqualsAndEqualsIgnoreCaseAndLengthTest.java | 10 +++++----- .../StringNoParamConstructorTest.java | 10 +++++----- .../StringConsStringTest.java | 10 +++++----- .../StringConsCharTest.java | 10 +++++----- .../StringConsCharIntIntTest.java | 10 +++++----- .../StringConsIntsIntIntTest.java | 10 +++++----- .../StringConsBytesIntTest.java | 10 +++++----- .../StringConsBytesIntIntStringTest.java | 10 +++++----- .../StringCosBytesIntIntCharsetTest.java | 10 +++++----- .../StringConsBytesStringTest.java | 10 +++++----- .../StringConsBytesCharsetTest.java | 10 +++++----- .../StringConsBytesIntIntTest.java | 10 +++++----- .../StringConsBytesTest.java | 10 +++++----- .../StringConsStringBufferTest.java | 10 +++++----- .../StringConsStringBuilderTest.java | 10 +++++----- .../RT0057-rt-String-LengthTest/StringLengthTest.java | 10 +++++----- .../StringIsEmptyTest.java | 10 +++++----- .../RT0059-rt-String-CharAtTest/StringCharAtTest.java | 10 +++++----- .../StringCodePointAtTest.java | 10 +++++----- .../StringCodePointBeforeTest.java | 10 +++++----- .../StringCodePointCountTest.java | 10 +++++----- .../StringOffsetByCodePointsTest.java | 10 +++++----- .../StringGetCharsTest.java | 10 +++++----- .../StringGetBytesIntIntBytesIntTest.java | 10 +++++----- .../StringGetBytesStringTest.java | 10 +++++----- .../StringGetBytesCharsetTest.java | 10 +++++----- .../StringGetBytesTest.java | 10 +++++----- .../RT0069-rt-String-EqualsTest/StringEqualsTest.java | 10 +++++----- .../StringContentEqualsTest.java | 10 +++++----- .../StringContentEqualsCharSequenceTest.java | 10 +++++----- .../StringEqualsIgnoreCaseTest.java | 10 +++++----- .../StringCompareToTest.java | 10 +++++----- .../StringCompareToIgnoreCaseTest.java | 10 +++++----- .../StringRegionMatchesIntStringIntIntTest.java | 10 +++++----- .../StringRegionMatchesBooleanIntStringIntIntTest.java | 10 +++++----- .../StringStartsWithStringIntTest.java | 10 +++++----- .../StringStartsWithStringTest.java | 10 +++++----- .../StringEndsWithTest.java | 10 +++++----- .../StringHashCodeTest.java | 10 +++++----- .../StringIndexOfIntTest.java | 10 +++++----- .../StringIndexOfIntIntTest.java | 10 +++++----- .../StringLastIndexOfIntTest.java | 10 +++++----- .../StringLastIndexOfIntIntTest.java | 10 +++++----- .../StringIndexOfStringTest.java | 10 +++++----- .../StringIndexOfStringIntTest.java | 10 +++++----- .../StringLastIndexOfStringTest.java | 10 +++++----- .../StringLastIndexOfStringIntTest.java | 10 +++++----- .../StringSubstringIntTest.java | 10 +++++----- .../StringSubstringIntIntTest.java | 10 +++++----- .../StringSubSequenceIntIntTest.java | 10 +++++----- .../RT0092-rt-String-ConcatTest/StringConcatTest.java | 10 +++++----- .../StringReplaceCharCharTest.java | 10 +++++----- .../StringContainsTest.java | 10 +++++----- .../StringReplaceCharSequenceCharSequenceTest.java | 10 +++++----- .../StringSplitStringIntTest.java | 10 +++++----- .../StringSplitStringTest.java | 10 +++++----- .../StringJoinCharSequenceCharSequenceTest.java | 10 +++++----- .../StringJoinCharSequenceIterableTest.java | 10 +++++----- .../StringToLowerCaseLocaleTest.java | 10 +++++----- .../StringToLowerCaseTest.java | 10 +++++----- .../StringToUpperCaseLocaleTest.java | 10 +++++----- .../StringToUpperCaseTest.java | 10 +++++----- .../RT0104-rt-String-TrimTest/StringTrimTest.java | 10 +++++----- .../StringToStringTest.java | 10 +++++----- .../StringToCharArrayTest.java | 10 +++++----- .../StringFormatStringObjectTest.java | 10 +++++----- .../StringValueOfObjectTest.java | 10 +++++----- .../StringValueOfCharsTest.java | 10 +++++----- .../StringValueOfCharIntIntTest.java | 10 +++++----- .../StringCopyValueOfCharIntIntTest.java | 10 +++++----- .../StringCopyValueOfCharTest.java | 10 +++++----- .../StringValueOfBooleanTest.java | 10 +++++----- .../StringValueOfCharTest.java | 10 +++++----- .../StringValueOfIntTest.java | 10 +++++----- .../StringValueOfLongTest.java | 10 +++++----- .../StringValueOfFloatTest.java | 10 +++++----- .../StringValueOfDoubleTest.java | 10 +++++----- .../RT0119-rt-String-InternTest/StringInternTest.java | 10 +++++----- .../StringVoluationTest.java | 10 +++++----- .../StringVoluationCharsTest.java | 10 +++++----- .../StringSpliceStringTest.java | 10 +++++----- .../StringCompareByDoubleEqualSignTest.java | 10 +++++----- .../StringCompareByEqualsTest.java | 10 +++++----- .../StringConvertToByteTest.java | 10 +++++----- .../StringConvertToShortTest.java | 10 +++++----- .../StringConvertToIntTest.java | 10 +++++----- .../StringConvertToLongTest.java | 10 +++++----- .../StringConvertToFloatTest.java | 10 +++++----- .../StringConvertToDoubleTest.java | 10 +++++----- .../LongToBinaryStringTest.java | 10 +++++----- .../LongToOctalStringTest.java | 10 +++++----- .../BasicToStringTest.java | 10 +++++----- .../NullToStringTest.java | 10 +++++----- .../AsciiToStringTest.java | 10 +++++----- .../StringToHexStringCharTest.java | 10 +++++----- .../StringAsVariableAndFieldAndParamTest.java | 10 +++++----- .../StringVariableOfInterfaceTest.java | 10 +++++----- .../StringCreateStringArrayTest.java | 10 +++++----- .../StringGenericTest.java | 10 +++++----- .../StringMultiThreadsTest.java | 10 +++++----- .../StringJoinNullPointerExceptionTest.java | 10 +++++----- .../StringNullPointExceptionTest.java | 10 +++++----- .../StringBufferExceptionsTest.java | 10 +++++----- .../StringBuilderExceptionsTest.java | 10 +++++----- .../StringClassNewInstanceTest.java | 10 +++++----- .../StringPoolEnlargeTest.java | 10 +++++----- .../RT0148-rt-String-XByteTest/StringXByteTest.java | 10 +++++----- .../StringClassNewInstance2Test.java | 10 +++++----- .../RT0150-rt-String-Emoji/StringEmojiTest.java | 10 +++++----- ...StringGetBytesUnsupportedEncodingExceptionTest.java | 10 +++++----- .../StringStringIndexOutOfBoundsExceptionTest.java | 10 +++++----- .../StringUnsupportedEncodingExceptionTest.java | 10 +++++----- .../StringUserCaseLiteralsISO88591Test.java | 10 +++++----- .../StringOOMTest.java | 10 +++++----- .../LiverangeSubsumeRCTest01.java | 10 +++++----- .../LiverangeSubsumeRCTest02.java | 10 +++++----- .../LiverangeSubsumeRCTest03.java | 10 +++++----- .../LiverangeSubsumeRCTest04.java | 10 +++++----- .../LiverangeSubsumeRCTest05.java | 10 +++++----- .../LiverangeSubsumeRCTest06.java | 10 +++++----- .../LiverangeSubsumeRCTest07.java | 10 +++++----- .../LiverangeSubsumeRCTest08.java | 10 +++++----- .../LiverangeSubsumeRCTest09.java | 10 +++++----- .../LiverangeSubsumeRCTest10.java | 10 +++++----- .../LiverangeSubsumeRCTest11.java | 10 +++++----- .../LiverangeSubsumeRCTest12.java | 10 +++++----- .../LiverangeSubsumeRCTest13.java | 10 +++++----- .../LiverangeSubsumeRCTest14.java | 10 +++++----- .../ThreadActiveCount.java | 10 +++++----- .../ThreadCheckAccess.java | 10 +++++----- .../RT0003-rt-thread-Threadclone/ThreadClone.java | 10 +++++----- .../ThreadConstructors1.java | 10 +++++----- .../ThreadConstructors10.java | 10 +++++----- .../ThreadConstructors2.java | 10 +++++----- .../ThreadConstructors3.java | 10 +++++----- .../ThreadConstructors4.java | 10 +++++----- .../ThreadConstructors5.java | 10 +++++----- .../ThreadConstructors6.java | 10 +++++----- .../ThreadConstructors7.java | 10 +++++----- .../ThreadConstructors8.java | 10 +++++----- .../ThreadConstructors9.java | 10 +++++----- .../ThreadCurrentThread.java | 10 +++++----- .../ThreadDMCountStackFrames1.java | 10 +++++----- .../ThreadDMCountStackFrames2.java | 10 +++++----- .../ThreadDMDestroy.java | 10 +++++----- .../ThreadDMResume.java | 10 +++++----- .../RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java | 10 +++++----- .../ThreadDMStopThrowable.java | 10 +++++----- .../ThreadDMSuspend.java | 10 +++++----- .../ThreadEnumerate.java | 10 +++++----- .../ThreadExtends1.java | 10 +++++----- .../ThreadExtends2.java | 10 +++++----- .../ThreadGetDefaultUncaughtExceptionHandler1.java | 10 +++++----- .../ThreadGetDefaultUncaughtExceptionHandler2.java | 10 +++++----- .../RT0027-rt-thread-ThreadgetId/ThreadGetId.java | 10 +++++----- .../RT0028-rt-thread-ThreadgetName/ThreadGetName.java | 10 +++++----- .../ThreadGetPriority.java | 10 +++++----- .../ThreadGetThreadGroup1.java | 10 +++++----- .../ThreadGetThreadGroup2.java | 10 +++++----- .../ThreadGetUncaughtExceptionHandler1.java | 10 +++++----- .../ThreadGetUncaughtExceptionHandler2.java | 10 +++++----- .../ThreadGetUncaughtExceptionHandler3.java | 10 +++++----- .../ThreadHoldsLock1.java | 10 +++++----- .../ThreadHoldsLock2.java | 10 +++++----- .../ThreadHoldsLock3.java | 10 +++++----- .../ThreadIsAlive1.java | 10 +++++----- .../ThreadIsAlive2.java | 10 +++++----- .../ThreadIsAlive3.java | 10 +++++----- .../ThreadIsDaemon1.java | 10 +++++----- .../ThreadIsDaemon2.java | 10 +++++----- .../ThreadRunnable.java | 10 +++++----- .../ThreadSetDaemon1.java | 10 +++++----- .../ThreadSetDaemon2.java | 10 +++++----- .../ThreadSetDaemon3.java | 10 +++++----- .../ThreadSetDefaultUncaughtExceptionHandler.java | 10 +++++----- .../ThreadSetName1.java | 10 +++++----- .../ThreadSetName2.java | 10 +++++----- .../ThreadSetPriority1.java | 10 +++++----- .../ThreadSetPriority2.java | 10 +++++----- .../ThreadsSetPriority3.java | 10 +++++----- .../ThreadSetPriority4.java | 10 +++++----- .../ThreadSetPriority5.java | 10 +++++----- .../ThreadSetPriority6.java | 10 +++++----- .../ThreadSetPriority7.java | 10 +++++----- .../ThreadSetUncaughtExceptionHandler.java | 10 +++++----- .../ThreadStateInterrupt1.java | 10 +++++----- .../ThreadStateInterrupt2.java | 10 +++++----- .../ThreadStateJoin1.java | 10 +++++----- .../ThreadStateJoin11.java | 10 +++++----- .../ThreadStateJoin12.java | 10 +++++----- .../ThreadStateJoin13.java | 10 +++++----- .../ThreadStateJoin14.java | 10 +++++----- .../ThreadStateJoin15.java | 10 +++++----- .../ThreadStateJoin2.java | 10 +++++----- .../ThreadStateJoin3.java | 10 +++++----- .../ThreadStateJoin4.java | 10 +++++----- .../ThreadStateJoin5.java | 10 +++++----- .../ThreadStateJoin6.java | 10 +++++----- .../ThreadStateJoin7.java | 10 +++++----- .../ThreadStateJoin8.java | 10 +++++----- .../ThreadStateJoin9.java | 10 +++++----- .../ThreadStateNotify1.java | 10 +++++----- .../ThreadStateNotify2.java | 10 +++++----- .../ThreadStateNotifyAll1.java | 10 +++++----- .../ThreadStateNotifyAll2.java | 10 +++++----- .../ThreadStateSleep1.java | 10 +++++----- .../ThreadStateSleep2.java | 10 +++++----- .../ThreadStateSleep3.java | 10 +++++----- .../ThreadStateSleep4.java | 10 +++++----- .../ThreadStateSleep5.java | 10 +++++----- .../ThreadStateSleep6.java | 10 +++++----- .../ThreadStateStart1.java | 10 +++++----- .../ThreadStateStart2.java | 10 +++++----- .../ThreadStateWait1.java | 10 +++++----- .../ThreadStateWait2.java | 10 +++++----- .../ThreadStateWait3.java | 10 +++++----- .../ThreadStateWait4.java | 10 +++++----- .../ThreadStateWait5.java | 10 +++++----- .../ThreadStateWait6.java | 10 +++++----- .../ThreadStateWait7.java | 10 +++++----- .../ThreadStateWait8.java | 10 +++++----- .../ThreadStateyield.java | 10 +++++----- .../ThreadToString.java | 10 +++++----- .../RT0096-rt-thread-ThreadTest23/ThreadTest.java | 10 +++++----- .../RT0097-rt-thread-ThreadTest31/ThreadTest.java | 10 +++++----- .../RT0098-rt-thread-ThreadTest11/ThreadTest.java | 10 +++++----- .../RT0099-rt-thread-ThreadTest21/ThreadTest.java | 10 +++++----- .../RT0100-rt-thread-ThreadTest34/ThreadTest.java | 10 +++++----- .../RT0101-rt-thread-ThreadTest25/ThreadTest.java | 10 +++++----- .../RT0102-rt-thread-ThreadTest9/ThreadTest.java | 10 +++++----- .../RT0103-rt-thread-ThreadTest8/ThreadTest.java | 10 +++++----- .../RT0104-rt-thread-ThreadTest38/ThreadTest.java | 10 +++++----- .../RT0105-rt-thread-ThreadTest30/ThreadTest.java | 10 +++++----- .../RT0106-rt-thread-ThreadTest28/ThreadTest.java | 10 +++++----- .../RT0107-rt-thread-ThreadTest39/ThreadTest.java | 10 +++++----- .../thread_test/RT0109-rt-thread-Basic/Basic.java | 10 +++++----- .../NullStackTrace.java | 10 +++++----- .../RT0111-rt-thread-ThreadTest6/ThreadTest.java | 10 +++++----- .../RT0112-rt-thread-TestThreadId/TestThreadId.java | 10 +++++----- .../ImmutableLocal.java | 10 +++++----- .../RT0114-rt-thread-ThreadTest24/ThreadTest_24.java | 10 +++++----- .../RT0115-rt-thread-ThreadTest13/ThreadTest_13.java | 10 +++++----- .../NullThreadName.java | 10 +++++----- .../RT0117-rt-thread-ThreadTest36/ThreadTest.java | 10 +++++----- .../RT0118-rt-thread-ThreadTest19/ThreadTest.java | 10 +++++----- .../RT0119-rt-thread-ThreadTest15/ThreadTest.java | 10 +++++----- .../RT0120-rt-thread-ThreadTest3/ThreadTest.java | 10 +++++----- .../RT0121-rt-thread-InitialValue/InitialValue.java | 10 +++++----- .../RT0122-rt-thread-ThreadTest22/ThreadTest.java | 10 +++++----- .../RT0123-rt-thread-ThreadTest7/ThreadTest.java | 10 +++++----- .../RT0125-rt-thread-ThreadTest26/ThreadTest.java | 10 +++++----- .../SetMaxPriority.java | 10 +++++----- .../RT0127-rt-thread-ThreadTest18/ThreadTest.java | 10 +++++----- .../RT0128-rt-thread-ThreadTest16/ThreadTest.java | 10 +++++----- .../RT0130-rt-thread-ThreadTest20/ThreadTest.java | 10 +++++----- .../RT0131-rt-thread-ThreadTest14/ThreadTest.java | 10 +++++----- .../RT0132-rt-thread-ThreadTest17/ThreadTest.java | 10 +++++----- .../RT0133-rt-thread-ThreadTest33/ThreadTest.java | 10 +++++----- .../RT0134-rt-thread-ThreadTest27/ThreadTest.java | 10 +++++----- .../RT0135-rt-thread-StartOOMTest/StartOOMTest.java | 10 +++++----- .../RT0136-rt-thread-ThreadTest29/ThreadTest.java | 10 +++++----- .../RT0137-rt-thread-ThreadTest12/ThreadTest.java | 10 +++++----- .../RT0138-rt-thread-ThreadTest32/ThreadTest.java | 10 +++++----- .../RT0139-rt-thread-ThreadTest4/ThreadTest.java | 10 +++++----- .../MainThreadTest.java | 10 +++++----- .../RT0141-rt-thread-ThreadTest35/ThreadTest.java | 10 +++++----- .../RT0142-rt-thread-ThreadTest5/ThreadTest.java | 10 +++++----- .../thread_test/RT0143-rt-thread-Daemon/Daemon.java | 10 +++++----- .../RT0144-rt-thread-ThreadTest10/ThreadTest.java | 10 +++++----- .../RT0145-rt-thread-MemoryLeak/MemoryLeak.java | 10 +++++----- .../RT0146-rt-thread-ThreadId/ThreadId.java | 10 +++++----- .../RT0147-rt-thread-ThreadTest1/ThreadTest.java | 10 +++++----- .../RT0148-rt-thread-ThreadTest37/ThreadTest.java | 10 +++++----- .../ThreadConstructors13.java | 10 +++++----- .../ThreadConstructors14.java | 10 +++++----- .../ThreadConstructors15.java | 10 +++++----- .../ThreadConstructors16.java | 10 +++++----- .../ThreadConstructors17.java | 10 +++++----- .../ThreadCountStackFramesTest.java | 10 +++++----- ...ThreadDestroyUnsupportedOperationExceptionTest.java | 10 +++++----- .../Threadenumerate2.java | 10 +++++----- .../ThreadgetStackTrace.java | 10 +++++----- .../ThreadGroupAllowThreadSuspensionTest.java | 10 +++++----- .../ThreadGroupEHdestroy.java | 10 +++++----- .../ThreadholdsLock4.java | 10 +++++----- .../ThreadLocalEHwithInitial.java | 10 +++++----- .../ThreadsetContextClassLoader1.java | 10 +++++----- .../ThreadSetDefaultUncaughtExceptionHandlerTest.java | 10 +++++----- .../ThreadSetUncaughtExceptionHandlerTest.java | 10 +++++----- .../ThreadStatejoin16.java | 10 +++++----- .../ThreadStatejoin17.java | 10 +++++----- .../ThreadStatesleep7.java | 10 +++++----- .../ThreadStatewait9.java | 10 +++++----- .../ThreadStatewait10.java | 10 +++++----- .../ThreadStatewait11.java | 10 +++++----- .../ThreadStatewait12.java | 10 +++++----- .../ThreadConstructors11.java | 10 +++++----- .../ThreadConstructors12.java | 10 +++++----- .../MonitorTestCase1.java | 10 +++++----- .../MonitorTestCase2.java | 10 +++++----- .../MonitorTestCase4.java | 10 +++++----- .../MonitorTestCase5.java | 10 +++++----- .../MonitorTestCase6.java | 10 +++++----- .../MonitorTestCase8.java | 10 +++++----- .../ThreadCountStackFrames.java | 10 +++++----- .../ThreadDMdestory2.java | 10 +++++----- .../ThreadGetContextClassLoader.java | 10 +++++----- .../GenerifyStackTraces.java | 10 +++++----- .../GenerifyAllStackTraces.java | 10 +++++----- .../RecursiveCall.java | 10 +++++----- .../NullStackTrace.java | 10 +++++----- .../ThreadOutOfMemoryTest.java | 10 +++++----- .../ThreadPerformance1Test.java | 10 +++++----- .../ThreadStateNewTest.java | 10 +++++----- .../GenerifyStackTraces.java | 10 +++++----- .../JGFSyncBench.java | 10 +++++----- .../ThreadSetContextClassLoader2.java | 10 +++++----- .../ThreadSetName3Test.java | 10 +++++----- .../UnsafegetIntVolatileTest.java | 10 +++++----- .../UnsafeallocateMemoryTest.java | 10 +++++----- .../UnsafearrayBaseOffsetTest.java | 10 +++++----- .../UnsafearrayIndexScaleTest.java | 10 +++++----- .../UnsafecompareAndSwapIntTest.java | 10 +++++----- .../UnsafecompareAndSwapLongTest.java | 10 +++++----- .../UnsafecompareAndSwapObjectTest.java | 10 +++++----- .../UnsafecopyMemoryTest.java | 10 +++++----- .../UnsafefreeMemoryTest.java | 10 +++++----- .../UnsafegetAndAddIntTest.java | 10 +++++----- .../UnsafegetAndAddLongTest.java | 10 +++++----- .../UnsafegetAndSetIntTest.java | 10 +++++----- .../UnsafegetAndSetLongTest.java | 10 +++++----- .../UnsafegetAndSetObjectTest.java | 10 +++++----- .../UnsafegetBooleanTest.java | 10 +++++----- .../UnsafegetCharByAddressTest.java | 10 +++++----- .../UnsafegetCharTest.java | 10 +++++----- .../UnsafegetDoubleByAddressTest.java | 10 +++++----- .../UnsafegetDoubleTest.java | 10 +++++----- .../UnsafegetFloatByAddressTest.java | 10 +++++----- .../UnsafegetFloatTest.java | 10 +++++----- .../UnsafegetIntByAddressTest.java | 10 +++++----- .../UnsafegetIntTest.java | 10 +++++----- .../UnsafegetLongTest.java | 10 +++++----- .../UnsafegetLongVolatileTest.java | 10 +++++----- .../UnsafegetObjectTest.java | 10 +++++----- .../UnsafegetObjectVolatileTest.java | 10 +++++----- .../UnsafegetShortByAddressTest.java | 10 +++++----- .../UnsafegetShortTest.java | 10 +++++----- .../UnsafeobjectFieldOffeset.java | 10 +++++----- .../UnsafeputBooleanTest.java | 10 +++++----- .../UnsafeputByteByAddressTest.java | 10 +++++----- .../UnsafeputByteTest.java | 10 +++++----- .../UnsafeputCharTest.java | 10 +++++----- .../UnsafeputDoubleTest.java | 10 +++++----- .../UnsafeputFloatTest.java | 10 +++++----- .../UnsafeputIntTest.java | 10 +++++----- .../UnsafeputIntVolatileTest.java | 10 +++++----- .../UnsafeputLongTest.java | 10 +++++----- .../UnsafeputLongVolatileTest.java | 10 +++++----- .../UnsafeputObjectTest.java | 10 +++++----- .../UnsafeputObjectVolatileTest.java | 10 +++++----- .../UnsafeputOrderedIntTest.java | 10 +++++----- .../UnsafeputOrderedLongTest.java | 10 +++++----- .../UnsafeputOrderedObjectTest.java | 10 +++++----- .../UnsafeputShortTest.java | 10 +++++----- .../UnsafesetMemoryTest.java | 10 +++++----- .../UnsafegetByteTest.java | 10 +++++----- .../UnsafegetLongByAddressTest.java | 10 +++++----- .../UnsafeunparkTest.java | 10 +++++----- 1271 files changed, 6355 insertions(+), 6355 deletions(-) diff --git a/test/main.py b/test/main.py index 7bae4afb77..18d8b40dd9 100644 --- a/test/main.py +++ b/test/main.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # from maple_test import main diff --git a/test/maple_test/__init__.py b/test/maple_test/__init__.py index c83556bb3a..0b6088e86f 100644 --- a/test/maple_test/__init__.py +++ b/test/maple_test/__init__.py @@ -3,15 +3,15 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # from .main import main diff --git a/test/maple_test/compare.py b/test/maple_test/compare.py index c3f6a843d2..01f962f72c 100644 --- a/test/maple_test/compare.py +++ b/test/maple_test/compare.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import argparse diff --git a/test/maple_test/configs.py b/test/maple_test/configs.py index 2549b75826..c42beef095 100644 --- a/test/maple_test/configs.py +++ b/test/maple_test/configs.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # """ store config file and command line config diff --git a/test/maple_test/main.py b/test/maple_test/main.py index 2add556df4..64017c15a9 100644 --- a/test/maple_test/main.py +++ b/test/maple_test/main.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # """ maple test - Maple Tester diff --git a/test/maple_test/run.py b/test/maple_test/run.py index 14f16992fd..3ff9a5c8b2 100644 --- a/test/maple_test/run.py +++ b/test/maple_test/run.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import os import signal diff --git a/test/maple_test/task.py b/test/maple_test/task.py index b321b1e61a..ed90249516 100644 --- a/test/maple_test/task.py +++ b/test/maple_test/task.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import copy import multiprocessing diff --git a/test/maple_test/test.py b/test/maple_test/test.py index 2c59c34e01..b67f29ff20 100644 --- a/test/maple_test/test.py +++ b/test/maple_test/test.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import shlex from functools import total_ordering diff --git a/test/maple_test/utils.py b/test/maple_test/utils.py index 19c1b37fff..6f9dba4ffe 100644 --- a/test/maple_test/utils.py +++ b/test/maple_test/utils.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import configparser diff --git a/test/testsuite/maple.py b/test/testsuite/maple.py index 43af43216a..48ba4e78e4 100644 --- a/test/testsuite/maple.py +++ b/test/testsuite/maple.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import argparse diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java index 305c598d92..ad45f98549 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchArrayIndexOutOfBoundsException.java * -@TestCaseName: ArrayIndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java index cbe2d895aa..c4fbbdfeea 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchIndexOutOfBoundsException.java * -@TestCaseName: IndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java index 6293ef2b33..21f95086a4 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchStringIndexOutOfBoundsException.java * -@TestCaseName: StringIndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java index 4deccd67ed..ced04f935a 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOconstOperation.java * -@TestCaseName: index is X, X = Y +/-/X///&/|/ Const * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java b/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java index b9d374da0b..45391ae927 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcustomClass.java * -@TestCaseName: index and array is in same customClass, and another class call array[index]. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java index 2820c1b850..5b9c05aab2 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOdoWhile.java * -@TestCaseName: do while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java index 7490c7a002..3a4ddaf151 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOemptyArray.java * -@TestCaseName: new Array[0] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java index ba5a36e4ef..6fbccb977c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOemptyString.java * -@TestCaseName: String is "", index is 0 * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java index 770ea99ef8..ff70b0e052 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOfor.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java index c32f6fc4ad..dce83a67ee 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalArray.java * -@TestCaseName: new Array[5] in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java index 030cbc07fb..7f90771f33 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalIndex.java * -@TestCaseName: Index in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java index 61813d324f..a42240c00c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalString.java * -@TestCaseName: new Array[5] in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java b/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java index 057f918521..e98cd87373 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOif.java * -@TestCaseName: if visit Array * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java index 5511a8a64a..d76c18787e 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOincreaseArray.java * -@TestCaseName: Array is increase length * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java index 5fdc5aebd1..a926f73b46 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexAssociation.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java index bebda6e091..9012b3af59 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexDoWhile.java * -@TestCaseName: do while visit Array index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java index 9eea62969f..353ba33e69 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexFor.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java b/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java index dac0285a33..e6b3c908a4 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexFromArrayFromParam.java * -@TestCaseName: index From Array element, element From Param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java b/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java index 4f9e1e32c9..10bcbd44df 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexIf.java * -@TestCaseName: if visit Array * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java b/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java index cc6359110f..fde290c4fb 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexMutiLoop.java * -@TestCaseName: index from multi-layer loop * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java b/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java index 4c3be0a28d..755e9d8c89 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexNesting.java * -@TestCaseName: give nesting fun to index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java index ffd512fd8a..6eb137f55d 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexSwitch.java * -@TestCaseName: switch visit index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java b/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java index 6daed98eb5..72ea67c0fd 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlength.java * -@TestCaseName: index is X, X is arrays.length * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java index 51ff434ae0..22e95207b8 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlistToArray.java * -@TestCaseName: index from Integer.parseInt, Array from list.toArray * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java index 9ac7eff1c5..50f8571fb2 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlocalArray.java * -@TestCaseName: new Array[5] in local variable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java index da63cc70ec..86eed098f1 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlocalIndex.java * -@TestCaseName: Index in local variable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java b/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java index 58760504c4..5c6e589d93 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOnewArraySize.java * -@TestCaseName: index is X, X is Array[size] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java b/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java index 447b374f8f..7a0b2facf1 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOnormal.java * -@TestCaseName: index is constant * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java index 9201dc4610..62213ab277 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOparamIndex.java * -@TestCaseName: Array is get by function param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java b/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java index dad444d9bd..b852d5aac7 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOparam.java * -@TestCaseName: Array is get by function param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java index 66515e8156..8fa8358802 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreflectArray.java * -@TestCaseName: index is from Array.get * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java index f07c19ab87..0f2380a408 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnArray.java * -@TestCaseName: Array is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java index ae153a46aa..b1cff2acc9 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnIndex.java * -@TestCaseName: Array is get by function return, Index is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java index 8f7c5bca9e..9d7881606f 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnString.java * -@TestCaseName: Array is get by function return, Index is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java b/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java index 3f66b9de1e..a20aa6b8d0 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringBuilderCatchEx.java * -@TestCaseName: StringIndexOutOfBoundsException is throw by StringBuilder toString * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java index 108f151381..4aebaddbf6 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringConstOperation.java * -@TestCaseName: index is X, X = Y +/-/X///&/|/ Const * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java index e5b86c93fb..5706e77b12 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringDoWhile.java * -@TestCaseName: do while visit String element and index from do while * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java index 8ff8fd7224..ceed551db1 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringFor.java * -@TestCaseName: for visit String.charAt[index], index visit 0 to length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java b/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java index 1d9652bbe9..e2e4aae65a 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringIf.java * -@TestCaseName: if visit String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java b/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java index 0479ed19ff..5477a68b4e 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringIndexNesting.java * -@TestCaseName: give nesting fun to String index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java b/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java index 906c477625..81c1e378d5 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringMaxValue.java * -@TestCaseName: index is MAX_VALUE or MIN_VALUE * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java b/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java index 895a4528c1..1d07339813 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringMutiLoop.java * -@TestCaseName: index from multi-layer loop * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java index fa21dab800..e9c36b534c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringSwitch.java * -@TestCaseName: switch visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java index e18d0083d2..6157f005f2 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOswitch.java * -@TestCaseName: switch visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java b/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java index 4999fa7cea..c1b48c2222 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOtryExtEh.java * -@TestCaseName: ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java b/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java index 8d1daf5f00..863cb93f38 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOmaxValue.java * -@TestCaseName: index is MAX_VALUE or MIN_VALUE * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java index bdb7f118f1..0589b207f0 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOwhile.java * -@TestCaseName: while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java index be9d283743..e7038624bd 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOwhileString.java * -@TestCaseName: while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java b/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java index 94be9c52fd..afc979c2ac 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java +++ b/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase001 * -@TestCaseName: ClinitBase001.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java b/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java index 5e08184356..6621f24179 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java +++ b/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase002 * -@TestCaseName: ClinitBase002.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java b/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java index 4a61963daa..dccda42617 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java +++ b/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase003 * -@TestCaseName: ClinitBase003.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java b/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java index ef7557e69d..39165daf6a 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java +++ b/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase004 * -@TestCaseName: ClinitBase004.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java b/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java index ece097a7d2..899a58340e 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java +++ b/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase005 * -@TestCaseName: ClinitBase005.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java b/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java index 8e3b13c6f8..50a7fc4144 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java +++ b/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase006 * -@TestCaseName: ClinitBase006.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java b/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java index 2000fbaa39..bb28c68a15 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java +++ b/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase008 * -@TestCaseName: ClinitBase008.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java b/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java index e12d859776..3d4971e31c 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java +++ b/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq001 * -@TestCaseName: ClinitSeq001.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java b/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java index a2b9108cbd..a21d4b06c4 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java +++ b/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq002 * -@TestCaseName: ClinitSeq002.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java b/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java index 3c064f1602..99b1fdd1d8 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java +++ b/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq003 * -@TestCaseName: ClinitSeq003.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java b/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java index 1191832146..f52b5d45e0 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java +++ b/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq004 * -@TestCaseName: ClinitSeq004.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java b/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java index 3e2d24a401..701564efe2 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java +++ b/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq005 * -@TestCaseName: ClinitSeq005.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java index 26dd705fe0..7884234e20 100644 --- a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCatchExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp index 2fd03a6c58..d7b31e7054 100644 --- a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java index 4a3e04ebe8..65593b8e69 100644 --- a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCheckExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then throw),captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp index 4ab3476010..38a8021551 100644 --- a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java index 2577ada268..c0ebc4ec38 100644 --- a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception-throw new), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp index 4d6469c5f4..b80654c89c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java index af8c6f3f5f..90c0eac1f2 100644 --- a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:NativeTryCatchNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java-throw new), captured by Java(try-catch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp index 3762aee607..854cf2629d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java index 3d0b47968f..f71f50cbbe 100644 --- a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCheckNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then Occurred-throw new), catch by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp index 05c2f25568..d462318e34 100644 --- a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java index 93c655a826..9300579982 100644 --- a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeClearExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then Occurred-throw new-clear). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp index 88fe39eac4..2ec5f8439a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java index b1ae9be75c..b305a95ac2 100644 --- a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCatchThrowNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then check-throw new), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp index 3216ff00b4..30192c3742 100644 --- a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java index 727207f906..cd19f69dc9 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCheckFatalErrorExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then FatalError), catch by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp index 136efc3afb..f642787fbb 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java index 347fa58b34..9f740e7816 100644 --- a/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryFinallyExceptionTest.java * -@TestCaseName: Test try-finally mode: try{exception}-finally-->caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java index d314ac02a3..2875caffcd 100644 --- a/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchExceptionTest.java * -@TestCaseName: Test try-catch mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java index facccb9bed..797402cdaa 100644 --- a/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchExceptionTest.java * -@TestCaseName: Test try-catch/catch/...(multi-catch) mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java index 740d070f7b..06fce8d572 100644 --- a/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchMatchFirstExceptionTest.java * -@TestCaseName: Test try-catch/catch/...(multi-catch) mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java index 2efb5829db..e1c43f8284 100644 --- a/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchPipelineExceptionTest.java * -@TestCaseName: Test try-catch(type1 | type 2 | ...). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java index 6075273ef0..9b0671d15f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchFinallyExceptionTest.java * -@TestCaseName: Test try-catch/catch…-finally mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java index 9e794aba6a..05530cde59 100644 --- a/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchResourceExceptionTest.java * -@TestCaseName: Test try with resource. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java index 82e0594dd0..f31d2237e5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchThrowExceptionTest.java * -@TestCaseName: Test throws and throw in try-catch. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java index 87070cdce3..c2081b30bf 100644 --- a/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryExceptionFinallyExceptionTest.java * -@TestCaseName: Test try{exception}-finally:handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java index 81056a5e21..9e6c708b32 100644 --- a/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryTryThrowExceptionTest.java * -@TestCaseName: Test try{exception}-catch(x)-finally:handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java index d81b20bdef..ea07cb12b8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryTryCatchExceptionTest.java * -@TestCaseName: Test try{exception}-catch(e)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java index 8ee18397fc..2d4346e31c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(e)}-catch-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java index 07e9c6cd6f..ba7eae9450 100644 --- a/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: DoubleTryCatchFinallyExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-finally -->caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java index 01cd64003d..6cc6741dc8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryCatchFinallyExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-catch()-finally --> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java b/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java index a2c8b31900..ef587afc9c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryCatchExceptionFinallyTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-catch(e)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java index a93b963187..44b977f201 100644 --- a/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchThrowNewExceptionTest.java * -@TestCaseName: Test catch(){exception}, handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java index a693c90bd4..ccecce91ed 100644 --- a/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchTryCatchNewExceptionTest.java * -@TestCaseName: Test try-catch(){try{exception},catch(e)}-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java index 61d2619435..2387779bde 100644 --- a/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchTryThrowNewExceptionTest.java * -@TestCaseName: Test try-catch(){try{exception},catch(x)}-finally --> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java index 548e08890f..0b3d818eb5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyThrowExceptionTest.java * -@TestCaseName: Test finally{exception}, handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java index 40cca06364..c0611ef071 100644 --- a/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyTryCatchExceptionTest.java * -@TestCaseName: Test try-catch-finally{try{exception},catch(e)}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java index 9e02d45b8a..299013dce5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyTryThrowExceptionTest.java * -@TestCaseName: Test try-catch-finally{try{exception},catch(x)}--> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java index 59f16ec0cc..6a7627046c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceStartThrowExceptionTest.java * -@TestCaseName: Test try(exception){}-catch(e){}-close()-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java index 5e1c54d9c4..264221ce45 100644 --- a/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceCloseThrowExceptionTest.java * -@TestCaseName: Test try(){}-catch(e){}-close(exception)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java index cb47b10c4b..60622fdc3b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceStartAndCloseExceptionTest.java * -@TestCaseName: Test try(exception1){}-catch(e1){}-close(exception2)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java index 0697b6d803..951675b74d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmArrayIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test jvm instr: Invoke Initialization thrown ArrayIndexOutOfBoundsException. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java index 849f8346f2..22fac3fa94 100644 --- a/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmStaticExceptionInInitializerErrorTest.java * -@TestCaseName: Test jvm instr: invoke static thrown ExceptionInInitializerError. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java index 99ff9f707d..9adf08485a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MultiTryNoExceptionTest.java * -@TestCaseName: Test no Exception in try-multi catch-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java index 3a953822ed..073b1f60fc 100644 --- a/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchReturnExceptionTest.java * -@TestCaseName: Test try{exception return_x}-catch(e){return_x}-finally{return_v}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java index e288a36603..0552c56e57 100644 --- a/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryReturnValueExceptionTest.java * -@TestCaseName: try{return_v}-catch(x){return_x}-finally{return_x} * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java index 8933dc9f8d..c0b0aaa257 100644 --- a/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchReturnValueExceptionTest.java * -@TestCaseName: Try{exception return_x}-catch(e){return_v}-finally{}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java b/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java index 13f67069a1..52fa1b803a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java +++ b/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04140.java * -@TestCaseName: try{exception return_x}-catch(e){}-finally{},return_v * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java b/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java index 0e2ba824f0..c45aa0faad 100644 --- a/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java +++ b/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04150.java * -@TestCaseName: try{exception return_x}-catch(x){}-finally{return_v},-->caller(x) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java b/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java index 29969418b1..5a5c599ab4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java +++ b/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04160.java * -@TestCaseName: try{exception return_x}-catch(x){}-finally{},return_x-->caller(v) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java index 813ce86098..a7cabd2693 100644 --- a/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java * -@TestCaseName: Exception in addSuppressed:public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java index 64985ad74a..51d99fb0d5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetDeclaredAnnotationExceptionTest.java * -@TestCaseName: Exception in AccessibleObject: T getDeclaredAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java index 5badf61e45..39e75eb372 100644 --- a/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java * -@TestCaseName: Exception in AccessibleObject:public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java index 06cf917447..5387cdf137 100644 --- a/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterCodePointCountIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Exception in Character: public static int codePointCount(char[] seq, int offset, int count), * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java index 283b7a4f75..ef9d9ebd10 100644 --- a/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharactercodePointCountNullPointerException.java * -@TestCaseName: Exception in Character:public static int codePointCount * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java b/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java index 5fb3d49df4..25cecf8d59 100644 --- a/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacteroffsetByCodePointsIndexOutOfBoundsException.java * -@TestCaseName: Exception in Character:public static int offsetByCodePoints * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java index 64866834cb..8a216ed50f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacteroffsetByCodePointsNullPointerException.java * -@TestCaseName: Exception in Character:public static int offsetByCodePoints * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java b/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java index c979aad46b..e9597942a4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java +++ b/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassasSubclassClassCastException.java * -@TestCaseName: Exception in Class:public Class asSubclass(Class clazz) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java b/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java index 107a496066..9ae672b54a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java +++ b/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClasscastClassCastException.java * -@TestCaseName: Exception in Class:public T cast(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java index e3b5f02e1c..6a879b974e 100644 --- a/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassforName1ParExceptionInInitializerError.java * -@TestCaseName: Exception in Class :public static Class forName(String name, boolean initialize, ClassLoader loader) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java index 8bee4d8a38..c1732e1872 100644 --- a/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassforNameExceptionInInitializerError.java * -@TestCaseName: Exception in Class :public static Class forName(String name, boolean initialize, ClassLoader loader) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java index de7de407fc..f6e867caa0 100644 --- a/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgAnnotationsByTypeNullPointerException.java * -@TestCaseName:Exception in AccessibleObject:public A[] getAnnotationsByType(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java index a892dae27c..095aa76593 100644 --- a/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredAnnotationNullPointerException.java * -@TestCaseName: Exception in AccessibleObject:public A getDeclaredAnnotation * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java b/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java index 046fc02070..49a936e221 100644 --- a/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java +++ b/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredFieldNoSuchFieldException.java * -@TestCaseName: Exception in Class constructor:public Field getDeclaredField(String name) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java index cba20c5238..1d25342e77 100644 --- a/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredFieldNullPointerException.java * -@TestCaseName: Exception in Class constructor:public Field getDeclaredField(String name) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java index 4501541b4c..50104e4b3f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorgAnnotationNullPointerException.java * -@TestCaseName:Exception in Constructor:public T getAnnotation * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java index d4e031805e..490d5a0695 100644 --- a/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructornewInstanceExceptionInInitializerError.java * -@TestCaseName: In a static variable initialization exception occurs * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java index 6a153829a6..fedfa2f9b8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetAnnotationNullPointerException.java * -@TestCaseName: Exception in Class reflect Field:public T getAnnotation(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java index f8533673f6..ccb586341b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetAnnotationsByTypeNullPointerException.java * -@TestCaseName: Exception in reflect Field:public T[] getAnnotationsByType(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java index 7aaf6d0a45..8f05b337ef 100644 --- a/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetByteExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public byte getByte(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java index fc3c030ed0..075314a805 100644 --- a/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetCharExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public byte getByte(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java index 9a5d90eb11..bb442bc69f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetDoubleExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public double getDouble(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java index e328e2e87f..60b157cb85 100644 --- a/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetExceptionInInitializerError.java * -@TestCaseName: Exception in reflect field:public Object get(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java index 0df963f342..72a1ddec73 100644 --- a/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetFloatExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public float getFloat(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java index 9bff90b10a..4333deafb8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetIntExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public int getInt(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java index d69e9fc727..9b75834ab7 100644 --- a/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetLongExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public double getLong(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java index 7cd6e6b12b..8014a22e19 100644 --- a/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetShortExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public short getShort(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java index 5caa61ba2c..7c6f2d5288 100644 --- a/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetBooleanExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void setBoolean(Object obj, boolean z). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java index ccb9b7928c..212d91e3ea 100644 --- a/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetByteExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void setByte(Object obj, byte b). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java index 6d97868caa..e6e29780b7 100644 --- a/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetCharExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed:public void setChar(Object obj, char c). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java index 26e9202c0a..b94c570594 100644 --- a/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetDoubleExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed:public void setDouble(Object obj, double d). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java index 235baf756a..af8a7269e9 100644 --- a/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void set(Object obj, Object value). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java index 488e6ae5af..47959bfa51 100644 --- a/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetFloatExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed: public void setFloat(Object obj, float f). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java index 5e89f31bf9..a0123fef65 100644 --- a/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetIntExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setInt(Object obj, int i). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java index f86ca32c54..475a0df86e 100644 --- a/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetLongExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setLong(Object obj, long l). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java index 4d64d7d935..61b8bc2548 100644 --- a/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetShortExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setShort(Object obj, short s). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java index 50bb214ad7..bac74f01d3 100644 --- a/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetAnnotationExceptionTest.java * -@TestCaseName: Exception in reflect Method: public T getAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java index efced0f13e..20f9984ecc 100644 --- a/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect method : public Object invoke(Object obj, Object... args). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java index 2c7ff15ed3..8daf746694 100644 --- a/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetAnnotationNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T getAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java index f1e048a55a..430e6f9b68 100644 --- a/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetAnnotationsByTypeNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java index a44d278db6..b85e3c942c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetDeclaredAnnotationNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T getDeclaredAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java index c21a17c604..e84d60c1e7 100644 --- a/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetDeclaredAnnotationsByTypeExceptionTest.java * -@TestCaseName: Exception in Parameter: public T[] getDeclaredAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java index 9df75bd7dd..627a77a266 100644 --- a/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableAddSuppressedExceptionTest.java * -@TestCaseName: Exception in Throwable: public final void addSuppressed(Throwable exception). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java index 15d5268278..6c042b1d81 100644 --- a/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableAddSuppressedNullPointerExceptionTest.java * -@TestCaseName: Exception in Throwable: public final void addSuppressed(Throwable exception). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java index 7246c92ccc..1974e9ab13 100644 --- a/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeExceptionTest.java * -@TestCaseName: Test Exception in invoke of method. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java b/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java index fd068dd119..1c2d4a955a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeObjectObjectsTest.java * -@TestCaseName: Test Object invoke(Object obj, Object... args) of Method, check Exception order. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java index 55b4109659..167d0a1d7a 100644 --- a/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeInvocationTargetExceptionTest * -@TestCaseType: Function Test * -@RequirementName: [运行时需求]支持Java异常处理 diff --git a/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java index 740f9b0175..4c93bec627 100644 --- a/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UninitializedExNullPointerExceptionTest.java * -@TestCaseName: Test Jvm instr: invoke special throw NullPointException. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java b/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java index a3a0222ec5..270168b14a 100644 --- a/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmInitializeOutOfMemoryErrorTest.java * -@TestCaseName: Test jvm instr: invoke virtual thrown Exception InInitializerError. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java b/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java index bb076bbb00..98a1c713db 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message125004.java *- @Title/Destination: PipedReader.getField() should get correct unstack when EH *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java b/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java index 26cffb8c18..6d4def986f 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message011706.java *- @Title/Destination: java.lang.reflect.Method/invoke/ObjectAndObject[],check EH order *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java b/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java index 2ae3be6c9b..1887595c93 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadcountStackFramesTest.java *- @Title/Destination: Thread api: countStackFrames() *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java b/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java index 1cce81d83b..9699d67de5 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message021404.java *- @Title/Destination: Unsafe api: getUnsafe().when invoke use reflect,stack frame will miss one *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java b/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java index 79e8885c0a..eaaf0ab240 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java +++ b/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message61004.java *- @Title/Destination: String api: subString(),OOM *- @Brief: diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java index 66c4056176..a2616de3f0 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCWeakRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java index 860d61d096..d7e2c8b9c2 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCWeakRefTest2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java index e759798e3f..c168c3e3c9 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCWeakRefTest4.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java index 11c79dcc53..81b01f4326 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCWeakRefThreadTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java index eef5f4a559..7aa2cf69d3 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCUnownedRefTest2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java index 939815088b..64a8399cf2 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCUnownedRefUnCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java index 0c22b1dd5b..130c478800 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedRefUncycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java index c4f42e74df..40b6fea397 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java index 11143a9b5c..e84e464e42 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java index 2db9d3263e..b67c39d6a8 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java index ae080f235e..5f27968b6b 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java index b09bd2fd1d..3e8c5b0e82 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java index 1131f32e2e..f381659444 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationOneCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java index c1a8871fd9..d7124fc478 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationOneCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java index 28b89dce41..170a20a84c 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationTwoCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java index f125a19cb9..2516967eb6 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationTwoCycle2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java index 3e7e7e2c6f..87e73c1935 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationTwoCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java index ba6f595764..267b7ba4fc 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationTwoCycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java index db79998bad..2312b45074 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationMultiCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java index ca6f42b3e1..94c5400a00 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationMultiCycle2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java index 39fb56d107..7d62776894 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationMultiCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java index b2b173b376..cd0f1f0e58 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationMultiCycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java index ade1483671..bf5bfc07c7 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/RCUnownedLocalTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java index 5403d13c63..c63a9d49ea 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedLocalThreadTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java index 102ad62a31..884b379667 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/RCUnownedOuterTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java index aac2a94123..a76c53eed6 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/Permanent/RCMixThreadTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java index f3ecaebaf6..dc7565609d 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCUnownedRefUncycle02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java index ec9771b75b..c464180a52 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedRefUncycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java index df5ab1c4fe..90e9b42f2e 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java index 411259c124..95799427e1 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java index dc96c58c9a..4c23351525 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java index e694087c63..8f2f2a6f64 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java index 6577da1239..ffa833a991 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java index a4bf82e87e..5a1f6083cc 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_06.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java index 7724ad7a2a..4aad46f02a 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_07.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java index 936b6d2ea2..61eb2dc739 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_08.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java index 3ef8845a7f..3e33a036ff 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_09.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java index 0185723171..abc5cf7fdc 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCloneTest *- @TestCaseName: ArrayCloneTest *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java index a9651b5e32..b3b4726a84 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCloneTest02 *- @TestCaseName: ArrayCloneTest02 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java index 4e4b6b6eda..7fb6a60692 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCopyTest *- @TestCaseName: ArrayCopyTest *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java index 1c7b5189e0..cf66926be9 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest01 *- @TestCaseName: UnsafeTest01 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java index cd6292b5d1..26f4894987 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest02 *- @TestCaseName: UnsafeTest02 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java index 99d28919b9..070407a278 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest03 *- @TestCaseName: UnsafeTest03 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java index 122bc2a91d..eb7ba7a9f0 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest04 *- @TestCaseName: UnsafeTest04 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java index d80ca05ef1..5d4fcb8535 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest05 *- @TestCaseName: UnsafeTest05 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java index 531b50ac4b..534db210ba 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest06 *- @TestCaseName: UnsafeTest06 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java b/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java index 519186a999..bef0e77af9 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:String_intern.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java b/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java index c3129b33d9..5b4e78097e 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:stackAllocField.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java b/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java index c47553b5c1..9af3eb3957 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:OOMtest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java b/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java index b2846b9200..58242eee1b 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Ex_eight_arguments_static.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java index 41e7a03e2a..58e8b095b1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java index fdc3b3d921..2ffd22c332 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java index d5774e9188..733119b9f4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java index ba5b0b25d4..cce5367e44 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java index 01b16a83dc..4530d9ffe5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java index 92fe82f065..25e907b093 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java index 7d924efd00..280ab10267 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java b/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java index 82ed5449da..6a1ffbc0b8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00250.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java b/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java index 0f97e61157..424f4bff58 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00260.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java b/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java index fb5ad6b4cd..a5f5e90910 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00270.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java b/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java index f067504c95..bb98d73f7c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00280.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java b/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java index 2994d5488e..7403fd7594 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00290.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java b/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java index b05fff51e8..155e91acaf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00300.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java b/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java index 2ce6bed220..5647c4df49 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00310.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java b/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java index d4889f4c82..fb8d301ff0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00320.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java b/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java index f025ed607d..d27a02e09e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00330.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java b/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java index cbcabe7f75..80d2a25135 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00340.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java b/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java index 9e9c486cf6..1aee1e4282 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00350.java * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java b/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java index ac4b6ee2e0..b7f61d735a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00360.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java b/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java index 109d63990b..26c1fef856 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00370.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java b/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java index a1abf3907f..b61979bd8c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00380.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java b/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java index 9386bf525f..3d74ea879d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00390.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java b/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java index 6e65d9f284..4bb0ac0732 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00400.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java b/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java index 60df0585bf..65c241f316 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00410.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java b/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java index 7a69760f7c..faed521dfe 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00420.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java b/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java index a6c8a31919..6d14b6a06a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00430.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java b/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java index 7be6b59493..9876581839 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00440.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java b/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java index 91180af800..c0a7f71225 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00450.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java b/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java index e0459ead6b..86b7158a55 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00460.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java b/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java index 07db191ea7..6cf8b4a081 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00470.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java b/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java index 221be396ef..f93fd68934 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00480.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java b/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java index a7277e3258..b82ca760f0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00490.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java b/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java index 7f8aa11567..5f0be56f30 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00500.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java index 99571ffaab..13b51e8d7b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java index 6b86ec76bb..e513f3ecc5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java index c5b40dacba..dcc56225f7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java index 09b25034cc..33501a0edb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java index 457b6239b5..3ce39be060 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java index bcf71f853b..3fda3c3fc3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java index 877c7a331d..eba86b70dc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java index faaf2fb8a2..c5c2ac5a85 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java index 6875795064..88f1b8164e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java index 61956b6bc7..505922c98f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java index 8bc3bb42ad..a8400fc4c3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java index 9ba6e7e7c2..99dd044cd4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java index 0f3738423d..712562058d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java index d30571e8a0..ea3dc38c1d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java index a88470e3ff..3a670e070d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java index b2afdf34d2..1fb39f0646 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java index 81f1633a72..b5e84ad7dd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java index 4000ac3b4f..7c8b4d933b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java index 6de4ab2a9e..618d7091e4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java index 916891eeee..5b89585be7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java index b39c32bf85..7c0d4ac9b9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java index b1557af9ae..b558c39340 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java index 4ef948ce1f..27c5ba9208 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java index 40ed5cc407..2fed40659f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java index 94811d8155..f7514523c3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java index f948572df9..a58e203e52 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java index 49bfcbd28f..6eef2a1d23 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java index 502aabde86..03bfb56aad 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java index 5031c28e21..9efa927266 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java index 5628a43cb8..a31984f55c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java index 6c38b338b0..1c717a6374 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java index e446ce59e2..a3e1cfbcf0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java index ae2695ecd0..5fb3161ed9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java index 04a9237b0c..cb749c7674 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java index 1c4e64f570..a8f0c304a0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java index b52000949c..a8b956a9f2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java index 94539d5316..5c1f2aacaa 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java index fe0042dad0..264da683e2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java index 549307cf5d..a2c771027c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java index d4ba6ce583..c8082d59cd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java index c249a21562..f5726d4be1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java index 02539819c0..8ec9213ba7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java index be5bf295c1..85e88932e9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java index 46faf66cfd..0fccb4bee9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java index ed7492f547..b2a719037d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java index 8345047453..e2eba1fb51 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java index bcf7461304..85b221ed37 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java index 2051d5e8ff..69c2e711ee 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java index aff4df8784..2547d3f636 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java index b2a291261f..4f6ab592ad 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java index 54316690d5..5e2b634ca1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java index 9c111b042c..ddeb505fa5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java index bac8b9438e..f1834837f5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java index aab3a58cee..df2390963d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java index c8ad58927b..8490a8731c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java index 083b3a7afa..e9ef45aabf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java index 4e1cdb50df..a891b1b741 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java index 5d3adc362e..2f8ae5120b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java index e5633e5155..bae9f0df90 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java index a9bb721865..7fa9b117ff 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00120.java * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java index b776c962da..65b876f4aa 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java index 86ea41ea3b..b54160e121 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java index 4bf4aae0e4..b58df5f785 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java index 4add718fbb..7092e46f29 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java index 041d073ea6..7a85ae1b66 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java index 637ff63a29..7bbaea408e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java index 2d4540c4a0..e98653ad10 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java index 012c0bc8fe..204c805a99 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java b/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java index 28d291e2e9..c284352558 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_basic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java index 9b737ff333..9ef9545153 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_eh_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java index 5a9d5dc050..298a1adea6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Finalize_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java b/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java index 816c5b27f7..cc251cad47 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_flow.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java b/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java index 9b2eb03a97..e2d3a54d9f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_multest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java index e432afb2a7..605999cbab 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/ Cycle_aDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java index 006451c5d7..61448989ec 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/ Cycle_aDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java index f0f132715f..8c15c42b9c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java index f31d5fd895..e51815af81 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java index ac0e07ae77..153549a4ab 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java index 52c9be3be4..146ad95aef 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java index c766fa10ef..dcd058a56b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java index e399896530..114e288143 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java index a59e912c23..cab859b985 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java index 36486e8582..8adfdd2981 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java index 186755afee..1267e961d5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java index ab1daacbf8..6377bb213c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java index 541dc7a53f..0b6c5e27a5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java index f8e0278fa5..3045872cc6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java index ea278e0496..dadf733928 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java index 87ed2a5d20..185434c539 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java index 8e7b60aba7..d3a8bd9201 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java index 39f46aa584..8c108cd500 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java index 33570d4d42..01938ab643 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java index 6979a99a1e..8925f7b7bb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java b/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java index 42ae8e1c49..dbcd7e82c8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00250.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java b/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java index a16bbb6f2c..ad3e8461f5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00260.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java b/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java index 15bda9c51a..87a7fd0ccf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00270.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java b/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java index 76e3b669a9..6eeddc6afd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00280.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java b/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java index f3af202f92..ce93a4bb03 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00290.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java b/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java index 1935d8f782..3eda39abd1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00300.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java b/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java index c807173232..5f8d1b5161 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00310.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java b/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java index cba32c27b7..27894f4251 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00320.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java b/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java index e1c991a552..e618de2de8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00330.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java b/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java index 91e3e44d34..2e02db0f7e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00340.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java b/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java index 8d3c8695aa..699a2c4ccc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00350.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java b/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java index 4ba75261d8..927bd67306 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00360.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java b/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java index 42673136c2..158d69683e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00370.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java b/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java index 9d30179ed6..29a2cd1513 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00380.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java b/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java index c6523989b8..956213557b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00390.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java b/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java index 2e2b9c4ac8..2d866ba83e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00400.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java b/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java index 76841e2531..844ff2f16f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00410.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java b/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java index baecc52813..4a3befdca8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00420.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java b/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java index 2f65bd600f..57e4d9dd25 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00430.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java b/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java index f6f04d674e..c4ad0aa434 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00440.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java b/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java index a3bf4fe545..8c8c0cbc89 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00450.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java b/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java index 72bc5da88b..1290e77f33 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00460.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java b/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java index 45f798abab..02ee0fb587 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00470.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java b/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java index 8d7dbd67d1..b50183c76d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00480.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java b/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java index 5cd8d7ff17..746297fe2c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00490.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java b/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java index cf0264fba0..bde9fc5e0c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00500.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java b/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java index 6debf6e1ac..427ef6c511 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00510.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java index 895746082c..34859d3eb0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java index 70b0c92c56..ba31a7cc85 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java b/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java index 77204cd599..0c323af34d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java index c0d11815aa..edf653086a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java index 6c1b5498d7..dae8a2a198 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java index 4d1698851f..ba81b308df 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java index fa744082bb..96c20cc5af 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java index b27b755ca5..78e144be2d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java index a22e3f56db..d9d8a20788 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java index 64c4e5e3d8..342e9bc1f5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java index 808509d604..b8a9e50b72 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java index 833af333f4..c946024b5b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java index 340e610702..279b968cc2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java index ad5cd9ccef..c3b289b42a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java index 4c5490f302..63236063fc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java index dffc9c16a2..e22d8c0ff6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java index b31bc15578..8d1bcc02c1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java index 60f81600d2..409e61c818 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java index c374d52634..a82103ae88 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java index f815849678..d7a5bf8446 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java index ea32938b24..f040270d0d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java index 2802979e68..953dae4c5b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java index 364f7e2fc1..94cab3da8c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java index 2ffec096c7..d86b28b53b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java index c128ef478e..3a31a1ea66 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java index 1b2739c7f4..99beca30a6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java b/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java index 80bfd21753..313af618f3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java index 3bbbeeaff4..6bb433c987 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java index e47a0e62ab..f2fe3691a2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java index e8da6e8ee0..ece163c493 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java index 99e3447afe..0e03740f60 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java index 504aad96fd..686f7b289c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java index bca5ee7bb9..6f28f92cea 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java index 666dbb05ea..5a85cc8085 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java index bb8acfc36c..413b0a315e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java index 709be24b8e..26f640937a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java index eee676771b..45cc9a3079 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java index 0828507662..b9f2a39382 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java index 09607fd6fc..1d0059311c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java index 1cb430bbd2..ea2a34088c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java index 5adeed090a..ab958f0a21 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java index 5bfd9dd858..7f25a6ed36 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java index 7c73496c0d..0a3569a861 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java index 544105ab0e..787004e7f3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java index d8fac07cb1..690eb34102 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java index 38a51de94d..62d38a6390 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java index 6b122a8db3..f93b5246fd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java index ae5e185d91..d28db74be0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java index ce6eef9567..510cee9202 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java index f6c4f5b808..1578a5bbc7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java index d1fe1ef0e8..fd816ef6a5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java b/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java index b98149a870..7666fd7acb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_10240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java index 9d527b7d82..01646065ce 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java index ce756782cf..0df29a5815 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java index 572a5c65a6..dd31094d1a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java index e76f108358..e550305e97 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java index e23234a2bb..83a7c3addd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java index 75d82fe919..631b98fc84 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java index 77207b50ad..062194a080 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java index 842b5b3e36..bd00468d3f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java index 1d9dab25ae..56536474ea 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java index c9b554d4f7..919abd889e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java index 097208d520..3d4eb4da8c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java index 918947dc81..61ed7706db 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java index 19a20c3e56..88f61365f1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java index 0e805aa3d6..45e19dd99e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java index 54bb86bb6b..86e0b784f3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java index 605e4745ad..161a893b0b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java index 6df139bbd3..f8f661f9e1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java index b738a0edd4..d360696605 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java index b6f82a37e8..5ce17d9b78 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java index 5db336f14e..fa877d61ea 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java index 9fb72f9006..0db7c329f7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java index 8dada579ae..bdcd3b7418 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java index 5a0f0829eb..c0aba5dac7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java b/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java index 1fdfd31a3a..28acd4c2d3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java b/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java index 79d8dcc3ed..980d837ed5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java b/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java index 339ac2fae4..8e1d5306c0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java b/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java index af7dbc489f..0dadf5a30e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_06.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java b/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java index 39852de639..ed9b7753a9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_07.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java b/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java index 1ca8bb2049..4e7efb8c86 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_08.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java b/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java index a048e284a0..c4c576ad1e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_09 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java b/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java index 74ca64b7ce..7ad19d63b3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_10 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java b/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java index 1c2c9f024f..ba6f8da8c3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_11 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java b/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java index 8936490931..b8a09a5a5b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_12 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java b/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java index 660e712825..4959459b6e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_13 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java b/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java index a76e45c942..32876e88a0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_14 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java b/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java index a061c5d812..f2f3da4336 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_15 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java b/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java index 66b48ede57..5184b08462 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_16 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java b/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java index 7690d6c457..6cee733592 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_17 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java b/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java index f0c80a4a59..b2b58011b9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_18.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java b/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java index c648870e61..b292547ee5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_19 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java b/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java index 4eaa44ea4d..37610e5b42 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_20 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java index 190bc073f2..46d5eb2308 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Finalize_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java index 887410ff38..485b5ab598 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_11_15x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java index d1c500eec1..90ae56eb39 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_128x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java index 641bc4f334..e2621d0289 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_16_20x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java index 03b139bddb..e08ca838bf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_192x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java index ac378a59cb..4248a2e56a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_21_25x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java index 872aa543bb..d7ae2aafef 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_256x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java index de3a9e5f1c..98ac62f0c6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_26_30x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java index 367446d289..d25034fdd8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_3_10x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java index 15aa285b68..b41490859e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_31_35x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java index fe89f0e136..a1f90c58fb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_36_40x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java index 86e49cc216..5f08489799 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_41_45x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java index 67bb88f3b4..ad0ff703e1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_46_50x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java index 524cf44810..d784ca35cf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_51_55x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java index aee0238afa..f5ccd0f117 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_56_60x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java index 4aabc6041e..83ba324f39 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_61_64x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java index d94d885e55..2dca3bb00e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_B256x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java index ac60747886..638638fb18 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Thread2_64x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java index d8e1c0bb1b..52c2b21698 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_192x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java b/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java index 5e51fc5356..8726aaaaf6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_256x8B_2 * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java index 0aa6f2e711..c7dc5c2b1e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_256x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java b/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java index 00a5b36768..2781a5e4e1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/PhantomRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java b/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java index 87dcf53366..8f6965a780 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SoftRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java b/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java index d78f737db0..03175190a7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java b/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java index 2c835704a8..203718c05a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java b/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java index fb83275dd5..98ae92eb85 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java b/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java index d5a5bed98f..029076b9b2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/CondBasedRC01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java index c13c7b7a3c..bf5b0360bb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectIassign_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java index d841e41286..17c4ce7cc1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectIassign_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java b/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java index 9ae4c92850..0aa8e96fb6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectToField.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java index c7592e0e03..331b752f40 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectToField_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java b/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java index 37e7ffd850..9ffdd600e4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_staticInput.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java index d9184be4e9..7838cd4c7e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_staticInput_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java index 7caad5bcba..f86e2ace2e 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/BackupTracingAndRefPro.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java index 0690009e4b..df716fb5ba 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/RaceInLoadAndWriteWeakRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java index 9caed8b51a..1a3517631c 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/WeakAndCleanerRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java index a3e247d9bc..36b9b2a3e2 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/stress/Memory_stressTestCase29.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java b/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java index 6c7d991035..4ef7c49b7c 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/DeadReferenceTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java b/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java index b4ca252553..f5facf2632 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerInDeadCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java b/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java index 111b12adfd..8b710ca6fb 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerNotInDeadCycleFreeRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java b/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java index 9746ff4cd9..c8237e4493 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java b/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java index 6723a00b47..0412fc3908 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java b/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java index ffafd0bcee..8416d2397b 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_FinalizerReferenceTest04 *- @TestCaseName: FinalizerReferenceTest04 *- @TestCaseType: Function Testing for FinalizerReference Test diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java b/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java index 937143d5b7..b1212549e7 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_FinalizerReferenceTest08 *- @TestCaseName: FinalizerReferenceTest08 *- @TestCaseType: Function Testing for FinalizerReference Test diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java index 3eba1b616b..9d72094c1e 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java index b58b76a8d8..6896b57b47 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java index 6cf6b31613..5c43e3c651 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java index b4400c25f0..a14d8b4e4e 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB01 *- @TestCaseName: CB_01 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java index 69d83b173a..a989fd27ba 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB02 *- @TestCaseName: CB_02 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java index 7687f25849..de88578277 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB03 *- @TestCaseName: CB_03 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java index 71cc1eef28..98cf02fbfd 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB04 *- @TestCaseName: CB_04 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java index 9f690fe2ef..b26a495121 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB05 *- @TestCaseName: CB_05 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java index 63e8fa60cf..27871b13cb 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB06 *- @TestCaseName: CB_06 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java index 78ed4f987d..b125405801 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB07 *- @TestCaseName: CB_07 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java index 6356e90a32..f19b139d6a 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB08 *- @TestCaseName: CB_08 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java index a57ee93bbb..67595adb0f 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB09 *- @TestCaseName: CB_09 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java index 28cebe2b52..a124beed15 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_03 *- @TestCaseName: CP_Thread_03 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java index 57cb385a6b..3fd20ca3e0 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_04 *- @TestCaseName: CP_Thread_04 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java index c2569ab012..72cfc0df2b 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_05 *- @TestCaseName: CP_Thread_05 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java index d4c9661644..f947942dbe 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_06 *- @TestCaseName: CP_Thread_06 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java index 492d87c9f4..1eff290cca 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_07 *- @TestCaseName: CP_Thread_07 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java index 419da029d8..8ed638739e 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_08 *- @TestCaseName: CP_Thread_08 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java index 1e7b9fac6c..d9e5b6e136 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_09 *- @TestCaseName: CP_Thread_09 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java index f4912d771a..596d92b942 100644 --- a/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java @@ -1,16 +1,16 @@ /** * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/CharacterNativeUncover.java * -@Title/Destination: Character Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java index 20a213e73a..3be4091b7e 100644 --- a/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/ClassNativeUncover.java * -@Title/Destination: ClassNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java index 69667ba05e..b1a3f5d057 100644 --- a/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/ConstructorNativeUncover.java * -@Title/Destination: ConstructorNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java index 37669ddf7f..1a348e5ce8 100644 --- a/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java @@ -3,16 +3,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/MethodNativeUncover.java * -@Title/Destination: MethodNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java index 375959ce56..f13a19408b 100644 --- a/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/ThreadNativeUncover.java * - @Title/Destination: ThreadNativeUncover Methods getState() * - @Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java index 2014406e59..d6dc93f621 100644 --- a/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java @@ -1,16 +1,16 @@ /** * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/ThrowableNativeUncover.java * -@Title/Destination: ThrowableNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java b/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java index e1112831d6..766fa86eef 100644 --- a/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/ArrayNativeUncover.java * -@Title/Destination: ArrayNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java b/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java index 510141899c..0285d98a6f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java +++ b/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectequals.java * -@TestCaseName: Exception in reflect/AccessibleObject: boolean equals(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java index 8a66e0970e..fb1ca90fa1 100644 --- a/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjecthashCode.java * -@TestCaseName: Exception in reflect/AccessibleObject: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java index 6417e5590f..e29513118a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java index dafac0e962..986a67216c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java index 9a7d836873..2f4159a776 100644 --- a/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjecttoString.java * -@TestCaseName: Exception in reflect/AccessibleObject: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java index de9a131c9c..e01f7b3a12 100644 --- a/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java index 9959b05bbf..7472d42c9d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjecthashCode.java * -@TestCaseName: Exception in reflect/Array: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java index 5e67ae6ed1..063f955d25 100644 --- a/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java index 22e80a192e..c4294ad04d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java index 31584c8af7..7ae3dcd59c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java index fbb11b2ffc..c3b6692e9d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java index bed59d2ff7..cc8a42783a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwait.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java index 123951bee8..bc5f28ad94 100644 --- a/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectgetClass.java * -@TestCaseName: Exception in Character: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java index 85c27982c9..6a80944450 100644 --- a/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java index 95381fedbe..0f919a8da5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java index 753530ab39..13ea9ed19e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java index b2e44ed219..65814b55f8 100644 --- a/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwait.java * -@TestCaseName: Exception in Charactor: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java index 1f4ec070d6..1fc43e5c83 100644 --- a/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectgetClass.java * -@TestCaseName: Exception in Character/Subset: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java index 6d1cf85309..0f1bbf3daa 100644 --- a/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java index c64d5850cb..794ec32aff 100644 --- a/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java index 148030dc7d..c07168b486 100644 --- a/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java index e39c237ad0..9aca51e75f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java index 3b0e6c382f..01a801b8cf 100644 --- a/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java b/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java index 1fc2f78d8c..87922a18a7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java +++ b/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectHashcode.java * -@TestCaseName: Exception in Class: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java index a65bf011ac..0cde571574 100644 --- a/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Class: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java index 1c6b188131..3ed5384047 100644 --- a/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Class: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java index c11343224a..e71551cefc 100644 --- a/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java index 8f3960cc39..54d94b607a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: runtime/Class/ClassExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java index f7b53c7297..26bde3a82d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: runtime/Class/ClassExObjectwait.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java index 9da49a226e..e05c1b1d8f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java index 2309c4de24..d417bfa20f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java index 46156b2200..ff1ec996be 100644 --- a/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java index d69645ed63..0da7134774 100644 --- a/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java index e9aa780424..58ce45ca26 100644 --- a/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java index 2d960b6ddf..c6ca1746e7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwait.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java index d855d34e9d..ef421627f2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect /Constructor: boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java b/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java index 6eea01ea2f..33a16e6e31 100644 --- a/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java +++ b/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExAccessibleObjectsetAccessibleSecurityException.java * -@TestCaseName: Exception in reflect /Constructor: void setAccessible(boolean flag)/ static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java b/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java index d2cbf24040..fe9ee302c9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java +++ b/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExExecutablegetExceptionTypes.java * -@TestCaseName: abstract Class[] getExceptionTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java b/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java index 74056dbdd9..e0de5b77c9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java +++ b/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExExecutablegetGenericParameterTypes.java * -@TestCaseName: Type[] getGenericParameterTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java index 5a5b634c70..b46e705237 100644 --- a/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect /Constructor: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java index 6b2125234c..6853d3fc4b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect /Constructor: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java index 36b6580f63..c8004eb71a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java index cc601b983d..bac19c20e9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java index 28991de948..328b636111 100644 --- a/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java index a336dc79d5..64433165d9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwait.java * -@TestCaseName: Exception in reflect Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java index 588d3874fd..c64c0bc51e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect/Field: boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java b/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java index dd453e6051..a16beb9b7d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java +++ b/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExAccessibleObjectsetAccessibleSecurityException.java * -@TestCaseName: Exception in reflect/Field: void setAccessible(boolean flag) \ static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java index 576188f4df..be972aabd9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:FieldExObjectgetClass.java * -@TestCaseName: Exception in reflect/Field: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java index c7c5a03dd3..711cd116f1 100644 --- a/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Field: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java index 24b0787f93..14f3d24977 100644 --- a/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Field: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java index 20dcd005cf..fa4f3196b5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java index 34a4231008..1154ea97af 100644 --- a/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java index 3b92eae98a..4b54dae222 100644 --- a/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java index 4057b262a1..4add3adaf7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Field/FieldExObjectwait.java * -@TestCaseName: Exception in reflect Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java index 9c487fb951..90e1069f53 100644 --- a/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect Method:public boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java b/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java index a45be90c58..d7c3d5a07c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java +++ b/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectisAnnotationPresentNullPointerException.java * -@TestCaseName: Exception in reflect Method:public boolean isAnnotationPresent(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java b/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java index fa457ffd4a..aff8d9427e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectSetAccessible.java * -@TestCaseName: Exception in reflect Method: static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java index 82abdcd70f..db187e45de 100644 --- a/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExExecutablegetAnnotationsByTypeNullPointerException.java *- @TestCaseName: Exception in reflect/Method: T[] getAnnotationsByType(Class annotationClass) *- @TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java b/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java index 277371e66d..8154ba68d8 100644 --- a/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java +++ b/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExExecutablegetGenericParameterTypesExceptions.java * -@TestCaseName: Exception in reflect/Method:Type[] getGenericParameterTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java index f74d990905..f5fe4f9fc9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Method: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java index 9a3aee262d..5479cac40e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Method: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java index 99b9df0442..2d2c5e4d7e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect/Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java index bd08543168..a3b9e66d6d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java index d09532c66d..3817e44260 100644 --- a/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java index 0bab4bd20b..8cf1156e85 100644 --- a/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Method/MethodExObjectwait.java * -@TestCaseName: Exception in reflect Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java index 6900bebfe3..1814291a3a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectgetClass.java * -@TestCaseName: Exception in reflect Modifier: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java index fe208ddccf..f9919b5e8b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjecthashCode.java * -@TestCaseName: Exception in reflect Modifier: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java index 64b05b2e83..ceb8b2ffaf 100644 --- a/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java index ee0ed6885e..4976ebf030 100644 --- a/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java index 11fbb9c348..5268aa37bd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java index 6903d1cf43..370647c62b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwait.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java index 312aca3b02..f48a3531d7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectgetClass.java * -@TestCaseName: Exception in reflect Parameter: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java index 53fbf5c463..0670b06854 100644 --- a/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Parameter: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java index 470d4c5c21..a85419c66c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Parameter: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java index 929c508a9a..f72886d38f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectwait.java *- @TestCaseName: Exception in reflect Parameter: final void wait(*) *- @TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java index a8ee3b0f6f..3c8dd78f76 100644 --- a/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjecthashCode.java * -@TestCaseName: Exception in reflect Proxy: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java index 1d64533532..0b31aa3695 100644 --- a/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java index ee665c8924..d68388efdf 100644 --- a/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java index 411e0658ce..1e45c4b479 100644 --- a/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java index 5cd9c04f09..185ea9b12e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java index 4037d3c21a..151066950a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java index 99db6e5465..ba237012c9 100644 --- a/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwait.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java b/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java index 12d75c3215..db9d25361b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java +++ b/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExBasicPermissionimplies.java * -@TestCaseName: Exception in reflect ReflectPermission: boolean implies(Permission p) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java index c4e8df1bc3..17218f3df4 100644 --- a/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectgetClass.java * -@TestCaseName: Exception in reflect ReflectPermission: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java index 41d2af11fe..0cd40baa41 100644 --- a/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java index 7df524e968..11beaf8aca 100644 --- a/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java index 48b3610ef0..591c480e9e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjecttoString.java * -@TestCaseName: Exception in reflect ReflectPermission: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java index e9085fd312..8c35caa044 100644 --- a/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java index 38c4f932d3..7e1cc38bee 100644 --- a/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermission/ReflectPermissionExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java index 8c971a567f..2b48069ecb 100644 --- a/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectwait.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java b/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java index 93ba3c23d5..4275997526 100644 --- a/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java +++ b/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExPermissioncheckGuard.java * -@TestCaseName: Exception in reflect ReflectPermission: void checkGuard(Object object) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java index 00aa7e3512..8d8ebe0477 100644 --- a/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectgetClass.java * -@TestCaseName: Exception in String: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java index e6045b6a2d..e2b4342877 100644 --- a/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjecthashCode.java * -@TestCaseName: Exception in StringBuffer: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java index 57c5bc1fe1..7bb7251801 100644 --- a/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java index a828505c1b..1569369c1d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java index e69934aa0f..5e7a1d7177 100644 --- a/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java index 668dbdc5b9..6d9278feee 100644 --- a/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java index 99f5f17da8..67d417f55f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwait.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java index b85c8275f1..110b7ced74 100644 --- a/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectgetClass.java * -@TestCaseName: Exception in StringBuilder: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java index 92323b5437..7a10f39c36 100644 --- a/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjecthashCode.java * -@TestCaseName: Exception in StringBuilder: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java index a3dddafc2e..050900f840 100644 --- a/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java index ec15cb6b16..22aa380153 100644 --- a/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java index aa8235e499..208b5ca80c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java index 75e62cc0f6..f1acbf82be 100644 --- a/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java index 10bed84c0f..b349fbf148 100644 --- a/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwait.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java index 9c620510bf..3f8edcea6e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectgetClass.java * -@TestCaseName: Exception in String: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java index ca67cdcac3..a1d252ec3c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java index 3a1b73cd1f..9bdb194825 100644 --- a/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java index 8e7e4a0e58..d15dffa6a0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java index 0c06d1f69b..ce5d18fdbd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java index ecf1e2cc81..215a9aaae4 100644 --- a/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwait.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java index 2181fc19aa..ace675a501 100644 --- a/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjecthashCode.java * -@TestCaseName: Exception in Thread: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java index 5b3d108c79..6a4de024e5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java index 05770bffff..c5474a68ba 100644 --- a/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java index 727af8b9f4..4f65d26326 100644 --- a/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java index 1249494eca..4a882cd955 100644 --- a/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java index f8bb154ff3..afb260b978 100644 --- a/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwait.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java b/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java index 50f4339053..9c75f9ccec 100644 --- a/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java +++ b/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectequals.java * -@TestCaseName: Exception in ThreadGroup: boolean equals(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java index c6fd58c40b..03cd1e85ca 100644 --- a/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectgetClass.java * -@TestCaseName: Exception in ThreadGroup: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java index 683c2a7281..3e8d4cbcf8 100644 --- a/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjecthashCode.java * -@TestCaseName: Exception in ThreadGroup: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java index bfc454e72d..e8a47faa85 100644 --- a/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java index f3be3eac1d..a4e98eaddb 100644 --- a/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java index c79d7a858d..5162e18f86 100644 --- a/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjecttoString.java * -@TestCaseName: Exception in ThreadGroup: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java index 69e1f5d98f..cd7ab98d0d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java index f97b1caaff..c195be41dd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java index fa210505da..dc61fea083 100644 --- a/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java index 69cb37cc58..642647d0f0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectgetClass.java * -@TestCaseName: Exception in ThreadLocal: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java index a66dcaa8b8..bc44825dac 100644 --- a/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjecthashCode.java * -@TestCaseName: Exception in ThreadLocal: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java index a31dadb0c0..1a1143f2ed 100644 --- a/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java index 89f29fc29f..133e2ac888 100644 --- a/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java index 75a2c74ab1..f8ac258ff7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjecttoString.java * -@TestCaseName: Exception in ThreadLocal: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java index 6162e02ad9..e9010e2f4b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java index 28d05fdcc1..f0bcc76599 100644 --- a/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java index b572bd8263..7959da3590 100644 --- a/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java index 0a1fcdbec8..84ecd05cc4 100644 --- a/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjecthashCode.java * -@TestCaseName: Exception in Throwable: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java index 445cdaaeea..d6f07aa6f0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java index 6e6521be15..4e00d50f3c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java index bfcddba37d..b314fb2368 100644 --- a/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java index 20e1a631db..f310f5d0d6 100644 --- a/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java index aaa2f60074..9168375b53 100644 --- a/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java index 0b6d867c42..c477878c30 100644 --- a/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwait.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java index d4b663b0b2..071831fb1b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectgetClass.java * -@TestCaseName: Exception in Character/UnicodeBlock: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java index 851f7d958d..41cb0e3e20 100644 --- a/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjecthashCode.java * -@TestCaseName: Exception in Character/UnicodeBlock: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java index 97465002b7..c871f4b486 100644 --- a/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java index 3f70639a1d..774bf59f96 100644 --- a/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java index 45061c7410..8a46451936 100644 --- a/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjecttoString.java * -@TestCaseName: Exception in Character/UnicodeBlock: final String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java index af5dba671f..dcdab80bb4 100644 --- a/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java index b1bb526023..c4e450ced7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java index dfd5714d13..b7b6deab4c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwait.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java index 46c61260e9..d1a621730e 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java index 3ed4155e81..5754fd0bc0 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java index 932042d6aa..df41951543 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java index 93d2662a72..756e41f61b 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java b/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java index af950f5b75..4bfb30be0c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructor1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructor1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java b/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java index 5070a1f9da..c3097f86b1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructor2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructor2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java b/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java index 555829267e..75bfb8d487 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java +++ b/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructors *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructors.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java b/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java index 9ed2df27e8..a7448aac2b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructor1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructor1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java b/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java index f937ca47f1..2e46284e86 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructor2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructor2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java b/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java index 67c4e90e08..564f87988c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java +++ b/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructors *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructors.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java b/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java index fd6633664c..c2ca556de2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java b/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java index 8c81700fb4..97c72364e1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java b/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java index 5f04516ef9..c224fd0568 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java b/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java index c6552b6c4d..a2f2c47bcb 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java b/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java index 773e5c67ac..a1708d8334 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java b/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java index 35cb1a3351..9c6e8cd7b0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java b/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java index 565420c58f..4b4e43f494 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java b/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java index 5a03bd058f..ab993922dd 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java +++ b/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionDesiredAssertionStatus *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionDesiredAssertionStatus.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java b/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java index 82aac48c5b..e5699a9854 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java b/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java index 5c014e0837..67366b3995 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java b/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java index 360b753166..d83ab87af3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java +++ b/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName5 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName5.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java b/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java index 980a79a5ec..7208dd20f7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotation3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotation3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java b/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java index 20d24d6e1e..27945cb297 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotation4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotation4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java b/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java index 0e5666fec9..9bf1e32411 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotationsByType2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotationsByType2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java b/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java index 7aeef6d4b8..21ef48d597 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetCanonicalName *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetCanonicalName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java b/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java index 47a522925f..fd06d0052a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetComponentType *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetComponentType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java b/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java index cf094ce040..c296095130 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotations1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotations1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java index 2114661ce2..fabe60f027 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java index 8942630756..999d99b708 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotationsByTypeNullPointerException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java b/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java index 5eda47ffd3..9690dc4ddb 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java +++ b/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredClasses *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredClasses.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java b/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java index 939836bbd5..25551bd319 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredField1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredField1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java index b2c4825f8f..42859a055c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFieldNullPointerException. *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFieldNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java b/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java index 8ec3af1080..9f5355749a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFields1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFields1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java b/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java index fd0f8607eb..3973eafa72 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java +++ b/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFields *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFields.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java b/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java index 0cd655a34c..19e2314577 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java b/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java index 1666025c7f..e3f60e8907 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java b/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java index 43fd4ec248..18232e5168 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java b/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java index 7254c5c912..d9cd00138d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethods1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethods1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java b/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java index 7b9bbda9c4..2ed29aef4d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethods2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethods2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java b/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java index 4f85769a36..6500874292 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaringClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaringClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java b/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java index c2bac55cb9..3da8250fac 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java +++ b/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetEnumConstants *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetEnumConstants.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java b/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java index 3cbbfaa8a5..925d6af22c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetField1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetField1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java b/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java index 4d7d21b9b7..6bd5556f94 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetField2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetField2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java b/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java index 17f62e2d27..2cbe8ec3a0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java +++ b/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetFields *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetFields.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java b/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java index 09a9689e1b..90cc766c88 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetMethod1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetMethod1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java b/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java index 56bae50152..85712cf4bf 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetMethod2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetMethod2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java b/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java index 72b3d43f0b..0b7416a77b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java +++ b/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetSigners *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetSigners.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java b/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java index aa7e71d0fb..63951dc781 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetSimpleName *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetSimpleName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java b/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java index 3bafe91ed6..e95b2b415f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java +++ b/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsArray *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsArray.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java b/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java index 8673d6a756..5894e23026 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsAssignableFrom1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsAssignableFrom1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java index 3e335bbb2e..a714605cb4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsAssignableFromNullPointerException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsAssignableFromNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java b/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java index cf533a539a..e8d11ca029 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsLocalClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsLocalClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java b/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java index e648e111ce..5e52df232a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsMemberClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsMemberClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java b/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java index 417ea98735..3a969bc989 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java +++ b/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsPrimitive *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsPrimitive.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java b/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java index cd3a1c1beb..c4e547c1ac 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsSynthetic *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsSynthetic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java b/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java index 669fea2ae9..a2b059ddb5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionNewInstance1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionNewInstance1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java b/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java index 377081c1a6..eeb119cb14 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionNewInstanceInstantiationExceptionIllegalAccessException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java index 58c37d344b..a438e13e54 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java b/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java index 9617d66991..0553710e9a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionToString *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionToString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java index 732281c7a8..091522de7b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTConstructorGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTConstructorGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java index 3801a645be..380c6e4116 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTConstructorGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTConstructorGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java b/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java index 0ece2074b4..db04b00cce 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java b/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java index 6a4c8c178f..b71e3817d2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java b/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java index 7fac80ddeb..8fb7dc7245 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet3 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java b/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java index 7cb720a509..3a0523b2f3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetAnnotation1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetAnnotation1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java index 3ff6afa5ac..36e021f5ff 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java b/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java index 27906116c3..78ee9b8dae 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetDeclaringClass *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetDeclaringClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java b/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java index b60e704798..5a625affe8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java +++ b/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetModifiers *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetModifiers.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java b/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java index f725cab37a..200388ff60 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetName *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java b/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java index 5bc851428f..18a6b4ed0b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetType *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java b/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java index fa86563225..16d4f57685 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java b/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java index b3f13a650c..bbad654582 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java b/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java index 092536aeb4..941cad32a4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet3 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java b/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java index a6a5d27bde..bb23dd2113 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet4 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java b/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java index c8ec7a3c94..df8b4f1623 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldToString *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldToString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java index 205a202575..3d233384e7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java index 73611a6884..00c43b9dec 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java b/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java index 12a271bbe7..3d892b02f8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java +++ b/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetParameterCount *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetParameterCount.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java b/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java index adff58723d..e37e027b35 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java +++ b/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodIsDefault *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodIsDefault.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java b/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java index 4f88a8577f..0fb5f710a2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java +++ b/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTModifierParameterModifiers *- @RequirementName: Java Reflection *- @TestCaseName:RTModifierParameterModifiers.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java index bb9ee5bfff..68fd28fe9e 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java b/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java index a2d9eb8ba1..2e7d1b19f6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetAnnotationsByType2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetAnnotationsByType2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java index 00fee47bec..6bc4b32db3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java b/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java index 343c42fc1b..e1726d8b7b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTProxyGetProxyClass1 *- @RequirementName: Java Reflection *- @TestCaseName:RTProxyGetProxyClass1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java b/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java index efb1edaaee..7c7b6a93f3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java +++ b/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetDeclaredAnnotationNPE *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetDeclaredAnnotationNPE.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java b/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java index d29a955aad..a314b7bea7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java +++ b/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassIsAssignableFromNPE *- @RequirementName: Java Reflection *- @TestCaseName:ClassIsAssignableFromNPE.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java b/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java index 70013de7ef..d159bacd00 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetAnnotationsByType *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetAnnotationsByType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java b/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java index 6c7ed98eea..08eee42610 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java +++ b/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetEnumConstants *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetEnumConstants.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java index 40fb019d5f..5070f8cf33 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetTypeParameters *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java index b091f404d2..9e2c56cd47 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:ClassToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java b/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java index e6d47bcef6..0617735763 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java +++ b/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorGetExceptionTypes.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorGetExceptionTypes.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java index a9a0e2e156..f41f202d3b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorGetTypeParameters.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java index 90aedc9d34..7905d14e70 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorToGenericString.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java index b7b03fdfc1..f298e81a07 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:FieldToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java b/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java index 156d994b6d..52147a561b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java +++ b/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetDefaultValue *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetDefaultValue.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java b/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java index 65e4082f6f..48fb43227d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java +++ b/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetParameterCount *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetParameterCount.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java index 460562af9a..79927d5ad8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetTypeParameters *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java b/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java index 13ac68cb0a..ae03d59e5a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java +++ b/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodIsDefault *- @RequirementName: Java Reflection *- @TestCaseName:MethodIsDefault.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java index 18ceeada71..e6bb1c2d75 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:MethodToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java index 6edc7d4553..c0401214e3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. *- @TestCaseID: ReflectionAnnotationGetClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAnnotationGetClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java b/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java index 888666d93d..33cb762bb6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java +++ b/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitClassNewInstance *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitClassNewInstance.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java b/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java index f4c8e4a4cd..8ecf36cb3f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java +++ b/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitConstructorNewInstance *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitConstructorNewInstance.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java b/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java index 1222d803cf..c8aa335c01 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetBooleanStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetBooleanStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java b/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java index 58133e07ca..cdb29c99bf 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetByteStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetByteStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java b/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java index 09cf99554f..dad3cf0279 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetCharStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetCharStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java b/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java index 5c491b3f72..9f32164557 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetDoubleStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetDoubleStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java b/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java index 7f5b65dd2f..8c32d3de92 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetFloatStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetFloatStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java b/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java index 022f24fb48..879f1980fa 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetIntStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetIntStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java b/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java index 16e289a39f..42b29b1b1d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetLongStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetLongStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java b/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java index 7f671da009..1714998017 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetShortStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetShortStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java b/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java index 5156e37c5c..20a7c4c95f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java b/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java index 854382f12c..4285f3b7ee 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java +++ b/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldOtherMethod *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldOtherMethod.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java b/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java index 5c1ffe996a..b23f35fa29 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetBooleanStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetBooleanStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java b/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java index 20a09ecd43..4078e36fb6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetByteStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetByteStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java b/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java index 6f84f10910..50e39f7f54 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetCharStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetCharStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java b/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java index c4d4e1251c..6fee1c2803 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetDoubleStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetDoubleStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java b/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java index 6b55ffc7c0..a5d40ac789 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetFloatStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetFloatStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java b/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java index 8c4081dd85..96d6a6da4b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetIntStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetIntStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java b/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java index 233f61753b..fbe06f9892 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetLongStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetLongStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java b/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java index f1c2a6bb8a..452454d594 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetShortStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetShortStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java b/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java index 34e7bdd20f..e97bc11512 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java b/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java index 3c89efdad9..02ca173673 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitMethodInvokeStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitMethodInvokeStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java b/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java index dadb3ec59d..9ff97d59d3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetBooleanInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetBooleanInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java b/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java index 81c052442f..3b2f853c6c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetByteInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetByteInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java b/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java index 78e0979e14..52e50ddf6d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetCharInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetCharInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java b/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java index 88c585748a..645164dc14 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetDoubleInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetDoubleInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java b/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java index 2926c44723..474e065669 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetFloatInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetFloatInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java b/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java index 399215029f..8186af1692 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java b/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java index 5d589d8d4e..421716fa2b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetIntInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetIntInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java b/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java index eb0b96cebb..201e13e7b7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetLongInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetLongInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java b/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java index cf5c4d1720..9945da1be1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetShortInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetShortInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java b/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java index a6196170c4..b652be0b2e 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldOtherMethodInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldOtherMethodInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java b/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java index 49c54c00e2..b1aa1f4857 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetBooleanInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetBooleanInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java b/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java index c9c167f7dd..e4be3645a1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetByteInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetByteInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java b/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java index 9ccd21286b..fce527c853 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetFloatInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetFloatInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java b/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java index f780f46f51..744d79cf4b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java b/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java index 821da9fe3c..6f509b2333 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetIntInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetIntInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java b/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java index a6ad602a90..54df08b163 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetLongInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetLongInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java b/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java index 11c57b5806..cf81e8d805 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetShortInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetShortInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java b/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java index 80257ed991..e8533a7113 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitMethodInvokeInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitMethodInvokeInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java b/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java index c937f9aadc..08d3d2d78a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java b/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java index 8be48343e2..4d3499a794 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorTest.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java b/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java index a84d271d1f..32c5a17566 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodHandleReflectCombineTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodHandleReflectCombineTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java b/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java index df3a84974e..7b6de83e64 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldTest.java *- @RequirementName: Java Reflection *- @TestCaseName:FieldTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java index ab8464d6b6..576170aa68 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java index 52d38f1f9f..56cf1cfc5d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java index 2c8c6b25a5..625acf431a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_Annotation_invoke_AnnotationSetTest *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationTypeParameterSetTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java index 9e0ea89e60..d760f6a086 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java index 52d38f1f9f..56cf1cfc5d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java index 65c14b186e..2abba7f2dd 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_Annotation_invoke_AnnotationSetTest *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationTypeUseSetTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java index d41eb52d38..e6b86e4374 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java index 52d38f1f9f..56cf1cfc5d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java index 898985c4d4..7a7d6dde6c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java index 6160990bc3..dc32ac9473 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java index bef4bc963b..a87fd8c0b6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MethodHandle_invoke_AnnotationMultiThread *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationMultiThread.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java index 6118fa06ad..2dd9b6b8f2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ public enum ENUMA { A, diff --git a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java index 94738a860e..73157de881 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldTest.java *- @RequirementName: Java Reflection *- @TestCaseName:FieldTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java index 6f11c9d25e..d70cc06cc5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodTest.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java b/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java index fa9a19e892..7f15ecace6 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java +++ b/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName2.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java b/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java index 453b40aa9a..54c892d5dc 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java +++ b/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetCharInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetCharInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java b/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java index bc49087e93..4bb8c19626 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java +++ b/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetDoubleInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetDoubleInterface.java diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java b/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java index ed31053db8..2a4f241028 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest01 *- @TestCaseName: StmtTest01 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java b/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java index e52d1876ec..abfc1a51db 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest02 *- @TestCaseName: StmtTest02 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java b/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java index abbce8bc82..a158c5c473 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest03 *- @TestCaseName: StmtTest03 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java b/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java index 464de7e05a..2bafa8a16e 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest04 *- @TestCaseName: StmtTest04 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java b/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java index 06eac10310..edc40cd8c0 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest05 *- @TestCaseName: StmtTest05 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java b/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java index aa8a224960..7f8e36a0a2 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest06 *- @TestCaseName: StmtTest06 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java b/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java index 7e820d6a59..f90b9eb742 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest07 *- @TestCaseName: StmtTest07 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java b/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java index a4b6bf095a..2b4855a99f 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest08 *- @TestCaseName: StmtTest08 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java b/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java index 4521071e17..95f1f293d9 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest09 *- @TestCaseName: StmtTest09 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java b/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java index c853f9086d..05f9f94d31 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest10 *- @TestCaseName: StmtTest10 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java b/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java index af6242af97..96eba402a3 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest11 *- @TestCaseName: StmtTest11 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java b/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java index 1ee120328b..f3000defcd 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest13 *- @TestCaseName: StmtTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java b/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java index 95b99402fc..71bcbed87e 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest13 *- @TestCaseName: StmtTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java b/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java index f7c2ac84e1..00eea34c2f 100644 --- a/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java +++ b/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectString.java * -@TestCaseName: String.class.newInstance * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java b/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java index e9f3d43c10..d91ec7007d 100644 --- a/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferConstructorsTest.java * -@TestCaseName: Test String Buffer Constructors StringBuffer(String str)/StringBuffer()/StringBuffer(int capacity) * /StringBuffer(CharSequence seq). diff --git a/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java b/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java index 8ea3adf025..fecba4ffd2 100644 --- a/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java +++ b/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferAppendAndAppendCodePointTest.java * -@TestCaseName: Test method append(boolean b)/append(char c)/append(char[] str)/append(CharSequence s)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java b/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java index e25d84c0fc..251a10d8d7 100644 --- a/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java +++ b/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferInsertTest.java * -@TestCaseName: Test Method insert(Various parameters) of StringBuffer include insert(int offset, boolean b)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java index 7b7596ab68..561191e92f 100644 --- a/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferDeleteAndDeleteCharAtTest.java * -@TestCaseName: Test Method StringBuffer delete(int start, int end) and StringBuffer deleteCharAt(int index) of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java index f219acd1de..5daa0f13e9 100644 --- a/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCodePointExceptionTest.java * -@TestCaseName: Test method codePointAt(int index)/codePointBefore(int index)/codePointCount(int beginIndex, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java b/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java index 8163b878ab..582e3ee295 100644 --- a/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java +++ b/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCapacityAndEnsureCapacityTest.java * -@TestCaseName: Test Method capacity()/ensureCapacity(int minimumCapacity) of StringBuffer. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java index 4a8abd790b..e21ad1262e 100644 --- a/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCharAtAndSetCharAtExceptionTest.java * -@TestCaseName: Test Method charAt(int index)/setCharAt(int index, char ch) of StringBuffer and * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java index 6c1f47fe15..98266639ba 100644 --- a/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferGetCharsTest.java * -@TestCaseName: Test Method getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) of StringBuffer. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java b/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java index 68bac7f797..cd113e30a1 100644 --- a/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java +++ b/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferIndexOfAndLastIndexOfTest.java * -@TestCaseName: Test Method int indexOf(String str)/int indexOf(String str, int fromIndex)/int lastIndexOf( * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java b/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java index 7a490a967d..2693a59b34 100644 --- a/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferReplaceAndReverseTest.java * -@TestCaseName: Test Method StringBuffer replace(int start, int end, String str)/StringBuffer reverse() of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java b/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java index 74b828e82c..69d444b8f1 100644 --- a/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferSubstringAndToStringTest.java * -@TestCaseName: Test Method:String substring(int start)/String substring(int start, int end)/String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java b/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java index b17de3e6d0..b75483e325 100644 --- a/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderConstructorsTest.java * -@TestCaseName: Test StringBuilder Constructors StringBuilder()/StringBuilder(CharSequence seq)/StringBuilder * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java b/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java index 80393f9be8..d499beb07f 100644 --- a/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java +++ b/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderAppendAndAppendCodePointTest.java * -@TestCaseName: Test method append(boolean b)/append(char c)/append(char[] str)/append(char[] str, int offset, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java b/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java index 869317d7cb..4d8d6cf813 100644 --- a/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java +++ b/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderInsertTest.java * -@TestCaseName: Test Method insert(Various parameters) of StringBuilder include insert(int offset, boolean b)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java index 4314af152e..f1e29fb1c8 100644 --- a/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderDeleteAndDeleteCharAtTest.java * -@TestCaseName: Test Method delete(int start, int end) and deleteCharAt(int index) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java index bb7a09cf06..090004d863 100644 --- a/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCodePointExceptionTest.java * -@TestCaseName: Test method codePointAt(int index)/codePointBefore(int index)/codePointCount(int beginIndex, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java b/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java index eae0a294f6..9bb6772d96 100644 --- a/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java +++ b/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCapacityAndEnsureCapacityTest.java * -@TestCaseName: Test Method capacity()/ensureCapacity(int minimumCapacity) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java index 7375066537..ef8b937fba 100644 --- a/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCharAtAndSetCharAtExceptionTest.java * -@TestCaseName: Test Method charAt(int index)/setCharAt(int index, char ch) of StringBuilder and * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java index 9bc0a5e6ff..fdaf14e056 100644 --- a/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderGetCharsTest.java * -@TestCaseName: Test Method getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java b/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java index 12dab0706b..8b028e2879 100644 --- a/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java +++ b/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderIndexOfAndLastIndexOfTest.java * -@TestCaseName: Test Method int indexOf(String str)/int indexOf(String str, int fromIndex)/int lastIndexOf( * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java b/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java index b684154df2..5705c1064a 100644 --- a/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderReplaceAndReverseTest.java * -@TestCaseName: Test Method StringBuffer replace(int start, int end, String str)/StringBuffer reverse() of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java b/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java index ed79c3300e..6c286e65f9 100644 --- a/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderSubstringAndToStringTest.java * -@TestCaseName: Test Method:String substring(int start)/String substring(int start, int end)/String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java index a9f3656a96..c244632df4 100644 --- a/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String constructor:public String(byte[] bytes, int offset, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java index 34e24e9fb7..0c5bb2ffea 100644 --- a/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharArrayIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test String constructor: String(char[] value, int offset, int count) throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java index 9e5e59d621..6b106177cf 100644 --- a/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsIntArrayExceptionsTest.java * -@TestCaseName: Test IndexOutOfBoundsException/IllegalArgumentException in String constructor: String(int[] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java index 4d3fed2eaa..581c81c585 100644 --- a/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException/IllegalArgumentException in String constructor: String(byte[] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java index 12c5e92fd5..43c3160167 100644 --- a/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntCharsetExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String constructor: String(byte[] bytes, int offset, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java index f6924b0a11..2fe9e835f5 100644 --- a/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCharAtIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: public char charAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java index 5e09d431aa..5c64bedcbb 100644 --- a/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointAtStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: public int codePointAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java index ae6d439e34..9915b78a35 100644 --- a/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointBeforeExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: int codePointBefore(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java index 8caee97498..2cfab95de8 100644 --- a/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointCountIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in int codePointCount(int beginIndex, int endIndex) of String. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java index 38d33429a1..04a869fb6e 100644 --- a/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: int offsetByCodePoints(int index, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java index 37e0212399..02ca1d1a9c 100644 --- a/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetCharsExceptionsTest.java * -@TestCaseName: Test Exception in String Method: void getChars(int srcBegin, int srcEnd, char[] dst, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java index 37214640fd..bf58ca3643 100644 --- a/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesExceptionTest.java * -@TestCaseName: Test Exception in String Method: getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java index 33577768c9..b4854ce4af 100644 --- a/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: String substring(int beginIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java index 9f895abe87..f3a6e6616a 100644 --- a/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntIntExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: String substring(int beginIndex, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java index aedfdfe653..33f6a108a4 100644 --- a/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubSequenceIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: CharSequence subSequence(int beginIndex, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java index 18bfe923f3..e845fc0fea 100644 --- a/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceNullPointerExceptionTest.java * -@TestCaseName: Test NullPointerException in String Method:String replace(CharSequence target, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java index 976f8a7049..080ad350be 100644 --- a/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringValueOfAndCopyValueOfExceptionTest.java * -@TestCaseName: Test Exception in String Static Method: String valueOf(char[] data, int offset, int count)/String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java b/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java index aa1a59cc8d..849b54d8f4 100644 --- a/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java +++ b/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetClassTest.java * -@TestCaseName: Test Method Class getClass() of String. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java b/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java index bd16dffa8d..4125c19f47 100644 --- a/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java +++ b/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsAndEqualsIgnoreCaseAndLengthTest.java * -@TestCaseName: Test method boolean equals(Object anObject)/boolean equalsIgnoreCase(String anotherString)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java b/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java index 23ef8d517d..5e719e2255 100644 --- a/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java +++ b/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringNoParamConstructorTest.java * -@TestCaseName: Test String Constructor: public String(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java b/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java index 223aa6a323..8b2f171c52 100644 --- a/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringTest.java * -@TestCaseName: Test String constructor: String(String original). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java b/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java index 4a2e4b57b8..7ef5c55f97 100644 --- a/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java +++ b/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharTest.java * -@TestCaseName: Test String constructor: String(char[] value). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java index 16a9c224cc..37dbfeaa0d 100644 --- a/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharIntIntTest.java * -@TestCaseName: Test String constructor: String(char[] value, int offset, int count). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java index 34a2200ecf..bd40cc9365 100644 --- a/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsIntsIntIntTest.java * -@TestCaseName: Test String constructor: String(int[] codePoints, int offset, int count). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java b/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java index 900fa3f323..a876d94151 100644 --- a/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntTest.java * -@TestCaseName: Test String constructor: String(byte[] ascii, int hibyte). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java b/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java index b100a33d98..b79b7d3b88 100644 --- a/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntStringTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, int offset, int length, String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java index 997116e283..4e996a859e 100644 --- a/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCosBytesIntIntCharsetTest.java * -@TestCaseName: String constructor: String(byte[] bytes, int offset, int length, Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java b/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java index f7d528729c..5bb35a3b16 100644 --- a/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesStringTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java index 5f65981e58..572bdbcb70 100644 --- a/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesCharsetTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java index 9ecd455379..777a5aabe2 100644 --- a/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntTest.java * -@TestCaseName: String constructor: String(byte[] bytes, int offset, int length). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java b/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java index f4d931954f..9efa16abdb 100644 --- a/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java +++ b/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesTest.java * -@TestCaseName: Test String constructor: String(byte bytes[]). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java b/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java index 0535de9ed3..ddb3e79d93 100644 --- a/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java +++ b/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringBufferTest.java * -@TestCaseName: Test String constructor: String(StringBuffer buffer). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java b/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java index 254822e0bd..9177300f4f 100644 --- a/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java +++ b/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringBuilderTest.java * -@TestCaseName: Test String constructor: String(StringBuilder builder). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java b/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java index 65993be840..1890dc0989 100644 --- a/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java +++ b/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLengthTest.java * -@TestCaseName: Test String Method: int length(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java b/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java index e98b6c616b..29968de96b 100644 --- a/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java +++ b/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIsEmptyTest.java * -@TestCaseName: Test String Method: boolean isEmpty(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java index 3462588d55..4f05dce8ff 100644 --- a/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCharAtTest.java * -@TestCaseName: String Method: char charAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java b/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java index d38f07761f..17fe194ad8 100644 --- a/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointAtTest.java * -@TestCaseName: Test String Method: int codePointAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java b/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java index 03fe9bbaff..6bf007fd36 100644 --- a/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointBeforeTest.java * -@TestCaseName: Test String Method: int codePointBefore(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java b/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java index fa0cf7a1ea..2a734c2e38 100644 --- a/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java +++ b/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointCountTest.java * -@TestCaseName: Test String Method: int codePointCount(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java b/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java index da28434777..d9a7e4216c 100644 --- a/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOffsetByCodePointsTest.java * -@TestCaseName: Test String Method: int offsetByCodePoints(int index, int codePointOffset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java index da89be94e3..374f8c4e07 100644 --- a/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetCharsTest.java * -@TestCaseName: Test String Method: void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java b/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java index 04c1d0c885..1e8714a04a 100644 --- a/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesIntIntBytesIntTest.java * -@TestCaseName: Test String Method: void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java b/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java index 5266451964..462f948a9b 100644 --- a/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesStringTest.java * -@TestCaseName: Test String Method: byte[] getBytes(String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java index 84504c6bc6..2314f100e7 100644 --- a/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesCharsetTest.java * -@TestCaseName: Test String method: public byte[] getBytes(Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java b/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java index f83db3aebc..e486dad452 100644 --- a/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java +++ b/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesTest.java * -@TestCaseName: Test String Method: byte[] getBytes(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java b/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java index a6233a1c69..c14c446ee3 100644 --- a/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsTest.java * -@TestCaseName: Test String Method: boolean equals(Object anObject). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java b/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java index d81855db2e..83eb748711 100644 --- a/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContentEqualsTest.java * -@TestCaseName: Test String Method: boolean contentEquals(StringBuffer sb). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java index ebfc3acc19..1c881a60a9 100644 --- a/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContentEqualsCharSequenceTest.java * -@TestCaseName: Test String Method: boolean contentEquals(CharSequence cs). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java b/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java index 552dfbd282..1d13ac3a3b 100644 --- a/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsIgnoreCaseTest.java * -@TestCaseName: Test String Method: boolean equalsIgnoreCase(String anotherString). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java b/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java index ce7f70ecf0..fa347f769d 100644 --- a/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java +++ b/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCompareToTest.java * -@TestCaseName: Test String Method compareTo(String anotherString). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java b/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java index 7318954fed..a3d9c897ab 100644 --- a/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCompareToIgnoreCaseTest.java * -@TestCaseName: Test String Method: int compareToIgnoreCase(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java index 289d63b9a5..c9183c6c1f 100644 --- a/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringRegionMatchesIntStringIntIntTest.java * -@TestCaseName: Test String Method: boolean regionMatches(int toffset, String other, int ooffset, int len). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java index ed28baaca1..cf86c7c169 100644 --- a/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringRegionMatchesBooleanIntStringIntIntTest.java * -@TestCaseName: Test String Method: boolean regionMatches(boolean ignoreCase, int toffset, String other, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java index 01ff8f2c8c..06eb339f37 100644 --- a/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStartsWithStringIntTest.java * -@TestCaseName: Test String Method: boolean startsWith(String prefix, int toffset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java b/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java index 8b33d2b74f..2471d15dd4 100644 --- a/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStartsWithStringTest.java * -@TestCaseName: Test String Method: boolean startsWith(String prefix). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java b/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java index e460253174..b2d5e37dd9 100644 --- a/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java +++ b/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEndsWithTest.java * -@TestCaseName: Test String Method: boolean endsWith(String suffix). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java b/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java index 40267d10d3..fb94cdd85c 100644 --- a/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringHashCodeTest.java * -@TestCaseName: Test String Method: int hashCode(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java b/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java index 56ed8c3323..dd79303b5b 100644 --- a/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfIntTest.java * -@TestCaseName: Test String Method: int indexOf(int ch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java index 17b1860546..373c439dfd 100644 --- a/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfIntIntTest.java * -@TestCaseName: Test String Method: int indexOf(int ch, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java b/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java index a3e68c44b4..f3f157d158 100644 --- a/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(int ch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java index 3264fff604..2e4e57fd02 100644 --- a/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfIntIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(int ch, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java b/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java index e86e3e3e1f..6ad5839290 100644 --- a/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfStringTest.java * -@TestCaseName: Test String Method: int indexOf(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java index 760642ddd9..77737a8b9e 100644 --- a/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfStringIntTest.java * -@TestCaseName: Test String Method: int indexOf(String str, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java b/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java index fb9e0a8c1d..ecbd8dd836 100644 --- a/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfStringTest.java * -@TestCaseName: Test String Method: int lastIndexOf(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java index 4b68c36010..0c414ae41d 100644 --- a/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfStringIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(String str, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java b/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java index f47d531344..b65cb79dc2 100644 --- a/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntTest.java * -@TestCaseName: Test String Method: String substring(int beginIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java index 463637e5a9..1a03a3f601 100644 --- a/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntIntTest.java * -@TestCaseName: String Method: String substring(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java index 3c546f3c91..71267312b4 100644 --- a/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubSequenceIntIntTest.java * -@TestCaseName: Test String Method: CharSequence subSequence(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java b/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java index 0b053003dd..6e5cc31f4f 100644 --- a/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java +++ b/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConcatTest.java * -@TestCaseName: Test String Method: String concat(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java b/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java index de3e59f36e..6878f737be 100644 --- a/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java +++ b/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceCharCharTest.java * -@TestCaseName: Test String Method: String replace(char oldChar, char newChar). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java b/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java index ccd1dd35a3..9d4608ca38 100644 --- a/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContainsTest.java * -@TestCaseName: Test String Method: boolean contains(CharSequence s). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java index 90ee7d5b27..b99e81b9f6 100644 --- a/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceCharSequenceCharSequenceTest.java * -@TestCaseName: Test String Method: String replace(CharSequence target, CharSequence replacement). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java index 3de7be31fd..7e4ee01167 100644 --- a/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSplitStringIntTest.java * -@TestCaseName: Test String Method: String[] split(String regex, int limit). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java b/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java index de18b9598f..ff831202a0 100644 --- a/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSplitStringTest.java * -@TestCaseName: Test String Method: String[] split(String regex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java index 966d1c144a..17e8d0a74b 100644 --- a/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinCharSequenceCharSequenceTest.java * -@TestCaseName: Test static String Method: join(CharSequence delimiter, CharSequence... elements). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java b/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java index 1760eed77a..d58d477c6c 100644 --- a/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java +++ b/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinCharSequenceIterableTest.java * -@TestCaseName: Test String Method: public static String join(CharSequence delimiter, Iterable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java b/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java index 5a8ce1dd7b..94079783f0 100644 --- a/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringMultiThreadsTest.java * -@TestCaseName: User Scene:multi-thread * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java index 2a0a7105e2..1b802023a6 100644 --- a/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinNullPointerExceptionTest.java * -@TestCaseName: Test NullPointerException throw in String Method: static String join(CharSequence delimiter, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java index 7479ae150b..e838c938bd 100644 --- a/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringNullPointExceptionTest.java * -@TestCaseName: Test String Method: Test NullPointException throw in String Method: public char charAt (int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java index e1be082a57..0be1126731 100644 --- a/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExceptionsTest.java * -@TestCaseName: Test Exception in StringBuffer: test IndexOutOfBoundsException is thrown in public void * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java index 3792f6f1b7..502f887cd7 100644 --- a/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExceptionsTest.java * -@TestCaseName: Test Exception in StringBuilder: test StringIndexOutOfBoundsException is thrown in String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java b/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java index f58ebe24f6..fb2f72e8c2 100644 --- a/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringClassNewInstanceTest.java * -@TestCaseName: Calling String's no-argument constructor by reflection String.class.newInstance(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java b/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java index d9db11d423..725a709385 100644 --- a/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringPoolEnlargeTest.java * -@TestCaseName: Test mapleStringPool large and large by public String intern(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java b/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java index 94781c4e98..68569de264 100644 --- a/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java +++ b/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringXByteTest.java * -@TestCaseName: Test String(byte[] bytes), bytes cover 1、2、3、4 byte. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java b/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java index fe757fd928..f75fdcf8dc 100644 --- a/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java +++ b/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringClassNewInstance2Test.java * -@TestCaseName: Calling String's no-argument constructor by reflection String.class.newInstance(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java b/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java index 8d9105794d..71c6f9bc1d 100644 --- a/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java +++ b/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEmojiTest.java * -@TestCaseName: test Emoji because this use D8 zone; * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java index 958b600128..f098bfdc7f 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesUnsupportedEncodingExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException occured in getBytes(String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java index 2bbfcf8132..e1b846ea59 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException/StringIndexOutOfBoundsException occured in constructor of String(byte bytes[], int offset, int length, String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java index 155ee12870..947f75c823 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringUnsupportedEncodingExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException occured in String(byte bytes[], String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java index ab39f2ff07..82001b3c5d 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringUserCaseLiteralsISO88591Test.java * -@TestCaseName: Literals is ISO-8859-1,new String instance correctly * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java b/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java index a5842515b4..db5689f927 100644 --- a/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java +++ b/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOOMTest.java * -@TestCaseName: Test occur OOM when new string * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java b/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java index 266fbe41ac..9864981d7f 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest01 *- @TestCaseName: LiverangeSubsumeRCTest01 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java b/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java index 540a637c32..639690047c 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest02 *- @TestCaseName: LiverangeSubsumeRCTest02 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java b/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java index 74fef41017..d9bde750ed 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest03 *- @TestCaseName: LiverangeSubsumeRCTest03 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java b/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java index 0dc954c7c2..a21ae5960e 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest04 *- @TestCaseName: LiverangeSubsumeRCTest04 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java b/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java index 238aafe177..110caaef0d 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest05 *- @TestCaseName: LiverangeSubsumeRCTest05 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java b/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java index a0dc1f633b..41821779e6 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest06 *- @TestCaseName: LiverangeSubsumeRCTest06 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java b/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java index 568806e7bd..151eb8145b 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest07 *- @TestCaseName: LiverangeSubsumeRCTest07 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java b/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java index 9364e8b3b4..16efd2b8f3 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest08 *- @TestCaseName: LiverangeSubsumeRCTest08 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java b/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java index 16bd32cc69..c5fdf2c469 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest09 *- @TestCaseName: LiverangeSubsumeRCTest09 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java b/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java index ebfc0bcccf..04346e4a36 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest10 *- @TestCaseName: LiverangeSubsumeRCTest10 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java b/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java index 872bd495e6..3bd08f85ff 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest11 *- @TestCaseName: LiverangeSubsumeRCTest11 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java b/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java index 626faa1187..197bff0507 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest12 *- @TestCaseName: LiverangeSubsumeRCTest12 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java b/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java index 280f630a69..1ce9b34f6e 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest13 *- @TestCaseName: LiverangeSubsumeRCTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java b/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java index 6fa8dd770e..11964f6d75 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest14 *- @TestCaseName: LiverangeSubsumeRCTest14 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java b/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java index b537d19ad4..86ea42510e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java +++ b/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadActiveCount *- @TestCaseName: Thread_ThreadActiveCount.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java b/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java index 8000cc2add..f897f30aa9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java +++ b/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCheckAccess *- @TestCaseName: Thread_ThreadCheckAccess.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java b/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java index f241ce340c..ede4338537 100644 --- a/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java +++ b/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadClone *- @TestCaseName: Thread_ThreadClone.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java b/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java index 6cf089b7c4..a39495749f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java +++ b/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors1 *- @TestCaseName: Thread_ThreadConstructors1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java b/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java index cedad28f19..e91717ec55 100644 --- a/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java +++ b/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors10 *- @TestCaseName: Thread_ThreadConstructors10.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java b/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java index b48ed0d0f1..829650569c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java +++ b/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors2 *- @TestCaseName: Thread_ThreadConstructors2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java b/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java index 1d41a61811..207d78e85c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java +++ b/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors3 *- @TestCaseName: Thread_ThreadConstructors3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java b/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java index d1a1601689..d5e142f26b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java +++ b/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors4 *- @TestCaseName: Thread_ThreadConstructors4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java b/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java index e68e735492..9e1e298338 100644 --- a/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java +++ b/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors5 *- @TestCaseName: Thread_ThreadConstructors5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java b/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java index 7cec288eb9..1bdd139689 100644 --- a/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java +++ b/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors6 *- @TestCaseName: Thread_ThreadConstructors6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java b/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java index 5113701b20..9258934d96 100644 --- a/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java +++ b/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors7 *- @TestCaseName: Thread_ThreadConstructors7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java b/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java index bb29394b03..205d92622b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java +++ b/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors8 *- @TestCaseName: Thread_ThreadConstructors8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java b/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java index 765b7e5993..ae43ac4182 100644 --- a/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java +++ b/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors9 *- @TestCaseName: Thread_ThreadConstructors9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java b/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java index 5a0d6a3970..235cd3fdd2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java +++ b/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadcurrentThread *- @TestCaseName: Thread_ThreadCurrentThread.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java b/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java index 72da3c83a5..cc462d8b64 100644 --- a/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java +++ b/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMCountStackFrames1 *- @TestCaseName: Thread_ThreadDMCountStackFrames1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java b/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java index 716cee1c25..8ee5cf24d8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java +++ b/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMCountStackFrames2 *- @TestCaseName: Thread_ThreadDMCountStackFrames2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java b/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java index 0582cfe189..970cabf78c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java +++ b/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMDestroy *- @TestCaseName: Thread_ThreadDMDestroy.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java b/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java index 5773f4e9c3..904ee4ecea 100644 --- a/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java +++ b/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMResume *- @TestCaseName: Thread_ThreadDMResume.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java b/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java index a8d8a86a92..c2460178a0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java +++ b/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMStop *- @TestCaseName: Thread_ThreadDMStop.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java b/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java index 64b57c4bca..afe4022b11 100644 --- a/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java +++ b/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMStopThrowable *- @TestCaseName: Thread_ThreadDMStopThrowable.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java b/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java index 7057c3e4cc..d677665ca2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java +++ b/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMSuspend *- @TestCaseName: Thread_ThreadDMSuspend.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java b/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java index 730387c9dc..8bab55b6b8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java +++ b/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadEnumerate *- @TestCaseName: Thread_ThreadEnumerate.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java b/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java index 333508c37d..91d80be80d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java +++ b/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExtends1 *- @TestCaseName: Thread_ThreadExtends1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java b/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java index d75b0b9d27..0ce79eb833 100644 --- a/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java +++ b/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExtends2 *- @TestCaseName: Thread_ThreadExtends2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java b/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java index 256c7b8be5..367e808549 100644 --- a/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java +++ b/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetDefaultUncaughtExceptionHandler1 *- @TestCaseName: Thread_ThreadGetDefaultUncaughtExceptionHandler1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java b/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java index 4cc1ba3cf7..3936270b36 100644 --- a/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java +++ b/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetDefaultUncaughtExceptionHandler2 *- @TestCaseName: Thread_ThreadGetDefaultUncaughtExceptionHandler2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java b/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java index fab553640e..3c0aac645a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java +++ b/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetId *- @TestCaseName: Thread_ThreadGetId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java b/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java index fe66b29001..dc88fd0f85 100644 --- a/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java +++ b/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetName *- @TestCaseName: Thread_ThreadGetName.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java b/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java index 993e77c794..2f40804040 100644 --- a/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java +++ b/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetPriority *- @TestCaseName: Thread_ThreadGetPriority.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java b/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java index e9bf73aa68..d840bbf447 100644 --- a/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java +++ b/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetThreadGroup1 *- @TestCaseName: Thread_ThreadGetThreadGroup1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java b/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java index 88163fcd89..e807d59946 100644 --- a/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java +++ b/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetThreadGroup2 *- @TestCaseName: Thread_ThreadGetThreadGroup2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java b/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java index 827695e4f4..aa49d2082c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java +++ b/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler1 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java b/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java index ee84fb9346..c23aba7e60 100644 --- a/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java +++ b/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler2 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java b/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java index c7e41dc787..dcb8d8772e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java +++ b/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler3 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java b/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java index 84de3b9d54..a3be3634b4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java +++ b/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock1 *- @TestCaseName: Thread_ThreadHoldsLock1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java b/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java index 4519bcdf67..5d6d029c48 100644 --- a/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java +++ b/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock2 *- @TestCaseName: Thread_ThreadHoldsLock2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java b/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java index d16a2b0974..978423f8f6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java +++ b/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock3 *- @TestCaseName: Thread_ThreadHoldsLock3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java b/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java index 6c30dc8f10..3cc017044c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java +++ b/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive1 *- @TestCaseName: Thread_ThreadIsAlive1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java b/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java index 4c7095ae2e..071e42af95 100644 --- a/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java +++ b/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive2 *- @TestCaseName: Thread_ThreadIsAlive2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java b/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java index a98f7b4559..265be5596c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java +++ b/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive3 *- @TestCaseName: Thread_ThreadIsAlive3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java b/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java index 7982a0d53a..c6e7cf36f8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java +++ b/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsDaemon1 *- @TestCaseName: Thread_ThreadIsDaemon1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java b/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java index 32907bb80d..75caedaa67 100644 --- a/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java +++ b/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsDaemon2 *- @TestCaseName: Thread_ThreadIsDaemon2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java b/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java index 92cc04dd0a..3bb7408201 100644 --- a/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java +++ b/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadRunnable *- @TestCaseName: Thread_ThreadRunnable.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java b/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java index 711a43c13b..4859fbe682 100644 --- a/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java +++ b/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon1 *- @TestCaseName: Thread_ThreadSetDaemon1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java b/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java index 5a0881ff94..e67162bccb 100644 --- a/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java +++ b/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon2 *- @TestCaseName: Thread_ThreadSetDaemon2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java b/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java index 3b8ceffb48..79aff4e228 100644 --- a/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java +++ b/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon3 *- @TestCaseName: Thread_ThreadSetDaemon3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java b/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java index 0aa508fcda..b4e95193a4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java +++ b/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDefaultUncaughtExceptionHandler *- @TestCaseName: Thread_ThreadSetDefaultUncaughtExceptionHandler.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java b/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java index 64a924351a..ec05b18ac9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java +++ b/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName1 *- @TestCaseName: Thread_ThreadSetName1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java b/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java index 71d4de48b4..e951c0759e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java +++ b/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName2 *- @TestCaseName: Thread_ThreadSetName2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java b/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java index 9fdcb4a625..3bc272dbd0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java +++ b/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority1 *- @TestCaseName: Thread_ThreadSetPriority1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java b/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java index 8a443e4c06..c39f16dbe8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java +++ b/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority2 *- @TestCaseName: Thread_ThreadSetPriority2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java b/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java index 38dff34fdc..414436a7f5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java +++ b/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadsSetPriority3 *- @TestCaseName: Thread_ThreadsSetPriority3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java b/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java index 9d31ce6a1d..22e594b4a2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java +++ b/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority4 *- @TestCaseName: Thread_ThreadSetPriority4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java b/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java index 5b8b8e978e..a742786870 100644 --- a/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java +++ b/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority5 *- @TestCaseName: Thread_ThreadSetPriority5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java b/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java index 881478dff1..1c6c87d7e6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java +++ b/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority6 *- @TestCaseName: Thread_ThreadSetPriority6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java b/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java index c8496f75e0..d019bf3f32 100644 --- a/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java +++ b/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority7 *- @TestCaseName: Thread_ThreadSetPriority7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java b/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java index 3af5bc40b3..ab5d5c1e54 100644 --- a/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java +++ b/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetUncaughtExceptionHandler *- @TestCaseName: Thread_ThreadSetUncaughtExceptionHandler.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java b/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java index df65c0794a..e443ad965a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java +++ b/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateInterrupt1 *- @TestCaseName: Thread_ThreadStateInterrupt1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java b/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java index 9be0b59da0..ed82f44939 100644 --- a/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java +++ b/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateInterrupt2 *- @TestCaseName: Thread_ThreadStateInterrupt2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java b/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java index 8a66c9c437..d71dfd69e5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java +++ b/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin1 *- @TestCaseName: Thread_ThreadStateJoin1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java b/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java index b77db7e3e3..6b43efca07 100644 --- a/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java +++ b/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin11 *- @TestCaseName: Thread_ThreadStateJoin11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java b/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java index 6285f07b4e..7d26dfd161 100644 --- a/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java +++ b/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin12 *- @TestCaseName: Thread_ThreadStateJoin12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java b/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java index 9225ee9647..9e0f74e16d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java +++ b/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin13 *- @TestCaseName: Thread_ThreadStateJoin13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java b/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java index 7f9e5e55b0..d7194f6599 100644 --- a/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java +++ b/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin14 *- @TestCaseName: Thread_ThreadStateJoin14.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java b/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java index 6ab12dce35..04a8692686 100644 --- a/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java +++ b/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin15 *- @TestCaseName: Thread_ThreadStateJoin15.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java b/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java index 79b1989983..cd9508f72a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java +++ b/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin2 *- @TestCaseName: Thread_ThreadStateJoin2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java b/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java index 3e3682d93d..d6a42ff8c4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java +++ b/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin3 *- @TestCaseName: Thread_ThreadStateJoin3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java b/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java index 311fe08b4e..c5ffd73fc0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java +++ b/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin4 *- @TestCaseName: Thread_ThreadStateJoin4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java b/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java index 9742cd3da7..6054501e5e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java +++ b/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin5 *- @TestCaseName: Thread_ThreadStateJoin5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java b/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java index 26132a79bb..2e9ce59ef8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java +++ b/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin6 *- @TestCaseName: Thread_ThreadStateJoin6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java b/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java index cd78816720..08717e882f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java +++ b/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin7 *- @TestCaseName: Thread_ThreadStateJoin7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java b/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java index 4cec721b73..a41b536e40 100644 --- a/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java +++ b/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin8 *- @TestCaseName: Thread_ThreadStateJoin8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java b/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java index 16da5ba323..d24d5d4275 100644 --- a/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java +++ b/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin9 *- @TestCaseName: Thread_ThreadStateJoin9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java b/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java index 582ee1cb22..77d68354c6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java +++ b/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotify1 *- @TestCaseName: Thread_ThreadStateNotify1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java b/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java index 457cb3472d..666c618e3f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java +++ b/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotify2 *- @TestCaseName: Thread_ThreadStateNotify2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java b/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java index ac72dce580..bbee11e503 100644 --- a/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java +++ b/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotifyAll1 *- @TestCaseName: Thread_ThreadStateNotifyAll1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java b/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java index 08b542d62e..0cabcf075a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java +++ b/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotifyAll2 *- @TestCaseName: Thread_ThreadStateNotifyAll2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java b/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java index 31b4cebd07..0f8440b289 100644 --- a/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java +++ b/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep1 *- @TestCaseName: Thread_ThreadStateSleep1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java b/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java index d0e09b29de..757ce9834a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java +++ b/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep2 *- @TestCaseName: Thread_ThreadStateSleep2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java b/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java index d9df5cbc55..1bbe3de9ba 100644 --- a/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java +++ b/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep3 *- @TestCaseName: Thread_ThreadStateSleep3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java b/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java index c52cbfcd18..614275630d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java +++ b/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep4 *- @TestCaseName: Thread_ThreadStateSleep4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java b/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java index be02d45b5c..8d97960de2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java +++ b/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep5 *- @TestCaseName: Thread_ThreadStateSleep5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java b/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java index efc4479fa7..ea3b72d594 100644 --- a/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java +++ b/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep6 *- @TestCaseName: Thread_ThreadStateSleep6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java b/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java index 070082556b..44531adc84 100644 --- a/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java +++ b/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateStart1 *- @TestCaseName: Thread_ThreadStateStart1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java b/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java index 22f5f70248..a93a97e7fd 100644 --- a/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java +++ b/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateStart2 *- @TestCaseName: Thread_ThreadStateStart2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java b/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java index 32c4cea8a8..ed2ed0e963 100644 --- a/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java +++ b/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait1 *- @TestCaseName: Thread_ThreadStateWait1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java b/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java index e1789acee4..ecac5609b6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java +++ b/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait2 *- @TestCaseName: Thread_ThreadStateWait2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java b/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java index 65e34165d4..3636e49466 100644 --- a/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java +++ b/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait3 *- @TestCaseName: Thread_ThreadStateWait3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java b/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java index 6745dfc2f1..fd58b78178 100644 --- a/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java +++ b/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait4 *- @TestCaseName: Thread_ThreadStateWait4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java b/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java index 181c24cea8..262b8df802 100644 --- a/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java +++ b/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait5 *- @TestCaseName: Thread_ThreadStateWait5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java b/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java index 3642fb6d82..8ba1d29bba 100644 --- a/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java +++ b/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait6 *- @TestCaseName: Thread_ThreadStateWait6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java b/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java index a6ae20e1c2..13b4ae58c1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java +++ b/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait7 *- @TestCaseName: Thread_ThreadStateWait7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java b/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java index 29f5d93abe..8b2b6b2309 100644 --- a/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java +++ b/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait8 *- @TestCaseName: Thread_ThreadStateWait8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java b/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java index ce4b825a3f..ff884bbe48 100644 --- a/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java +++ b/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/ThreadStateyield *- @TestCaseName: Thread_ThreadStateyield.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java b/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java index fcd6448616..5bcee94bf7 100644 --- a/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java +++ b/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadToString *- @TestCaseName: Thread_ThreadToString.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java index 0dfd701ecc..72abf42759 100644 --- a/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java index 08af4ca682..32c28e3eac 100644 --- a/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java index 30cbfbbf92..2daab0f993 100644 --- a/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java index 2fbdd5ee6c..0e4fcd1f98 100644 --- a/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java index 5f1b8d72ac..155a0537ec 100644 --- a/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java index 83601ec49b..7313a8262d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java index 334f72fe1a..272b397147 100644 --- a/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java index 0e416495e5..b6379aa94c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java index b718979982..d510d794fe 100644 --- a/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java index 57f849cd2a..03b0e39e01 100644 --- a/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java index 005d1343d7..0907acbe71 100644 --- a/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java index 5bd7ef9417..75dbfa275a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java b/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java index 10f1cc57cd..bf95559b82 100644 --- a/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java +++ b/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Basic *- @TestCaseName: Thread_Basic.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java index cc6ad35c7a..d757188c16 100644 --- a/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NullStackTrace *- @TestCaseName: Thread_NullStackTrace.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java index 2898f2d42f..ee32dbb3ec 100644 --- a/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java b/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java index 81ee58252d..3921fee99b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java +++ b/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TestThreadId *- @TestCaseName: Thread_TestThreadId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java b/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java index 4ee4314549..d2b6c3c279 100644 --- a/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java +++ b/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ImmutableLocal *- @TestCaseName: Thread_ImmutableLocal.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java b/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java index dd5661d6ad..76679b4577 100644 --- a/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java +++ b/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest_24 *- @TestCaseName: Thread_ThreadTest_24.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java b/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java index 5e2b7f7916..b1cff6f4de 100644 --- a/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java +++ b/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest_13 *- @TestCaseName: Thread_ThreadTest_13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java b/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java index c1cbb07522..466ec580ce 100644 --- a/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java +++ b/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NullThreadName *- @TestCaseName: Thread_NullThreadName.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java index 8ebd4bb620..679d6bd319 100644 --- a/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java index 1a5a8e036a..f2899fd554 100644 --- a/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java index f938f2d9cb..6187f30cec 100644 --- a/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java index 69d988dd68..954532b876 100644 --- a/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java b/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java index dddcbc9c7b..8d9e29e620 100644 --- a/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java +++ b/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_InitialValue.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java index d6174f0675..6e54aa6114 100644 --- a/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java index 59976e9f1d..812b6ac570 100644 --- a/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java index 156951c2c8..6e56f5e4dd 100644 --- a/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java b/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java index 31b264e5c2..03fb137542 100644 --- a/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java +++ b/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/SetMaxPriority *- @TestCaseName: Thread_SetMaxPriority.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java index b22b0edbe3..f6167dbe22 100644 --- a/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java index aa4691c9cc..49c460005c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java index 90bdff7d8d..a775ea2926 100644 --- a/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java index 0e61eea18b..8e5f0bec60 100644 --- a/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java index 4c306142c7..7959ab9658 100644 --- a/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java index 23996d969c..96785f6bb4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java index 5d82095312..40cc5414b9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java b/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java index 0c9aedff20..5512d9289d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StartOOMTest *- @TestCaseName: Thread_StartOOMTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java index 422aaef415..99931ecf3c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java index ab57556958..17b8acf889 100644 --- a/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java index 8189242ffe..d8e8d5cf25 100644 --- a/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java index 80c88a8896..6a88fc3f1b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java index 0f324d3b8e..c250eee9b1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MainThreadTest *- @TestCaseName: Thread_MainThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java index da85859285..fcf22c4fe3 100644 --- a/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java index 547c70d312..f9c5b65175 100644 --- a/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java b/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java index 74078b69b4..bbb3a008d7 100644 --- a/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java +++ b/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Daemon *- @TestCaseName: Thread_Daemon.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java index 81805ebb15..6e17145823 100644 --- a/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java b/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java index 3c95a5fd1c..3a6347b020 100644 --- a/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java +++ b/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MemoryLeak *- @TestCaseName: Thread_MemoryLeak.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java b/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java index eb4ebd33ca..0a7351f78d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java +++ b/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadId *- @TestCaseName: Thread_ThreadId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java index 782fb2564b..69f0e9e04b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java index 21ce843310..4826c5e560 100644 --- a/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java b/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java index e1b9456729..0f494fdd07 100644 --- a/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java +++ b/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors13 *- @TestCaseName: Thread_ThreadConstructors13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java b/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java index 7c996bfaaf..38f78bca54 100644 --- a/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java +++ b/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors14 *- @TestCaseName: Thread_ThreadConstructors14.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java b/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java index faad3a7916..639c108144 100644 --- a/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java +++ b/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors15 *- @TestCaseName: Thread_ThreadConstructors15.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java b/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java index cb6d758ec9..77aa9d6aae 100644 --- a/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java +++ b/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors16 *- @TestCaseName: Thread_ThreadConstructors16.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java b/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java index 553381723e..2f16ef09ca 100644 --- a/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java +++ b/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors17 *- @TestCaseName: Thread_ThreadConstructors17.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java b/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java index 1cef1f702e..4f8bb5a463 100644 --- a/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCountStackFramesTest *- @TestCaseName: Thread_ThreadCountStackFramesTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java b/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java index c29827dd89..56bad545c6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDestroyUnsupportedOperationExceptionTest *- @TestCaseName: Thread_ThreadDestroyUnsupportedOperationExceptionTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java b/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java index 5a4c76970e..041ad89f3d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java +++ b/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Threadenumerate2 *- @TestCaseName: Thread_Threadenumerate2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java index f44fdb2934..52f4c6caef 100644 --- a/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetStackTraceTest *- @TestCaseName: Thread_ThreadgetStackTrace.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java b/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java index 3ad9d22cc8..943d0d7638 100644 --- a/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupAllowThreadSuspensionTest *- @TestCaseName: Thread_ThreadGroupAllowThreadSuspensionTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java b/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java index 1297326d31..1e4620e0ea 100644 --- a/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java +++ b/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupEHdestroy *- @TestCaseName: Thread_ThreadGroupEHdestroy.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java b/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java index 7e625844a4..fba27449cb 100644 --- a/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java +++ b/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadholdsLock4 *- @TestCaseName: Thread_ThreadholdsLock4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java b/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java index da73966493..3cc50bbfe6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java +++ b/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalEHwithInitial *- @TestCaseName: Thread_ThreadLocalEHwithInitial.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java b/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java index 24dc85f4be..ede5777517 100644 --- a/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java +++ b/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadsetContextClassLoader1 *- @TestCaseName: Thread_ThreadsetContextClassLoader1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java b/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java index b595f1924f..9d05c516a2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDefaultUncaughtExceptionHandlerTest *- @TestCaseName: Thread_ThreadSetDefaultUncaughtExceptionHandlerTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java b/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java index b93b75b795..62422e3240 100644 --- a/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetUncaughtExceptionHandlerTest *- @TestCaseName: Thread_ThreadSetUncaughtExceptionHandlerTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java b/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java index d180e54917..c990f6a05a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java +++ b/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatejoin16 *- @TestCaseName: Thread_ThreadStatejoin16.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java b/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java index ae92c82bf8..dd03bf9168 100644 --- a/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java +++ b/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatejoin17 *- @TestCaseName: Thread_ThreadStatejoin17.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java b/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java index d40e0b8f91..2c7b9addca 100644 --- a/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java +++ b/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatesleep7 *- @TestCaseName: Thread_ThreadStatesleep7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java b/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java index a23a23a175..511e53137d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java +++ b/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait9 *- @TestCaseName: Thread_ThreadStatewait9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java b/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java index 164d36b4af..dbdf584b22 100644 --- a/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java +++ b/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait10 *- @TestCaseName: Thread_ThreadStatewait10.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java b/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java index cbf2921e3c..e5f3da2e79 100644 --- a/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java +++ b/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait11 *- @TestCaseName: Thread_ThreadStatewait11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java b/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java index 6ebbb4ce87..1797d892f9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java +++ b/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait12 *- @TestCaseName: Thread_ThreadStatewait12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java b/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java index f08ab37d22..ef56a57aeb 100644 --- a/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java +++ b/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors11 *- @TestCaseName: Thread_ThreadConstructors11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java b/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java index 46b8801737..fcda3de1a4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java +++ b/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors12 *- @TestCaseName: Thread_ThreadConstructors12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java b/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java index 01b48ab9ef..c465b75546 100644 --- a/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java +++ b/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase1.java *- @TestCaseName: Thread_MonitorTestCase1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java b/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java index 3bf1573755..4fac32dc0b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java +++ b/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase2.java *- @TestCaseName: Thread_MonitorTestCase2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java b/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java index 4c02f0ea10..521a7adff4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java +++ b/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase4.java *- @TestCaseName: Thread_MonitorTestCase4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java b/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java index cf127856aa..a3a3fa3a35 100644 --- a/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java +++ b/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase5.java *- @TestCaseName: Thread_MonitorTestCase5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java b/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java index b2412661e2..e3c9ccfd69 100644 --- a/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java +++ b/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase6.java *- @TestCaseName: Thread_MonitorTestCase6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java b/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java index 7d6d894867..f67046abd0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java +++ b/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase8.java *- @TestCaseName: Thread_MonitorTestCase8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java b/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java index a137d85662..f56a82fb95 100644 --- a/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java +++ b/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCountStackFrames *- @TestCaseName: Thread_ThreadCountStackFrames.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java b/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java index 634e132863..6ceb0becb2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java +++ b/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMDestroy2 *- @TestCaseName: Thread_ThreadDMdestory2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java b/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java index 02259e7717..8fda31abb1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java +++ b/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetContextClassLoader.java *- @TestCaseName: Thread_ThreadGetContextClassLoader.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java b/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java index bd48dc54d4..01b0a31bd1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getStackTrace_RecursiveCall *- @TestCaseName: GenerifyStackTraces.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java b/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java index 76ada2fb72..f6a28746e0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: GenerifyAllStackTraces *- @TestCaseName: GenerifyAllStackTraces.java *- @RequirementName: Unwind diff --git a/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java b/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java index 7c1f5637d3..1937d41329 100644 --- a/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java +++ b/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getAllStackTrace_RecursiveCall *- @TestCaseName: RecursiveCall.java *- @RequirementName: Unwind diff --git a/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java index 5a85fd24f8..2fdf52e18d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getAllStackTrace_NullStackTrace *- @TestCaseName: NullStackTrace.java *- @RequirementName: getAllStackTrace diff --git a/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java b/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java index 37852a2d37..2805d97551 100644 --- a/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java +++ b/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadOutOfMemoryTest *- @TestCaseName: Thread_ThreadOutOfMemoryTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java b/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java index 93b7c45c97..8c914b9e2a 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadPerformance1Test *- @TestCaseName: Thread_ThreadPerformance1Test.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java b/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java index ac57027f47..7a5c280916 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNewTest *- @TestCaseName: Thread_ThreadStateNewTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java b/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java index 91836c9d37..9b90a44125 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: GenerifyStackTraces *- @TestCaseName: Thread_GenerifyStackTraces.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java b/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java index e046687069..1c361bdb73 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JGFSyncBench *- @TestCaseName: Thread_JGFSyncBench.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java b/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java index 732f3679ee..814797544b 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetContextClassLoader2 *- @TestCaseName: Thread_ThreadSetContextClassLoader2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java b/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java index 9b55facf20..dd2041b205 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName3Test *- @TestCaseName: Thread_ThreadSetName3Test.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java index 8b90c431a8..91277d302c 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntVolatileTest * -@TestCaseName: Unsafe api: getIntvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java index e08a1f1861..ece087d0df 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeallocateMemoryTest * -@TestCaseName: Unsafe api: allocateMemoary() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java b/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java index 5c7bfb5ef1..4cdf408323 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafearrayBaseOffsetTest * -@TestCaseName: Unsafe api: arrayBaseOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java index 0e662f2cf4..964d940357 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafearrayBaseOffsetTest * -@TestCaseName: Unsafe api: arrayBaseOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java index c74d964440..7f15d372fb 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapIntTest * -@TestCaseName: Unsafe api: compareAndSwapInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java index 4fe3a0a429..52ae1086b0 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapLongTest * -@TestCaseName: Unsafe api: compareAndSwapLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java index 68b27c8b80..6b48f7a516 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapObjectTest * -@TestCaseName: Unsafe api: compareAndSwapObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java index 52deac2893..4b83aa73a6 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecopyMemoryTest * -@TestCaseName: Unsafe api: copyMemory(long srcAddr, long dstAddr, long bytes) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java index a4a269b578..5af372ccdd 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeallocateMemoryTest * -@TestCaseName: Unsafe api: allocateMemoary() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java index 0949ddf594..2ad1d01c57 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndAddIntTest * -@TestCaseName: Unsafe api: getAndAddInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java index 5fe3479905..2041509733 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndAddIntTest * -@TestCaseName: Unsafe api: getAndAddInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java index a291136da6..8265666675 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetIntTest * -@TestCaseName: Unsafe api: getAndSetInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java index f446a28c3d..f902b7a577 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetLongTest * -@TestCaseName: Unsafe api: getAndSetLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java index 17c970a32c..553b87e03b 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetObjectTest * -@TestCaseName: Unsafe api: getAndSetObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java b/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java index fd6d75cbb6..61a1e6afe4 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetBooleanTest * -@TestCaseName: Unsafe api: getBoolean() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java index 5d13a4be57..792aa83ddc 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetCharByAddressTest * -@TestCaseName: Unsafe api: getChar(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java b/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java index 254a774fda..3bbce8a7a3 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetCharTest * -@TestCaseName: Unsafe api: getChar() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java index c44099e0be..111e030e41 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetDoubleByAddressTest * -@TestCaseName: Unsafe api: getDouble(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java index 4e55c723ad..dd29428ce7 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetDoubleTest * -@TestCaseName: Unsafe api: getDouble() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java index f8cf6960e2..04458c9ec8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetFloatByAddressTest * -@TestCaseName: Unsafe api: getFloat(Address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java b/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java index ef0f171d82..75e17f0203 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetFloatTest * -@TestCaseName: Unsafe api: getFloat() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java index 30b9c3357f..675d69c451 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntByAddressTest * -@TestCaseName: Unsafe api: getInt(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java index 5542d47c6b..a6882c0ff9 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntTest * -@TestCaseName: Unsafe api: getInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java index 0896f41364..2f27395053 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetLongTest * -@TestCaseName: Unsafe api: getLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java index d3993e6e68..55981b04b6 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetLongVolatileTest * -@TestCaseName: Unsafe api: getLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java index c674e18950..39baf9e047 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetObjectTest * -@TestCaseName: Unsafe api: getObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java index edf5e2f140..45c2ff1e38 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetObjectVolatileTest * -@TestCaseName: Unsafe api: getObjectvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java index 9a97dc2f6c..c80c7f7372 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortByAddressTest * -@TestCaseName: Unsafe api: getShort(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java b/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java index f3105e3e7e..e51275c476 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortTest * -@TestCaseName: Unsafe api: getShort() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java b/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java index 509e6de258..b06ae37a49 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeobjectFieldOffeset * -@TestCaseName: Unsafe api: objectFieldOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java b/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java index 2c7129430e..6f4b2a1b08 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputBooleanTest * -@TestCaseName: Unsafe api: putBoolean() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java index de7db991fa..98e9f99a38 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputByteByAddressTest * -@TestCaseName: Unsafe api: putByte(Address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java b/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java index ae86295cc0..8c407199ec 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputByteTest * -@TestCaseName: Unsafe api: putByten() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java b/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java index 41ac0d53c0..a219ba2481 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputCharTest * -@TestCaseName: Unsafe api: putChar() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java index b8993d668b..a60dcc1cfd 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputDoubleTest * -@TestCaseName: Unsafe api: putDouble() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java b/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java index 5fdd24fab8..2ab5cebd89 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputFloatTest * -@TestCaseName: Unsafe api: putFloat() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java index 980ee5bd8e..2019ccdcd8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputIntTest * -@TestCaseName: Unsafe api: putInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java index b81899c403..5e886a0f66 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputIntVolatileTest * -@TestCaseName: Unsafe api: putIntvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java index 26174f072c..7d2e418eb3 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongTest * -@TestCaseName: Unsafe api: putLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java index a684437906..bf073b72b4 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongVolatileTest * -@TestCaseName: Unsafe api: putLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java index 22d1805b89..6f13906b7b 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputObjectTest * -@TestCaseName: Unsafe api: putObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java index e2e9b972eb..0c8228e64b 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputObjectVolatileTest * -@TestCaseName: Unsafe api: putLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java index 4fcfa078ea..583cfa935c 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputOrderedIntTest * -@TestCaseName: Unsafe api: putOrderedInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java index 8cedac23f3..51baa00bf6 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongTest * -@TestCaseName: Unsafe api: putLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java index c1e8416263..24b9720829 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputOrderedObjectTest * -@TestCaseName: Unsafe api: putOrderedObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java b/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java index bc5e1e6ef1..b41ae22c21 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputShortTest * -@TestCaseName: Unsafe api: putShort() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java index cf7a119ce6..81ba493147 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafesetMemoryTest * -@TestCaseName: Unsafe api: setMemory() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java b/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java index 0119e494bf..67aac7ab8d 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetByteTest * -@TestCaseName: Test Unsafe api: getByte() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java index 39812be124..da27f4202e 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortByAddressTest * -@TestCaseName: Unsafe api: getLong(long) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java b/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java index 4c2863734f..934d2445e1 100644 --- a/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java +++ b/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeunparkTest * -@TestCaseName: Unsafe api: unpark() * -@TestCaseType: Function Test -- Gitee