diff --git a/LICENSE.txt b/LICENSE.txt index 9c507ba..ecb0db2 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/config/production_environment.rb b/config/production_environment.rb index 7ef33ce..71b85d6 100644 --- a/config/production_environment.rb +++ b/config/production_environment.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/config/test_environment.rb b/config/test_environment.rb index 70f5acc..77c7f91 100644 --- a/config/test_environment.rb +++ b/config/test_environment.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/make_example/src/foo.c b/examples/make_example/src/foo.c index 172e48f..615a229 100644 --- a/examples/make_example/src/foo.c +++ b/examples/make_example/src/foo.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/make_example/src/foo.h b/examples/make_example/src/foo.h index 73120bc..6e07740 100644 --- a/examples/make_example/src/foo.h +++ b/examples/make_example/src/foo.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/make_example/src/main.c b/examples/make_example/src/main.c index 80fc1e5..978eb7f 100644 --- a/examples/make_example/src/main.c +++ b/examples/make_example/src/main.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/make_example/test/test_foo.c b/examples/make_example/test/test_foo.c index 4004021..9ba9906 100644 --- a/examples/make_example/test/test_foo.c +++ b/examples/make_example/test/test_foo.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/make_example/test/test_main.c b/examples/make_example/test/test_main.c index 3717bc0..8e9e3ea 100644 --- a/examples/make_example/test/test_main.c +++ b/examples/make_example/test/test_main.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/rakefile.rb b/examples/temp_sensor/rakefile.rb index cf84256..e70b955 100644 --- a/examples/temp_sensor/rakefile.rb +++ b/examples/temp_sensor/rakefile.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/temp_sensor/rakefile_helper.rb b/examples/temp_sensor/rakefile_helper.rb index 55cd276..ff55b8b 100644 --- a/examples/temp_sensor/rakefile_helper.rb +++ b/examples/temp_sensor/rakefile_helper.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/temp_sensor/src/AT91SAM7X256.h b/examples/temp_sensor/src/AT91SAM7X256.h index 7715921..2d4f67b 100644 --- a/examples/temp_sensor/src/AT91SAM7X256.h +++ b/examples/temp_sensor/src/AT91SAM7X256.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcConductor.c b/examples/temp_sensor/src/AdcConductor.c index 1435c95..74d3a29 100644 --- a/examples/temp_sensor/src/AdcConductor.c +++ b/examples/temp_sensor/src/AdcConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcConductor.h b/examples/temp_sensor/src/AdcConductor.h index 36fde03..0332641 100644 --- a/examples/temp_sensor/src/AdcConductor.h +++ b/examples/temp_sensor/src/AdcConductor.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcHardware.c b/examples/temp_sensor/src/AdcHardware.c index 1b9759b..d31ef65 100644 --- a/examples/temp_sensor/src/AdcHardware.c +++ b/examples/temp_sensor/src/AdcHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcHardware.h b/examples/temp_sensor/src/AdcHardware.h index 383658c..b8015a4 100644 --- a/examples/temp_sensor/src/AdcHardware.h +++ b/examples/temp_sensor/src/AdcHardware.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcHardwareConfigurator.c b/examples/temp_sensor/src/AdcHardwareConfigurator.c index b3ee2c0..2683456 100644 --- a/examples/temp_sensor/src/AdcHardwareConfigurator.c +++ b/examples/temp_sensor/src/AdcHardwareConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcHardwareConfigurator.h b/examples/temp_sensor/src/AdcHardwareConfigurator.h index 89efe31..c4bf586 100644 --- a/examples/temp_sensor/src/AdcHardwareConfigurator.h +++ b/examples/temp_sensor/src/AdcHardwareConfigurator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcModel.c b/examples/temp_sensor/src/AdcModel.c index 1e2bcdd..9bd83d7 100644 --- a/examples/temp_sensor/src/AdcModel.c +++ b/examples/temp_sensor/src/AdcModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcModel.h b/examples/temp_sensor/src/AdcModel.h index a15749f..41e4cdb 100644 --- a/examples/temp_sensor/src/AdcModel.h +++ b/examples/temp_sensor/src/AdcModel.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcTemperatureSensor.c b/examples/temp_sensor/src/AdcTemperatureSensor.c index cf12b71..2541eae 100644 --- a/examples/temp_sensor/src/AdcTemperatureSensor.c +++ b/examples/temp_sensor/src/AdcTemperatureSensor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/AdcTemperatureSensor.h b/examples/temp_sensor/src/AdcTemperatureSensor.h index ac06bd4..e2dac2a 100644 --- a/examples/temp_sensor/src/AdcTemperatureSensor.h +++ b/examples/temp_sensor/src/AdcTemperatureSensor.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Executor.c b/examples/temp_sensor/src/Executor.c index f813d11..2b2688e 100644 --- a/examples/temp_sensor/src/Executor.c +++ b/examples/temp_sensor/src/Executor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Executor.h b/examples/temp_sensor/src/Executor.h index e7b9bd9..b2023d4 100644 --- a/examples/temp_sensor/src/Executor.h +++ b/examples/temp_sensor/src/Executor.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/IntrinsicsWrapper.c b/examples/temp_sensor/src/IntrinsicsWrapper.c index 88e8596..509fcc5 100644 --- a/examples/temp_sensor/src/IntrinsicsWrapper.c +++ b/examples/temp_sensor/src/IntrinsicsWrapper.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/IntrinsicsWrapper.h b/examples/temp_sensor/src/IntrinsicsWrapper.h index c9f8d2a..ccd9a3a 100644 --- a/examples/temp_sensor/src/IntrinsicsWrapper.h +++ b/examples/temp_sensor/src/IntrinsicsWrapper.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Main.c b/examples/temp_sensor/src/Main.c index 97ea6e7..3cd4fc2 100644 --- a/examples/temp_sensor/src/Main.c +++ b/examples/temp_sensor/src/Main.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Main.h b/examples/temp_sensor/src/Main.h index e8988e6..57a88ce 100644 --- a/examples/temp_sensor/src/Main.h +++ b/examples/temp_sensor/src/Main.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Model.c b/examples/temp_sensor/src/Model.c index d7d2ad4..a329250 100644 --- a/examples/temp_sensor/src/Model.c +++ b/examples/temp_sensor/src/Model.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Model.h b/examples/temp_sensor/src/Model.h index 48d2adc..b91ff89 100644 --- a/examples/temp_sensor/src/Model.h +++ b/examples/temp_sensor/src/Model.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/ModelConfig.h b/examples/temp_sensor/src/ModelConfig.h index 9ebb973..5e68a49 100644 --- a/examples/temp_sensor/src/ModelConfig.h +++ b/examples/temp_sensor/src/ModelConfig.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TaskScheduler.c b/examples/temp_sensor/src/TaskScheduler.c index 0c7e9f1..4b23d75 100644 --- a/examples/temp_sensor/src/TaskScheduler.c +++ b/examples/temp_sensor/src/TaskScheduler.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TaskScheduler.h b/examples/temp_sensor/src/TaskScheduler.h index 24048b7..818d68a 100644 --- a/examples/temp_sensor/src/TaskScheduler.h +++ b/examples/temp_sensor/src/TaskScheduler.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TemperatureCalculator.c b/examples/temp_sensor/src/TemperatureCalculator.c index 1295792..a466049 100644 --- a/examples/temp_sensor/src/TemperatureCalculator.c +++ b/examples/temp_sensor/src/TemperatureCalculator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TemperatureCalculator.h b/examples/temp_sensor/src/TemperatureCalculator.h index 4e3da11..ec177a3 100644 --- a/examples/temp_sensor/src/TemperatureCalculator.h +++ b/examples/temp_sensor/src/TemperatureCalculator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TemperatureFilter.c b/examples/temp_sensor/src/TemperatureFilter.c index 39951a9..5aeb3ff 100644 --- a/examples/temp_sensor/src/TemperatureFilter.c +++ b/examples/temp_sensor/src/TemperatureFilter.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TemperatureFilter.h b/examples/temp_sensor/src/TemperatureFilter.h index c1ee177..e70411a 100644 --- a/examples/temp_sensor/src/TemperatureFilter.h +++ b/examples/temp_sensor/src/TemperatureFilter.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerConductor.c b/examples/temp_sensor/src/TimerConductor.c index 07313f3..106f3d7 100644 --- a/examples/temp_sensor/src/TimerConductor.c +++ b/examples/temp_sensor/src/TimerConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerConductor.h b/examples/temp_sensor/src/TimerConductor.h index b4efd45..fb8415b 100644 --- a/examples/temp_sensor/src/TimerConductor.h +++ b/examples/temp_sensor/src/TimerConductor.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerConfigurator.c b/examples/temp_sensor/src/TimerConfigurator.c index 9361d7d..2f5c659 100644 --- a/examples/temp_sensor/src/TimerConfigurator.c +++ b/examples/temp_sensor/src/TimerConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerConfigurator.h b/examples/temp_sensor/src/TimerConfigurator.h index 84e97c7..e22c9c2 100644 --- a/examples/temp_sensor/src/TimerConfigurator.h +++ b/examples/temp_sensor/src/TimerConfigurator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerHardware.c b/examples/temp_sensor/src/TimerHardware.c index 57fbeba..59fdb4e 100644 --- a/examples/temp_sensor/src/TimerHardware.c +++ b/examples/temp_sensor/src/TimerHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerHardware.h b/examples/temp_sensor/src/TimerHardware.h index b7af8c8..d6a34c4 100644 --- a/examples/temp_sensor/src/TimerHardware.h +++ b/examples/temp_sensor/src/TimerHardware.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerInterruptConfigurator.c b/examples/temp_sensor/src/TimerInterruptConfigurator.c index 277922c..7c1a0d7 100644 --- a/examples/temp_sensor/src/TimerInterruptConfigurator.c +++ b/examples/temp_sensor/src/TimerInterruptConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerInterruptConfigurator.h b/examples/temp_sensor/src/TimerInterruptConfigurator.h index 3dd19e5..8d45160 100644 --- a/examples/temp_sensor/src/TimerInterruptConfigurator.h +++ b/examples/temp_sensor/src/TimerInterruptConfigurator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerInterruptHandler.c b/examples/temp_sensor/src/TimerInterruptHandler.c index 6f4ac7b..b40490a 100644 --- a/examples/temp_sensor/src/TimerInterruptHandler.c +++ b/examples/temp_sensor/src/TimerInterruptHandler.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerInterruptHandler.h b/examples/temp_sensor/src/TimerInterruptHandler.h index 8cf322c..7eaf6ea 100644 --- a/examples/temp_sensor/src/TimerInterruptHandler.h +++ b/examples/temp_sensor/src/TimerInterruptHandler.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerModel.c b/examples/temp_sensor/src/TimerModel.c index 12110ee..604cb33 100644 --- a/examples/temp_sensor/src/TimerModel.c +++ b/examples/temp_sensor/src/TimerModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/TimerModel.h b/examples/temp_sensor/src/TimerModel.h index 4430990..b229bb4 100644 --- a/examples/temp_sensor/src/TimerModel.h +++ b/examples/temp_sensor/src/TimerModel.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/Types.h b/examples/temp_sensor/src/Types.h index 467bf20..50af8b9 100644 --- a/examples/temp_sensor/src/Types.h +++ b/examples/temp_sensor/src/Types.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartBaudRateRegisterCalculator.c b/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.c index 833db52..25f6502 100644 --- a/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.c +++ b/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartBaudRateRegisterCalculator.h b/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.h index e3dfb6d..dc3ea97 100644 --- a/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.h +++ b/examples/temp_sensor/src/UsartBaudRateRegisterCalculator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartConductor.c b/examples/temp_sensor/src/UsartConductor.c index 37dc40e..ab4fcda 100644 --- a/examples/temp_sensor/src/UsartConductor.c +++ b/examples/temp_sensor/src/UsartConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartConductor.h b/examples/temp_sensor/src/UsartConductor.h index 34d0d53..e0ef7a7 100644 --- a/examples/temp_sensor/src/UsartConductor.h +++ b/examples/temp_sensor/src/UsartConductor.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartConfigurator.c b/examples/temp_sensor/src/UsartConfigurator.c index 047c06f..21125f3 100644 --- a/examples/temp_sensor/src/UsartConfigurator.c +++ b/examples/temp_sensor/src/UsartConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartConfigurator.h b/examples/temp_sensor/src/UsartConfigurator.h index 8dc9154..dd899f0 100644 --- a/examples/temp_sensor/src/UsartConfigurator.h +++ b/examples/temp_sensor/src/UsartConfigurator.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartHardware.c b/examples/temp_sensor/src/UsartHardware.c index da836b9..9c06166 100644 --- a/examples/temp_sensor/src/UsartHardware.c +++ b/examples/temp_sensor/src/UsartHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartHardware.h b/examples/temp_sensor/src/UsartHardware.h index f47da86..936ffad 100644 --- a/examples/temp_sensor/src/UsartHardware.h +++ b/examples/temp_sensor/src/UsartHardware.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartModel.c b/examples/temp_sensor/src/UsartModel.c index 2fa7e61..1e3115e 100644 --- a/examples/temp_sensor/src/UsartModel.c +++ b/examples/temp_sensor/src/UsartModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartModel.h b/examples/temp_sensor/src/UsartModel.h index 8e5cea8..84166cc 100644 --- a/examples/temp_sensor/src/UsartModel.h +++ b/examples/temp_sensor/src/UsartModel.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartPutChar.c b/examples/temp_sensor/src/UsartPutChar.c index bfa86b9..aec25cf 100644 --- a/examples/temp_sensor/src/UsartPutChar.c +++ b/examples/temp_sensor/src/UsartPutChar.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartPutChar.h b/examples/temp_sensor/src/UsartPutChar.h index 460ebd0..8cb2658 100644 --- a/examples/temp_sensor/src/UsartPutChar.h +++ b/examples/temp_sensor/src/UsartPutChar.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartTransmitBufferStatus.c b/examples/temp_sensor/src/UsartTransmitBufferStatus.c index 1f6c444..f0c420b 100644 --- a/examples/temp_sensor/src/UsartTransmitBufferStatus.c +++ b/examples/temp_sensor/src/UsartTransmitBufferStatus.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/src/UsartTransmitBufferStatus.h b/examples/temp_sensor/src/UsartTransmitBufferStatus.h index fa85321..7b27be3 100644 --- a/examples/temp_sensor/src/UsartTransmitBufferStatus.h +++ b/examples/temp_sensor/src/UsartTransmitBufferStatus.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/targets/gcc.yml b/examples/temp_sensor/targets/gcc.yml index b121509..122025a 100644 --- a/examples/temp_sensor/targets/gcc.yml +++ b/examples/temp_sensor/targets/gcc.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/temp_sensor/targets/iar_v4.yml b/examples/temp_sensor/targets/iar_v4.yml index de42425..7c066a8 100644 --- a/examples/temp_sensor/targets/iar_v4.yml +++ b/examples/temp_sensor/targets/iar_v4.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/temp_sensor/targets/iar_v5.yml b/examples/temp_sensor/targets/iar_v5.yml index a2ff71a..877642c 100644 --- a/examples/temp_sensor/targets/iar_v5.yml +++ b/examples/temp_sensor/targets/iar_v5.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/temp_sensor/test/TestAdcConductor.c b/examples/temp_sensor/test/TestAdcConductor.c index 00813a5..cfd5596 100644 --- a/examples/temp_sensor/test/TestAdcConductor.c +++ b/examples/temp_sensor/test/TestAdcConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestAdcHardware.c b/examples/temp_sensor/test/TestAdcHardware.c index 971da04..3c15d90 100644 --- a/examples/temp_sensor/test/TestAdcHardware.c +++ b/examples/temp_sensor/test/TestAdcHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestAdcHardwareConfigurator.c b/examples/temp_sensor/test/TestAdcHardwareConfigurator.c index d92aff7..113b260 100644 --- a/examples/temp_sensor/test/TestAdcHardwareConfigurator.c +++ b/examples/temp_sensor/test/TestAdcHardwareConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestAdcModel.c b/examples/temp_sensor/test/TestAdcModel.c index c863e0c..934c909 100644 --- a/examples/temp_sensor/test/TestAdcModel.c +++ b/examples/temp_sensor/test/TestAdcModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestAdcTemperatureSensor.c b/examples/temp_sensor/test/TestAdcTemperatureSensor.c index 2d77126..9299b2c 100644 --- a/examples/temp_sensor/test/TestAdcTemperatureSensor.c +++ b/examples/temp_sensor/test/TestAdcTemperatureSensor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestExecutor.c b/examples/temp_sensor/test/TestExecutor.c index 758bba5..2f03c1e 100644 --- a/examples/temp_sensor/test/TestExecutor.c +++ b/examples/temp_sensor/test/TestExecutor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestMain.c b/examples/temp_sensor/test/TestMain.c index cd720e5..868904c 100644 --- a/examples/temp_sensor/test/TestMain.c +++ b/examples/temp_sensor/test/TestMain.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestModel.c b/examples/temp_sensor/test/TestModel.c index 06f4337..49fcbb9 100644 --- a/examples/temp_sensor/test/TestModel.c +++ b/examples/temp_sensor/test/TestModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTaskScheduler.c b/examples/temp_sensor/test/TestTaskScheduler.c index 8975520..21877c5 100644 --- a/examples/temp_sensor/test/TestTaskScheduler.c +++ b/examples/temp_sensor/test/TestTaskScheduler.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTemperatureCalculator.c b/examples/temp_sensor/test/TestTemperatureCalculator.c index e8d21aa..7928e78 100644 --- a/examples/temp_sensor/test/TestTemperatureCalculator.c +++ b/examples/temp_sensor/test/TestTemperatureCalculator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTemperatureFilter.c b/examples/temp_sensor/test/TestTemperatureFilter.c index bc3262a..3ec0971 100644 --- a/examples/temp_sensor/test/TestTemperatureFilter.c +++ b/examples/temp_sensor/test/TestTemperatureFilter.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerConductor.c b/examples/temp_sensor/test/TestTimerConductor.c index 65ddb9c..be2a8af 100644 --- a/examples/temp_sensor/test/TestTimerConductor.c +++ b/examples/temp_sensor/test/TestTimerConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerConfigurator.c b/examples/temp_sensor/test/TestTimerConfigurator.c index 3e941d9..8eceb2a 100644 --- a/examples/temp_sensor/test/TestTimerConfigurator.c +++ b/examples/temp_sensor/test/TestTimerConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerHardware.c b/examples/temp_sensor/test/TestTimerHardware.c index d31689e..832daaf 100644 --- a/examples/temp_sensor/test/TestTimerHardware.c +++ b/examples/temp_sensor/test/TestTimerHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerInterruptConfigurator.c b/examples/temp_sensor/test/TestTimerInterruptConfigurator.c index 4e52947..0062c9d 100644 --- a/examples/temp_sensor/test/TestTimerInterruptConfigurator.c +++ b/examples/temp_sensor/test/TestTimerInterruptConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerInterruptHandler.c b/examples/temp_sensor/test/TestTimerInterruptHandler.c index ad1bba1..0ddf085 100644 --- a/examples/temp_sensor/test/TestTimerInterruptHandler.c +++ b/examples/temp_sensor/test/TestTimerInterruptHandler.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestTimerModel.c b/examples/temp_sensor/test/TestTimerModel.c index 2b67511..2241d22 100644 --- a/examples/temp_sensor/test/TestTimerModel.c +++ b/examples/temp_sensor/test/TestTimerModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartBaudRateRegisterCalculator.c b/examples/temp_sensor/test/TestUsartBaudRateRegisterCalculator.c index 5bef0ec..1831182 100644 --- a/examples/temp_sensor/test/TestUsartBaudRateRegisterCalculator.c +++ b/examples/temp_sensor/test/TestUsartBaudRateRegisterCalculator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartConductor.c b/examples/temp_sensor/test/TestUsartConductor.c index acf7b11..b82db81 100644 --- a/examples/temp_sensor/test/TestUsartConductor.c +++ b/examples/temp_sensor/test/TestUsartConductor.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartConfigurator.c b/examples/temp_sensor/test/TestUsartConfigurator.c index 26000ae..6052505 100644 --- a/examples/temp_sensor/test/TestUsartConfigurator.c +++ b/examples/temp_sensor/test/TestUsartConfigurator.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartHardware.c b/examples/temp_sensor/test/TestUsartHardware.c index 2b0016b..6d762e1 100644 --- a/examples/temp_sensor/test/TestUsartHardware.c +++ b/examples/temp_sensor/test/TestUsartHardware.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartModel.c b/examples/temp_sensor/test/TestUsartModel.c index 5849010..90489a5 100644 --- a/examples/temp_sensor/test/TestUsartModel.c +++ b/examples/temp_sensor/test/TestUsartModel.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartPutChar.c b/examples/temp_sensor/test/TestUsartPutChar.c index ee4d8df..4c26692 100644 --- a/examples/temp_sensor/test/TestUsartPutChar.c +++ b/examples/temp_sensor/test/TestUsartPutChar.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/temp_sensor/test/TestUsartTransmitBufferStatus.c b/examples/temp_sensor/test/TestUsartTransmitBufferStatus.c index 9aff02b..74b9255 100644 --- a/examples/temp_sensor/test/TestUsartTransmitBufferStatus.c +++ b/examples/temp_sensor/test/TestUsartTransmitBufferStatus.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/lib/cmock.rb b/lib/cmock.rb index 67405ad..8080d6f 100755 --- a/lib/cmock.rb +++ b/lib/cmock.rb @@ -2,7 +2,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_config.rb b/lib/cmock_config.rb index 118a0cb..7ed0154 100644 --- a/lib/cmock_config.rb +++ b/lib/cmock_config.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_file_writer.rb b/lib/cmock_file_writer.rb index e31edeb..8e1de00 100644 --- a/lib/cmock_file_writer.rb +++ b/lib/cmock_file_writer.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator.rb b/lib/cmock_generator.rb index 6f2a353..24e6289 100644 --- a/lib/cmock_generator.rb +++ b/lib/cmock_generator.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_array.rb b/lib/cmock_generator_plugin_array.rb index 286880a..8cd8e55 100644 --- a/lib/cmock_generator_plugin_array.rb +++ b/lib/cmock_generator_plugin_array.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_callback.rb b/lib/cmock_generator_plugin_callback.rb index eddda92..5371960 100644 --- a/lib/cmock_generator_plugin_callback.rb +++ b/lib/cmock_generator_plugin_callback.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_cexception.rb b/lib/cmock_generator_plugin_cexception.rb index 32b686d..b90ba59 100644 --- a/lib/cmock_generator_plugin_cexception.rb +++ b/lib/cmock_generator_plugin_cexception.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_expect.rb b/lib/cmock_generator_plugin_expect.rb index 7cd4fd6..4d311c1 100644 --- a/lib/cmock_generator_plugin_expect.rb +++ b/lib/cmock_generator_plugin_expect.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_expect_any_args.rb b/lib/cmock_generator_plugin_expect_any_args.rb index 4833370..c214d7e 100644 --- a/lib/cmock_generator_plugin_expect_any_args.rb +++ b/lib/cmock_generator_plugin_expect_any_args.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_ignore.rb b/lib/cmock_generator_plugin_ignore.rb index a58bf35..28ec4d3 100644 --- a/lib/cmock_generator_plugin_ignore.rb +++ b/lib/cmock_generator_plugin_ignore.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_ignore_arg.rb b/lib/cmock_generator_plugin_ignore_arg.rb index 5ce85a3..d26fcb2 100644 --- a/lib/cmock_generator_plugin_ignore_arg.rb +++ b/lib/cmock_generator_plugin_ignore_arg.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_ignore_stateless.rb b/lib/cmock_generator_plugin_ignore_stateless.rb index eb2561d..11395fc 100644 --- a/lib/cmock_generator_plugin_ignore_stateless.rb +++ b/lib/cmock_generator_plugin_ignore_stateless.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_plugin_return_thru_ptr.rb b/lib/cmock_generator_plugin_return_thru_ptr.rb index e15e540..31d56a8 100644 --- a/lib/cmock_generator_plugin_return_thru_ptr.rb +++ b/lib/cmock_generator_plugin_return_thru_ptr.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_generator_utils.rb b/lib/cmock_generator_utils.rb index 233cd20..455c4c3 100644 --- a/lib/cmock_generator_utils.rb +++ b/lib/cmock_generator_utils.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_header_parser.rb b/lib/cmock_header_parser.rb index 1a4779c..803a5dc 100644 --- a/lib/cmock_header_parser.rb +++ b/lib/cmock_header_parser.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_plugin_manager.rb b/lib/cmock_plugin_manager.rb index b752774..cb7f74a 100644 --- a/lib/cmock_plugin_manager.rb +++ b/lib/cmock_plugin_manager.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_unityhelper_parser.rb b/lib/cmock_unityhelper_parser.rb index e8f1d67..2bc79b3 100644 --- a/lib/cmock_unityhelper_parser.rb +++ b/lib/cmock_unityhelper_parser.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/lib/cmock_version.rb b/lib/cmock_version.rb index feabf10..ebc224a 100644 --- a/lib/cmock_version.rb +++ b/lib/cmock_version.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/scripts/create_makefile.rb b/scripts/create_makefile.rb index a0690c1..dbb1fe8 100644 --- a/scripts/create_makefile.rb +++ b/scripts/create_makefile.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/scripts/create_mock.rb b/scripts/create_mock.rb index f998f6c..491e1e2 100644 --- a/scripts/create_mock.rb +++ b/scripts/create_mock.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/scripts/create_runner.rb b/scripts/create_runner.rb index bf8f140..7eda193 100644 --- a/scripts/create_runner.rb +++ b/scripts/create_runner.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/scripts/test_summary.rb b/scripts/test_summary.rb index 0a0d767..f992818 100644 --- a/scripts/test_summary.rb +++ b/scripts/test_summary.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/cmock.c b/src/cmock.c index 7bc9e40..445028d 100644 --- a/src/cmock.c +++ b/src/cmock.c @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #include "cmock.h" /* public constants to be used by mocks */ diff --git a/src/cmock.h b/src/cmock.h index 4c860f2..a38c9a9 100644 --- a/src/cmock.h +++ b/src/cmock.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/cmock_internals.h b/src/cmock_internals.h index 4416e1b..15ee8d5 100644 --- a/src/cmock_internals.h +++ b/src/cmock_internals.h @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #ifndef CMOCK_FRAMEWORK_INTERNALS_H #define CMOCK_FRAMEWORK_INTERNALS_H diff --git a/test/c/TestCMockC.c b/test/c/TestCMockC.c index 7076810..43019d0 100644 --- a/test/c/TestCMockC.c +++ b/test/c/TestCMockC.c @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #include "unity.h" #include "cmock.h" diff --git a/test/c/TestCMockC.yml b/test/c/TestCMockC.yml index cc74ec9..d551730 100644 --- a/test/c/TestCMockC.yml +++ b/test/c/TestCMockC.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/c/TestCMockCDynamic.c b/test/c/TestCMockCDynamic.c index e26c1e2..3629ee4 100644 --- a/test/c/TestCMockCDynamic.c +++ b/test/c/TestCMockCDynamic.c @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #include "unity.h" #include "cmock.h" diff --git a/test/c/TestCMockCDynamic.yml b/test/c/TestCMockCDynamic.yml index 8d3ba08..3a6f489 100644 --- a/test/c/TestCMockCDynamic.yml +++ b/test/c/TestCMockCDynamic.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/c/TestCMockCDynamic_Runner.c b/test/c/TestCMockCDynamic_Runner.c index 7c80d9b..d57786e 100644 --- a/test/c/TestCMockCDynamic_Runner.c +++ b/test/c/TestCMockCDynamic_Runner.c @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #include "unity.h" #include "cmock.h" #include diff --git a/test/c/TestCMockC_Runner.c b/test/c/TestCMockC_Runner.c index 62969a7..b4ca31b 100644 --- a/test/c/TestCMockC_Runner.c +++ b/test/c/TestCMockC_Runner.c @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #include "unity.h" #include #include diff --git a/test/iar/iar_v4/incIAR/AT91SAM7X-EK.h b/test/iar/iar_v4/incIAR/AT91SAM7X-EK.h index 5d5b2b0..4546128 100644 --- a/test/iar/iar_v4/incIAR/AT91SAM7X-EK.h +++ b/test/iar/iar_v4/incIAR/AT91SAM7X-EK.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v4/incIAR/AT91SAM7X256_inc.h b/test/iar/iar_v4/incIAR/AT91SAM7X256_inc.h index 1ac2f1a..aff3f5e 100644 --- a/test/iar/iar_v4/incIAR/AT91SAM7X256_inc.h +++ b/test/iar/iar_v4/incIAR/AT91SAM7X256_inc.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v4/incIAR/ioat91sam7x256.h b/test/iar/iar_v4/incIAR/ioat91sam7x256.h index 7c2e059..7ef9dc7 100644 --- a/test/iar/iar_v4/incIAR/ioat91sam7x256.h +++ b/test/iar/iar_v4/incIAR/ioat91sam7x256.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v4/srcIAR/Cstartup_SAM7.c b/test/iar/iar_v4/srcIAR/Cstartup_SAM7.c index 6b33238..2c56170 100644 --- a/test/iar/iar_v4/srcIAR/Cstartup_SAM7.c +++ b/test/iar/iar_v4/srcIAR/Cstartup_SAM7.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v5/incIAR/AT91SAM7X-EK.h b/test/iar/iar_v5/incIAR/AT91SAM7X-EK.h index 5d5b2b0..4546128 100644 --- a/test/iar/iar_v5/incIAR/AT91SAM7X-EK.h +++ b/test/iar/iar_v5/incIAR/AT91SAM7X-EK.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v5/incIAR/AT91SAM7X256_inc.h b/test/iar/iar_v5/incIAR/AT91SAM7X256_inc.h index 5f70baa..d572088 100644 --- a/test/iar/iar_v5/incIAR/AT91SAM7X256_inc.h +++ b/test/iar/iar_v5/incIAR/AT91SAM7X256_inc.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v5/incIAR/project.h b/test/iar/iar_v5/incIAR/project.h index 6a68d6b..c2da12c 100644 --- a/test/iar/iar_v5/incIAR/project.h +++ b/test/iar/iar_v5/incIAR/project.h @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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/iar/iar_v5/srcIAR/Cstartup_SAM7.c b/test/iar/iar_v5/srcIAR/Cstartup_SAM7.c index 3232a28..2fe4042 100644 --- a/test/iar/iar_v5/srcIAR/Cstartup_SAM7.c +++ b/test/iar/iar_v5/srcIAR/Cstartup_SAM7.c @@ -1,7 +1,7 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 a03daf5..1ccf5e4 100644 --- a/test/rakefile +++ b/test/rakefile @@ -1,8 +1,10 @@ -# ============================================================================== -# CMock Project - Automatic Mock Generation for C -# Copyright (c) 2007-2014 Mike Karlesky, Mark VanderVoord, Greg Williams -# [Released under MIT License. Please refer to license.txt for details] -# ============================================================================== +# ========================================================================= +# CMock - Automatic Mock Generation for C +# ThrowTheSwitch.org +# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + require '../config/test_environment' require 'rake' diff --git a/test/rakefile_helper.rb b/test/rakefile_helper.rb index 73ab121..de4b083 100644 --- a/test/rakefile_helper.rb +++ b/test/rakefile_helper.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/systest_generator.rb b/test/system/systest_generator.rb index ac40807..b82c52a 100644 --- a/test/system/systest_generator.rb +++ b/test/system/systest_generator.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_compilation/callingconv.h b/test/system/test_compilation/callingconv.h index 10eb049..ecdd41c 100644 --- a/test/system/test_compilation/callingconv.h +++ b/test/system/test_compilation/callingconv.h @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #ifndef __stdcall #define __stdcall #endif diff --git a/test/system/test_compilation/config.yml b/test/system/test_compilation/config.yml index b10c076..b285415 100644 --- a/test/system/test_compilation/config.yml +++ b/test/system/test_compilation/config.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_compilation/const.h b/test/system/test_compilation/const.h index 9f25dac..42aa7f2 100644 --- a/test/system/test_compilation/const.h +++ b/test/system/test_compilation/const.h @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - #if defined(__GNUC__) && !defined(__ICC) #if !defined(__clang__) #pragma GCC diagnostic ignored "-Wpragmas" diff --git a/test/system/test_compilation/inline.h b/test/system/test_compilation/inline.h index 7b295ba..e7823dc 100644 --- a/test/system/test_compilation/inline.h +++ b/test/system/test_compilation/inline.h @@ -1,11 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ - static inline int dummy_func_0(void) { return 5; } diff --git a/test/system/test_compilation/osek.h b/test/system/test_compilation/osek.h index 13cb97e..6b8e839 100644 --- a/test/system/test_compilation/osek.h +++ b/test/system/test_compilation/osek.h @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - typedef unsigned char OSServiceIdType; typedef void (*OSEKOS_VOIDFUNCPTR)(void); diff --git a/test/system/test_compilation/parsing.h b/test/system/test_compilation/parsing.h index 78c023d..89b5721 100644 --- a/test/system/test_compilation/parsing.h +++ b/test/system/test_compilation/parsing.h @@ -1,16 +1,10 @@ /* ========================================================================= CMock - Automatic Mock Generation 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 ========================================================================= */ -/* ========================================== - CMock Project - Automatic Mock Generation for C - Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams - [Released under MIT License. Please refer to license.txt for details] -========================================== */ - typedef unsigned short U16; typedef signed int int32_t; diff --git a/test/system/test_interactions/all_plugins_but_other_limits.yml b/test/system/test_interactions/all_plugins_but_other_limits.yml index 5fbc38b..eb495d7 100644 --- a/test/system/test_interactions/all_plugins_but_other_limits.yml +++ b/test/system/test_interactions/all_plugins_but_other_limits.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/all_plugins_coexist.yml b/test/system/test_interactions/all_plugins_coexist.yml index 1345c5c..39b6668 100644 --- a/test/system/test_interactions/all_plugins_coexist.yml +++ b/test/system/test_interactions/all_plugins_coexist.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/array_and_pointer_handling.yml b/test/system/test_interactions/array_and_pointer_handling.yml index 245d36b..0189e29 100644 --- a/test/system/test_interactions/array_and_pointer_handling.yml +++ b/test/system/test_interactions/array_and_pointer_handling.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/basic_expect_and_return.yml b/test/system/test_interactions/basic_expect_and_return.yml index b112e61..198b776 100644 --- a/test/system/test_interactions/basic_expect_and_return.yml +++ b/test/system/test_interactions/basic_expect_and_return.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/const_primitives_handling.yml b/test/system/test_interactions/const_primitives_handling.yml index 6f20799..83b285a 100644 --- a/test/system/test_interactions/const_primitives_handling.yml +++ b/test/system/test_interactions/const_primitives_handling.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/doesnt_leave_details_behind.yml b/test/system/test_interactions/doesnt_leave_details_behind.yml index a8548b7..a7bf2b1 100644 --- a/test/system/test_interactions/doesnt_leave_details_behind.yml +++ b/test/system/test_interactions/doesnt_leave_details_behind.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/enforce_strict_ordering.yml b/test/system/test_interactions/enforce_strict_ordering.yml index 69c12c6..257f86d 100644 --- a/test/system/test_interactions/enforce_strict_ordering.yml +++ b/test/system/test_interactions/enforce_strict_ordering.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/expect_and_return_custom_types.yml b/test/system/test_interactions/expect_and_return_custom_types.yml index 92fe9c3..c4d7891 100644 --- a/test/system/test_interactions/expect_and_return_custom_types.yml +++ b/test/system/test_interactions/expect_and_return_custom_types.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/expect_and_return_treat_as.yml b/test/system/test_interactions/expect_and_return_treat_as.yml index ccf2049..bae1468 100644 --- a/test/system/test_interactions/expect_and_return_treat_as.yml +++ b/test/system/test_interactions/expect_and_return_treat_as.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/expect_and_throw.yml b/test/system/test_interactions/expect_and_throw.yml index 525324b..8b7f88a 100644 --- a/test/system/test_interactions/expect_and_throw.yml +++ b/test/system/test_interactions/expect_and_throw.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/expect_any_args.yml b/test/system/test_interactions/expect_any_args.yml index 1b40591..0cbcb9b 100644 --- a/test/system/test_interactions/expect_any_args.yml +++ b/test/system/test_interactions/expect_any_args.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/fancy_pointer_handling.yml b/test/system/test_interactions/fancy_pointer_handling.yml index c6eedca..1839da4 100644 --- a/test/system/test_interactions/fancy_pointer_handling.yml +++ b/test/system/test_interactions/fancy_pointer_handling.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/function_pointer_handling.yml b/test/system/test_interactions/function_pointer_handling.yml index 5c54e96..b02c51e 100644 --- a/test/system/test_interactions/function_pointer_handling.yml +++ b/test/system/test_interactions/function_pointer_handling.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/ignore_and_return.yml b/test/system/test_interactions/ignore_and_return.yml index ac81668..f348381 100644 --- a/test/system/test_interactions/ignore_and_return.yml +++ b/test/system/test_interactions/ignore_and_return.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/ignore_and_return_stateless.yml b/test/system/test_interactions/ignore_and_return_stateless.yml index 8c7cb34..4d0db0b 100644 --- a/test/system/test_interactions/ignore_and_return_stateless.yml +++ b/test/system/test_interactions/ignore_and_return_stateless.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/ignore_strict_mock_calling.yml b/test/system/test_interactions/ignore_strict_mock_calling.yml index ba38539..a69187a 100644 --- a/test/system/test_interactions/ignore_strict_mock_calling.yml +++ b/test/system/test_interactions/ignore_strict_mock_calling.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/newer_standards_stuff1.yml b/test/system/test_interactions/newer_standards_stuff1.yml index 0b1a670..b3209d6 100644 --- a/test/system/test_interactions/newer_standards_stuff1.yml +++ b/test/system/test_interactions/newer_standards_stuff1.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/nonstandard_parsed_stuff_1.yml b/test/system/test_interactions/nonstandard_parsed_stuff_1.yml index 061dc28..b21f970 100644 --- a/test/system/test_interactions/nonstandard_parsed_stuff_1.yml +++ b/test/system/test_interactions/nonstandard_parsed_stuff_1.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/nonstandard_parsed_stuff_2.yml b/test/system/test_interactions/nonstandard_parsed_stuff_2.yml index 38503a6..70ecfdb 100644 --- a/test/system/test_interactions/nonstandard_parsed_stuff_2.yml +++ b/test/system/test_interactions/nonstandard_parsed_stuff_2.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/out_of_memory.yml b/test/system/test_interactions/out_of_memory.yml index 0d4e907..d1f463c 100644 --- a/test/system/test_interactions/out_of_memory.yml +++ b/test/system/test_interactions/out_of_memory.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/parsing_challenges.yml b/test/system/test_interactions/parsing_challenges.yml index 6bce8b5..88ad933 100644 --- a/test/system/test_interactions/parsing_challenges.yml +++ b/test/system/test_interactions/parsing_challenges.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/return_thru_ptr_and_expect_any_args.yml b/test/system/test_interactions/return_thru_ptr_and_expect_any_args.yml index d2fe884..ac3c681 100644 --- a/test/system/test_interactions/return_thru_ptr_and_expect_any_args.yml +++ b/test/system/test_interactions/return_thru_ptr_and_expect_any_args.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/return_thru_ptr_ignore_arg.yml b/test/system/test_interactions/return_thru_ptr_ignore_arg.yml index 445a7ea..6a4f95d 100644 --- a/test/system/test_interactions/return_thru_ptr_ignore_arg.yml +++ b/test/system/test_interactions/return_thru_ptr_ignore_arg.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/skeleton.yml b/test/system/test_interactions/skeleton.yml index 8a3f4db..2f979fc 100644 --- a/test/system/test_interactions/skeleton.yml +++ b/test/system/test_interactions/skeleton.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/skeleton_update.yml b/test/system/test_interactions/skeleton_update.yml index 403b54c..976ee20 100644 --- a/test/system/test_interactions/skeleton_update.yml +++ b/test/system/test_interactions/skeleton_update.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/struct_union_enum_expect_and_return.yml b/test/system/test_interactions/struct_union_enum_expect_and_return.yml index ef95390..4ee881e 100644 --- a/test/system/test_interactions/struct_union_enum_expect_and_return.yml +++ b/test/system/test_interactions/struct_union_enum_expect_and_return.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/struct_union_enum_expect_and_return_with_plugins.yml b/test/system/test_interactions/struct_union_enum_expect_and_return_with_plugins.yml index 3edf6c5..3519c8a 100644 --- a/test/system/test_interactions/struct_union_enum_expect_and_return_with_plugins.yml +++ b/test/system/test_interactions/struct_union_enum_expect_and_return_with_plugins.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/stubs_with_callbacks.yml b/test/system/test_interactions/stubs_with_callbacks.yml index 0d32859..8cf84a7 100644 --- a/test/system/test_interactions/stubs_with_callbacks.yml +++ b/test/system/test_interactions/stubs_with_callbacks.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 # ========================================================================= @@ -119,7 +119,7 @@ } - :pass: TRUE - :should: 'successfully exercise using some basic callbacks even if there were expects' + :should: 'successfully exercise using some basic callbacks, overriding previous expects' :code: | test() { @@ -130,6 +130,18 @@ TEST_ASSERT_EQUAL(12, function_b()); } + - :pass: TRUE + :should: 'successfully exercise using some basic callbacks, ignoring later expects' + :code: | + test() + { + custom_type exp = 500; + foo_StubWithCallback((CMOCK_foo_CALLBACK)FooAndBarHelper); + foo_ExpectAndReturn(&exp, 10); + bar_StubWithCallback((CMOCK_bar_CALLBACK)FooAndBarHelper); + TEST_ASSERT_EQUAL(12, function_b()); + } + - :pass: FALSE :should: 'successfully exercise using some basic callbacks and notice failures' :code: | diff --git a/test/system/test_interactions/unity_64bit_support.yml b/test/system/test_interactions/unity_64bit_support.yml index 91de486..40619af 100644 --- a/test/system/test_interactions/unity_64bit_support.yml +++ b/test/system/test_interactions/unity_64bit_support.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/unity_ignores.yml b/test/system/test_interactions/unity_ignores.yml index 63e7515..740f1d7 100644 --- a/test/system/test_interactions/unity_ignores.yml +++ b/test/system/test_interactions/unity_ignores.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/unity_void_pointer_compare.yml b/test/system/test_interactions/unity_void_pointer_compare.yml index 2467242..a99466c 100644 --- a/test/system/test_interactions/unity_void_pointer_compare.yml +++ b/test/system/test_interactions/unity_void_pointer_compare.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/system/test_interactions/wrong_expect_and_return.yml b/test/system/test_interactions/wrong_expect_and_return.yml index 21561f1..13a8734 100644 --- a/test/system/test_interactions/wrong_expect_and_return.yml +++ b/test/system/test_interactions/wrong_expect_and_return.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 cdbf3a3..86c1f2d 100644 --- a/test/targets/clang_strict.yml +++ b/test/targets/clang_strict.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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.yml b/test/targets/gcc.yml index 31455df..a6a72c4 100644 --- a/test/targets/gcc.yml +++ b/test/targets/gcc.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 e4f7603..d3dd290 100644 --- a/test/targets/gcc_64.yml +++ b/test/targets/gcc_64.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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_tiny.yml b/test/targets/gcc_tiny.yml index f387ea0..af40fef 100644 --- a/test/targets/gcc_tiny.yml +++ b/test/targets/gcc_tiny.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 84ccf52..4408e4d 100644 --- a/test/targets/iar_arm_v4.yml +++ b/test/targets/iar_arm_v4.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 7ee15e7..7adb620 100644 --- a/test/targets/iar_arm_v5.yml +++ b/test/targets/iar_arm_v5.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/test_helper.rb b/test/test_helper.rb index 1428c37..94dea58 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,11 +1,10 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 # ========================================================================= - require 'minitest/autorun' def create_mocks(*mocks) diff --git a/test/unit/cmock_config_test.rb b/test/unit/cmock_config_test.rb index 19b58d9..14ace15 100644 --- a/test/unit/cmock_config_test.rb +++ b/test/unit/cmock_config_test.rb @@ -1,11 +1,10 @@ # ========================================================================= # CMock - Automatic Mock Generation 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 # ========================================================================= - require File.expand_path(File.dirname(__FILE__)) + "/../test_helper" require File.expand_path(File.dirname(__FILE__)) + '/../../lib/cmock_config' diff --git a/test/unit/cmock_config_test.yml b/test/unit/cmock_config_test.yml index d55aaf8..4f28eff 100644 --- a/test/unit/cmock_config_test.yml +++ b/test/unit/cmock_config_test.yml @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_file_writer_test.rb b/test/unit/cmock_file_writer_test.rb index 67ec925..24f95fb 100644 --- a/test/unit/cmock_file_writer_test.rb +++ b/test/unit/cmock_file_writer_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_no_error_stubs_plugin_array_test.rb b/test/unit/cmock_generator_no_error_stubs_plugin_array_test.rb index 50ae54a..462e86d 100644 --- a/test/unit/cmock_generator_no_error_stubs_plugin_array_test.rb +++ b/test/unit/cmock_generator_no_error_stubs_plugin_array_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_no_error_stubs_plugin_expect_any_args_test.rb b/test/unit/cmock_generator_no_error_stubs_plugin_expect_any_args_test.rb index 3de4226..a69d73a 100644 --- a/test/unit/cmock_generator_no_error_stubs_plugin_expect_any_args_test.rb +++ b/test/unit/cmock_generator_no_error_stubs_plugin_expect_any_args_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_no_error_stubs_plugin_expect_test.rb b/test/unit/cmock_generator_no_error_stubs_plugin_expect_test.rb index 795fa57..8f291cf 100644 --- a/test/unit/cmock_generator_no_error_stubs_plugin_expect_test.rb +++ b/test/unit/cmock_generator_no_error_stubs_plugin_expect_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_no_error_stubs_plugin_ignore_stateless_test.rb b/test/unit/cmock_generator_no_error_stubs_plugin_ignore_stateless_test.rb index 62464aa..e57d189 100644 --- a/test/unit/cmock_generator_no_error_stubs_plugin_ignore_stateless_test.rb +++ b/test/unit/cmock_generator_no_error_stubs_plugin_ignore_stateless_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_no_error_stubs_plugin_ignore_test.rb b/test/unit/cmock_generator_no_error_stubs_plugin_ignore_test.rb index 97ed8d8..f77428c 100644 --- a/test/unit/cmock_generator_no_error_stubs_plugin_ignore_test.rb +++ b/test/unit/cmock_generator_no_error_stubs_plugin_ignore_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_array_test.rb b/test/unit/cmock_generator_plugin_array_test.rb index ab68d6e..ceedfcf 100644 --- a/test/unit/cmock_generator_plugin_array_test.rb +++ b/test/unit/cmock_generator_plugin_array_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_callback_test.rb b/test/unit/cmock_generator_plugin_callback_test.rb index 44cc868..9f2148e 100644 --- a/test/unit/cmock_generator_plugin_callback_test.rb +++ b/test/unit/cmock_generator_plugin_callback_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_cexception_test.rb b/test/unit/cmock_generator_plugin_cexception_test.rb index 9507639..a346c4a 100644 --- a/test/unit/cmock_generator_plugin_cexception_test.rb +++ b/test/unit/cmock_generator_plugin_cexception_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_expect_a_test.rb b/test/unit/cmock_generator_plugin_expect_a_test.rb index c62e542..eede693 100644 --- a/test/unit/cmock_generator_plugin_expect_a_test.rb +++ b/test/unit/cmock_generator_plugin_expect_a_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_expect_any_args_test.rb b/test/unit/cmock_generator_plugin_expect_any_args_test.rb index 2bc7705..5ea33d3 100644 --- a/test/unit/cmock_generator_plugin_expect_any_args_test.rb +++ b/test/unit/cmock_generator_plugin_expect_any_args_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_expect_b_test.rb b/test/unit/cmock_generator_plugin_expect_b_test.rb index 17eb71c..ab39e31 100644 --- a/test/unit/cmock_generator_plugin_expect_b_test.rb +++ b/test/unit/cmock_generator_plugin_expect_b_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_ignore_arg_test.rb b/test/unit/cmock_generator_plugin_ignore_arg_test.rb index 8b3d79f..67c115e 100644 --- a/test/unit/cmock_generator_plugin_ignore_arg_test.rb +++ b/test/unit/cmock_generator_plugin_ignore_arg_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_ignore_stateless_test.rb b/test/unit/cmock_generator_plugin_ignore_stateless_test.rb index 69517d1..0a0ae82 100644 --- a/test/unit/cmock_generator_plugin_ignore_stateless_test.rb +++ b/test/unit/cmock_generator_plugin_ignore_stateless_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_ignore_test.rb b/test/unit/cmock_generator_plugin_ignore_test.rb index ed07384..15e5ccf 100644 --- a/test/unit/cmock_generator_plugin_ignore_test.rb +++ b/test/unit/cmock_generator_plugin_ignore_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_plugin_return_thru_ptr_test.rb b/test/unit/cmock_generator_plugin_return_thru_ptr_test.rb index 4851e4c..65a309d 100644 --- a/test/unit/cmock_generator_plugin_return_thru_ptr_test.rb +++ b/test/unit/cmock_generator_plugin_return_thru_ptr_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_generator_utils_test.rb b/test/unit/cmock_generator_utils_test.rb index b7f90e2..286c703 100644 --- a/test/unit/cmock_generator_utils_test.rb +++ b/test/unit/cmock_generator_utils_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_header_parser_test.rb b/test/unit/cmock_header_parser_test.rb index ee9d8ee..e47ef20 100644 --- a/test/unit/cmock_header_parser_test.rb +++ b/test/unit/cmock_header_parser_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_plugin_manager_test.rb b/test/unit/cmock_plugin_manager_test.rb index 80e1093..e7e833a 100644 --- a/test/unit/cmock_plugin_manager_test.rb +++ b/test/unit/cmock_plugin_manager_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/unit/cmock_unityhelper_parser_test.rb b/test/unit/cmock_unityhelper_parser_test.rb index 1b31686..bf26c77 100644 --- a/test/unit/cmock_unityhelper_parser_test.rb +++ b/test/unit/cmock_unityhelper_parser_test.rb @@ -1,7 +1,7 @@ # ========================================================================= # CMock - Automatic Mock Generation 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/vendor/unity b/vendor/unity index eb79bce..d1fe18b 160000 --- a/vendor/unity +++ b/vendor/unity @@ -1 +1 @@ -Subproject commit eb79bce1b5b242ff580ccc99d8d4660625e8ffa9 +Subproject commit d1fe18bd54434efd1ac0dad035d3ab0f8591e086