diff --git a/CHANGELOG.md b/CHANGELOG.md index 0286646..df0fea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file is used to list changes made in each version of the selinux cookbook. ## Unreleased +- resolved cookstyle error: resources/install.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` +- resolved cookstyle error: resources/module.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` +- resolved cookstyle error: resources/state.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` + ## 6.1.17 - *2024-05-03* ## 6.1.16 - *2024-05-03* diff --git a/resources/install.rb b/resources/install.rb index 9bb195c..34dde41 100644 --- a/resources/install.rb +++ b/resources/install.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: install # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/module.rb b/resources/module.rb index 3ac55ef..7bb0854 100644 --- a/resources/module.rb +++ b/resources/module.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: module # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/state.rb b/resources/state.rb index 36dee12..ced023e 100644 --- a/resources/state.rb +++ b/resources/state.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: state # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.