diff --git a/plugins/bullseye/assets/template.erb b/plugins/bullseye/assets/template.erb index 504f8558..edcfe9d8 100644 --- a/plugins/bullseye/assets/template.erb +++ b/plugins/bullseye/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % function_string = hash[:coverage][:functions].to_s % branch_string = hash[:coverage][:branches].to_s % format_string = "%#{[function_string.length, branch_string.length].max}i" diff --git a/plugins/report_tests_gtestlike_stdout/assets/template.erb b/plugins/report_tests_gtestlike_stdout/assets/template.erb index b312cdb1..9134f235 100644 --- a/plugins/report_tests_gtestlike_stdout/assets/template.erb +++ b/plugins/report_tests_gtestlike_stdout/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % ignored = hash[:results][:counts][:ignored] % failed = hash[:results][:counts][:failed] % stdout_count = hash[:results][:counts][:stdout] diff --git a/plugins/report_tests_pretty_stdout/assets/template.erb b/plugins/report_tests_pretty_stdout/assets/template.erb index 52b29f7f..001f8478 100644 --- a/plugins/report_tests_pretty_stdout/assets/template.erb +++ b/plugins/report_tests_pretty_stdout/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % ignored = hash[:results][:counts][:ignored] % failed = hash[:results][:counts][:failed] % stdout_count = hash[:results][:counts][:stdout]