From abfd97c7d45fecedcb0b650c040dc04621c49981 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Tue, 12 Mar 2024 15:51:03 -0400 Subject: [PATCH] Add copyright date to license.txt. Update project.yml files to show proper formatting of tools. --- assets/project_as_gem.yml | 146 ++++++++++++----------- assets/project_with_guts.yml | 147 ++++++++++++----------- assets/project_with_guts_gcov.yml | 146 ++++++++++++----------- examples/temp_sensor/project.yml | 186 +++++++++++++++--------------- license.txt | 11 +- 5 files changed, 312 insertions(+), 324 deletions(-) diff --git a/assets/project_as_gem.yml b/assets/project_as_gem.yml index ebd4deeb..589ca451 100644 --- a/assets/project_as_gem.yml +++ b/assets/project_as_gem.yml @@ -260,80 +260,78 @@ # As [:tools] is blank, gcc will be used (so long as it's in your system path) # See documentation to configure a given toolchain for use # :tools: -# :test: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :fixture: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :includes_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor_directives: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :release: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE +# :test_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_fixture: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_includes_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor_directives: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE # #These tools can be filled out when command_hooks plugin is enabled # :pre_mock_preprocess # :post_mock_preprocess diff --git a/assets/project_with_guts.yml b/assets/project_with_guts.yml index 21cc0e4c..807a72a7 100644 --- a/assets/project_with_guts.yml +++ b/assets/project_with_guts.yml @@ -259,85 +259,84 @@ # TOOLCHAIN CONFIGURATION ################################################################ + #:tools: # Ceedling defaults to using gcc for compiling, linking, etc. # As [:tools] is blank, gcc will be used (so long as it's in your system path) # See documentation to configure a given toolchain for use # :tools: -# :test: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :fixture: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :includes_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor_directives: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :release: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE +# :test_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_fixture: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_includes_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor_directives: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE # #These tools can be filled out when command_hooks plugin is enabled # :pre_mock_preprocess # :post_mock_preprocess diff --git a/assets/project_with_guts_gcov.yml b/assets/project_with_guts_gcov.yml index f7872616..74bd3e38 100644 --- a/assets/project_with_guts_gcov.yml +++ b/assets/project_with_guts_gcov.yml @@ -264,80 +264,78 @@ # As [:tools] is blank, gcc will be used (so long as it's in your system path) # See documentation to configure a given toolchain for use # :tools: -# :test: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :fixture: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :includes_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor_directives: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :release: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE +# :test_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_fixture: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_includes_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor_directives: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE # #These tools can be filled out when command_hooks plugin is enabled # :pre_mock_preprocess # :post_mock_preprocess diff --git a/examples/temp_sensor/project.yml b/examples/temp_sensor/project.yml index fea59f35..c34bb028 100644 --- a/examples/temp_sensor/project.yml +++ b/examples/temp_sensor/project.yml @@ -254,101 +254,103 @@ # TOOLCHAIN CONFIGURATION ################################################################ + #:tools: # Ceedling defaults to using gcc for compiling, linking, etc. # As [:tools] is blank, gcc will be used (so long as it's in your system path) # See documentation to configure a given toolchain for use # :tools: -# :test: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :fixture: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :includes_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :file_preprocessor: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :release: -# :compiler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :linker: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :assembler: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# :dependencies_generator: -# :executable: -# :arguments: [] -# :name: -# :stderr_redirect: :auto -# :optional: FALSE -# # The following tools can be defined and will run upon the named events when the `command_hooks` plugin is enabled -# :pre_mock_preprocess: -# :post_mock_preprocess: -# :pre_test_preprocess: -# :post_test_preprocess: -# :pre_mock_generate: -# :post_mock_generate: -# :pre_runner_generate: -# :post_runner_generate: -# :pre_compile_execute: -# :post_compile_execute: -# :pre_link_execute: -# :post_link_execute: -# :pre_test_fixture_execute: -# :post_test_fixture_execute: -# :pre_test: -# :post_test: -# :pre_release: -# :post_release: -# :pre_build: -# :post_build: -# :post_error: - +# :test_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_fixture: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_includes_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_file_preprocessor_directives: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :test_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_compiler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_linker: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_assembler: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# :release_dependencies_generator: +# :executable: +# :arguments: [] +# :name: +# :stderr_redirect: :auto +# :optional: FALSE +# #These tools can be filled out when command_hooks plugin is enabled +# :pre_mock_preprocess +# :post_mock_preprocess +# :pre_mock_generate +# :post_mock_generate +# :pre_runner_preprocess +# :post_runner_preprocess +# :pre_runner_generate +# :post_runner_generate +# :pre_compile_execute +# :post_compile_execute +# :pre_link_execute +# :post_link_execute +# :pre_test_fixture_execute +# :pre_test +# :post_test +# :pre_release +# :post_release +# :pre_build +# :post_build +# :post_error ... - diff --git a/license.txt b/license.txt index f6ca5545..6f725753 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright (c) Michael Karlesky, Mark VanderVoord, Greg Williams +Copyright (c) 2011-2024 Michael Karlesky, Mark VanderVoord, Greg Williams https://opensource.org/license/mit/ @@ -14,15 +14,6 @@ conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -The end-user documentation included with the redistribution, if -any, must include the following acknowledgment: "This product -includes software developed for the Ceedling Project by Michael -Karlesky, Mark VanderVoord, Greg Williams, and other contributors", -in the same place and form as other third-party acknowledgments. -Alternately, this acknowledgment may appear in the software -itself, in the same form and location as other such third-party -acknowledgments. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND