diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad80a5..4902c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.2.2 - *2024-11-18* Standardise files with files in sous-chefs/repo-management diff --git a/resources/install.rb b/resources/install.rb index 34dde41..82e9569 100644 --- a/resources/install.rb +++ b/resources/install.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: install # -# Copyright:: 2016-2024, Chef Software, Inc. +# Copyright:: 2016-2025, 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 7bb0854..e743816 100644 --- a/resources/module.rb +++ b/resources/module.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: module # -# Copyright:: 2016-2024, Chef Software, Inc. +# Copyright:: 2016-2025, 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 ced023e..849c84e 100644 --- a/resources/state.rb +++ b/resources/state.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: state # -# Copyright:: 2016-2024, Chef Software, Inc. +# Copyright:: 2016-2025, 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.