From 1a29024cc7ca8193864684d70c5646f7ba4614ae Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Wed, 1 Jan 2025 11:46:30 -0500 Subject: [PATCH] It's a New Year --- LICENSE.txt | 2 +- auto/__init__.py | 2 +- auto/colour_prompt.rb | 2 +- auto/colour_reporter.rb | 2 +- auto/extract_version.py | 2 +- auto/generate_config.yml | 2 +- auto/generate_module.rb | 2 +- auto/generate_test_runner.rb | 3 +-- auto/parse_output.rb | 3 ++- auto/stylize_as_junit.py | 3 ++- auto/stylize_as_junit.rb | 2 +- auto/test_file_filter.rb | 2 +- auto/type_sanitizer.rb | 2 +- auto/unity_test_summary.py | 3 ++- auto/unity_test_summary.rb | 2 +- auto/yaml_helper.rb | 2 +- examples/example_1/src/ProductionCode.c | 3 +-- examples/example_1/src/ProductionCode.h | 3 +-- examples/example_1/src/ProductionCode2.c | 3 +-- examples/example_1/src/ProductionCode2.h | 3 +-- examples/example_1/test/TestProductionCode.c | 3 +-- examples/example_1/test/TestProductionCode2.c | 3 +-- examples/example_2/src/ProductionCode.c | 3 +-- examples/example_2/src/ProductionCode.h | 3 +-- examples/example_2/src/ProductionCode2.c | 3 +-- examples/example_2/src/ProductionCode2.h | 3 +-- examples/example_2/test/TestProductionCode.c | 2 +- examples/example_2/test/TestProductionCode2.c | 2 +- .../example_2/test/test_runners/TestProductionCode2_Runner.c | 2 +- .../example_2/test/test_runners/TestProductionCode_Runner.c | 2 +- examples/example_2/test/test_runners/all_tests.c | 2 +- examples/example_3/helper/UnityHelper.c | 2 +- examples/example_3/helper/UnityHelper.h | 2 +- examples/example_3/rakefile.rb | 2 +- examples/example_3/rakefile_helper.rb | 2 +- examples/example_3/src/ProductionCode.c | 3 +-- examples/example_3/src/ProductionCode.h | 3 +-- examples/example_3/src/ProductionCode2.c | 3 +-- examples/example_3/src/ProductionCode2.h | 3 +-- examples/example_3/target_gcc_32.yml | 2 +- examples/example_3/test/TestProductionCode.c | 3 +-- examples/example_3/test/TestProductionCode2.c | 3 +-- examples/example_4/src/ProductionCode.c | 3 +-- examples/example_4/src/ProductionCode.h | 3 +-- examples/example_4/src/ProductionCode2.c | 3 +-- examples/example_4/src/ProductionCode2.h | 3 +-- examples/example_4/test/TestProductionCode.c | 3 +-- examples/example_4/test/TestProductionCode2.c | 3 +-- examples/unity_config.h | 2 +- extras/bdd/src/unity_bdd.h | 2 +- extras/bdd/test/test_bdd.c | 2 +- extras/fixture/src/unity_fixture.c | 2 +- extras/fixture/src/unity_fixture.h | 3 +-- extras/fixture/src/unity_fixture_internals.h | 3 +-- extras/fixture/test/main/AllTests.c | 2 +- extras/fixture/test/template_fixture_tests.c | 3 +-- extras/fixture/test/unity_fixture_Test.c | 3 +-- extras/fixture/test/unity_fixture_TestRunner.c | 3 +-- extras/memory/src/unity_memory.c | 2 +- extras/memory/src/unity_memory.h | 2 +- extras/memory/test/unity_memory_Test.c | 2 +- extras/memory/test/unity_memory_TestRunner.c | 2 +- extras/memory/test/unity_output_Spy.c | 2 +- extras/memory/test/unity_output_Spy.h | 2 +- src/unity.c | 2 +- src/unity.h | 2 +- src/unity_internals.h | 2 +- test/rakefile_helper.rb | 2 +- test/spec/generate_module_existing_file_spec.rb | 3 +-- test/targets/ansi.yml | 2 +- test/targets/clang_file.yml | 2 +- test/targets/clang_strict.yml | 2 +- test/targets/gcc_32.yml | 2 +- test/targets/gcc_64.yml | 2 +- test/targets/gcc_auto_limits.yml | 2 +- test/targets/gcc_auto_stdint.yml | 2 +- test/targets/gcc_manual_math.yml | 2 +- test/targets/hitech_picc18.yml | 2 +- test/targets/iar_arm_v4.yml | 2 +- test/targets/iar_arm_v5.yml | 2 +- test/targets/iar_arm_v5_3.yml | 2 +- test/targets/iar_armcortex_LM3S9B92_v5_4.yml | 2 +- test/targets/iar_cortexm3_v5.yml | 2 +- test/targets/iar_msp430.yml | 2 +- test/targets/iar_sh2a_v6.yml | 2 +- test/testdata/CException.h | 2 +- test/testdata/Defs.h | 2 +- test/testdata/cmock.h | 2 +- test/testdata/mockMock.h | 2 +- test/testdata/testRunnerGenerator.c | 2 +- test/testdata/testRunnerGeneratorSmall.c | 2 +- test/testdata/testRunnerGeneratorWithMocks.c | 2 +- test/tests/self_assessment_utils.h | 2 +- test/tests/test_generate_test_runner.rb | 2 +- test/tests/test_unity_arrays.c | 2 +- test/tests/test_unity_core.c | 2 +- test/tests/test_unity_doubles.c | 2 +- test/tests/test_unity_floats.c | 2 +- test/tests/test_unity_integers.c | 2 +- test/tests/test_unity_integers_64.c | 2 +- test/tests/test_unity_memory.c | 2 +- test/tests/test_unity_parameterized.c | 2 +- test/tests/test_unity_parameterizedDemo.c | 2 +- test/tests/test_unity_strings.c | 2 +- test/tests/types_for_test.h | 2 +- 105 files changed, 108 insertions(+), 134 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ecca34ce..3e3aad5b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, Greg Williams +Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/auto/__init__.py b/auto/__init__.py index 793090f9..15f87c39 100644 --- a/auto/__init__.py +++ b/auto/__init__.py @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/colour_prompt.rb b/auto/colour_prompt.rb index 57b495a0..566efe9e 100644 --- a/auto/colour_prompt.rb +++ b/auto/colour_prompt.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/colour_reporter.rb b/auto/colour_reporter.rb index 273ea3b6..cac748f8 100644 --- a/auto/colour_reporter.rb +++ b/auto/colour_reporter.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/extract_version.py b/auto/extract_version.py index ff7a6982..7c2f3d30 100755 --- a/auto/extract_version.py +++ b/auto/extract_version.py @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/generate_config.yml b/auto/generate_config.yml index d0fccec7..d1cd9b20 100644 --- a/auto/generate_config.yml +++ b/auto/generate_config.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/generate_module.rb b/auto/generate_module.rb index 27bdf820..d335cab2 100644 --- a/auto/generate_module.rb +++ b/auto/generate_module.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb index 45f0425a..2c2d5956 100755 --- a/auto/generate_test_runner.rb +++ b/auto/generate_test_runner.rb @@ -1,9 +1,8 @@ #!/usr/bin/ruby - # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/parse_output.rb b/auto/parse_output.rb index 7a5b7a5e..1711337a 100644 --- a/auto/parse_output.rb +++ b/auto/parse_output.rb @@ -1,9 +1,10 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= + #============================================================ # Author: John Theofanopoulos # A simple parser. Takes the output files generated during the diff --git a/auto/stylize_as_junit.py b/auto/stylize_as_junit.py index a60c472e..020ec440 100644 --- a/auto/stylize_as_junit.py +++ b/auto/stylize_as_junit.py @@ -2,9 +2,10 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= + import sys import os from glob import glob diff --git a/auto/stylize_as_junit.rb b/auto/stylize_as_junit.rb index 9f3b91a6..23d89a65 100755 --- a/auto/stylize_as_junit.rb +++ b/auto/stylize_as_junit.rb @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/test_file_filter.rb b/auto/test_file_filter.rb index c922cdd2..f9c8d904 100644 --- a/auto/test_file_filter.rb +++ b/auto/test_file_filter.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/type_sanitizer.rb b/auto/type_sanitizer.rb index 0cf9563c..cfadb0dc 100644 --- a/auto/type_sanitizer.rb +++ b/auto/type_sanitizer.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/unity_test_summary.py b/auto/unity_test_summary.py index a7d24bad..43e5af7c 100644 --- a/auto/unity_test_summary.py +++ b/auto/unity_test_summary.py @@ -2,9 +2,10 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= + import sys import os import re diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb index 0d7f1838..33c8d7a3 100644 --- a/auto/unity_test_summary.rb +++ b/auto/unity_test_summary.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/yaml_helper.rb b/auto/yaml_helper.rb index 32746db7..6d1bf7ae 100644 --- a/auto/yaml_helper.rb +++ b/auto/yaml_helper.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/examples/example_1/src/ProductionCode.c b/examples/example_1/src/ProductionCode.c index 6be26aca..8a52aff0 100644 --- a/examples/example_1/src/ProductionCode.c +++ b/examples/example_1/src/ProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" int Counter = 0; diff --git a/examples/example_1/src/ProductionCode.h b/examples/example_1/src/ProductionCode.h index 5aaa8bbc..d8929bfb 100644 --- a/examples/example_1/src/ProductionCode.h +++ b/examples/example_1/src/ProductionCode.h @@ -1,10 +1,9 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - int FindFunction_WhichIsBroken(int NumberToFind); int FunctionWhichReturnsLocalVariable(void); diff --git a/examples/example_1/src/ProductionCode2.c b/examples/example_1/src/ProductionCode2.c index ea12cd71..ff8a537f 100644 --- a/examples/example_1/src/ProductionCode2.c +++ b/examples/example_1/src/ProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) diff --git a/examples/example_1/src/ProductionCode2.h b/examples/example_1/src/ProductionCode2.h index 63f8b0f5..5204543f 100644 --- a/examples/example_1/src/ProductionCode2.h +++ b/examples/example_1/src/ProductionCode2.h @@ -1,9 +1,8 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction); diff --git a/examples/example_1/test/TestProductionCode.c b/examples/example_1/test/TestProductionCode.c index 44441fd1..ceb6d8b5 100644 --- a/examples/example_1/test/TestProductionCode.c +++ b/examples/example_1/test/TestProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" #include "unity.h" diff --git a/examples/example_1/test/TestProductionCode2.c b/examples/example_1/test/TestProductionCode2.c index cb6e4444..32bbfdf0 100644 --- a/examples/example_1/test/TestProductionCode2.c +++ b/examples/example_1/test/TestProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" #include "unity.h" diff --git a/examples/example_2/src/ProductionCode.c b/examples/example_2/src/ProductionCode.c index e30851a7..b84c4276 100644 --- a/examples/example_2/src/ProductionCode.c +++ b/examples/example_2/src/ProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" int Counter = 0; diff --git a/examples/example_2/src/ProductionCode.h b/examples/example_2/src/ProductionCode.h index 5aaa8bbc..d8929bfb 100644 --- a/examples/example_2/src/ProductionCode.h +++ b/examples/example_2/src/ProductionCode.h @@ -1,10 +1,9 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - int FindFunction_WhichIsBroken(int NumberToFind); int FunctionWhichReturnsLocalVariable(void); diff --git a/examples/example_2/src/ProductionCode2.c b/examples/example_2/src/ProductionCode2.c index bd6f4ce8..80040187 100644 --- a/examples/example_2/src/ProductionCode2.c +++ b/examples/example_2/src/ProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) diff --git a/examples/example_2/src/ProductionCode2.h b/examples/example_2/src/ProductionCode2.h index 63f8b0f5..5204543f 100644 --- a/examples/example_2/src/ProductionCode2.h +++ b/examples/example_2/src/ProductionCode2.h @@ -1,9 +1,8 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction); diff --git a/examples/example_2/test/TestProductionCode.c b/examples/example_2/test/TestProductionCode.c index 0e05a0db..9635f32a 100644 --- a/examples/example_2/test/TestProductionCode.c +++ b/examples/example_2/test/TestProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/test/TestProductionCode2.c b/examples/example_2/test/TestProductionCode2.c index de6c3242..d0233c0a 100644 --- a/examples/example_2/test/TestProductionCode2.c +++ b/examples/example_2/test/TestProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/test/test_runners/TestProductionCode2_Runner.c b/examples/example_2/test/test_runners/TestProductionCode2_Runner.c index c528c80f..eaa057fd 100644 --- a/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +++ b/examples/example_2/test/test_runners/TestProductionCode2_Runner.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/test/test_runners/TestProductionCode_Runner.c b/examples/example_2/test/test_runners/TestProductionCode_Runner.c index b65e6695..f0acf24f 100644 --- a/examples/example_2/test/test_runners/TestProductionCode_Runner.c +++ b/examples/example_2/test/test_runners/TestProductionCode_Runner.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/test/test_runners/all_tests.c b/examples/example_2/test/test_runners/all_tests.c index 6cd4ef95..5376dbe2 100644 --- a/examples/example_2/test/test_runners/all_tests.c +++ b/examples/example_2/test/test_runners/all_tests.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/helper/UnityHelper.c b/examples/example_3/helper/UnityHelper.c index 12110176..17830959 100644 --- a/examples/example_3/helper/UnityHelper.c +++ b/examples/example_3/helper/UnityHelper.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/helper/UnityHelper.h b/examples/example_3/helper/UnityHelper.h index 573f26c9..6ebf8604 100644 --- a/examples/example_3/helper/UnityHelper.h +++ b/examples/example_3/helper/UnityHelper.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/rakefile.rb b/examples/example_3/rakefile.rb index 48de0d05..a1eb35a4 100644 --- a/examples/example_3/rakefile.rb +++ b/examples/example_3/rakefile.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/examples/example_3/rakefile_helper.rb b/examples/example_3/rakefile_helper.rb index 9b57e814..55885741 100644 --- a/examples/example_3/rakefile_helper.rb +++ b/examples/example_3/rakefile_helper.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/examples/example_3/src/ProductionCode.c b/examples/example_3/src/ProductionCode.c index e30851a7..b84c4276 100644 --- a/examples/example_3/src/ProductionCode.c +++ b/examples/example_3/src/ProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" int Counter = 0; diff --git a/examples/example_3/src/ProductionCode.h b/examples/example_3/src/ProductionCode.h index 5aaa8bbc..d8929bfb 100644 --- a/examples/example_3/src/ProductionCode.h +++ b/examples/example_3/src/ProductionCode.h @@ -1,10 +1,9 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - int FindFunction_WhichIsBroken(int NumberToFind); int FunctionWhichReturnsLocalVariable(void); diff --git a/examples/example_3/src/ProductionCode2.c b/examples/example_3/src/ProductionCode2.c index bd6f4ce8..80040187 100644 --- a/examples/example_3/src/ProductionCode2.c +++ b/examples/example_3/src/ProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) diff --git a/examples/example_3/src/ProductionCode2.h b/examples/example_3/src/ProductionCode2.h index 63f8b0f5..5204543f 100644 --- a/examples/example_3/src/ProductionCode2.h +++ b/examples/example_3/src/ProductionCode2.h @@ -1,9 +1,8 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction); diff --git a/examples/example_3/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml index 3fa10040..a3d123d4 100644 --- a/examples/example_3/target_gcc_32.yml +++ b/examples/example_3/target_gcc_32.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/examples/example_3/test/TestProductionCode.c b/examples/example_3/test/TestProductionCode.c index a74e9eab..7f48ea76 100644 --- a/examples/example_3/test/TestProductionCode.c +++ b/examples/example_3/test/TestProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" #include "unity.h" diff --git a/examples/example_3/test/TestProductionCode2.c b/examples/example_3/test/TestProductionCode2.c index 43907d4f..7ab3926e 100644 --- a/examples/example_3/test/TestProductionCode2.c +++ b/examples/example_3/test/TestProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" #include "unity.h" diff --git a/examples/example_4/src/ProductionCode.c b/examples/example_4/src/ProductionCode.c index 6be26aca..8a52aff0 100644 --- a/examples/example_4/src/ProductionCode.c +++ b/examples/example_4/src/ProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" int Counter = 0; diff --git a/examples/example_4/src/ProductionCode.h b/examples/example_4/src/ProductionCode.h index 5aaa8bbc..d8929bfb 100644 --- a/examples/example_4/src/ProductionCode.h +++ b/examples/example_4/src/ProductionCode.h @@ -1,10 +1,9 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - int FindFunction_WhichIsBroken(int NumberToFind); int FunctionWhichReturnsLocalVariable(void); diff --git a/examples/example_4/src/ProductionCode2.c b/examples/example_4/src/ProductionCode2.c index ea12cd71..ff8a537f 100644 --- a/examples/example_4/src/ProductionCode2.c +++ b/examples/example_4/src/ProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) diff --git a/examples/example_4/src/ProductionCode2.h b/examples/example_4/src/ProductionCode2.h index 63f8b0f5..5204543f 100644 --- a/examples/example_4/src/ProductionCode2.h +++ b/examples/example_4/src/ProductionCode2.h @@ -1,9 +1,8 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction); diff --git a/examples/example_4/test/TestProductionCode.c b/examples/example_4/test/TestProductionCode.c index 15a19fcd..a7cf1449 100644 --- a/examples/example_4/test/TestProductionCode.c +++ b/examples/example_4/test/TestProductionCode.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode.h" #include "unity.h" diff --git a/examples/example_4/test/TestProductionCode2.c b/examples/example_4/test/TestProductionCode2.c index 479a1a67..168564e1 100644 --- a/examples/example_4/test/TestProductionCode2.c +++ b/examples/example_4/test/TestProductionCode2.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "ProductionCode2.h" #include "unity.h" diff --git a/examples/unity_config.h b/examples/unity_config.h index a9845f88..efd91232 100644 --- a/examples/unity_config.h +++ b/examples/unity_config.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/bdd/src/unity_bdd.h b/extras/bdd/src/unity_bdd.h index 129b7bc3..feff492c 100644 --- a/extras/bdd/src/unity_bdd.h +++ b/extras/bdd/src/unity_bdd.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/bdd/test/test_bdd.c b/extras/bdd/test/test_bdd.c index 548ba97c..f86e5abd 100644 --- a/extras/bdd/test/test_bdd.c +++ b/extras/bdd/test/test_bdd.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c index 0047bd36..9b3fce27 100644 --- a/extras/fixture/src/unity_fixture.c +++ b/extras/fixture/src/unity_fixture.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/src/unity_fixture.h b/extras/fixture/src/unity_fixture.h index 0eb471e3..ed6ff482 100644 --- a/extras/fixture/src/unity_fixture.h +++ b/extras/fixture/src/unity_fixture.h @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #ifndef UNITY_FIXTURE_H_ #define UNITY_FIXTURE_H_ diff --git a/extras/fixture/src/unity_fixture_internals.h b/extras/fixture/src/unity_fixture_internals.h index 9e6f8b7c..f8f83d2d 100644 --- a/extras/fixture/src/unity_fixture_internals.h +++ b/extras/fixture/src/unity_fixture_internals.h @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #ifndef UNITY_FIXTURE_INTERNALS_H_ #define UNITY_FIXTURE_INTERNALS_H_ diff --git a/extras/fixture/test/main/AllTests.c b/extras/fixture/test/main/AllTests.c index 8b8e16ba..d5eec4be 100644 --- a/extras/fixture/test/main/AllTests.c +++ b/extras/fixture/test/main/AllTests.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/test/template_fixture_tests.c b/extras/fixture/test/template_fixture_tests.c index ad7f0823..2397f105 100644 --- a/extras/fixture/test/template_fixture_tests.c +++ b/extras/fixture/test/template_fixture_tests.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "unity_fixture.h" static int data = -1; diff --git a/extras/fixture/test/unity_fixture_Test.c b/extras/fixture/test/unity_fixture_Test.c index e258fbaf..d2785d3c 100644 --- a/extras/fixture/test/unity_fixture_Test.c +++ b/extras/fixture/test/unity_fixture_Test.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "unity_fixture.h" #include #include diff --git a/extras/fixture/test/unity_fixture_TestRunner.c b/extras/fixture/test/unity_fixture_TestRunner.c index 0eb2bdb1..ec92663f 100644 --- a/extras/fixture/test/unity_fixture_TestRunner.c +++ b/extras/fixture/test/unity_fixture_TestRunner.c @@ -1,11 +1,10 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ - #include "unity_fixture.h" TEST_GROUP_RUNNER(UnityFixture) diff --git a/extras/memory/src/unity_memory.c b/extras/memory/src/unity_memory.c index 85abbc9f..e9eaae35 100644 --- a/extras/memory/src/unity_memory.c +++ b/extras/memory/src/unity_memory.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/src/unity_memory.h b/extras/memory/src/unity_memory.h index ace96a5a..70a7f25f 100644 --- a/extras/memory/src/unity_memory.h +++ b/extras/memory/src/unity_memory.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/test/unity_memory_Test.c b/extras/memory/test/unity_memory_Test.c index 163d24c0..b66e6deb 100644 --- a/extras/memory/test/unity_memory_Test.c +++ b/extras/memory/test/unity_memory_Test.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/test/unity_memory_TestRunner.c b/extras/memory/test/unity_memory_TestRunner.c index 92e98ff8..0a8ed3da 100644 --- a/extras/memory/test/unity_memory_TestRunner.c +++ b/extras/memory/test/unity_memory_TestRunner.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/test/unity_output_Spy.c b/extras/memory/test/unity_output_Spy.c index 69fcacc7..044c5def 100644 --- a/extras/memory/test/unity_output_Spy.c +++ b/extras/memory/test/unity_output_Spy.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/test/unity_output_Spy.h b/extras/memory/test/unity_output_Spy.h index 739263cd..3c2e9b97 100644 --- a/extras/memory/test/unity_output_Spy.h +++ b/extras/memory/test/unity_output_Spy.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity.c b/src/unity.c index 04d716d7..7fa2dc63 100644 --- a/src/unity.c +++ b/src/unity.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity.h b/src/unity.h index 8337c8c6..e390ff16 100644 --- a/src/unity.h +++ b/src/unity.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity_internals.h b/src/unity_internals.h index 192f7ffa..562f5b6d 100644 --- a/src/unity_internals.h +++ b/src/unity_internals.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/rakefile_helper.rb b/test/rakefile_helper.rb index 61ce874e..80a4976d 100644 --- a/test/rakefile_helper.rb +++ b/test/rakefile_helper.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/spec/generate_module_existing_file_spec.rb b/test/spec/generate_module_existing_file_spec.rb index 0d5eb1b3..f4dd13e3 100644 --- a/test/spec/generate_module_existing_file_spec.rb +++ b/test/spec/generate_module_existing_file_spec.rb @@ -1,11 +1,10 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= - require '../auto/generate_module.rb' require 'fileutils' diff --git a/test/targets/ansi.yml b/test/targets/ansi.yml index 960a5bd8..fcc24557 100644 --- a/test/targets/ansi.yml +++ b/test/targets/ansi.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/clang_file.yml b/test/targets/clang_file.yml index 00617331..f962ced3 100644 --- a/test/targets/clang_file.yml +++ b/test/targets/clang_file.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/clang_strict.yml b/test/targets/clang_strict.yml index 6ae19356..1c82f624 100644 --- a/test/targets/clang_strict.yml +++ b/test/targets/clang_strict.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/gcc_32.yml b/test/targets/gcc_32.yml index 60deb062..3375e4ee 100644 --- a/test/targets/gcc_32.yml +++ b/test/targets/gcc_32.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/gcc_64.yml b/test/targets/gcc_64.yml index b6f10f82..55223ceb 100644 --- a/test/targets/gcc_64.yml +++ b/test/targets/gcc_64.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/gcc_auto_limits.yml b/test/targets/gcc_auto_limits.yml index 12a11fe0..9159b385 100644 --- a/test/targets/gcc_auto_limits.yml +++ b/test/targets/gcc_auto_limits.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/gcc_auto_stdint.yml b/test/targets/gcc_auto_stdint.yml index 94066139..18221609 100644 --- a/test/targets/gcc_auto_stdint.yml +++ b/test/targets/gcc_auto_stdint.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/gcc_manual_math.yml b/test/targets/gcc_manual_math.yml index 76fc9921..22e69aa6 100644 --- a/test/targets/gcc_manual_math.yml +++ b/test/targets/gcc_manual_math.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/hitech_picc18.yml b/test/targets/hitech_picc18.yml index 493705be..547cb2b5 100644 --- a/test/targets/hitech_picc18.yml +++ b/test/targets/hitech_picc18.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_arm_v4.yml b/test/targets/iar_arm_v4.yml index 36b1a0c8..26a0f462 100644 --- a/test/targets/iar_arm_v4.yml +++ b/test/targets/iar_arm_v4.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_arm_v5.yml b/test/targets/iar_arm_v5.yml index 17b6b10d..afd51775 100644 --- a/test/targets/iar_arm_v5.yml +++ b/test/targets/iar_arm_v5.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_arm_v5_3.yml b/test/targets/iar_arm_v5_3.yml index 17b6b10d..afd51775 100644 --- a/test/targets/iar_arm_v5_3.yml +++ b/test/targets/iar_arm_v5_3.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_armcortex_LM3S9B92_v5_4.yml b/test/targets/iar_armcortex_LM3S9B92_v5_4.yml index 7bf92871..b4aa5d8e 100644 --- a/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +++ b/test/targets/iar_armcortex_LM3S9B92_v5_4.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_cortexm3_v5.yml b/test/targets/iar_cortexm3_v5.yml index e56286a4..e27b0f6b 100644 --- a/test/targets/iar_cortexm3_v5.yml +++ b/test/targets/iar_cortexm3_v5.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_msp430.yml b/test/targets/iar_msp430.yml index a1bd3ee4..041ebdaf 100644 --- a/test/targets/iar_msp430.yml +++ b/test/targets/iar_msp430.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/iar_sh2a_v6.yml b/test/targets/iar_sh2a_v6.yml index c4469d62..21761d4b 100644 --- a/test/targets/iar_sh2a_v6.yml +++ b/test/targets/iar_sh2a_v6.yml @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/testdata/CException.h b/test/testdata/CException.h index 4f82afa1..0c11eaaa 100644 --- a/test/testdata/CException.h +++ b/test/testdata/CException.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/Defs.h b/test/testdata/Defs.h index 470f8877..aa5ed670 100644 --- a/test/testdata/Defs.h +++ b/test/testdata/Defs.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/cmock.h b/test/testdata/cmock.h index af739308..440220d0 100644 --- a/test/testdata/cmock.h +++ b/test/testdata/cmock.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/mockMock.h b/test/testdata/mockMock.h index 3d728e4a..ca65fc93 100644 --- a/test/testdata/mockMock.h +++ b/test/testdata/mockMock.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGenerator.c b/test/testdata/testRunnerGenerator.c index ab14c0e8..c10a96e6 100644 --- a/test/testdata/testRunnerGenerator.c +++ b/test/testdata/testRunnerGenerator.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGeneratorSmall.c b/test/testdata/testRunnerGeneratorSmall.c index 15893d53..bc9f7fcf 100644 --- a/test/testdata/testRunnerGeneratorSmall.c +++ b/test/testdata/testRunnerGeneratorSmall.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGeneratorWithMocks.c b/test/testdata/testRunnerGeneratorWithMocks.c index a5b37b8c..adc2a295 100644 --- a/test/testdata/testRunnerGeneratorWithMocks.c +++ b/test/testdata/testRunnerGeneratorWithMocks.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/self_assessment_utils.h b/test/tests/self_assessment_utils.h index 39953e36..6051bda8 100644 --- a/test/tests/self_assessment_utils.h +++ b/test/tests/self_assessment_utils.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_generate_test_runner.rb b/test/tests/test_generate_test_runner.rb index dd1c4c8e..79a2e48e 100644 --- a/test/tests/test_generate_test_runner.rb +++ b/test/tests/test_generate_test_runner.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/tests/test_unity_arrays.c b/test/tests/test_unity_arrays.c index e61e43d5..f852c269 100644 --- a/test/tests/test_unity_arrays.c +++ b/test/tests/test_unity_arrays.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_core.c b/test/tests/test_unity_core.c index e4a3fdd9..866f2ab1 100644 --- a/test/tests/test_unity_core.c +++ b/test/tests/test_unity_core.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_doubles.c b/test/tests/test_unity_doubles.c index 64d59070..b9e70cff 100644 --- a/test/tests/test_unity_doubles.c +++ b/test/tests/test_unity_doubles.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_floats.c b/test/tests/test_unity_floats.c index 4a2c2131..006c76ab 100644 --- a/test/tests/test_unity_floats.c +++ b/test/tests/test_unity_floats.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_integers.c b/test/tests/test_unity_integers.c index 2a923a8d..1b8c6e30 100644 --- a/test/tests/test_unity_integers.c +++ b/test/tests/test_unity_integers.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_integers_64.c b/test/tests/test_unity_integers_64.c index 2a1d3769..6fb0957f 100644 --- a/test/tests/test_unity_integers_64.c +++ b/test/tests/test_unity_integers_64.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_memory.c b/test/tests/test_unity_memory.c index 4d0513a5..d4897de4 100644 --- a/test/tests/test_unity_memory.c +++ b/test/tests/test_unity_memory.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_parameterized.c b/test/tests/test_unity_parameterized.c index a473a921..b9550986 100644 --- a/test/tests/test_unity_parameterized.c +++ b/test/tests/test_unity_parameterized.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_parameterizedDemo.c b/test/tests/test_unity_parameterizedDemo.c index 6ee42c54..6de6e686 100644 --- a/test/tests/test_unity_parameterizedDemo.c +++ b/test/tests/test_unity_parameterizedDemo.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/test_unity_strings.c b/test/tests/test_unity_strings.c index 99ba4d53..6a421135 100644 --- a/test/tests/test_unity_strings.c +++ b/test/tests/test_unity_strings.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/tests/types_for_test.h b/test/tests/types_for_test.h index 176926cf..66828b95 100644 --- a/test/tests/types_for_test.h +++ b/test/tests/types_for_test.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */