From 9845415571a0236fcd25312793f4d7947d4f7c95 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 10 Nov 2019 18:00:21 -0800 Subject: [PATCH] Update copyrights Signed-off-by: Tim Smith --- attributes/default.rb | 2 +- libraries/default_handler.rb | 2 +- libraries/helpers.rb | 2 +- libraries/omnitruck_handler.rb | 2 +- recipes/default.rb | 2 +- resources/automate.rb | 2 +- resources/backend.rb | 2 +- resources/chef_ingredient.rb | 2 +- resources/chef_org.rb | 2 +- resources/chef_user.rb | 2 +- resources/client.rb | 4 ++-- resources/file.rb | 2 +- resources/ingredient_config.rb | 2 +- resources/omnibus_service.rb | 2 +- resources/server.rb | 2 +- resources/supermarket.rb | 2 +- resources/wf_builder.rb | 2 +- spec/unit/chef_automate_spec.rb | 2 +- spec/unit/chef_file_spec.rb | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index d246764..a7e56e3 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,6 +1,6 @@ # # Author:: Salim Afiune -# Copyright:: 2015-2017, Chef Software, Inc. +# Copyright:: 2015-2019, 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/libraries/default_handler.rb b/libraries/default_handler.rb index 37e5ef7..7b09fb3 100644 --- a/libraries/default_handler.rb +++ b/libraries/default_handler.rb @@ -2,7 +2,7 @@ # Author:: Serdar Sutay # Author:: Patrick Wright # -# Copyright:: 2016-2017, Chef Software, Inc. +# Copyright:: 2016-2019, 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/libraries/helpers.rb b/libraries/helpers.rb index 5780784..c2f0a64 100644 --- a/libraries/helpers.rb +++ b/libraries/helpers.rb @@ -1,6 +1,6 @@ # # Author:: Joshua Timberman -# Copyright:: 2014-2017, Chef Software, Inc. +# Copyright:: 2014-2019, 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/libraries/omnitruck_handler.rb b/libraries/omnitruck_handler.rb index 21bdf22..9a67847 100644 --- a/libraries/omnitruck_handler.rb +++ b/libraries/omnitruck_handler.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay -# Copyright:: 2015-2017, Chef Software, Inc. +# Copyright:: 2015-2019, 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/recipes/default.rb b/recipes/default.rb index ce7c48e..c710231 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -1,5 +1,5 @@ # -# Copyright:: 2015-2017, Chef Software, Inc. +# Copyright:: 2015-2019, 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/automate.rb b/resources/automate.rb index 68d36a7..6bf5ec0 100644 --- a/resources/automate.rb +++ b/resources/automate.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: automate # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/backend.rb b/resources/backend.rb index 5a214f5..fa53977 100644 --- a/resources/backend.rb +++ b/resources/backend.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: backend # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/chef_ingredient.rb b/resources/chef_ingredient.rb index 5d48d99..136f610 100644 --- a/resources/chef_ingredient.rb +++ b/resources/chef_ingredient.rb @@ -1,7 +1,7 @@ # # Author:: Joshua Timberman # Author:: Patrick Wright -# Copyright:: 2015-2017, Chef Software, Inc. +# Copyright:: 2015-2019, 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/chef_org.rb b/resources/chef_org.rb index 8868482..bea56c8 100644 --- a/resources/chef_org.rb +++ b/resources/chef_org.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: chef_org # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/chef_user.rb b/resources/chef_user.rb index a6992d1..8785cd9 100644 --- a/resources/chef_user.rb +++ b/resources/chef_user.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: chef_user # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/client.rb b/resources/client.rb index 1e1fb74..d9487ef 100644 --- a/resources/client.rb +++ b/resources/client.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: client # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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. @@ -17,7 +17,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# rubocop:disable ParenthesesAsGroupedExpression +# rubocop:disable Lint/ParenthesesAsGroupedExpression resource_name 'chef_client' diff --git a/resources/file.rb b/resources/file.rb index 1dbf0d0..3b274c6 100644 --- a/resources/file.rb +++ b/resources/file.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: file # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/ingredient_config.rb b/resources/ingredient_config.rb index b226462..dc27b99 100644 --- a/resources/ingredient_config.rb +++ b/resources/ingredient_config.rb @@ -1,6 +1,6 @@ # # Author:: Joshua Timberman +# Copyright:: 2015-2019, 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/omnibus_service.rb b/resources/omnibus_service.rb index 8e28b0f..b558c19 100644 --- a/resources/omnibus_service.rb +++ b/resources/omnibus_service.rb @@ -1,6 +1,6 @@ # # Author:: Joshua Timberman +# Copyright:: 2015-2019, 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/server.rb b/resources/server.rb index e50fe34..9102bbf 100644 --- a/resources/server.rb +++ b/resources/server.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: server # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/supermarket.rb b/resources/supermarket.rb index 5f00414..2e1b643 100644 --- a/resources/supermarket.rb +++ b/resources/supermarket.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: supermarket # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/wf_builder.rb b/resources/wf_builder.rb index 30853fa..bd850c7 100644 --- a/resources/wf_builder.rb +++ b/resources/wf_builder.rb @@ -4,7 +4,7 @@ # Cookbook:: chef-ingredient # Resource:: wf_runner # -# Copyright:: 2017, Chef Software, Inc. +# Copyright:: 2017-2019, 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/spec/unit/chef_automate_spec.rb b/spec/unit/chef_automate_spec.rb index a75854d..b5e66a0 100644 --- a/spec/unit/chef_automate_spec.rb +++ b/spec/unit/chef_automate_spec.rb @@ -2,7 +2,7 @@ # Cookbook:: chef-ingredient # Spec:: chef_automate # -# Copyright:: 2016 Chef Software Inc +# Copyright:: 2016-2019, 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/spec/unit/chef_file_spec.rb b/spec/unit/chef_file_spec.rb index 6ef1987..30da9c3 100644 --- a/spec/unit/chef_file_spec.rb +++ b/spec/unit/chef_file_spec.rb @@ -2,7 +2,7 @@ # Cookbook:: chef-ingredient # Spec:: chef_file # -# Copyright:: 2016 Chef Software Inc +# Copyright:: 2016-2019, 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.