From d1fe18bd54434efd1ac0dad035d3ab0f8591e086 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 23 Jan 2026 11:18:36 -0500 Subject: [PATCH] Updates for the 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 | 2 +- auto/parse_output.rb | 2 +- auto/stylize_as_junit.py | 2 +- auto/stylize_as_junit.rb | 2 +- auto/test_file_filter.rb | 2 +- auto/type_sanitizer.rb | 2 +- auto/unity_test_summary.py | 2 +- auto/unity_test_summary.rb | 2 +- auto/yaml_helper.rb | 2 +- examples/example_1/src/ProductionCode.c | 2 +- examples/example_1/src/ProductionCode.h | 2 +- examples/example_1/src/ProductionCode2.c | 2 +- examples/example_1/src/ProductionCode2.h | 2 +- examples/example_1/test/TestProductionCode.c | 2 +- examples/example_1/test/TestProductionCode2.c | 2 +- examples/example_2/src/ProductionCode.c | 2 +- examples/example_2/src/ProductionCode.h | 2 +- examples/example_2/src/ProductionCode2.c | 2 +- examples/example_2/src/ProductionCode2.h | 2 +- examples/example_2/test/TestProductionCode.c | 2 +- examples/example_2/test/TestProductionCode2.c | 2 +- .../test/test_runners/TestProductionCode2_Runner.c | 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 | 2 +- examples/example_3/src/ProductionCode.h | 2 +- examples/example_3/src/ProductionCode2.c | 2 +- examples/example_3/src/ProductionCode2.h | 2 +- examples/example_3/target_gcc_32.yml | 2 +- examples/example_3/test/TestProductionCode.c | 2 +- examples/example_3/test/TestProductionCode2.c | 2 +- examples/example_4/src/ProductionCode.c | 2 +- examples/example_4/src/ProductionCode.h | 2 +- examples/example_4/src/ProductionCode2.c | 2 +- examples/example_4/src/ProductionCode2.h | 2 +- examples/example_4/test/TestProductionCode.c | 2 +- examples/example_4/test/TestProductionCode2.c | 2 +- examples/example_5/src/ProductionCode.c | 2 +- examples/example_5/src/ProductionCode.h | 2 +- examples/example_5/test/TestProductionCode.c | 2 +- examples/example_5/test/unity_detail_config.h | 7 +++++++ 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 | 2 +- extras/fixture/src/unity_fixture_internals.h | 2 +- extras/fixture/test/main/AllTests.c | 2 +- extras/fixture/test/template_fixture_tests.c | 2 +- extras/fixture/test/unity_fixture_Test.c | 2 +- extras/fixture/test/unity_fixture_TestRunner.c | 2 +- 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 | 2 +- test/rakefile_helper.rb | 2 +- test/spec/generate_module_existing_file_spec.rb | 2 +- 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 +- 110 files changed, 116 insertions(+), 109 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 3e3aad5..bd46b90 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +Copyright (c) 2007-26 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 15f87c3..6323a25 100644 --- a/auto/__init__.py +++ b/auto/__init__.py @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/colour_prompt.rb b/auto/colour_prompt.rb index 566efe9..2de38a4 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/colour_reporter.rb b/auto/colour_reporter.rb index cac748f..10a17d3 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/extract_version.py b/auto/extract_version.py index 7c2f3d3..1494bd5 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/generate_config.yml b/auto/generate_config.yml index d1cd9b2..72b0654 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/generate_module.rb b/auto/generate_module.rb index d335cab..0b5024b 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 cc82cfc..2b2cf61 100755 --- a/auto/generate_test_runner.rb +++ b/auto/generate_test_runner.rb @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/parse_output.rb b/auto/parse_output.rb index 1711337..3ecc04c 100644 --- a/auto/parse_output.rb +++ b/auto/parse_output.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/stylize_as_junit.py b/auto/stylize_as_junit.py index 49e8aff..24e6832 100644 --- a/auto/stylize_as_junit.py +++ b/auto/stylize_as_junit.py @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/stylize_as_junit.rb b/auto/stylize_as_junit.rb index e003918..9a1edca 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 f9c8d90..7439192 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/type_sanitizer.rb b/auto/type_sanitizer.rb index cfadb0d..dca96be 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 60f5fd4..d3c47c6 100644 --- a/auto/unity_test_summary.py +++ b/auto/unity_test_summary.py @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb index f6a64de..cfa267b 100644 --- a/auto/unity_test_summary.rb +++ b/auto/unity_test_summary.rb @@ -2,7 +2,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/auto/yaml_helper.rb b/auto/yaml_helper.rb index 6d1bf7a..e11792a 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 8a52aff..9a10033 100644 --- a/examples/example_1/src/ProductionCode.c +++ b/examples/example_1/src/ProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_1/src/ProductionCode.h b/examples/example_1/src/ProductionCode.h index d8929bf..57ccf41 100644 --- a/examples/example_1/src/ProductionCode.h +++ b/examples/example_1/src/ProductionCode.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_1/src/ProductionCode2.c b/examples/example_1/src/ProductionCode2.c index ff8a537..ae72f91 100644 --- a/examples/example_1/src/ProductionCode2.c +++ b/examples/example_1/src/ProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_1/src/ProductionCode2.h b/examples/example_1/src/ProductionCode2.h index 5204543..0a0bd76 100644 --- a/examples/example_1/src/ProductionCode2.h +++ b/examples/example_1/src/ProductionCode2.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_1/test/TestProductionCode.c b/examples/example_1/test/TestProductionCode.c index ceb6d8b..63e4977 100644 --- a/examples/example_1/test/TestProductionCode.c +++ b/examples/example_1/test/TestProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_1/test/TestProductionCode2.c b/examples/example_1/test/TestProductionCode2.c index 32bbfdf..62742c9 100644 --- a/examples/example_1/test/TestProductionCode2.c +++ b/examples/example_1/test/TestProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/src/ProductionCode.c b/examples/example_2/src/ProductionCode.c index b84c427..841f91a 100644 --- a/examples/example_2/src/ProductionCode.c +++ b/examples/example_2/src/ProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/src/ProductionCode.h b/examples/example_2/src/ProductionCode.h index d8929bf..57ccf41 100644 --- a/examples/example_2/src/ProductionCode.h +++ b/examples/example_2/src/ProductionCode.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/src/ProductionCode2.c b/examples/example_2/src/ProductionCode2.c index 8004018..c5c5011 100644 --- a/examples/example_2/src/ProductionCode2.c +++ b/examples/example_2/src/ProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/src/ProductionCode2.h b/examples/example_2/src/ProductionCode2.h index 5204543..0a0bd76 100644 --- a/examples/example_2/src/ProductionCode2.h +++ b/examples/example_2/src/ProductionCode2.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_2/test/TestProductionCode.c b/examples/example_2/test/TestProductionCode.c index 9635f32..b424e24 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 d0233c0..a43bec4 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 eaa057f..f40f835 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 f0acf24..c50664f 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 5376dbe..54c4d25 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 1783095..728ddbc 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 6ebf860..8d3e4b6 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 a1eb35a..ace9eb8 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 5588574..be73b18 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 b84c427..841f91a 100644 --- a/examples/example_3/src/ProductionCode.c +++ b/examples/example_3/src/ProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/src/ProductionCode.h b/examples/example_3/src/ProductionCode.h index d8929bf..57ccf41 100644 --- a/examples/example_3/src/ProductionCode.h +++ b/examples/example_3/src/ProductionCode.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/src/ProductionCode2.c b/examples/example_3/src/ProductionCode2.c index 8004018..c5c5011 100644 --- a/examples/example_3/src/ProductionCode2.c +++ b/examples/example_3/src/ProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/src/ProductionCode2.h b/examples/example_3/src/ProductionCode2.h index 5204543..0a0bd76 100644 --- a/examples/example_3/src/ProductionCode2.h +++ b/examples/example_3/src/ProductionCode2.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml index a3d123d..b7324d8 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 7f48ea7..654de52 100644 --- a/examples/example_3/test/TestProductionCode.c +++ b/examples/example_3/test/TestProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_3/test/TestProductionCode2.c b/examples/example_3/test/TestProductionCode2.c index 7ab3926..32ba6be 100644 --- a/examples/example_3/test/TestProductionCode2.c +++ b/examples/example_3/test/TestProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/src/ProductionCode.c b/examples/example_4/src/ProductionCode.c index 8a52aff..9a10033 100644 --- a/examples/example_4/src/ProductionCode.c +++ b/examples/example_4/src/ProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/src/ProductionCode.h b/examples/example_4/src/ProductionCode.h index d8929bf..57ccf41 100644 --- a/examples/example_4/src/ProductionCode.h +++ b/examples/example_4/src/ProductionCode.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/src/ProductionCode2.c b/examples/example_4/src/ProductionCode2.c index ff8a537..ae72f91 100644 --- a/examples/example_4/src/ProductionCode2.c +++ b/examples/example_4/src/ProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/src/ProductionCode2.h b/examples/example_4/src/ProductionCode2.h index 5204543..0a0bd76 100644 --- a/examples/example_4/src/ProductionCode2.h +++ b/examples/example_4/src/ProductionCode2.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/test/TestProductionCode.c b/examples/example_4/test/TestProductionCode.c index a7cf144..63b6618 100644 --- a/examples/example_4/test/TestProductionCode.c +++ b/examples/example_4/test/TestProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_4/test/TestProductionCode2.c b/examples/example_4/test/TestProductionCode2.c index 168564e..5292d96 100644 --- a/examples/example_4/test/TestProductionCode2.c +++ b/examples/example_4/test/TestProductionCode2.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_5/src/ProductionCode.c b/examples/example_5/src/ProductionCode.c index c6e2b0c..7120adc 100644 --- a/examples/example_5/src/ProductionCode.c +++ b/examples/example_5/src/ProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_5/src/ProductionCode.h b/examples/example_5/src/ProductionCode.h index 67de534..7e14358 100644 --- a/examples/example_5/src/ProductionCode.h +++ b/examples/example_5/src/ProductionCode.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_5/test/TestProductionCode.c b/examples/example_5/test/TestProductionCode.c index ab3d3e2..ec4cbed 100644 --- a/examples/example_5/test/TestProductionCode.c +++ b/examples/example_5/test/TestProductionCode.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/examples/example_5/test/unity_detail_config.h b/examples/example_5/test/unity_detail_config.h index 0305a66..1680da5 100644 --- a/examples/example_5/test/unity_detail_config.h +++ b/examples/example_5/test/unity_detail_config.h @@ -1,3 +1,10 @@ +/* ========================================================================= + Unity - A Test Framework for C + ThrowTheSwitch.org + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams + SPDX-License-Identifier: MIT +========================================================================= */ + #define UNITY_DETAIL_STACK_SIZE 5 #define LABEL_AS_INT32 "#\x18" /*UNITY_DISPLAY_STYLE_INT32 = 0x18 */ #define LABEL_AS_HEX8 "#\x41" /* UNITY_DISPLAY_STYLE_HEX8 = 0x41 */ diff --git a/examples/unity_config.h b/examples/unity_config.h index efd9123..c79dd5a 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 feff492..41ee2ad 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 f86e5ab..be51324 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 cd0df2c..a89677e 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 ed6ff48..fa2fc5b 100644 --- a/extras/fixture/src/unity_fixture.h +++ b/extras/fixture/src/unity_fixture.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/src/unity_fixture_internals.h b/extras/fixture/src/unity_fixture_internals.h index 6a552c1..b2aff1f 100644 --- a/extras/fixture/src/unity_fixture_internals.h +++ b/extras/fixture/src/unity_fixture_internals.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/test/main/AllTests.c b/extras/fixture/test/main/AllTests.c index d5eec4b..caa3c7e 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 2397f10..1b1c9ec 100644 --- a/extras/fixture/test/template_fixture_tests.c +++ b/extras/fixture/test/template_fixture_tests.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/test/unity_fixture_Test.c b/extras/fixture/test/unity_fixture_Test.c index f5103ff..b894d4c 100644 --- a/extras/fixture/test/unity_fixture_Test.c +++ b/extras/fixture/test/unity_fixture_Test.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/fixture/test/unity_fixture_TestRunner.c b/extras/fixture/test/unity_fixture_TestRunner.c index 07099d3..cecdcc0 100644 --- a/extras/fixture/test/unity_fixture_TestRunner.c +++ b/extras/fixture/test/unity_fixture_TestRunner.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/extras/memory/src/unity_memory.c b/extras/memory/src/unity_memory.c index e9eaae3..c71f77f 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 70a7f25..7351be3 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 b66e6de..1e65410 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 0a8ed3d..9fe2ead 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 044c5de..e5b6db0 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 3c2e9b9..8c2dd31 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity.c b/src/unity.c index 8be0d03..4b1aea6 100644 --- a/src/unity.c +++ b/src/unity.c @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity.h b/src/unity.h index 7c749c2..6310913 100644 --- a/src/unity.h +++ b/src/unity.h @@ -1,7 +1,7 @@ /* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org - Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/src/unity_internals.h b/src/unity_internals.h index a66859a..da17059 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/rakefile b/test/rakefile index 7747f30..f278d42 100644 --- a/test/rakefile +++ b/test/rakefile @@ -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-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/rakefile_helper.rb b/test/rakefile_helper.rb index 80a4976..cabcc99 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 f4dd13e..732e6d7 100644 --- a/test/spec/generate_module_existing_file_spec.rb +++ b/test/spec/generate_module_existing_file_spec.rb @@ -1,7 +1,7 @@ # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org -# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/targets/ansi.yml b/test/targets/ansi.yml index fcc2455..c09642f 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 f962ced..1c4ed53 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 1c82f62..1101735 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 3375e4e..5a17b30 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 55223ce..104cf7d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 9159b38..3da6922 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 1822160..9697ff7 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 22e69aa..0524f72 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 547cb2b..8dc9129 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 26a0f46..74d137d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 afd5177..cd0930d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 afd5177..cd0930d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 b4aa5d8..1fc07c6 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 e27b0f6..c5d6ad2 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 041ebda..de89245 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 21761d4..8e5ded4 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= diff --git a/test/testdata/CException.h b/test/testdata/CException.h index 0c11eaa..c4c58ed 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/Defs.h b/test/testdata/Defs.h index aa5ed67..ec83d6f 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/cmock.h b/test/testdata/cmock.h index 440220d..37efb0b 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/mockMock.h b/test/testdata/mockMock.h index ca65fc9..0aa5a00 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGenerator.c b/test/testdata/testRunnerGenerator.c index c10a96e..ef8f468 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGeneratorSmall.c b/test/testdata/testRunnerGeneratorSmall.c index bc9f7fc..076efff 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ diff --git a/test/testdata/testRunnerGeneratorWithMocks.c b/test/testdata/testRunnerGeneratorWithMocks.c index adc2a29..5bacd4b 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 24b755f..95822bf 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 79a2e48..5e0133f 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams +# Copyright (c) 2007-26 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 f852c26..9e81125 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 1f5a9a7..dc3a1bf 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 b9e70cf..7a41d03 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 9744c13..e02c656 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 1b8c6e3..495d87d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 6fb0957..e6a965a 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 d4897de..7ee48d2 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 b955098..8059893 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 6de6e68..d0ea962 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 6a42113..bb38ecb 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 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 66828b9..00f580d 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-25 Mike Karlesky, Mark VanderVoord, & Greg Williams + Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */