diff --git a/.editorconfig b/.editorconfig old mode 100755 new mode 100644 diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.travis.yml b/.travis.yml old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/COPYRIGHT.OpenSource b/COPYRIGHT.OpenSource new file mode 100755 index 0000000000000000000000000000000000000000..ca76923343dfcd98e888832e483b7c0b0bdd5bb5 --- /dev/null +++ b/COPYRIGHT.OpenSource @@ -0,0 +1 @@ +Copyright (c) 2007-2020 Unity Project by Mike Karlesky, Mark VanderVoord, and Greg Williams \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/README.OpenSource b/README.OpenSource new file mode 100755 index 0000000000000000000000000000000000000000..5b589bee1192717d865e1843c205a31bfbefa3c2 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,12 @@ +[ + { + "Name": "ThrowTheSwitch/Unity", + "License": "MIT License", + "License File": "LICENSE.txt", + "Version Number": "2.5.0", + "Owner": "chenliangxing@huawei.com", + "Upstream URL": "https://github.com/ThrowTheSwitch/Unity/tree/v2.5.0", + "Description": "Simple Unit Testing for C" + } +] + diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/auto/colour_prompt.rb b/auto/colour_prompt.rb old mode 100755 new mode 100644 diff --git a/auto/colour_reporter.rb b/auto/colour_reporter.rb old mode 100755 new mode 100644 diff --git a/auto/generate_config.yml b/auto/generate_config.yml old mode 100755 new mode 100644 diff --git a/auto/generate_module.rb b/auto/generate_module.rb old mode 100755 new mode 100644 diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb old mode 100755 new mode 100644 diff --git a/auto/parse_output.rb b/auto/parse_output.rb old mode 100755 new mode 100644 diff --git a/auto/run_test.erb b/auto/run_test.erb old mode 100755 new mode 100644 diff --git a/auto/test_file_filter.rb b/auto/test_file_filter.rb old mode 100755 new mode 100644 diff --git a/auto/type_sanitizer.rb b/auto/type_sanitizer.rb old mode 100755 new mode 100644 diff --git a/auto/unity_test_summary.py b/auto/unity_test_summary.py old mode 100755 new mode 100644 diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb old mode 100755 new mode 100644 diff --git a/auto/unity_to_junit.py b/auto/unity_to_junit.py old mode 100755 new mode 100644 diff --git a/docs/ThrowTheSwitchCodingStandard.md b/docs/ThrowTheSwitchCodingStandard.md old mode 100755 new mode 100644 diff --git a/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf b/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf old mode 100755 new mode 100644 diff --git a/docs/UnityAssertionsReference.md b/docs/UnityAssertionsReference.md old mode 100755 new mode 100644 diff --git a/docs/UnityConfigurationGuide.md b/docs/UnityConfigurationGuide.md old mode 100755 new mode 100644 diff --git a/docs/UnityGettingStartedGuide.md b/docs/UnityGettingStartedGuide.md old mode 100755 new mode 100644 diff --git a/docs/UnityHelperScriptsGuide.md b/docs/UnityHelperScriptsGuide.md old mode 100755 new mode 100644 diff --git a/examples/example_1/makefile b/examples/example_1/makefile old mode 100755 new mode 100644 diff --git a/examples/example_1/readme.txt b/examples/example_1/readme.txt old mode 100755 new mode 100644 diff --git a/examples/example_1/src/ProductionCode.c b/examples/example_1/src/ProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_1/src/ProductionCode.h b/examples/example_1/src/ProductionCode.h old mode 100755 new mode 100644 diff --git a/examples/example_1/src/ProductionCode2.c b/examples/example_1/src/ProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_1/src/ProductionCode2.h b/examples/example_1/src/ProductionCode2.h old mode 100755 new mode 100644 diff --git a/examples/example_1/test/TestProductionCode.c b/examples/example_1/test/TestProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_1/test/TestProductionCode2.c b/examples/example_1/test/TestProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_1/test/test_runners/TestProductionCode2_Runner.c b/examples/example_1/test/test_runners/TestProductionCode2_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_1/test/test_runners/TestProductionCode_Runner.c b/examples/example_1/test/test_runners/TestProductionCode_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_2/makefile b/examples/example_2/makefile old mode 100755 new mode 100644 diff --git a/examples/example_2/readme.txt b/examples/example_2/readme.txt old mode 100755 new mode 100644 diff --git a/examples/example_2/src/ProductionCode.c b/examples/example_2/src/ProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_2/src/ProductionCode.h b/examples/example_2/src/ProductionCode.h old mode 100755 new mode 100644 diff --git a/examples/example_2/src/ProductionCode2.c b/examples/example_2/src/ProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_2/src/ProductionCode2.h b/examples/example_2/src/ProductionCode2.h old mode 100755 new mode 100644 diff --git a/examples/example_2/test/TestProductionCode.c b/examples/example_2/test/TestProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_2/test/TestProductionCode2.c b/examples/example_2/test/TestProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_2/test/test_runners/TestProductionCode2_Runner.c b/examples/example_2/test/test_runners/TestProductionCode2_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_2/test/test_runners/TestProductionCode_Runner.c b/examples/example_2/test/test_runners/TestProductionCode_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_2/test/test_runners/all_tests.c b/examples/example_2/test/test_runners/all_tests.c old mode 100755 new mode 100644 diff --git a/examples/example_3/helper/UnityHelper.c b/examples/example_3/helper/UnityHelper.c old mode 100755 new mode 100644 diff --git a/examples/example_3/helper/UnityHelper.h b/examples/example_3/helper/UnityHelper.h old mode 100755 new mode 100644 diff --git a/examples/example_3/rakefile.rb b/examples/example_3/rakefile.rb old mode 100755 new mode 100644 diff --git a/examples/example_3/rakefile_helper.rb b/examples/example_3/rakefile_helper.rb old mode 100755 new mode 100644 diff --git a/examples/example_3/readme.txt b/examples/example_3/readme.txt old mode 100755 new mode 100644 diff --git a/examples/example_3/src/ProductionCode.c b/examples/example_3/src/ProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_3/src/ProductionCode.h b/examples/example_3/src/ProductionCode.h old mode 100755 new mode 100644 diff --git a/examples/example_3/src/ProductionCode2.c b/examples/example_3/src/ProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_3/src/ProductionCode2.h b/examples/example_3/src/ProductionCode2.h old mode 100755 new mode 100644 diff --git a/examples/example_3/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml old mode 100755 new mode 100644 diff --git a/examples/example_3/test/TestProductionCode.c b/examples/example_3/test/TestProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_3/test/TestProductionCode2.c b/examples/example_3/test/TestProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_4/meson.build b/examples/example_4/meson.build old mode 100755 new mode 100644 diff --git a/examples/example_4/readme.txt b/examples/example_4/readme.txt old mode 100755 new mode 100644 diff --git a/examples/example_4/src/ProductionCode.c b/examples/example_4/src/ProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_4/src/ProductionCode.h b/examples/example_4/src/ProductionCode.h old mode 100755 new mode 100644 diff --git a/examples/example_4/src/ProductionCode2.c b/examples/example_4/src/ProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_4/src/ProductionCode2.h b/examples/example_4/src/ProductionCode2.h old mode 100755 new mode 100644 diff --git a/examples/example_4/src/meson.build b/examples/example_4/src/meson.build old mode 100755 new mode 100644 diff --git a/examples/example_4/test/TestProductionCode.c b/examples/example_4/test/TestProductionCode.c old mode 100755 new mode 100644 diff --git a/examples/example_4/test/TestProductionCode2.c b/examples/example_4/test/TestProductionCode2.c old mode 100755 new mode 100644 diff --git a/examples/example_4/test/meson.build b/examples/example_4/test/meson.build old mode 100755 new mode 100644 diff --git a/examples/example_4/test/test_runners/TestProductionCode2_Runner.c b/examples/example_4/test/test_runners/TestProductionCode2_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_4/test/test_runners/TestProductionCode_Runner.c b/examples/example_4/test/test_runners/TestProductionCode_Runner.c old mode 100755 new mode 100644 diff --git a/examples/example_4/test/test_runners/meson.build b/examples/example_4/test/test_runners/meson.build old mode 100755 new mode 100644 diff --git a/examples/unity_config.h b/examples/unity_config.h old mode 100755 new mode 100644 diff --git a/extras/eclipse/error_parsers.txt b/extras/eclipse/error_parsers.txt old mode 100755 new mode 100644 diff --git a/extras/fixture/rakefile.rb b/extras/fixture/rakefile.rb old mode 100755 new mode 100644 diff --git a/extras/fixture/rakefile_helper.rb b/extras/fixture/rakefile_helper.rb old mode 100755 new mode 100644 diff --git a/extras/fixture/readme.md b/extras/fixture/readme.md old mode 100755 new mode 100644 diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c old mode 100755 new mode 100644 diff --git a/extras/fixture/src/unity_fixture.h b/extras/fixture/src/unity_fixture.h old mode 100755 new mode 100644 diff --git a/extras/fixture/src/unity_fixture_internals.h b/extras/fixture/src/unity_fixture_internals.h old mode 100755 new mode 100644 diff --git a/extras/fixture/test/Makefile b/extras/fixture/test/Makefile old mode 100755 new mode 100644 diff --git a/extras/fixture/test/main/AllTests.c b/extras/fixture/test/main/AllTests.c old mode 100755 new mode 100644 diff --git a/extras/fixture/test/template_fixture_tests.c b/extras/fixture/test/template_fixture_tests.c old mode 100755 new mode 100644 diff --git a/extras/fixture/test/unity_fixture_Test.c b/extras/fixture/test/unity_fixture_Test.c old mode 100755 new mode 100644 diff --git a/extras/fixture/test/unity_fixture_TestRunner.c b/extras/fixture/test/unity_fixture_TestRunner.c old mode 100755 new mode 100644 diff --git a/extras/memory/rakefile.rb b/extras/memory/rakefile.rb old mode 100755 new mode 100644 diff --git a/extras/memory/rakefile_helper.rb b/extras/memory/rakefile_helper.rb old mode 100755 new mode 100644 diff --git a/extras/memory/readme.md b/extras/memory/readme.md old mode 100755 new mode 100644 diff --git a/extras/memory/src/unity_memory.c b/extras/memory/src/unity_memory.c old mode 100755 new mode 100644 diff --git a/extras/memory/src/unity_memory.h b/extras/memory/src/unity_memory.h old mode 100755 new mode 100644 diff --git a/extras/memory/test/Makefile b/extras/memory/test/Makefile old mode 100755 new mode 100644 diff --git a/extras/memory/test/unity_memory_Test.c b/extras/memory/test/unity_memory_Test.c old mode 100755 new mode 100644 diff --git a/extras/memory/test/unity_memory_TestRunner.c b/extras/memory/test/unity_memory_TestRunner.c old mode 100755 new mode 100644 diff --git a/extras/memory/test/unity_output_Spy.c b/extras/memory/test/unity_output_Spy.c old mode 100755 new mode 100644 diff --git a/extras/memory/test/unity_output_Spy.h b/extras/memory/test/unity_output_Spy.h old mode 100755 new mode 100644 diff --git a/meson.build b/meson.build old mode 100755 new mode 100644 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/meson.build b/src/meson.build old mode 100755 new mode 100644 diff --git a/src/unity.c b/src/unity.c old mode 100755 new mode 100644 diff --git a/src/unity.h b/src/unity.h old mode 100755 new mode 100644 diff --git a/src/unity_internals.h b/src/unity_internals.h old mode 100755 new mode 100644 diff --git a/test/.rubocop.yml b/test/.rubocop.yml old mode 100755 new mode 100644 diff --git a/test/Makefile b/test/Makefile old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_cmd.c b/test/expectdata/testsample_cmd.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_def.c b/test/expectdata/testsample_def.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_head1.c b/test/expectdata/testsample_head1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_head1.h b/test/expectdata/testsample_head1.h old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_cmd.c b/test/expectdata/testsample_mock_cmd.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_def.c b/test/expectdata/testsample_mock_def.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_head1.c b/test/expectdata/testsample_mock_head1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_head1.h b/test/expectdata/testsample_mock_head1.h old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_new1.c b/test/expectdata/testsample_mock_new1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_new2.c b/test/expectdata/testsample_mock_new2.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_param.c b/test/expectdata/testsample_mock_param.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_run1.c b/test/expectdata/testsample_mock_run1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_run2.c b/test/expectdata/testsample_mock_run2.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_mock_yaml.c b/test/expectdata/testsample_mock_yaml.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_new1.c b/test/expectdata/testsample_new1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_new2.c b/test/expectdata/testsample_new2.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_param.c b/test/expectdata/testsample_param.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_run1.c b/test/expectdata/testsample_run1.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_run2.c b/test/expectdata/testsample_run2.c old mode 100755 new mode 100644 diff --git a/test/expectdata/testsample_yaml.c b/test/expectdata/testsample_yaml.c old mode 100755 new mode 100644 diff --git a/test/rakefile b/test/rakefile old mode 100755 new mode 100644 diff --git a/test/rakefile_helper.rb b/test/rakefile_helper.rb old mode 100755 new mode 100644 diff --git a/test/spec/generate_module_existing_file_spec.rb b/test/spec/generate_module_existing_file_spec.rb old mode 100755 new mode 100644 diff --git a/test/targets/ansi.yml b/test/targets/ansi.yml old mode 100755 new mode 100644 diff --git a/test/targets/clang_file.yml b/test/targets/clang_file.yml old mode 100755 new mode 100644 diff --git a/test/targets/clang_strict.yml b/test/targets/clang_strict.yml old mode 100755 new mode 100644 diff --git a/test/targets/gcc_32.yml b/test/targets/gcc_32.yml old mode 100755 new mode 100644 diff --git a/test/targets/gcc_64.yml b/test/targets/gcc_64.yml old mode 100755 new mode 100644 diff --git a/test/targets/gcc_auto_limits.yml b/test/targets/gcc_auto_limits.yml old mode 100755 new mode 100644 diff --git a/test/targets/gcc_auto_stdint.yml b/test/targets/gcc_auto_stdint.yml old mode 100755 new mode 100644 diff --git a/test/targets/gcc_manual_math.yml b/test/targets/gcc_manual_math.yml old mode 100755 new mode 100644 diff --git a/test/targets/hitech_picc18.yml b/test/targets/hitech_picc18.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_arm_v4.yml b/test/targets/iar_arm_v4.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_arm_v5.yml b/test/targets/iar_arm_v5.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_arm_v5_3.yml b/test/targets/iar_arm_v5_3.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_armcortex_LM3S9B92_v5_4.yml b/test/targets/iar_armcortex_LM3S9B92_v5_4.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_cortexm3_v5.yml b/test/targets/iar_cortexm3_v5.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_msp430.yml b/test/targets/iar_msp430.yml old mode 100755 new mode 100644 diff --git a/test/targets/iar_sh2a_v6.yml b/test/targets/iar_sh2a_v6.yml old mode 100755 new mode 100644 diff --git a/test/testdata/CException.h b/test/testdata/CException.h old mode 100755 new mode 100644 diff --git a/test/testdata/Defs.h b/test/testdata/Defs.h old mode 100755 new mode 100644 diff --git a/test/testdata/cmock.h b/test/testdata/cmock.h old mode 100755 new mode 100644 diff --git a/test/testdata/mockMock.h b/test/testdata/mockMock.h old mode 100755 new mode 100644 diff --git a/test/testdata/testRunnerGenerator.c b/test/testdata/testRunnerGenerator.c old mode 100755 new mode 100644 diff --git a/test/testdata/testRunnerGeneratorSmall.c b/test/testdata/testRunnerGeneratorSmall.c old mode 100755 new mode 100644 diff --git a/test/testdata/testRunnerGeneratorWithMocks.c b/test/testdata/testRunnerGeneratorWithMocks.c old mode 100755 new mode 100644 diff --git a/test/tests/test_generate_test_runner.rb b/test/tests/test_generate_test_runner.rb old mode 100755 new mode 100644 diff --git a/test/tests/testparameterized.c b/test/tests/testparameterized.c old mode 100755 new mode 100644 diff --git a/test/tests/testunity.c b/test/tests/testunity.c old mode 100755 new mode 100644